/* TeraHoster

  *Some info about Theme Creator:
  * Name: Pleurat
  * Version: 3.3
  * Author/Team: Themekolor
  * Author URL: http://www.themekolor.com


---------------------------------------------------------------------------------------------------------
Table Of Contents:
---------------------------------------------------------------------------------------------------------
TOPBAR (.top-bar)
-------
      SOCIAL ICONS
      CONTACT
      LIVECHAT BUTTON
      BACKGROUND COLOR
--------
NAVBAR (nav .navbar .navbar-default)
--------
      LOGO
      NAVBAR LINKS
      ICONS
      MOBILE-MENU
      MEGAMENU
      SEARCH ICON
      SIDEBAR MENU
--------
SLIDER
--------
      TITLE
      SUBTITLE
      TEXTAREA
      BUTTONS
      BACKGROUND IMAGE
--------
HEADERS
--------
      HEADER-SIMPLE
      WEB HEADER
      WHY TERA2
      HEADER TEXT CENTER
      HEADER TEXT LEFT
--------
DEFAULT PRICING TABLE
--------
      SERVICE NAME
      PRICE
      LIST TABLE
      BUTTON
--------
TESTIMONIALS
--------
      TITLE
      CLIENT IMAGE
      TEXTAREA
      CLIENTS NAME
      CLIENTS WEB NAME
--------
ABOUT / TEAM MEMBERS
--------
      TEAM MEMBER IMAGE
      NAME
      ABOUT
      SOCIAL ICONS
      TEXT AREA
--------
SECTIONS
--------
     WHYTERA / .why-tera
     DOMAIN SEARCH / .search-bar
     HOSTING PARTS / .hosting-parts
     DF-MEDIA / df-media1 & 2
     SECTION 05 / .section-05
     PARALLAX / .parallax
     MEDIA CODE / .media-code-1 & 2
     SECTIONDDFT / .section-dd-ft
     TESTIMONIALS / .testimonials-slide
     TEAM MEMBERS / .about-people
--------
FOOTER
--------
     OUR PARTNERS
     ABOUT US
     FOOTER MENU
     LOCATION
     PRIVACY AND TERMS


-------------------------------------------------------------------------------------------
FONTS
-------------------------------------------------------------------------------------------
Body : Nunito Sans and Noto Sans;
Paragraph and Notes: Noto Sans;
Headers: Nunito Sans and Maven Pro (Uppercase);
Text Area: Nuntio Sans and Noto Sans;
Titles: Maven Pro *UPPERCASE Only;
Footer: Nunti Sans and Noto Sans;

---------------------------------------------------------------------------------------------
Default Color Codes
---------------------------------------------------------------------------------------------
Dark Purple (Hosting Parts,Topbar,text and Page Titles) : #252e3f
Red Pigment (Hosting Parts,About/Team) : #f5633e
Sea Fqam Green (Section Background): #A9E5BB
White : #fff
*/


/*
---------------------------------------------------------------------------------------------
BODY STYLE
---------------------------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900');
body h3 {
    font-weight: 800;
    font-size: 28px;
}

body h2,
body h3,
body h4 {
    font-family: 'poppins', sans-serif;
    color: #2b3e4d;
}

body .padding20 {
    padding: 20px;
}

body p {
    font-family: 'Droid Arabic Naskh', serif;
}

body .text-left {
    text-align: left;
}

body .default-title {
    text-align: center;
}

body .default-title h3 {
    font-weight: 800;
    font-size: 28px;
    color: #2b3e4d;
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
}

body .default-title h4 {
    font-weight: 600;
    font-size: 25px;
    color: #444;
    font-family: Maven Pro;
    text-align: left;
    text-transform: uppercase;
}

body .default-title p {
    font-weight: 500;
    color: #5C7466;
    font-size: 16px;
}

body #font-weight {
    font-weight: 800;
}

body a {
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body a:hover {
    border: 0px;
    text-decoration: none;
    color: #777;
}

body .white-bg {
    background-color: #fff !important;
}

body .btn-warning {
    background-color: #2dd61d;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    border: 0px;
    border-radius: 2px;
}

body .btn-outline {
    margin-top: 10px;
    color: #f5633e;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #f5633e;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .red {
    background-color: #f5633e !important;
    color: #fff !important;
    border: 0px solid #f5633e !important;
}

body .red:hover {
    background-color: #252e3f !important;
    color: #fff !important;
    border: 0px solid #333;
}

body .btn-outline:hover {
    color: #fff;
    border: 1px solid #444;
    background-color: #444;
}

body .btn-default {
    background-color: #fff;
    border: 0px;
    color: #444;
}

body .btn-default:hover {
    border: 0px;
    background-color: #444;
    color: #fff;
}

body .btn-2 {
    position: relative;
    left: 0px;
    color: #fff;
    border-radius: 3px;
    background-color: #252e3f;
    border: 0px solid #fff;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

body .btn-2:hover {
    color: #fff;
    background-color: #f5633e;
}

.hideme {
    opacity: 0;
}

.visible {
    opacity: 1;
}

body .jumbotron {
    margin: 0px;
}

body .a {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .b {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .c {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .d {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .e {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body .j {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

body {
    font-family: Nunito Sans;
    margin: auto;
    padding: 0;
    width: 100%;
}

body .image-center {
    margin: 0 auto;
}

body .f7-bg {
    background-color: #f7f7f7;
}

.title-new span {
    font-size: 30px;
    color: #f5633e;
    font-weight: 800;
}

.line-title {
    height: 5px;
    background-color: #f5633e;
    margin: 0 auto;
    width: 150px;
    line-height: 20px !important;
}

.line-title.left {
    margin: 20px 0 0 0;
}

.title-new {
    text-align: center;
}

.normal h2 {
    text-transform: none !important;
}

.title-new h2 {
    font-weight: 800;
    font-size: 30px;
    color: #283845;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
}

.title-new p {
    color: #777777;
    margin-top: 10px;
    font-size: 15px;
    padding-bottom: 0px;
}

.title-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 0 8px;
    border-color: #f5633e transparent transparent transparent;
    margin: 0 auto;
}

.title-arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 0 8px;
    border-color: #f5633e transparent transparent transparent;
    margin-bottom: 15px;
    margin-left: 50px;
}

.text-left {
    text-align: left;
}

body .gray-bg {
    background-color: #f7f7f7;
}

#wd-1 .fa {
    color: #ff9900;
}

#wd-2 .fa {
    color: #ff9900;
}

#wd-3 .fa {
    color: #ff9900;
}

#wd-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#wd-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#wd-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#plan1-am {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#plan2-am {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#plan3-am {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#plan4-am {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.line-part {
    border-top: 1px solid #e3e3e3;
}

ul {
    list-style: none;
}

.padding-top-30 {
    padding-top: 130px !important;
}


/* preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../img/logo/logo2.png);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}


/* END / GENERAL STYLE */


/* TOP-BAR */

.top-bar {
    background-color: #252e3f;
    padding: 0;
    height: 40px;
    display: none;
}

.top-bar li {
    color: #ddd;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    font-size: 12px;
    padding-top: 12px !important;
}

.top-bar li:hover {
    color: #ddd;
}

.top-bar ul {
    position: relative;
}

.top-bar a {
    color: #ddd;
}

.top-bar a:hover {
    color: #fff;
}

.top-list-right ul {
    position: relative;
    top: 0;
}

.top-list li {
    display: inline;
    float: left;
    color: #fff;
    padding: 0px 10px;
}

.top-list .fa {
    color: #ddd;
    position: relative;
    font-size: 12px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.top-list .fa:hover {
    color: #ddd;
}

.top-list-right {
    float: right;
}

.top-list-right li {
    padding: 0;
    display: inline;
    float: right;
    padding: 0px 8px;
}

.toplist-3:before {
    content: "\f015 ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f2f2f2;
}

.top-bar .account:before {
    content: "\f2bd ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f2f2f2;
}

.toplist-2:before {
    content: "\f0e0 ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f2f2f2;
}

.toplist-5:before {
    content: "\f17e";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f2f2f2;
}

.top-bar .account {
    padding: 11px 15px;
}

.top-bar .account:hover {
    background-color: #DB2720;
    color: #fff;
}

.top-bar .account a:hover {
    color: #fff;
}


/*END OF TOPBAR */


/* START OF NAVBAR */

.megamenu-fw .dedicated {
    background-color: #f5f5f5;
    padding: 20px 15px;
    width:
}

.megamenu-fw img {
    width: 70px;
}

.megamenu-fw h2 {
    font-weight: 800;
    color: #f5633e;
    margin: 0 0 10px 0;
}

.megamenu-fw p {
    color: #999;
}

.new {
    color: #fff;
    background-color: #f5633e;
    position: relative;
    font-size: 8px;
    padding: 2px 3px 2px 3px;
    bottom: 2px;
    left: 0px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.dropdown-toggle .fa {
    color: #f5633e;
}

ul.cart-list>li img {
    width: 50px !important;
    height: 50px !important;
}

.navbar .before::before {
    content: "\f135 ";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.before-wd::before {
    content: "\f13c";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.dropdown-menu {
    -webkit-animation-duration: .2s !important;
    animation-duration: .2s !important;
}

.navbar-collapse .pulse {
    -webkit-animation-duration: 200ms !important;
    animation-duration: 200ms !important;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.navbar .attr-nav .photo>a {
    color: #fff;
}

.navbar .attr-nav .fa-bars {
    position: relative;
    top: 2px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-top: 3px solid #f5633e !important;
}

.navbar .col-menu .dedicated li>a:before {
    content: url(../img/megamenu/dedicated.png);
    font-family: FontAwesome;
    margin-right: 10px;
    width: 20px;
}

.navbar .col-menu h6 {
    color: #555;
    font-size: 15px;
    font-weight: 600;
    font-family: Maven Pro;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

.navbar .col-menu h5 {
    text-align: left;
    font-size: 18px;
    color: #444;
    font-weight: 500;
    text-align: left;
    position: relative;
    top: 7px;
}

.navbar .col-menu .tm {
    color: #777;
    font-weight: 500;
    padding-top: 10px;
    font-size: 15px;
}

.navbar .col-menu .skills a {
    color: #444;
    font-size: 15px;
}

.navbar .col-menu b {
    color: #f5633e;
    font-size: 15px;
    font-weight: 800;
}

.navbar .col-menu .btn-outline {
    float: none;
    color: #333;
    border: 1px solid #b2b2b2;
    font-weight: 500;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.navbar .col-menu .btn-outline:hover {
    border: 1px solid #e3e3e3;
}

.navbar .fa-th-large {
    color: #524354;
    font-size: 17px;
    position: relative;
    top: 2px;
}


/*NAVBAR */


/* ============== END OF NAVBAR ============== */


/* ============== SECTIONS / START ============== */


/* red section */

.red-section {
    background-color: #f5633e;
    padding: 20px 0 20px 0;
}

.red-section h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
}

.red-section p {
    color: #fff;
    font-size: 15px;
}

.red-section .btn {
    background-color: transparent;
    position: relative;
    border: 1px solid #fff;
    top: 40px;
}

.red-section .btn:hover {
    background-color: #252e3f;
    border: 1px solid #252e3f;
}


/* red section */


/* on sale */

.on-sale {
    background-color: #f5633e;
    text-align: center;
    padding: 10px 0;
}

.on-sale h3 {
    color: #fff;
    font-size: 25px;
}

.on-sale .btn-2 {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.on-sale .btn-2:hover {
    background-color: #252e3f;
    border: 1px solid #252e3f;
}


/* new services */

.new-services {
    background-color: #f5633e;
    text-align: left;
}

.new-services h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.new-services p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.new-services .text {
    overflow: hidden;
    border-right: 0 solid rgba(255, 255, 255, 0.17);
    padding: 15px 0 20px 0;
}

.new-services .border-l {
    border-left: 0 solid rgba(255, 255, 255, 0.17);
}

.new-services .fa {
    color: rgba(255, 255, 255, 0.95);
    position: relative;
    padding-right: 10px;
    top: 37px;
}

.new-services .btn-2 {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.new-services .btn-2:hover {
    background-color: #252e3f;
    border: 1px solid #252e3f;
}

.new-services {
    position: relative;
}

.new-services:before,
.new-services:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 5px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.new-services:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/* why-tera */

.why-tera {
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: #fff;
}

.why-tera .default-title {
    padding: 20px 0;
}

.why-tera .wt-1::before {
    content: "\f1ad";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.why-tera .wt-2::before {
    content: "\f233";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.why-tera .wt-3::before {
    content: "\f219";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.why-tera .box {
    margin: 15px;
    border-radius: 10px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 28px -21px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -21px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -21px rgba(0, 0, 0, 0.75);
    transition: 200ms ease-in-out;
    border: 1px solid #e5e5e5;
}

.wt-list {
    display: inline;
    position: relative;
    bottom: 25px;
}

.wt-list li:before {
    content: "\f067 ";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    color: #d65a3b;
}

.why-tera .btn {
    position: relative;
    bottom: 10px;
    font-size: 15px;
}

.why-tera .red {
    position: relative;
    left: 0px;
    margin-right: 10px;
}

.why-tera .btn-2 {
    position: relative;
    bottom: 5px;
}

.wt-list li {
    line-height: 32px;
    color: #6b7179;
    font-weight: 500;
    overflow: hidden;
    font-size: 15px;
    margin-left: 5px;
    font-family: Nunito Sans;
}

.why-tera h4 {
    color: #252e3f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Maven Pro;
}


/* why-tera 2 */

.why-tera2 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent
}

.why-tera2 .sl1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.why-tera2 .sl2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.why-tera2 .sl3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.list-position {
    position: relative;
    right: 80px;
}

.why-tera2 .default-title {
    padding-bottom: 30px
}

.why-tera2 .box {
    margin: 0;
    border: 0px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.03)), color-stop(51%, rgba(247, 248, 250, 0.08)), color-stop(100%, rgba(255, 255, 255, 0.03)));
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(247, 248, 250, 0.08) 51%, rgba(255, 255, 255, 0.08) 100%);
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    border: 1px solid rgba(200, 200, 200, 0.2)
}

.why-tera2 .box:hover {
    -webkit-box-shadow: 0px 30px 78px -24px rgba(0, 0, 0, 0.70);
    box-shadow: 0px 30px 78px -24px rgba(0, 0, 0, 0.70)
}

.wt-list2 {
    display: inline;
    position: relative;
    bottom: 25px
}

.why-tera2 .btn {
    position: relative;
    bottom: 10px;
    color: #fff
}

.why-tera2 .btn-2 {
    position: relative;
    bottom: 5px;
    left: 5px;
    color: #fff
}

.wt-list2 li {
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    font-size: 14px
}

.why-tera2 .wtl-1:before {
    content: "\f2ce ";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-2:before {
    content: "\f0c2  ";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-3:before {
    content: "\f233";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-4:before {
    content: "\f1cd  ";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-5:before {
    content: "\f2db";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-6:before {
    content: "\f0a0";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-7:before {
    content: "\f0ec";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-8:before {
    content: "\f1cd";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-9:before {
    content: "\f1fc";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-10:before {
    content: "\f13b";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-11:before {
    content: "\f121";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 .wtl-12:before {
    content: "\f13c";
    padding: 0 10px 0 0;
    color: #fff;
    font-family: FontAwesome;
    font-size: 15px;
}

.why-tera2 h4 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    font-family: Maven Pro;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}


/* why tera / end */


/* domain */

.search-bar {
    padding: 30px 0 40px 0;
    background-color: #f7f7f7;
}

.search-bar img {}

.search-bar .border-right1,
.search-bar .border-right2,
.search-bar .border-right3,
.search-bar .border-right4 {
    border-right: 1px solid rgba(255, 255, 255, 0.03);
}

.search-bar .btn-2 {
    position: relative;
    left: 25px;
    background-color: #9BBF2A;
    border-radius: 2px;
}

.input-group .form-control {
    -webkit-box-shadow: 0px 0px 54px -18px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 54px -18px rgba(0, 0, 0, 0.39);
    background-color: #fff;
}

.search-bar .default-title {
    padding: 0px 0 20px 0;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-ms-input-placeholder {
    color: #999;
}

.search-bar .default-title h3 {
    color: #2b3e4d;
}

.search-bar .bar {
    height: 60px;
}

.search-bar .ltds {
    margin-top: 10px;
    padding-left: 0px;
}

.search-bar .ltds p {
    text-align: left;
    font-weight: 600;
    color: #777;
    font-size: 17px;
}

.search-bar .ltds span {
    font-weight: 500;
    font-size: 14px;
}

body .bar {
    color: #999 !important;
}

.sb2 {
    padding: 30px 0 40px 0;
    background: rgb(47, 33, 51);
    background: -moz-linear-gradient(top, rgba(47, 33, 51, 1) 0%, rgba(19, 13, 20, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(47, 33, 51, 1) 0%, rgba(19, 13, 20, 1) 100%);
    background: linear-gradient(to bottom, rgba(47, 33, 51, 1) 0%, rgba(19, 13, 20, 1) 100%);
}

.sb2 .btn-2 {
    position: relative;
    left: 25px;
    background-color: #f5633e;
    border-radius: 3px;
}

.sb2 .btn-2:hover {
    position: relative;
    left: 25px;
    background-color: #252e3f;
    border-radius: 3px;
}

.sb2 .default-title p {
    color: #fff;
}

.sb2 .form-control {
    -webkit-box-shadow: 0px 0px 54px -18px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 54px -18px rgba(0, 0, 0, 0.39);
    background-color: rgba(255, 255, 255, 0.1);
}

.sb2 .default-title {
    padding: 0px 0 40px 0;
}

.sb2 .form-control::-webkit-input-placeholder {
    color: #fff;
}

.sb2 .form-control:-moz-placeholder {
    color: #fff;
}

.sb2 .form-control::-moz-placeholder {
    color: #fff;
}

.sb2 .form-control:-ms-input-placeholder {
    color: #fff;
}

.sb2 .form-control::-ms-input-placeholder {
    color: #fff;
}

.sb2 .default-title {
    position: relative;
    right: 50px;
}

.sb2 .default-title h3 {
    color: #fff;
    font-size: 30px;
}

.sb2 .bar {
    height: 60px;
}

.sb2 .ltds {
    margin-top: 10px;
    padding-left: 0px;
}

.sb2 .ltds p {
    text-align: left;
    font-weight: 600;
    color: #fff;
}

body .bar {
    color: #fff !important;
}

body .features2 {
    background-color: #f5633e !important;
    position: relative;
}

body .features2 h3,
body .features2 p,
body .features2 li {
    color: #fff !important;
}

body .features2 li::before {
    color: #fff !important;
}


/* domain */

.arrow-bg {
    background-color: #fff;
}

.arrow-f5-bg {
    background-color: #f7f7f7;
}

.arrow-f5-dark {
    background-color: #1f2735;
}

.arrow-f5-red {
    background-color: #f5633e;
}

.arrow-white {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 45px 0 45px;
    border-color: #fff transparent transparent transparent;
    margin: 0 auto;
}

.arrow-red {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #f5633e transparent transparent transparent;
    margin: 0 auto;
}

.arrow-dark {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-red-top {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 40px 25px 40px;
    border-color: transparent transparent #f5633e transparent;
    position: relative;
    bottom: 25px;
    position: static;
}

.arrow-red-top-dark {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 40px 25px 40px;
    border-color: transparent transparent #f5633e transparent;
    position: relative;
    bottom: 25px;
    position: static;
}

.arrow-red-bottom {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f5633e transparent transparent transparent;
    position: relative;
    bottom: 0;
}

.arrow-dark-bottom {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 25px 40px 0 40px;
    border-color: #fff transparent transparent transparent;
    position: relative;
}

.arrow-f5-top {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 45px 25px 45px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.arrow-f5 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 40px;
    border-color: #f7f7f7 transparent transparent transparent;
    margin: 0 auto;
}

.list-part {
    padding: 20px 0;
    background: #1f2735;
    color: #ededed;
}

.list-part .default-title p,
.list-part .default-title h3 {
    color: #fff;
}

.list-part .default-title {
    padding-bottom: 35px;
}

.pl-1 {
    border-right: 1px solid #2c404b;
}

.pl-1 .fa {
    color: #ededed;
}

.pl-2 .fa {
    color: #ededed;
}

.list-part .text {
    position: relative;
    left: 20px;
}

.list-part .fa {
    border: 1px solid #666;
    padding: 13px;
    margin: 8px 25px;
    width: 55px;
    height: 55px;
    background-color: transparent;
}

.list-part span {
    font-weight: 400;
}

.list-part .text-content {
    overflow: hidden;
}

.list-part h4 {
    font-weight: 700;
    color: #ededed;
}

.list-part p {
    overflow: hidden;
    color: #888;
}

.list-part img {
    margin: 30px auto;
    width: 470px;
}


/* df media / start here */

.df-media-3 {
    padding: 40px 0 50px 0;
    background-color: #f7f7f7;
}

.df-media-3 p {
    overflow: hidden;
}

.df-media-3 ul {
    display: inline;
}

.df-media-3 li {
    font-size: 15px;
    color: #888;
    margin-bottom: 10px;
}

.df-media-3 .buttons .red {
    margin-left: 15px;
    margin-top: 20px;
}

.df-media-3 .buttons .btn-2 {
    margin-left: 10px;
    margin-top: 20px;
}

.df-media-3 .df3-1::before {
    content: "\f1cd ";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}

.df-media-3 .df3-2::before {
    content: "\f219  ";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}

.df-media-3 .df3-3::before {
    content: "\f0d6 ";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}

.df-media-3 .df3-4::before {
    content: "\f135";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}

.df-media-3 .df3-5::before {
    content: "\f19a ";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}

.df-media-3 .df3-6::before {
    content: "\f1de ";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
    font-size: 17px;
}


/* df media 3 / end */

#df-media2 {
    padding: 50px 0 50px 0;
    background-color: #fff;
}

#df-media2 ul {
    padding: 15px 0 0px 0;
}

#df-media2 .btn-2 {
    margin-top: 10px;
    margin-right: 10px;
}

#df-media2 img {
    max-width: 100%;
}

#df-media2 li {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

#df-media2 li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
}

#df-media2 .default-title h3 {
    text-align: left;
    color: #2b3e4d;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

#df-media2 .default-title span {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 30px;
}

#df-media2 .title h2 {
    color: #3F3F3F;
    font-weight: 600;
    font-size: 20px;
    font-family: Nunito Sans;
}

#df-media2 span {
    color: #cc5f12;
    font-weight: 800;
    font-size: 22px;
}

#df-media .btn-2 {
    margin-top: 10px;
    margin-right: 10px;
}

#df-media {
    padding: 60px 0 60px 0;
    background-color: #f7f7f7;
}

#df-media .title h2 {
    color: #3F3F3F;
    font-weight: 600;
    font-size: 20px;
    font-family: Nunito Sans;
}

#df-media span {
    color: #cc5f12;
    font-weight: 800;
    font-size: 22px;
}

#df-media .default-title h3 {
    text-align: left;
    color: #2b3e4d;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

#df-media .default-title span {
    color: #2b3e4d;
    font-size: 30px;
}

#df-media ul {
    padding: 15px 0 0 0;
}

#df-media li {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

#df-media li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #f5633e;
}


/* df media end */


/* section 05 */

#section-05 {
    padding: 20px 0 30px 0;
    text-align: center;
    background-color: #f7f7f7;
}

.section-05-box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 250px;
    height: auto;
    margin: 20px;
    border-bottom: 5px solid #f5633e;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    border-radius: 5px;
    -webkit-box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
    box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
}

.section-05-box:hover {
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.99);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.99);
}

#section-05 .container {
    max-width: 1280px;
    position: relative;
    left: 10px;
}

#section-05 .fa {
    background: rgba(247, 44, 37, 1);
    background: -moz-linear-gradient(-45deg, rgba(247, 44, 37, 1) 0%, rgba(235, 40, 33, 1) 51%, rgba(247, 44, 37, 1) 51%, rgba(247, 44, 37, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(247, 44, 37, 1)), color-stop(51%, rgba(235, 40, 33, 1)), color-stop(51%, rgba(247, 44, 37, 1)), color-stop(100%, rgba(247, 44, 37, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(247, 44, 37, 1) 0%, rgba(235, 40, 33, 1) 51%, rgba(247, 44, 37, 1) 51%, rgba(247, 44, 37, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(247, 44, 37, 1) 0%, rgba(235, 40, 33, 1) 51%, rgba(247, 44, 37, 1) 51%, rgba(247, 44, 37, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(247, 44, 37, 1) 0%, rgba(235, 40, 33, 1) 51%, rgba(247, 44, 37, 1) 51%, rgba(247, 44, 37, 1) 100%);
    background: linear-gradient(135deg, rgba(247, 44, 37, 1) 0%, rgba(235, 40, 33, 1) 51%, rgba(247, 44, 37, 1) 51%, rgba(247, 44, 37, 1) 100%);
    padding-right: -2px;
    padding-top: 19px;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    font-size: 29px;
    color: #fff;
    margin-top: 15px;
    border: 0px solid #fff;
}

#section-05 h3 {
    color: #2b3e4d;
    padding: 10px 0 0px;
    font-weight: 700;
    font-size: 16px;
}

#section-05 .default-title h3 {
    font-weight: 800;
    font-size: 28px;
    color: #2b3e4d;
    text-transform: uppercase;
}

#section-05 h4 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 10px;
}


/* section 05 end */


/* support */

.team-support {
    padding: 70px 0 0 0;
    background-size: cover;
}

.team-support .text {
    padding-bottom: 80px;
}

.team-support span {
    font-weight: 200;
}

.team-support .default-title {
    text-align: left;
}

.team-support .default-title p {
    color: #ededed !important;
    font-weight: 200;
}

.team-support .default-title h3 {
    font-size: 35px;
    color: #fff;
}

.team-support .number {
    font-weight: 200;
    color: #fff;
    font-size: 40px;
}

.team-support .number::before {
    content: "\f095";
    font-family: 'Fontawesome';
    float: left;
    color: #f5633e;
    margin-right: 10px;
}

.team-support .red {
    margin-right: 10px;
}


/* big boxes cloud */

.big-boxes-cloud img {
    margin: 40px auto;
    max-width: 90px;
}

.big-boxes-cloud .btn {
    color: #fff;
    border: 1px solid #fff;
}

.big-boxes-cloud {
    padding: 30px 0 80px 0;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    background-size: cover;
    background-attachment: fixed;
}

.big-boxes-cloud h4 {
    font-size: 16px;
}

.big-boxes-cloud h5 {
    font-weight: 600;
    font-size: 21px;
    font-family: Maven Pro;
    text-transform: uppercase;
}

.big-boxes-cloud .default-title {
    padding-bottom: 30px;
}

.big-boxes-cloud h3 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.big-boxes-cloud p {
    font-size: 14px;
    color: #ededed;
    padding: 0 20px 0 20px;
    font-weight: 400;
}

.big-boxes-cloud .big-boxes1 {
    background-color: #252e3f;
    color: #fff;
    padding: 30px 0 30px 0;
    border-radius: 0;
}

.big-boxes-cloud .big-boxes2 {
    background-color: #312333;
    color: #fff;
    padding: 30px 0 30px 0;
    border-radius: 0;
}

.big-boxes-cloud .big-boxes3 {
    background-color: #f0f0f0;
    color: #2D4042;
    padding: 30px 0 30px 0;
    border-radius: 0;
}

.big-boxes-cloud .big-boxes3 p {
    color: #2D4042;
}

.big-boxes-cloud .fa {
    color: #fff;
    font-size: 80px;
    padding: 20px 0 20px 0;
}

.big-boxes-cloud .big-boxes2 .btn {
    color: #fff;
    border: 1px solid #888;
}

.big-boxes-cloud .big-boxes3 .btn {
    color: #2D4042;
    border: 1px solid #2D4042;
}

.big-boxes-cloud .big-boxes3 .btn:hover {
    color: #fff;
}

.big-boxes-cloud .big-boxes2 .btn:hover {
    color: #fff;
    border: 1px solid transparent;
}

.big-boxes-cloud .big-boxes2 p {
    color: #fff;
}


/* big boxes cloud end */


/* section-dd-ft */

.section-dd-ft {
    padding: 30px 0 30px 0;
    background-color: #f5633e;
}

.section-dd-ft .text {
    overflow: hidden;
}

.section-dd-ft h3 {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Maven Pro;
}

.section-dd-ft .fa {
    position: relative;
    color: #fff;
    padding: 18px 20px 0 0px;
    border-radius: 40px;
    font-size: 30px;
}

.section-dd-ft p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.section-dd-ft2 {
    padding-bottom: 25px;
    background-color: #fff;
    text-align: center;
}

.section-dd-ft2 .text {
    overflow: hidden;
}

.section-dd-ft2 h3 {
    font-weight: 700;
    color: #2b3e4d;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Maven Pro;
}

.section-dd-ft2 .fa {
    position: relative;
    color: #f5633e;
    font-size: 50px;
}

.section-dd-ft2 h5 {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 20px;
}


/* section dd ft end */


/* parallax effect */

.parallax {
    height: 440px;
}

.parallax .text {
    position: relative;
    top: 70px;
}

.parallax .text h3 {
    font-size: 42px;
    padding: 0px 0 10px 0;
    font-weight: 700;
    color: #fff;
}

.parallax .text h4 {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 25px 0;
}

.parallax .btn {
    border-radius: 15px;
}


/* parallax effect end */


/* testimonials & faq */


/* TESTIMONIALS */


/* carousel */

#testimonials-slide {
    padding: 20px 0 30px 0;
    background-color: #f7f7f7;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px 0px 0px;
}

#testimonials-slide h2 {
    color: #3c5a68;
    font-weight: 800;
    font-size: 35px;
    position: relative;
    bottom: 25px;
}

#testimonials-slide img {
    width: 200px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -50px;
    color: #f5633e;
    opacity: 1;
}

.red-text {
    color: #f5633e;
}

#quote-carousel .carousel-control.right {
    right: -70px !important;
    color: #f5633e;
    opacity: 1;
}

#quote-carousel .carousel-indicators {
    right: 80%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #888;
}

.item blockquote {
    border-left: none;
    text-align: left;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote h5 {
    font-size: 16px;
    font-weight: 400;
    color: #5c6b72;
    line-height: 28px;
}

.item blockquote h6 {
    color: #f5633e;
    font-weight: 800;
    font-size: 16px;
    padding-top: 25px;
    word-spacing: 5px;
    letter-spacing: 3px;
}

.item blockquote h5:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}


/* Testimonials */

.testimonials blockquote {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    color: #ededed;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 15px;
    position: relative;
    border-radius: 50px 50px 0px 50px;
    -moz-border-radius: 50px 50px 0px 50px;
    -webkit-border-radius: 20px 20px 0px 20px;
    border: 1px solid #555;
    font-style: italic;
}

.testimonials .carousel-info img {
    border: 1px solid #f7f7f7;
    border-radius: 45px !important;
    height: 90px;
    padding: 3px;
    width: 90px;
}

.testimonials .carousel-info {
    overflow: hidden;
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
}

.testimonials span.testimonials-name {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin: 23px 0 7px;
}

.testimonials span.testimonials-post {
    color: #b2b2b2;
    font-size: 14px;
}

#testimonials-all {
    padding: 50px 0 80px 0;
    background: url(../img/other/testimonials.jpg) center;
    background-attachment: fixed;
    background-size: cover;
}

#testimonials-all .universal-header {
    text-align: center;
    padding: 0px 0 30px 0;
}

#testimonials-all .universal-header h1 {
    font-size: 35px;
    color: #e3e3e3;
    font-weight: 800;
}

#testimonials-all blockquote p {
    color: #e3e3e3;
    font-size: 15px;
    font-weight: 400;
}

.wp-header2 {
    text-align: center;
    padding: 50px 200px 0 200px;
}

.wp-header2 h1 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}

.wp-header2 p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.faq {
    padding: 0px 0 30px 0;
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
}

.faq .default-title {
    padding: 20px 0;
}

.faq .box {
    margin: 10px;
    border-radius: 4px;
    max-height: auto;
    height: 180px;
    padding: 10px;
    background-color: #fff;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.20);
}

.faq .box:hover {
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.70);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.70);
}

.faq h3 {
    color: #2b3e4d;
    font-size: 17px;
    font-weight: 600;
}

.faq p {
    font-size: 14px;
    font-family: Nunito Sans;
    font-weight: 500;
    color: #757c87;
}

.faq-text {
    margin: 0px;
}

.faq .faq-cf {
    padding: 0 100px;
}


/* faq */

.faq-new {
    padding: 20px 0 50px 0;
}

.faq-new .title-new {
    margin-bottom: 30px;
}

.panel {
    margin: 10px 0 !important;
}

.faq-new .panel-heading {
    background-color: #f5633e;
}

.faq-new .panel-heading [data-toggle="collapse"]:after {
    font-size: 0 !important;
}

.faq-new h4 {
    color: #fff;
}

.faq-new p {
    color: #999999;
}

.panel-title {
    color: #b1b1b1 !important;
}

.panel-title :hover {
    color: #ddd;
}

.blog {
    padding-top: 13px;
}

.blog h4 {
    color: #283845;
}

.blog .btn {
    margin-top: 10px;
}

.blog .btn:hover {
    color: #fff;
}

.faq-new .btn-outline {
    border: 1px solid #b2b2b2 !important;
    color: #999;
}

.blog .date {
    color: #999999;
    font-size: 12px;
    position: relative;
    top: 3px;
}


/*  ========== HEADERS AND SLIDERS ============ */


/* new header */

.new-header {
    height: 650px;
    background: url(../img/headers/home-image.jpg) center;
    background-size: cover;
}

.new-header h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 800;
    color: #2b3e4d;
}

.new-header p {
    color: #83838d;
    margin: 5px 0;
}

.new-header .text-content {
    padding-top: 120px;
}

.new-header img {
    position: relative;
    top: 100px;
}

.new-header a {
    font-weight: 400;
    color: #d65a3b;
}

.new-header ul {
    display: inline;
}

.new-header .buttons {
    margin-top: 30px;
    margin-right: 25px;
}

.new-header li {
    line-height: 27px;
    color: #777783;
    font-size: 15px;
}

.new-header li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    color: #d65a3b;
}

.new-header a.btn.dark {
    background-color: #252e3f;
    margin-left: 15px;
    color: #fff;
}

.new-header a.btn.dark:hover {
    background-color: #fff;
    color: #252e3f;
}


/* slider */

.slider-version .main-container {
    padding: 0;
}

.slider-version .btn-outline {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
}

.slider-version .btn-2 {
    color: #fff;
    border: 0px;
    top: 7px;
    border-radius: 5px;
    font-size: 16px;
}

.slider-version .btn-outline:hover {
    background-color: #444;
    color: #fff;
    border: 1px solid #444;
}

.slider-list {
    display: inline;
    position: relative;
    bottom: 10px;
    right: 14px;
    margin-top: 10px;
}

.carousel-inner ul {
    margin-top: 50px;
}

.slider-list .l1 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.slider-list .l2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.slider-list .l3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.slider-list li {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.slider-list li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
}

.slider-version .slide1 p,
.slider-version .slide2 p,
.slider-version .slide3 p,
.slider-version .slide4 p {
    color: #fff;
    font-size: 17px;
}

.slider-version .slide1 h3,
.slider-version .slide2 h3,
.slider-version .slide3 h3,
.slider-version .slide4 h3 {
    color: #fff;
    font-size: 57px;
    font-weight: 800;
    font-family: poppins;
    padding: 0px !important;
    text-transform: uppercase;
}

.slider-version .slide1 .text-left,
.slider-version .slide2 .text-left,
.slider-version .slide3 .text-left {
    margin-right: 0px;
}

.slider-version .slide1 span,
.slider-version .slide2 span,
.slider-version .slide3 span,
.slider-version .slide4 span {
    color: #fff;
}

.slider-version .slide1 .price,
.slider-version .slide2 .price,
.slider-version .slide3 .price,
.slider-version .slide4 .price {
    color: #fff;
    background-color: #f5633e;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 400 !important;
    text-shadow: 0.1px 0.1px 15px #fff;
    font-family: poppins;
}

.slider-version .slide1 .discount,
.slider-version .slide2 .discount,
.slider-version .slide3 .discount,
.slider-version .slide4 .discount {
    color: #fff;
    font-size: 17px;
    text-decoration: line-through;
}

.slider-version .slide1 h4,
.slider-version .slide2 h4,
.slider-version .slide3 h4,
.slider-version .slide4 h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
    margin: 0px;
    padding-bottom: 16px;
    position: relative;
    bottom: 5px;
}

.slider-version .btn-2:hover {
    background-color: #555;
    color: #fff;
}

.slider-version .btn-2 {
    position: relative;
    left: 15px;
}

.slider-list .l1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
}

.slider-list .l2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    animation-duration: 1.5s;
}

.slider-list .l3 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    animation-duration: 1.5s;
}

body .h3-animation {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    animation-duration: 1.3s;
}

body .h4-animation {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    animation-duration: 1.3s;
}

.slider-version .btn {
    animation-delay: 1.4s !important;
}

.slider-version .slide1 .text-left,
.slider-version .slide3 .text-left {
    padding-left: 0px;
}

.slider-version .carousel-indicators {
    bottom: 0;
}

.slider-version .carousel-control.right,
.slider-version .carousel-control.left {
    background-image: none;
}

.slider-version .carousel .item {
    height: 100%;
    width: 100%;
    min-height: 600px;
}

.slider-version a:hover {
    color: #fff;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.slider-version h3 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.slider-version h4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.slider-version h2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-version .carousel-control {
    width: 6%;
    text-shadow: none;
}

.slider-version h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.slider-version .p {
    padding-top: 125px;
    text-align: center;
}

.slider-version .p a {
    text-decoration: underline;
}

.slider-version .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, .4);
    border: none;
}

.slider-version .carousel-indicators .active {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: none;
}

.slider-version .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.slider-version .carousel-fade .carousel-inner .item,
.slider-version .carousel-fade .carousel-inner .active.left,
.slider-version .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.slider-version .carousel-fade .carousel-inner .active,
.slider-version .carousel-fade .carousel-inner .next.left,
.slider-version .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.slider-version .carousel-fade .carousel-inner .next,
.slider-version .carousel-fade .carousel-inner .prev,
.slider-version .carousel-fade .carousel-inner .active.left,
.slider-version .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slider-version .carousel-fade .carousel-control {
    z-index: 2;
}

.slider-version .carousel-control .fa-angle-right,
.slider-version .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.slider-version .carousel-control .fa-angle-left {
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 23px;
    color: #fff;
    border-radius: 53px;
}

.slider-version .carousel-control .fa-angle-right {
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 23px;
    color: #fff;
    border-radius: 53px;
}

.slider-version .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/


/*       Slides backgrounds     */


/********************************/

.slider-version .slide1 .slide-offer {
    position: absolute;
    color: #fff;
    background-color: #35ba0d;
    top: 290px;
    left: 360px;
    text-align: center;
    padding: 10px;
    width: 120px;
    height: 120px;
    border-radius: 62px;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    z-index: 2;
}

.slider-version .slide1 h6 {
    font-size: 15px;
    position: relative;
    top: 45px;
    left: 3px;
}

.slider-version .slide1 h6:before {
    content: "\f0c2 ";
    font-family: FontAwesome;
    font-size: 38px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 28px;
}

.slider-version .slide2 .slide-offer2 {
    position: absolute;
    color: #fff;
    background-color: #333;
    top: 30px;
    left: 390px;
    text-align: center;
    padding: 10px;
    width: 120px;
    height: 120px;
    border-radius: 62px;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.slider-version .slide2 h6 {
    font-size: 15px;
    position: relative;
    top: 45px;
    left: 3px;
}

.slider-version .slide2 h6:before {
    content: "\f0a0";
    font-family: FontAwesome;
    font-size: 38px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.slider-version .slide3 .slide-offer3 {
    position: absolute;
    color: #fff;
    background-color: #35ba0d;
    top: 80px;
    left: 400px;
    text-align: center;
    padding: 10px;
    width: 120px;
    height: 120px;
    border-radius: 62px;
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.slider-version .slide3 h6 {
    font-size: 15px;
    position: relative;
    top: 45px;
    left: 3px;
}

.slider-version .slide3 h6:before {
    content: "\f0c2 ";
    font-family: FontAwesome;
    font-size: 38px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 28px;
}

.slider-version .slide1 {
    background: url(../img/other/sliders.jpg) center;
    background-size: cover;
}

.slider-version .slide2 {
    background: url(../img/other/sliders.jpg) center;
    background-size: cover;
}

.slider-version .slide3 {
    background: url(../img/other/sliders.jpg) center;
    background-size: cover;
}

.slider-version .slide4 {
    background-size: cover;
}


/* slider */

.home-header {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 99%), url(../img/other/new.jpg) repeat;
    background-size: cover;
    height: 625px;
    background-position: center;
}

.home-header .btn-2 {
    margin-top: 20px;
}

.home-header .btn-2:hover {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

.home-header .text-content {
    position: relative;
    top: 120px;
}

.home-header .text-content p {
    letter-spacing: 0.5px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    margin: 15px 0;
}

.home-header .typing-title {
    text-align: left;
}

.home-header .typing-title h2 {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.home-header .deal {
    font-size: 35px;
    font-weight: 800;
    color: #f5633e;
    margin: 20px 0;
}

.home-header .deal>span {
    font-weight: 200;
    font-size: 23px;
    text-decoration: line-through;
    color: #fff;
}

.home-header .typing-title .title-span {
    font-weight: 200;
}

.home-header .typing-title a {
    font-size: 34px;
    font-weight: 200;
    color: #fff;
}

.home-header .box-container {
    text-align: center;
    background: rgba(3, 16, 22, 0.3);
    border: 0 dotted #fff;
    width: 320px;
    height: auto;
    position: relative;
    left: 80px;
    top: 200px;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 56px -20px rgba(255, 255, 255, 0.80);
    -moz-box-shadow: 0px 0px 56px -20px rgba(255, 255, 255, 0.80);
    box-shadow: 0px 0px 56px -20px rgba(255, 255, 255, 0.80);
    border-bottom: 6px solid #f5633e;
}

.home-header .santa-img {
    max-width: 100px;
    position: absolute;
    top: 140px;
    left: 50px;
    z-index: 2;
    transform: rotate(-20deg);
}

.home-header .box-container .btn {
    border: 1px solid #b2b2b2;
    color: #fff;
}

.home-header .box-container h3 {
    color: #fff;
    font-size: 22px;
}

.home-header .box-container h2 {
    color: #f5633e;
    font-weight: 800;
    font-size: 40px;
    margin: 0;
}

.home-header .box-container p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.home-header .fa-wordpress {
    font-size: 27px;
    position: relative;
    bottom: 30px;
    right: 10px;
}


/* partners2 */

.partners2 {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}

.partners2 img {
    padding: 20px 0;
    opacity: 0.6;
    max-width: 100px;
}

.partners2 h4 {
    font-weight: 600;
    font-size: 17px;
    color: #999;
}

.partners2 .border-img {
    border-right: 1px solid #e0e0e0;
}

.partners2 .border-text {
    border-right: 1px solid #e0e0e0;
}


/* home header */

.cloud {
    background: url(../img/headers/cloud.jpg) center !important;
    background-size: cover !important;
}

.cloud .btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.cloud .btn:hover {
    background-color: #fff;
    color: #333;
}

.default-page-header {
    height: auto;
    padding-bottom: 100px;
    background: url(../img/headers/dedicated.jpg) center;
    background-size: cover;
}

.default-page-header h2 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Maven Pro;
    text-align: center
}

.default-page-header h3 {
    font-weight: 500;
    position: relative;
    bottom: 13px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px
}

.default-page-header ul {
    display: inline;
    position: relative;
    bottom: 15px
}

.default-page-header li {
    line-height: 33px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.default-page-header li::before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #2acc18;
    font-family: FontAwesome
}

.default-page-header .button {
    margin-top: 10px;
}

.default-page-header .btn {
    border: 1px solid #fff;
}

.header-simple {
    background-size: cover;
    height: 200px;
    background: url(../img/headers/header1.jpg) center;
    background-size: cover;
}

.header-simple h2 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-top: 30px;
}

.header-simple p {
    color: #ededed;
    font-size: 14px;
}

#web-header2 {
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #e8e8e8;
    border-top: 2px solid #e8e8e8;
    padding: 10px;
    position: relative;
    right: 50px;
}

.web-header {
    height: 470px;
    background-position: center
}

.web-header p {
    font-size: 15px;
    line-height: 23px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    padding: 15px 0 15px 0;
    font-family: Nunito Sans;
}

.web-header .btn {
    color: #fff;
    background-color: #f5633e;
}

.web-header .box-container {
    position: relative;
    top: 90px;
    border-radius: 4px;
    padding: 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    background-color: rgba(45, 30, 47, 0.6);
    -webkit-box-shadow: 0px 0px 49px -15px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 49px -15px rgba(0, 0, 0, 0.6);
    border-top: 5px solid #f5633e;
}

.web-header .btn-2 {
    color: #fff !important;
}

.web-header .btn-2:hover {
    background-color: #333;
}

.web-header .box-container h2 {
    font-weight: 700;
    font-size: 30;
    color: #fff;
    font-family: Maven Pro;
    text-transform: uppercase;
}

.web-header .box-container h3 {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    display: inline;
    position: relative;
    top: 20px;
    text-transform: uppercase;
}


/*  ========== HEADERS AND SLIDERS / END HERE ============ */


/* ===== OTHER SECTIONS ===== */


/* home boxes */

.home-boxes {
    padding: 30px 0 50px 0;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
}

.home-boxes .text-container::before,
.home-boxes .text-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.home-boxes .text-container::before {
    border-width: 35px;
    border-right-color: #f5633e;
    border-top-color: #f5633e;
    z-index: 3;
    position: absolute;
    right: 15px;
    border-bottom-width: 50px;
    border-left-width: 50px;
    border-radius: 8px;
}

.home-boxes .text-container::after {
    content: 'ON \A SALE';
    top: 6px;
    right: 12px;
    z-index: 4;
    text-transform: uppercase;
    color: #fff;
    white-space: pre;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-boxes .before-box p {
    font-size: 12px;
}

.home-boxes .text-container {
    text-align: center;
    background-color: #fff;
    border-bottom: 0px solid #f5633e;
    padding: 40px 15px 15px;
    -webkit-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.78);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.78);
    box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.78);
    transition: 200ms ease-in-out;
    border-radius: 15px;
}

.home-boxes .text-container:hover {
    -webkit-box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.78);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.78);
    box-shadow: 0px 0px 30px -8px rgba(0, 0, 0, 0.78);
}

.home-boxes .default-title {
    padding: 0px 0 30px 0;
}

.home-boxes .text-container p {
    color: #999;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.home-boxes .text-container h3 {
    font-size: 25px;
}

.home-boxes .btn {
    font-size: 16px !important;
    margin: 0 auto;
    width: 100%;
    border: 1px solid #f0f0f0;
    background-color: transparent;
    color: #888;
    font-weight: 600;
    border-radius: 2px;
}

.home-boxes .btn:hover {
    background-color: #f5633e !important;
    color: #fff !important;
    border: 1px solid transparent;
}

.home-boxes .fa {
    color: #f5633e;
}


/* home boxes */


/* media code */

.media-code-1 {
    background-color: #fff;
}

.for-index {
    background: url(../img/images/fixed2.jpg) center;
    background-attachment: fixed;
}

.media-code-1 h2 {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 26px;
}

.media-code-1 .btn-2 {
    position: relative;
    margin-right: 10px;
}

.media-code-1 p {
    color: #6c6c6d;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
}

.media-code-1 {
    padding: 40px 0 40px 0;
}

.media-code-1 .fa {
    color: #16cc06;
}

.media-code-1 .wp-text p {
    position: relative;
    bottom: 5px;
}

.media-code-1 .wp-con1 p {
    position: relative;
    bottom: 5px;
}

.media-code-2 {
    background-color: #f7f7f7;
    padding: 40px 0 40px 0;
}

.media-code-2 .red {
    margin-right: 10px !important;
}

.media-code-2 h2 {
    color: #252e3f;
    font-size: 25px;
    font-weight: 800;
}

.media-code-2 p {
    color: #6c6c6d;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.media-code-2 .fa {
    color: #16cc06;
}

.media-code-2 .wp-text p {
    position: relative;
    bottom: 5px;
}

.media-code-2 .wp-con1 p {
    position: relative;
    bottom: 5px;
}


/* media code end */


/* features - list */

#features-list {
    padding: 10px 0 40px 0;
    background-color: #f7f7f7;
}

#features-list .default-title {
    padding: 25px 0 30px 0;
}

#features-list .fa {
    color: #12ba0d;
    font-size: 17px;
    padding-top: 3px;
}

#features-list ul {
    position: relative;
}

#features-list li {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    display: inline-flex;
    line-height: 35px;
}

#features-list li::before {
    content: "\f067";
    padding: 0 10px 0 0;
    color: #f5633e;
    font-family: FontAwesome;
}

#features-list .universal-title h1 {
    font-size: 35px;
}


/* features list / end here */


/* pricing tables */


/* Pricing Table new */

.roomy-50 {
    padding: 50px 0px;
    background-color: #fff;
}

.p-top-100 {
    padding: 100px;
}

.bg-red small {
    color: #fff;
}


/* ======= PRICING ======= */

.new-pricing h2 {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 13px 0 !important;
}

.new-pricing .bg-red h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 13px 0 !important;
}

.new-pricing h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    font-family: Maven Pro;
    margin-top: 7px;
    padding-bottom: 7px;
}

.new-pricing h2 {
    font-weight: 600;
    font-family: Maven Pro;
    font-size: 30px;
}

.pricing-n2 {
    background: #fff;
}

.new-pricing .btn,
.new-pricing .navbar>li>a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    margin: 10px 1px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-pricing .btn {
    border-radius: 30px;
}


/* btn-danger */

.new-pricing .btn.btn-danger {
    color: #FFFFFF;
    background-color: #f5633e;
    border-color: #f5633e;
    box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.new-pricing .btn.btn-danger {
    box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.new-pricing .btn.btn-danger:focus,
.new-pricing .btn.btn-danger:active,
.new-pricing .btn.btn-danger:hover {
    box-shadow: 0 0 0 -0 rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}


/* btn-success */

.new-pricing .btn.btn-success {
    color: #FFFFFF;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.new-pricing .btn.btn-success:focus,
.new-pricing .btn.btn-success:active,
.new-pricing .btn.btn-success:hover {
    box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}


/* btn-white */

.new-pricing .btn.btn-white {
    color: #3C4857;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.new-pricing .btn.btn-white:focus,
.new-pricing .btn.btn-white:active,
.new-pricing .btn.btn-white:hover {
    box-shadow: 0 14px 26px -12px rgba(255, 255, 255, 0.42), 0 4px 23px 0px rgba(255, 255, 255, 0.12), 0 8px 10px -5px rgba(255, 255, 255, 0.2)
}

.new-pricing .bs {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: #444;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.5);
}

.new-pricing .bs.bs-background-img {
    background: url(images/pricing-bg-image.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 1s;
}

.new-pricing .bs.bs-background-img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.new-pricing .bs-background-img,
.new-pricing .bs-background-img h1 small {
    color: #fff;
}

.bg-red {
    background-color: #f5633e !important;
}

.new-pricing .bg-red,
.new-pricing .bg-red h1 small {
    color: #fff;
}

.new-pricing .bs-background-img:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: bs;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.56);
    border-radius: 6px;
}

.new-pricing .pricing-n2 {
    text-align: center;
    position: relative;
    background-color: ##f7f7f7;
    border-top: 6px solid #f5633e;
}

.new-pricing .pricing-n2 .bs-caption {
    margin-top: 0px;
}

.new-pricing .pricing-n2 .cotent {
    padding: 15px;
    margin-bottom: 0px;
    z-index: 2;
    position: relative;
}

.new-pricing .pricing-n2 ul {
    list-style: none;
    padding: 0;
    margin: 10px auto;
}

.new-pricing .pricing-n2 ul li {
    text-align: center;
    padding: 12px 0;
}

.new-pricing .pricing-n2 ul:not(.nav-pills) li {
    border-bottom: 1px solid rgba(153, 153, 153, 0.1);
}


/* Pricing Table New / end */


/* toggle pricing */

.toggle,
.toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.toggler {
    color: #ddd;
    transition: .2s;
    font-weight: bold;
}

.toggler--is-active {
    color: #f5633e;
}

.pricing-section .b {
    display: block;
}

.toggle {
    position: relative;
    width: 90px;
    height: 30px;
    border-radius: 100px;
    background-color: #f5633e;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked~.switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: left, right;
    transition-delay: .08s, 0s;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.3);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pricing-section {
    padding: 30px 0 60px 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
}

.pricing-columns #pricing-chart,
.pricing-columns-both #pricing-chart {
    margin-top: 30px;
}

.pricing-columns #pricing-chart #smaller-plans,
.pricing-columns-both #pricing-chart #smaller-plans {
    display: block;
}

.pricing-columns #pricing-chart .plan,
.pricing-columns-both #pricing-chart .plan {
    background-color: #fff;
    position: relative;
    color: #4F2B44;
    padding: 14px;
    border-right: 1px solid #f0f0f0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    width: 100%;
    -webkit-box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
}

.pricing-columns #pricing-chart .plan:first-child,
.pricing-columns-both #pricing-chart .plan:first-child {
    border-left: 1px solid #f0f0f0 !important;
}

.pricing-columns #pricing-chart .plan:before,
.pricing-columns-both #pricing-chart .plan:before {
    content: "";
    position: absolute;
    height: 5px;
    left: -0px;
    top: 0;
    background-color: #f5633e;
    width: 100%;
}

.pricing-columns .offer::before {
    height: 7px !important;
}

.pricing-columns #pricing-chart .plan .price,
.pricing-columns-both #pricing-chart .plan .price {
    font-size: 26px;
    text-align: left;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 17px;
}

.pricing-columns #pricing-chart .plan .price .dollar,
.pricing-columns-both #pricing-chart .plan .price .dollar {
    top: -10px;
    letter-spacing: -1px;
    left: 3px;
}

.pricing-columns #pricing-chart .plan .price .amount,
.pricing-columns-both #pricing-chart .plan .price .amount {
    font-size: 30px;
    font-weight: 200;
}

#yearly .amount,
#yearly .slash,
#yearly .dollar,
#yearly .month {
    color: #f5633e;
}

.pricing-columns #pricing-chart .plan .price .slash,
.pricing-columns-both #pricing-chart .plan .price .slash {
    font-weight: 200;
    left: -2px;
}

.pricing-columns #pricing-chart .plan .price .month,
.pricing-columns-both #pricing-chart .plan .price .month {
    font-weight: 200;
    left: -7px;
}

.pricing-columns #pricing-chart .plan ul,
.pricing-columns-both #pricing-chart .plan ul {
    padding: 0 18px;
    margin-bottom: 40px;
}

.pricing-columns #pricing-chart .plan ul li,
.pricing-columns-both #pricing-chart .plan ul li {
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    margin-bottom: 20px;
    color: #777;
}

.pricing-columns .list1::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f0a0 ";
}

.pricing-columns .list2::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f2db";
}

.pricing-columns .list3::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f135 ";
}

.pricing-columns .list4::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f0ec";
}

.pricing-columns .list5::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f1c0";
}

.pricing-columns .list6::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f003";
}

.pricing-columns .list7::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f0e4";
}

.pricing-columns .list8::before {
    color: #f5633e;
    padding-right: 10px;
    font-size: 15px;
    font-family: FontAwesome;
    content: "\f1cd";
}

.pricing-columns #pricing-chart .plan ul li span,
.pricing-columns-both #pricing-chart .plan ul li span {
    color: #9e9e9e;
    display: inline-block;
    margin-left: 7px;
    font-weight: 400;
    font-size: 14px;
}

.pricing-columns #pricing-chart .plan a.sign-up,
.pricing-columns-both #pricing-chart .plan a.sign-up {
    width: 100%;
    padding: 7px 0;
    background-color: #f5f5f5;
    border: 0 solid #f5633e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #f5633e;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    clear: left;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pricing-columns #pricing-chart .plan a.sign-up:hover {
    background-color: #f5633e !important;
    color: #fff;
}

.pricing-section .sign-up {
    padding: 17px 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fff !important;
    letter-spacing: 0.1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    display: inline-block;
    white-space: pre;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 30px;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -14px rgba(0, 0, 0, 0.75);
}

a.button.sign-up {
    font-weight: 600 !important;
}

.pricing-columns #pricing-chart .popular,
.pricing-columns-both #pricing-chart .popular {
    width: 274px;
    position: relative;
    top: -30px;
    background-color: white;
    margin-left: -2px;
    right: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}

.pricing-columns #pricing-chart .popular:before,
.pricing-columns-both #pricing-chart .popular:before {
    width: 274px;
    background-color: #f5633e;
    height: 7px;
}

.pricing-columns #pricing-chart .popular a.sign-up,
.pricing-columns-both #pricing-chart .popular a.sign-up {
    background-color: #f5633e;
    border: none;
    color: #ffffff;
}

.pricing-columns #pricing-chart .popular .price .amount,
.pricing-columns-both #pricing-chart .popular .price .amount {
    font-size: 60px;
}

.bandwidth {
    display: block;
    color: #9e9e9e;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: -90px;
}

.pricing-columns #pricing-chart .popular p.pop-plan,
.pricing-columns-both #pricing-chart .popular p.pop-plan {
    color: #454545;
    font-size: 16px;
    margin-bottom: 45px;
}

.pricing-columns #pricing-chart .popular .price,
.pricing-columns-both #pricing-chart .popular .price {
    margin-bottom: 0px;
}

.pricing-columns #pricing-chart .plan a.sign-up:hover,
.pricing-columns-both #pricing-chart .plan a.sign-up:hover {
    border: 0;
    color: #fff;
}

.hide {
    display: none;
}


/* default plans */

.default-plans {
    padding: 30px 0 60px 0;
}

.default-pricing {
    background-color: #f7f7f7;
}

.default-plans .default-title {
    padding: 0px 0 28px 0;
}

.pricingTable>.pricingContent>ul>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #14cc10;
}

.pricingTable>.pricingContent>ul>.uncheck:before {
    content: "\f00d";
    font-family: FontAwesome;
    padding: 0 10px 0 0;
    color: #14cc10;
}

.pricingTable {
    text-align: center;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding-top: 0px;
    border-radius: 4px;
    transition: 300ms ease-in-out;
    -webkit-box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
    box-shadow: -1px 4px 15px -7px rgba(0, 0, 0, 0.66);
}

.pricingTable:hover {
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.40);
}

.pricingTable>.pricingTable-header {
    color: #fff;
    height: 170px;
    background-color: #252e3f;
    position: relative;
}

.pricingTable-header>.heading {
    display: block;
    padding: 8px 0;
    background-color: #f5633e;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.pricingTable-header h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.pricingTable-header>.price-value {
    display: block;
    font-size: 35px;
    line-height: 50px;
    padding-top: 30px;
    font-weight: 800;
    color: #fff;
}

.pricingTable-header>.price-value>.mo {
    font-size: 14px;
    display: block;
    line-height: 0px;
    text-transform: normal;
    font-weight: 400;
}

.pricingTable-header .discount {
    font-size: 13px;
    font-weight: 500;
    text-decoration: line-through;
}

.pricingTable-header>.price-value>.currency {
    font-size: 24px;
    margin-right: 4px;
    position: relative;
    bottom: 15px;
}

.pricingTable>.pricingContent {
    text-transform: normal;
    color: #fff
}

.pricingTable>.pricingContent>ul {
    list-style: none;
    padding: 0;
}

.pricingTable>.pricingContent>ul>li {
    padding: 15px 15px;
    border-bottom: 1px solid #e3e3e3;
    color: #555;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.pricingTable>.pricingContent>ul>li:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.pricingTable-sign-up {
    padding: 8px 0 16px 0;
}

.pricingTable-sign-up>.btn-block {
    width: 95%;
    margin: 0 auto;
    background-color: #f5633e;
    border: 0 solid #e9e9e9;
    color: #fff;
    padding: 8px 8px;
    text-transform: uppercase;
    font-size: 15x;
    font-weight: 600;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

.pricingTable-sign-up>.btn-block:hover {
    color: #fff;
}

.pink {
    background: #ed687c;
}

.pink .pricingTable-header:after {
    border-bottom-color: #ed687c;
}

.orange {
    background: #e67e22;
}

.orange .pricingTable-header:after {
    border-bottom-color: #e67e22;
}

.blue {
    background: #e67e22;
}

.blue .pricingTable-header:after {
    border-bottom-color: #e67e22;
}

@media screen and (max-width: 1200px) {
    .pricingTable>.pricingTable-header:after {
        border-left: 215px solid transparent;
    }
}

@media screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 20px;
    }
    .pricingTable>.pricingTable-header:after {
        border-left: 349px solid transparent;
    }
}

@media screen and (max-width: 480px) {
    .pricingTable {
        overflow: hidden;
    }
    .pricingTable>.pricingTable-header:after {
        border-left: 459px solid rgba(0, 0, 0, 0);
    }
}


/* default plans */


/*============ FOOTER ==========*/

footer {
    background: #322235;
    background: -moz-linear-gradient(top, #322235 0%, #1e1521 100%);
    background: -webkit-linear-gradient(top, #322235 0%, #1e1521 100%);
    background: linear-gradient(to bottom, #322235 0%, #1e1521 100%);
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
}

.partners {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.08);
    margin-bottom: 50px;
}

.partners img {
    opacity: 0.7;
}

.footer-fluid {
    padding: 0 200px;
}

.title-widget {
    color: #ededed;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 0px;
}

.title-widget::before {
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}

.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}

.widget_archive ul li {
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.widget-container a {
    color: #ddd;
}

.widget-container a:hover {
    color: #fff;
}

.widget_nav_menu ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 100%;
}

.title-median {
    color: #ddd;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}

footer p {
    color: #ddd;
    font-size: 14px;
    word-wrap: break-word;
}

.nomargin {
    margin: 0px;
    padding: 0px;
}

.footer-bottom {
    background-color: #28232D;
    min-height: 40px;
    width: 100%;
}

.copyright {
    color: #fff;
    padding-top: 13px;
    font-size: 12px;
}

.design {
    color: #fff;
    padding-top: 13px;
    text-align: right;
    font-size: 12px;
}

.design a {
    color: #fff;
}


/* ------- */

.left-header {
    height: 280px;
    background: url(../img/headers/left-header.jpg) center;
    background-size: cover;
}

.left-header h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
}

.left-header h4 {
    font-size: 18px;
    color: #fff;
}


/* ------ */

#our-services-default {
    padding: 50px 0 50px 0;
    position: relative;
    bottom: 0px;
    background-color: #fff;
}

#our-services-default .row {
    padding: 25px 0;
}

#our-services-default .universal-title {
    padding-bottom: 0px;
}

#our-services-default .text {
    overflow: hidden;
}

section {
    overflow: hidden;
    width: 100%;
}

#our-services-default .row h4 {
    color: #555;
    font-weight: 500;
    font-size: 17px;
    font-family: Maven Pro;
}

#our-services-default .row p {
    color: #777;
    font-size: 14px;
}

#our-services-default .fa {
    color: #4dd61b;
    background-color: ##f7f7f7;
    border: 0px solid #e9e9e9;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    font-size: 27px;
    padding: 20px 0 0 22px;
}

.sec4-fluid {
    padding: 0 330px 0 330px;
}

#col-mb {
    margin-top: 0px;
}

#flipkart-navbar {
    background-color: #2874f0;
    color: #FFFFFF;
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.profile-links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li {
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav {
    display: block;
}

.smallsearch {
    margin-left: 15px;
    margin-top: 15px;
}

.menu {
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav {
        display: none;
    }
    .smallsearch {
        margin: 0px;
    }
}


/*Sidenav*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 8px -3px #555454;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.sidenav-heading {
    font-size: 36px;
    color: #fff;
}

#hosting {
    padding: 90px 0 90px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    background-attachment: fixed;
}

.before_hp {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    position: relative;
    bottom: 20px;
    padding: 30px 30px;
    margin-top: 40px;
}

.before_hp span {
    color: #41bc18;
}

body .before_hp h1 {
    font-weight: 600;
    font-family: Maven Pro;
    font-size: 35px;
}

.p2-row {
    position: relative;
    right: 10px;
}

.form-group {
    color: #c1c1c1;
}


/* ========= CONTACT FORM ======== */

.contact {
    background: url(../img/headers/contact.jpg) center;
    background-size: cover;
}

#contact-section1 {
    padding: 0px 0 50px 0;
    text-align: center;
    background-color: #fafafa;
}

#contact-section1 .default-title {
    padding: 30px 0 20px 0;
}

#contact-section1 .container {
    position: relative;
    left: 60px;
}

#contact-section1 .cs-1 {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    padding: 20px;
    width: 220px;
    height: 160px;
    margin: 10px;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0px 35px 28px -34px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 35px 28px -34px rgba(0, 0, 0, 0.23);
    border-bottom: 1px solid #e3e3e3;
}

#contact-section1 .fa {
    color: #1ac111;
    font-size: 50px;
}

#contact-section1 p {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

#contact-section1 h4 {
    color: #2b3e4d;
    padding: 4px 0;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

#contact-section1 h4:hover {
    color: #2acc18;
}

#contact-parts {
    text-align: center;
}

#contact-parts .container-fluid {
    padding: 0;
}

.contact-p1 h2:before {
    content: "\f2a0";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 10px 0 0;
}

.contact-p1 {
    background-color: #252e3f;
    padding: 5px 0;
}

.contact-p1 h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    float: right;
    padding: 0 50px 0 20px;
    word-break: break-all;
    font-family: Nunito Sans;
    color: #fff;
}

#contact-us a {
    color: #444;
}

#contact-us .default-title {
    padding: 0 0 40px 0;
}

.contact-info p {
    font-size: 15px;
}

.contact-p2 {
    background-color: #f5633e;
    padding: 5px 0;
    color: #fff;
}

.contact-p2 h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    padding: 0 20px 0 50px;
    word-break: break-all;
    font-family: Nunito Sans;
    color: #fff;
}

.contact-p2 h2:before {
    content: "\f0e0";
    font-family: FontAwesome;
    color: #fff;
    padding: 0 10px 0 0;
}

.form-control {
    background: rgba(200, 200, 200, 0.1);
    border: 0px;
}

.input-group .form-control:first-child {
    color: #444 !important;
    border-radius: 15px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    border-radius: 10px;
}

#contact-us .email:before {
    content: "\f003";
    padding: 0 10px 0 0;
    color: #2acc18;
    font-family: FontAwesome;
}

#contact-us .phone:before {
    content: "\f2a0";
    padding: 0 10px 0 0;
    color: #2acc18;
    font-family: FontAwesome;
}

#contact-us .chat:before {
    content: "\f27b";
    padding: 0 10px 0 0;
    color: #2acc18;
    font-family: FontAwesome;
}

#contact-us .ticket:before {
    content: "\f1d9";
    padding: 0 10px 0 0;
    color: #2acc18;
    font-family: FontAwesome;
}

#contact-us {
    padding: 20px 0 40px 0;
    background: url(../img/images/appdev.jpg) center;
    border-top: 1px solid #e3e3e3;
}

.contact-header {
    text-align: center;
    padding: 60px 550px 0px 550px;
    border-bottom: 2px solid #ededed;
}

.contact-header p {
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

.str-adress {
    margin-bottom: 40px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
}

.str-adress h1 {
    font-size: 20px;
    font-weight: 800;
    color: #444;
    border-bottom: 2px solid #ededed;
    display: inline-block;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.str-adress p {
    font-size: 15px;
    color: #444;
    font-weight: 500;
}

#team-photos .fa {
    color: #b9b9b9;
    padding: 5px;
}

.cloud-hosting ul {
    padding-top: 20px;
}

.cloud-hosting h1 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
}

.cloud-hosting h4 {
    color: #fff;
}

.cloud-hosting li {
    color: #ededed;
    line-height: 32px;
}

#plans-cloud {
    padding: 50px 0 50px 0;
    background: url(../img/cloud/clouds-b.jpg) center;
}

#plans-cloud .header h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #444;
}

#plans-cloud .fa {
    color: #5975a0;
}

#plans-cloud .header {
    text-align: center;
}

#plans-cloud .container {
    width: 900px;
}

.cloud-border {
    padding: 30px;
    border: 1px solid #ededed;
}

#about-cloud {
    text-align: center;
    padding: 0px 0 50px 0;
    background: url(../img/cloud/2.jpg) bottom;
}

#about-cloud h1 {
    font-weight: 600;
    color: #fff;
}

#about-cloud p {
    color: #fff;
    font-size: 16px;
    max-width: 680px;
    position: relative;
    left: 240px;
}

#cloud-media {
    padding: 50px 0 50px 0;
    border-bottom: 1px solid rgba(226, 49, 4, 0.3);
}

#cl-web {
    padding: 10px 0 40px 0;
    text-align: center;
    background-color: #f9f9f9;
    width: 100%;
}

#cl-web .cl-box p {
    display: none;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 10px 10px 10px;
    border-radius: 5px;
}

#cl-web .cl-box:hover p {
    display: block;
    background-color: #242b35;
}

#cl-web .default-title {
    padding: 20px 0 30px 0;
}

#cl-web .container {
    margin: 0 auto;
}

#cl-web .fit-center-col-web {
    position: relative;
    left: 3.4%;
}

#cl-web .cl-box {
    -webkit-transition: 200ms ease-in-out 0s;
    -webkit-transition: 400ms ease 0s;
    transition: 400ms ease 0s;
    padding: 10px;
    width: 17%;
    height: 17%;
    padding: 35px 0px 25px 0px;
    margin: 0px 25px 25px 0;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    border-bottom: 5px solid #f5633e;
    background-color: #fff;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(247, 247, 247, 1) 52%, rgba(255, 255, 255, 1) 100%);
}

#cl-web .cl-box:hover {
    background-color: #242b35;
}

#cl-web .fa {
    color: #f5633e;
    font-size: 35px;
}

#cl-web .container h3 {
    font-weight: 700;
    font-family: poppins;
    color: #2b3e4d;
    font-size: 14px;
    text-transform: uppercase;
}

#cloud-media li p {
    overflow: hidden;
}

#cloud-media .fa {
    padding: 5px;
    color: #b2b2b2;
}

#cloud-media p {
    color: #999;
    font-size: 16px;
}

#contact-now {
    background-color: #3d8dff;
    color: #fff;
    text-align: center;
    padding: 20px 0 20px 0;
}


/* section tabs */

.section-tabs .tab-pane {
    background-color: #f9f9f9;
    padding: 0;
    margin-top: 0;
    border-left: 0 solid #f5633e;
}

.nav-pills>li {
    float: none;
    display: inline-block;
}

.nav-pills p {
    color: #fff;
    padding-top: 10px;
}

.section-tabs .panel-body {
    background-color: #fff;
    padding: 15px 20px 40px 20px;
    border: 0px solid #e9e9e9;
}

.img-shadow {
    position: relative;
    z-index: 1;
}

.img-shadow:before,
.img-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
}

.img-shadow:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.parag {
    color: #888;
    font-size: 14px;
}

.section-tabs .panel-body ul {
    display: inline;
}

.section-tabs .panel-body li {
    color: #777;
    padding: 5px 0;
    display: flex;
    font-size: 15px;
}

.section-tabs .panel-body h4 {
    font-weight: 200;
    font-size: 27px;
}

.section-tabs .panel-body .compare-hosting li::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #f5633e;
}

.icon-box-tabs .nav-pills>li>a {
    background-color: #252e3f !important;
}

.section-tabs .panel-body h2 {
    font-weight: 800;
    font-size: 32px;
    color: #2b3e4d;
}

.icon-box-tabs .nav-pills>li>a:hover,
.icon-box-tabs .nav-pills>li.active>a,
.icon-box-tabs .nav-pills>li.active>a:focus,
.icon-box-tabs .nav-pills>li.active>a:hover {
    background-color: #f5633e !important;
}

.page-content {
    padding: 50px 0;
    display: inline-block;
    background-color: #f7f7f7 !important;
    width: 100%;
}

.page-content .btn {
    margin-top: 10px
}

.icon-box-tabs .nav-pills {
    text-align: center;
    margin-bottom: 30px;
}

.icon-box-tabs .nav-pills>li>a {
    border-radius: 0;
    background: rgba(34, 34, 34, .05);
    color: #434343;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-tabs .nav-pills>li>a:hover:after,
.icon-box-tabs .nav-pills>li.active>a:after,
.icon-box-tabs .nav-pills>li.active>a:focus:after,
.icon-box-tabs .nav-pills>li.active>a:hover:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.icon-box-tabs .nav-pills>li>a:after {
    opacity: 0;
    bottom: -10px;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f5633e transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-tabs .nav-pills>li>a i {
    font-size: 35px;
    color: #ededed;
}

.icon-box-tabs .nav-pills>li+li {
    margin-left: 10px;
}

.icon-box-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 40px;
}

.icon-box-tabs .nav-pills>li>a:hover,
.icon-box-tabs .nav-pills>li.active>a,
.icon-box-tabs .nav-pills>li.active>a:focus,
.icon-box-tabs .nav-pills>li.active>a:hover {
    color: #222;
    background: rgba(255, 255, 255, 1);
}

@media screen and (max-width:991px) and (min-width: 768px) {
    .icon-box-tabs .nav>li>a {
        padding: 25px 40px;
    }
}

@media screen and (max-width: 767px) {
    .icon-box-tabs .nav>li>a {
        padding: 35px 30px;
    }
}


/* section tabs */


/* section 2 */

.section2 {
    padding: 30px 0 20px 0;
}

.section2 .title-new {
    margin-bottom: 40px;
}

.section2 .box {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-top: 5px solid #f5633e;
    padding: 0px 15px 15px 25px;
    position: relative;
    text-align: center;
}

.section2 .box:before,
.section2 .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 15px #777;
    transform: rotate(-3deg);
}

.section2 .box:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.section2 .fa {
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 17px;
    font-size: 25px;
    text-shadow: 1px 1px 20px rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #f5633e;
    -webkit-box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
}

.section2 .row {
    margin-bottom: 40px;
}

.section2 .box p {
    color: #999999;
}

.section2 h4 {
    color: #2b3e4d;
}


/* service 2 */

.services2 .container-fluid {
    padding: 0px !important;
}


/*
.services2::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 250px;
    top: 0px;
    transform: skewY(-2deg);
    background: #f5633e;
    z-index: -1;
}
*/

.services2 .text-container {
    padding: 15px;
}

.services2 h4 {
    font-weight: 800;
    font-size: 19px;
    color: #fff !important;
}

.services2 p {
    color: #fff !important;
    font-size: 13px;
}

.services2 .btn-outline-white {
    position: absolute;
    margin-top: 7px;
}

.services2 .arrow1 {
    background-color: #f5633e;
    height: 220px;
    padding-left: 40px;
}

.services2 .arrow2 {
    background-color: #252e3f;
    height: 220px;
    padding-left: 40px;
}

.services2 .arrow3 {
    background-color: #CB251F;
    height: 220px;
    padding-left: 40px;
}

.services2 .arrow2::after {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    border-style: solid;
    border-width: 110px 0 110px 35px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: #f5633e;
}

.services2 .arrow3::after {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    border-style: solid;
    border-width: 110px 0 110px 35px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: #E12822;
}


/* section 1 */

.section1 {
    background: url(../img/other/section1.jpg) center;
    background-size: cover;
}

.section1 .parts {
    height: 480px;
}

.section1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
}

.section1 h4 {
    color: #fff;
    font-size: 17px;
}

.section1 p {
    color: #ededed;
    font-size: 13px;
}

.section1 .text-container .title {
    text-align: left;
}

.section1 .text-container {
    width: 630px;
    margin: 0 auto;
    position: relative;
    top: 30px;
    padding: 0;
}

.section1 .text {
    background: rgba(0, 0, 0, 0.60);
    border-top: 0 solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 0px 38px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 38px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 38px -19px rgba(0, 0, 0, 0.75);
}

.section1 .image {
    background-size: cover;
}

.section1 .container-fluid {
    padding: 0px !important;
}

.section1 .no-padding {
    padding: 0px !important;
}

.section1 .arrow2::after {
    display: block;
    position: absolute;
    z-index: 4;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    border-style: solid;
    border-width: 250px 0 250px 130px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: rgba(0, 0, 0, 0.60);
}

.section1 .btn:hover {
    color: #fff;
}

.text-col {
    margin: 15px 0;
}

.text-col .text-lines {
    padding: 5px 0;
    overflow: hidden;
}

.text-col .fa {
    position: relative;
    top: 15px;
    color: #fff;
    margin-right: 15px !important;
    border: 0 solid rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    font-size: 22px;
    padding-left: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 13px;
}


/* services 6 */

.services6 {
    padding: 20px 0 40px 0;
    background-color: #fff;
}

.services6 h4 {
    font-size: 16px;
    font-weight: 400;
    color: #534654;
    text-transform: ;
}

.services6 p {
    color: #999;
    font-size: 13px;
}

.services6 .title-arrow {
    padding-bottom: 30px;
}

.services6 .text-container {
    overflow: hidden;
    padding-right: 0px;
}

.services6 i {
    transition: 500ms ease-in-out;
}

body .dark {
    background-color: #322235;
}

.services6 .fa {
    color: #fff;
    font-size: 25px;
    position: relative;
    padding-top: 17px;
    padding-left: 18px;
    top: 10px;
    background-color: #f5633e;
    right: 10px;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    transition: 500ms ease-in-out;
    text-shadow: 1px 1px 20px rgba(255, 255, 255, 0.5);
}

.services6 .fa:hover {
    text-shadow: 5px 5px 10px rgba(255, 255, 255, 1);
}


/* ============= maintenance   =================== */

.error-template {
    padding: 40px 15px;
    text-align: center;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 21px 89px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 21px 89px -1px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.error-template h2 {
    color: #13ce06;
    font-weight: 600;
}

.error-template h1 {
    color: #5685a0;
}

.error-template p {
    color: #5685a0;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

#maintenance .row {
    position: relative;
    top: 300px;
    text-align: center;
}

#maintenance {
    background-color: #18696b;
}


/* ============= maintenance   =================== */


/* ============== ERROR 404 =================== */

#error-404 {
    padding: 100px 0 100px 0;
}

.error-text {
    text-align: center;
}

.error-text .btn-2 {
    margin: 10px 0;
}

.error-text .btn-2:hover {
    background-color: #444;
}

.error-text p {
    font-size: 17px;
    color: #666;
    margin: 15px 0;
    font-weight: 500;
}

.error-text h2 {
    color: #5d6b82;
    font-size: 35px;
    font-weight: 700;
}


/* ============== ERROR 404 =================== */


/* ================ ABOUT =================== */

.about {
    background: url(../img/headers/header1.jpg) center;
    background-size: cover;
}

#simple-header h1 {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    padding-top: 30px;
    letter-spacing: 2px;
}

#simple-header p {
    color: #ededed;
    font-size: 14px;
}

#about-section-1 {
    text-align: center;
    padding: 100px 0 100px 0;
    border-bottom: 2px solid #ededed;
}

.about2 {
    padding-top: 40px;
}

#about-section-1 h1 {
    font-size: 25px;
    color: #666;
    font-weight: 800;
}

#about-section-1 .aboutsec {
    position: relative;
    left: 300px;
}

#about-section-2 {
    text-align: center;
    padding: 70px 0 70px 0;
    border-top: 2px solid #ededed;
}

#about-section-2 .aboutsec {
    position: relative;
    left: 20px;
}

#about-section-2 h1 {
    font-size: 25px;
    color: #3c5a68;
    font-weight: 800;
}

#contact-box p {
    color: #999;
    font-size: 14px;
}

#contact-box .fa {
    color: #4bd310;
    border: 1px solid #35d60c;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    padding-top: 20px;
}

#contact-box img {
    max-width: 84px;
}

#about-section-1 #contact-box {
    width: 320px;
    height: 300px;
    margin: 0px 60px 0 60px;
    border-radius: 100px 0px 100px 0px;
    background-color: #fff;
    border-top: 6px solid rgba(6, 153, 216, 0.4);
}

#about-section-1 img {
    padding-top: 25px;
    max-width: 86px;
    opacity: 0.9;
}


/* about /end */

#about-section-01 {
    padding: 70px 0 70px 0;
    text-align: center;
    background-color: #1e2d42;
}

#about-section-01 p {
    font-size: 15px;
    color: #fff;
}

#about-section-01 h3 {
    border: 2px solid #f6f6f6;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    color: #fff;
}

#about-section-01 .header h1 {
    font-weight: 200;
    border-bottom: 1px solid #b9b9b9;
    display: inline-block;
    padding-bottom: 10px;
}

#about-section-01 .header {
    padding-bottom: 60px;
}

#about-section-01 .fa {
    color: #f5633e;
}

#about-people {
    padding: 30px 0 40px 0;
    text-align: center;
    background-color: #f7f7f7;
}

#about-people img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

#about-people .ap-1 {
    width: 270px;
    padding: 25px 15px 25px 15px;
    border-bottom: 7px solid #f5633e !important;
    border-top: 7px solid #f5633e !important;
    margin: 10px;
    background: rgba(45, 30, 47, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252e3f', endColorstr='#252e3f', GradientType=1);
    border-radius: 4px;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    border: 0px solid #f5633e;
}

#about-people .ap-2 {
    width: 270px;
    padding: 25px 15px 25px 15px;
    margin: 10px;
    border-bottom: 7px solid #f5633e !important;
    border-top: 7px solid #f5633e !important;
    background: rgba(45, 30, 47, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252e3f', endColorstr='#252e3f', GradientType=1);
    border-radius: 4px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    border: 0px solid #f5633e;
}

#about-people .ap-3 {
    width: 270px;
    padding: 25px 15px 25px 15px;
    border-bottom: 7px solid #f5633e !important;
    border-top: 7px solid #f5633e !important;
    margin: 10px;
    background: rgba(45, 30, 47, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252e3f', endColorstr='#252e3f', GradientType=1);
    border-radius: 4px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    border: 0px solid #f5633e;
}

#about-people .ap-4 {
    width: 270px;
    padding: 25px 15px 25px 15px;
    border-bottom: 7px solid #f5633e !important;
    border-top: 7px solid #f5633e !important;
    margin: 10px;
    background: rgba(45, 30, 47, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(51, 34, 53, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(71%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 30, 47, 1) 0%, rgba(51, 34, 53, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 71%, rgba(45, 30, 47, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#252e3f', endColorstr='#252e3f', GradientType=1);
    border-radius: 4px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    border: 0px solid #f5633e;
}

#about-people .container {
    position: relative;
    left: 5px;
}

#about-people .universal-title p {
    color: #fff;
    font-size: 15px;
}

#about-people .container p {
    color: #fff;
}

#about-people .container i {
    color: #fff;
}

#about-people h2 {
    font-size: 19px;
    font-weight: 800;
    color: #fff;
}

#about-people ul li {
    display: inline;
}

#about-people .container .fa {
    padding: 10px;
    position: relative;
    right: 20px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    margin: 0px;
    font-size: 15px;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}

#about-people .fa:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #fff;
}

#about-us-1 {
    padding: 70px 0 70px 0;
    background-color: #fff;
    background-color: #2cb218;
}

#about-us-1 p {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

#about-people .about-image {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 0px solid #000000;
    position: relative;
    left: 0%;
    padding: 20px;
}

#our-story {
    padding: 70px 0 70px 0;
}

#our-story h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
}

#our-story .row2 p {
    font-size: 14px;
}

#our-story h4 {
    color: #fff;
    font-size: 20px;
}

#our-story .fa {
    color: #fff;
    margin: 20px 0 10px 0;
}

#our-story p {
    color: #fff;
    font-size: 16px;
}

.progress {
    height: 8px;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .0);
}

#our-story .progress .a {
    background-color: #6b7f9b;
}

#our-story .progress .b {
    background-color: #4e5d72;
}

#our-story .progress .c {
    background-color: #3a4656;
}

#about-header .container {
    padding: 20px 0 40px 0;
    text-align: center;
    max-width: 750px;
}

#about-header h1 {
    font-size: 50px;
    font-weight: 600;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    color: #3d4756;
}

#about-header p {
    font-size: 16px;
    color: #688184;
}

#about2-jumbotron p {
    color: #2bef15;
    font-size: 15px;
}

#coding-text .progress {
    padding-left: 30px;
}

#about3 {
    padding: 10px 0 10px 0;
    background-color: #477791;
    color: #fff;
    text-align: center;
}

.entry {
    text-align: center;
    padding: 40px 170px 40px 170px;
    border-bottom: 1px solid #e3e3e3;
}

.entry span {
    color: #f5633e;
}

.entry p {
    font-size: 18px;
    color: #999;
}

.entry h2 {
    font-weight: 700;
    font-size: 40px;
    color: #34434f;
    padding-bottom: 15px;
    font-family: Maven Pro;
}

.df-header {
    text-align: center;
    padding: 20px 450px 20px 450px;
}

.df-header h1 {
    font-size: 45px;
    color: #444;
    font-weight: 700;
}

.df-header p {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}

.plans-dfheader {
    text-align: center;
    padding: 10px 0 10px 0;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    margin: 50px 0 50px 0;
}

.plans-dfheader h1 {
    font-size: 37px;
    color: #444;
    font-weight: 800;
    text-transform: uppercase;
}

.plans-dfheader p {
    font-size: 15px;
    color: #888;
    font-weight: 500;
}


/* ================ ABOUT =================== */


/* =================== Wordpress HOSTING ================== */

.wordpress-header {
    background: url(../img/headers/wp.jpg) center;
    background-size: cover;
}

.wp-header {
    text-align: center;
    padding: 0 200px 0 200px;
}

.wp-header h1 {
    color: #fff;
    font-weight: 800;
}

.wp-header p {
    text-align: center;
}


/* =================== VPS HOSTING ================== */

.vps {
    background: url(../img/headers/vps.jpg) center;
    background-size: cover;
}

.vps h3,
.vps h1 {
    color: #fff;
}

.vps li {
    color: #fff;
}

#section-code02 {
    height: 500px;
    background: url(../img/images/lapt.jpeg) bottom;
}

#section-code02 h2 {
    font-size: 33px;
}

#section-code02 .box-container {
    width: 500px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 100px;
    border-radius: 4px;
    color: #444;
    padding: 15px;
    border: 1px solid #e3e3e3;
}

#section-code02 .box-container h2 {
    font-weight: 600;
}

#cloud-vps {
    text-align: center;
    background: url(../img/cloud/slide.jpg) top;
    background-attachment: fixed;
    height: 600px;
}

#cloud-vps h1 {
    font-weight: 800;
    font-size: 50px;
    margin-top: 60px;
    color: #fff;
}

#cloud-vps p {
    font-size: 17px;
    padding: 0 200px 0 200px;
    color: #fff;
    font-weight: 500;
}

#cloud-vps .container img {
    width: 330px;
    position: relative;
    top: 40px;
}

.df-box {
    text-align: center;
}

.hand-text {
    background-color: #fff;
    bottom: 175px;
    position: absolute;
    width: 220px;
    left: 400px;
    padding: 15px;
    border-radius: 10px;
    height: 120px;
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.70);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.70);
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}

.new-offer {
    padding: 50px 0 0 0;
    background-color: #fff;
}

.new-offer .box {
    width: 370px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(250, 250, 250, 1) 47%, rgba(255, 255, 255, 1) 100%);
    -webkit-box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 10px 78px -24px rgba(0, 0, 0, 0.40);
    padding: 15px;
    text-align: center;
    position: relative;
    top: -30px;
    border-radius: 0px;
    left: 70px;
}

.new-offer .box h4 {
    color: #2b3e4d;
    font-weight: 500;
    font-size: 17px;
}

.new-offer .btn-outline {
    position: relative;
    right: 10px;
    font-weight: 400;
}

.new-offer .btn {
    margin-top: 15px;
}

.new-offer .btn-2 {
    position: relative !important;
    right: 10px !important;
}

.new-offer .btn-2:hover {
    background-color: #2b3e4d;
}

.new-offer .box p {
    color: #2b3e4d;
    font-weight: 500;
    font-size: 13px;
}

.new-offer .box h3 {
    font-size: 27px;
    font-weight: 800;
    color: #363C47;
}


/* timeline */

.timeline {
    list-style: none;
    padding: 40px 0;
    position: relative;
    background: url(../img/other/02.jpg) center;
    background-attachment: fixed;
}

.timeline-title1 {
    margin: 40px 0;
    color: #2b3e4d;
    text-align: center;
    text-transform: uppercase
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    background-color: #252e3f;
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #2e3247;
    z-index: 2;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    background-color: #f5633e;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    color: #fff;
    font-weight: 600;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    color: #fff;
}

.timeline-body>p+p {
    margin-top: 5px;
}


/* timeline */

#df-boxes {
    text-align: center;
    padding: 50px 0 120px 0;
}

#df-boxes .fa {
    color: #10cc38;
    font-size: 60px;
}

#df-boxes .df-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#df-boxes .df-2 {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

#df-boxes .df-3 {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

#df-boxes .df-4 {
    -webkit-animation-delay: 450ms;
    animation-delay: 450ms;
}

#df-boxes .header h2 {
    color: #3F3F3F;
    font-weight: 800;
    font-size: 45px;
}

#df-boxes .header {
    padding: 0 0 50px 0;
}

#df-boxes h3 {
    color: #444;
    font-weight: 400;
    font-size: 22px;
}

#df-boxes p {
    color: #777;
    font-weight: 400;
}

#df-boxes img {
    max-width: 64px;
}

#df-boxes .vps-box {
    border: 1px solid #f0f0f0;
    padding: 25px;
    -webkit-transition: background-color 200ms ease-in-out 0ms;
    transition: background-color 200ms ease-in-out 0ms;
}

#df-boxes .vps-box:hover {
    background-color: #f3f3f3;
}

.onsale {
    padding: 30px 0;
    background-color: ##f7f7f7;
    margin: 30px 0 0 0;
    text-align: center;
}

.onsale h3 {
    font-size: 26px;
    color: #555;
}

.onsale p {
    font-weight: 500;
    color: #888;
    font-size: 16px;
}

.onsale h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #2acc18;
    font-size: 35px;
    font-family: Maven Pro;
}


/* =================== dedicated HOSTING ================== */

.dedicated-header {
    background: url(../img/headers/dedicated.jpg) center;
    background-size: cover;
}

#dedicated01-list {
    background-color: #f9f9f9;
}

#page-boxes {
    padding: 30px 0 50px 0;
    text-align: center;
    background-color: #fff;
}

#page-boxes .universal-title p {
    font-size: 16px;
}

#page-boxes .fa {
    color: #fff;
    font-size: 35px;
    background: rgba(45, 30, 47, 1);
    background: -moz-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(45, 30, 47, 1)), color-stop(51%, rgba(54, 38, 56, 1)), color-stop(51%, rgba(45, 30, 47, 1)), color-stop(100%, rgba(45, 30, 47, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(45, 30, 47, 1) 0%, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 30, 47, 1) 0%, rgba(54, 38, 56, 1) 51%, rgba(45, 30, 47, 1) 51%, rgba(45, 30, 47, 1) 100%);
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #e9e9e9;
    padding-top: 20px;
    padding-left: 2px;
}

#page-boxes h2 {
    color: #2b3e4d;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}

#page-boxes p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    padding: 0 15px 0 15px;
}