/* Body
   ================================================== */

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #000000;
}

.inner-body {
    background-color: #f5f8f9;
}

.wrapper-body {
    background-color: white;
}

.body-boxed {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

#header {
    background: #fff;
}

.theam-text-defult {
    color: #fff !important;
}

.a.theam-text-defult:hover {
    color: #000000;
}

.theam-text-one {
    color: #000000 !important;
}

.a.theam-text-one:hover {
    color: #000000;
}

.theam-text-two {
    color: #3d2b4b;
}

.a.theam-text-two:hover {
    color: #5e4670;
}

.theam-text-three {
    color: #fa5c65;
}

.a.theam-text-three:hover {
    color: #ed424c;
}


.theam-bg-one {
    background: #3d2b4b;
}

.theam-hedding-one {
    line-height: 0.8em
}

.theam-hedding-one span {
    font-size: 0.6em;
    font-family: 'montserratregular';
}

@media (min-width: 768px) {
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .body-nav-fixed {
        padding-top: 92px;
    }

    /*.body-nav-fixed-menu-top {
        padding-top: 80px;
    }*/
}

@media (min-width: 992px) {
    .body-boxed,
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        width: 1000px;
    }

    .body-boxed .section-intro-index .item .container,
    .body-boxed .section-intro-shop .item .container,
    .body-boxed .section-browser-slider .container,
    .body-boxed .section-intro-app .container,
    .body-boxed .section-call-to .container {
        padding-right: 50px;
        padding-left: 50px;
    }


}

@media (min-width: 1200px) {
    .body-boxed,
    .body-boxed .navbar-fixed-top,
    .body-boxed .menu-top {
        width: 1200px;
    }
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bdc5c9;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 6px 10px;
    transition: all 0.2s ease-in-out 0s;
}

.panel-one {
    width: 100%;
    height: auto;
    padding: 25px 0 10px 0;
    position: relative;
    z-index: 888;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.panel-one-hedding {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 15px;
    padding: 10px;
    background: #0160b2;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.ac-panel {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 15px;
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}


.ac-controls {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.ac-controls:before {
    position: absolute;
    right: 5px;
    top: 0px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ac-panel{ width:100%; height:auto; padding:10px 15px; background:#fff; margin-bottom:15px;  -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);max-height: 300px;overflow: auto;
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);}
.ac-panel::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.ac-panel::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.list-one li {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px 0;
    border-top: rgba(153, 153, 153, 0.5) solid 1px;
}

.list-one li:first-child {
    border: none;
}


.list-two {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
}

.list-two li {
    height: auto;
    float: left;
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}

.list-two li:after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 12px;
    content: '';
    background: #0160b2;
    border: rgba(0, 204, 51, 1) solid 2px;
}

@media (min-width: 1200px) {

}

/* Rows and Columns
   ================================================== */

.row-heading {
    margin-right: -15px;
    margin-bottom: 20px;
    margin-left: -15px;
}

.row-heading:before,
.row-heading:after {
    display: table;
    content: ' ';
}

.row-heading:after {
    clear: both;
}

.row + .row-heading {
    margin-top: 20px;
}

.row + .row-heading.row-heading-mt-40 {
    margin-top: 40px;
}


/* Typography
   ================================================== */

body {

    font-size: 14px;
}

.intro-box {
    width: 400px;
    height: 400px;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 999;
}

.ib-col {
    width: 50%;
    height: 200px;
    float: left;
    padding-top: 45px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
}

.ib-col i {
    font-size: 36px;
    margin-bottom: 15px;
    color: #f0f0f0;
    transition: all 0.4s ease-in-out
}

.ib-col:hover, .ib-col:active {
    color: #fff !important;
}

.ib-col:hover i {
    color: #160a55
}

.text-wight {
    color: #fff;
}

@media (max-width: 480px) {
    .support-img {
        height: 560px !important;
    }
}

@media (max-width: 399px) {
    .intro-box {
        width: 90%;
        height: 400px;
        margin-left: -45%;
    }

    .ib-col {
        height: 150px;
        font-size: 12px;
    }

    .ib-col i {
        font-size: 26px;
    }

}

body,
button,
input,
select,
textarea {
    line-height: 1.6;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
a:hover {
    color: #160a55;
}

a:focus {
    color: inherit;
}

.a-black {
    color: black;
}

.lead {
    font-weight: 300;
}

label {
    font-weight: 600;
}

.wrap {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
}


.title,
.subtitle {
    margin: 0;
    padding: 0;
}

.section-one {
    width: 100%;
    padding: 20px 0;
    float: left;
    background: #fff
}

.section-two {
    width: 100%;
    padding: 20px 0;
    float: left;
    background: #d6e4e9
}

.section-heading-page {
    margin-bottom: 40px;
    padding: 20px 0;
    color: black;
    border-bottom: 1px solid #3c2b4b;
    background-color: #3c2b4b;
}

.heading-page {
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}

.section-heading-page .breadcrumb {
    color: #fff !important;
}

.section-heading-page .breadcrumb .active {
    color: #f95c65 !important;
}

.section-heading-page .breadcrumb a {
    color: #fff !important;
}

.text-theme-xs,
.text-theme,
.text-theme-sm,
.text-theme-lg {
    margin: 0;
}

.text-theme-xs + .text-theme-xs {
    margin-top: 6px;
    margin-bottom: 0;
}

.text-theme-sm + .text-theme-sm {
    margin-top: 10px;
    margin-bottom: 0;
}

.text-theme + .text-theme {
    margin-top: 16px;
    margin-bottom: 0;
}

.text-theme-lg + .text-theme-lg {
    margin-top: 22px;
    margin-bottom: 0;
}

.text-theme + .btn.text-theme {
    margin-top: 20px;
}

.title-xs {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.title-sm {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.title-md {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.title-lg {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.title-xl {
    font-size: 38px;
    font-weight: 800;
    margin: 0;
}

.title-2-xl {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
}

.title-404 {
    font-size: 140px;
    margin: 0;
}

.subtitle-404 {
    font-size: 20px;
    font-weight: 400;
}

.title-bg {
    display: inline-block;
    padding: 10px 8px;
    color: white;
    background-color: #fa5c65;
}

.title-v2 {
    font-size: 22px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 14px;
    padding-left: 25px;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #fa5c65;
}

.headline {
    font-size: 24px;
    font-weight: 300;
    display: block;
    margin: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

.title-2-xl.hr:after,
.title-xl.hr:after,
.title-lg.hr:after,
.title-md.hr:after,
.title-sm.hr:after,
.title-xs.hr:after {
    display: block;
    width: 60px;
    height: 4px;
    margin: 0 auto;
    margin-top: 20px;
    content: '';
    background-color: #fa5c65;
}

.section-primary .hr:after,
.section-polygonal-primary .hr:after {
    background-color: white;
}

.title-2-xl.hr-left:after,
.title-xl.hr-left:after,
.title-lg.hr-left:after,
.title-md.hr-left:after,
.title-sm.hr-left:after,
.title-xs.hr-left:after {
    display: block;
    width: 60%;
    height: 3px;
    margin-top: 12px;
    content: '';
    background-color: #fa5c65;
}

.title-2-xl.hr-full:after,
.title-xl.hr-full:after,
.title-lg.hr-full:after,
.title-md.hr-full:after,
.title-sm.hr-full:after,
.title-xs.hr-full:after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 12px;
    content: '';
    background-color: #fa5c65;
}

.title-xs.hr-before:before,
.title-sm.hr-before:before,
.title-md.hr-before:before,
.title-lg.hr-before:before,
.title-xl.hr-before:before,
.title-2-xl.hr-before:before {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    content: '';
    background-color: #fa5c65;
}

.title-xs.hr-before:before {
    top: 1px;
    width: 3px;
    height: 13px;
}

.title-sm.hr-before:before {
    top: 1px;
    width: 3px;
    height: 16px;
}

.title-md.hr-before:before {
    top: 1px;
    width: 3px;
    height: 19px;
}

.title-lg.hr-before:before {
    top: 1px;
    width: 4px;
    height: 24px;
}

.title-xl.hr-before:before {
    top: 1px;
    width: 5px;
    height: 29px;
}

.title-2-xl.hr-before:before {
    top: 1px;
    width: 5px;
    height: 42px;
}

.list-unstyled {
    padding-top: 10px;
    margin: 0;
}

.list-unstyled > li > a {
    color: black;
}

.list-unstyled.bordered li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}

.list-md .fa {
    margin-right: 8px;
}

.list-md.full li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.list-lg .fa {
    margin-right: 8px;
}

.list-xl span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: -4px;
    margin: 0;
}

.list-xl li + li {
    margin-top: 16px;
}

.list-xl li .fa {
    margin-right: 20px;
}

.list-md li + li {
    margin-top: 4px;
}

.list-lg li + li {
    margin-top: 14px;
}

.hr-divider {
    margin: 50px 0;
    border-top: 1px solid #ddd;
}

.hr-divider-ghost {
    margin: 50px 0;
    border: 0;
}

.hr-divider-xs {
    margin: 16px 0;
    border-top: 1px solid #ddd;
}

.hr-divider-double {
    position: relative;
    margin-top: 50px;
    margin-bottom: 60px;
    border-top: 1px solid #ddd;
}

.hr-divider-double:after {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    content: '';
    background-color: #ddd;
}

.title-striped {
    display: block;
    margin: 50px 0 !important;
}

.title-striped:before {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 20%;
    height: 6px;
    margin-right: 20px;
    content: '';
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.title-striped:after {
    position: relative;
    top: -4px;
    display: inline-block;
    width: 20%;
    height: 6px;
    margin-left: 20px;
    content: '';
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.h1.text-two, .h2.text-two, .h3.text-two, .h4.text-two, .h5.text-two, .h6.text-two, h1.text-two, h2.text-two, h3.text-two, h4.text-two, h5.text-two, h6.text-two {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600
}

.h1, h1 {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
}

.h2, h2 {
    font-size: 32px;
    font-family: 'Lato', sans-serif;
}

.h3, h3 {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
}

.h4, h4 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.h5, h5 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


@media (max-width: 1023px) {
    .h1, h1 {
        font-size: 32px;
        font-family: 'Lato', sans-serif;
    }

    .h2, h2 {
        font-size: 30px;
        font-family: 'Lato', sans-serif;
    }

    .h3, h3 {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
    }

    .h4, h4 {
        font-size: 18px;
        font-family: 'Lato', sans-serif;
    }

    .h5, h5 {
        font-size: 16px;
        font-family: 'Lato', sans-serif;
    }

}

/* Forms
   ================================================== */

.form-control {
    -webkit-transition: none;
    transition: none;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 15px;
    height: auto;
}

.form-control:focus,
.form-control:active {
    border-color: #ddd;
    outline: none;
    box-shadow: none;
}

.form-bg {
    padding: 16px;
    background-color: #fa5c65;
}

.form-boxed {
    padding: 20px 16px;
    border: solid 1px #ddd;
    background-color: #fcfcfc;
}

.input-group-addon input[type='radio'],
.input-group-addon input[type='checkbox'] {
    margin-top: 3px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    z-index: 2;
    margin-right: -2px;
}


/* Navbar Menu-Top
   ================================================== */

@media (max-width: 767px) {
    .menu-top .row > div + div {
        margin-top: 0;
    }
}


.menu-top-default {
    border-bottom: solid 1px #ecf0f1;
    background-color: white;
}

.menu-top-default .social-hover-v1:before,
.menu-top-default .social-hover-v1:after {
    color: black;
}

.menu-top-default .social-hover-v1:hover:after {
    color: white;
}

.menu-top-default .title-menu-top {
    margin-top: 5px;
    margin-bottom: 0;
    color: black;
}

.menu-top-default .btn-menu-top {
    color: black;
    border-left: solid 1px #ecf0f1;
    background-color: transparent;
}

.menu-top-default .btn-menu-top,
.menu-top-inverse .btn-menu-top {
    line-height: 35px;
    margin: 0;
    padding: 0;
    padding-right: 8px;
    padding-left: 8px;
    border: 0;
    outline: 0;
}

.menu-top-default .dropdown:last-child .btn-menu-top {
    border-right: solid 1px #ecf0f1;
}

.menu-top-default .social-icons-menu-top a + a {
    border-left: 1px #ecf0f1 solid;
}

.menu-top-default .social-icons-menu-top a,
.menu-top-inverse .social-icons-menu-top a {
    float: left;
}

.menu-top-inverse {
    background-color: #171f26;
    color: #fff;


}

.menu-top-inverse .social-hover-v1:before,
.menu-top-inverse .social-hover-v1:after,
.menu-top-inverse .social-hover-v1:hover:after {
    color: #000;
}

.menu-top-inverse {
    padding-top: 5px;
}

.menu-top-inverse .col-sm-7 .fa {
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin: 0 5px 0 15px;
    background: #fa5c65;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.menu-top-inverse .col-sm-7 .fa:first-child {
    margin-left: 0px;
}


.menu-top-inverse .title-menu-top {
    margin-top: 5px;
    margin-bottom: 0;
    color: white;
}

.menu-top-inverse .btn-menu-top {
    color: white;
    border-left: solid 1px #434343;
    background-color: #191919;
}

.menu-top-inverse .social-icons-menu-top a + a {
    border-left: 1px #c3c3c3 solid;
}


.menu-top .email {
    margin-left: 25px;
    color: #fff;
}

.menu-top .email:hover {
    color: #1dad34;
}

.menu-top .nav-top {
    width: auto;
    margin: 0px;
    float: right;
}

.menu-top .nav-top li {
    width: auto;
    margin: 0px;
    float: left;
}

.menu-top .nav-top li a {
    width: auto;
    margin: 0px;
    float: left;
    color: #fff;
    margin: 0 10px;
    font-size: 14px;
}

.menu-top .nav-top li a:hover {
    color: #1ca932
}

/* login */

.menu-top .dropdown-login .dropdown-menu {
    overflow: hidden;
    min-width: 262px;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: white !important;
}

.menu-top .dropdown-login .dropdown-menu .wrapper-form-box {
    border: 0;
}

.menu-top .dropdown-login .dropdown-menu .wrapper-form-box h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.menu-top .dropdown-login.open .dropdown-menu,
.menu-top .dropdown-cart.open .dropdown-menu {
    -webkit-animation-name: fadeInDownMenuTop;
    animation-name: fadeInDownMenuTop;
    -webkit-animation-duration: .33s;
    animation-duration: .33s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* shop cart */

.menu-top .dropdown-cart .dropdown-menu {
    min-width: 500px;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart {
    margin-bottom: 0;
    border-top: 0;
    background-color: white;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart table {
    margin-bottom: 0;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead {
    color: white;
    background-color: #fa5c65;
}

.menu-top .dropdown-cart .dropdown-menu .panel-shopping-cart thead th {
    font-size: 15px;
    font-weight: 400;
}


/* Navbar Positioning
   ================================================== */

@media (min-width: 768px) {
    .body-nav-fixed-menu-top .menu-top {
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        left: 0;
        height: 0;
    }

    .body-nav-fixed-menu-top #nav.navbar-fixed-top {
        top: 0;
    }
}


/* Navbar
   ================================================== */

.navbar {
    min-height: 70px;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);
}

@media (min-width: 768px) {
    #header,
    .navbar {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

#nav.nav-boxed {
    padding: 0;
}

@media (max-width: 767px) {
    .navbar {
        min-height: 60px;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }

    .navbar-fixed-top.navbar-photographer {
        position: fixed;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}


.navbar-collapse {
    box-shadow: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-right {
        margin: 0;
    }
}


/* Navbar Brand
   ================================================== */

.navbar-brand {
    font-size: 24px;
    line-height: 70px;
    float: left;
    height: 70px;
    padding: 0 15px;
}

.navbar-brand > img {

    display: block;
    height: 70px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .navbar-brand {
        line-height: 60px;
        height: 60px;
    }

    .navbar-brand > img {
        margin-top: 0;
        margin-top: 5px;
    }

    .navbar-toggle {
        margin-top: 8px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        display: block;
        float: none;
        height: 58px;
    }

    .navbar-brand > img {
        height: 58px;
        margin: 0 auto;
        margin-top: 0;
    }
}


/* Navbar Toggle
   ================================================== */

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    height: 3px;
    border-radius: 0;
}


/* Navbar Links
   ================================================== */

#header .navbar-nav > li > a {
    font-size: 13px;
    line-height: 77px;
    height: 77px;
    padding: 0 20px;
    /*border-left:rgba(153,153,153,0.2) solid 1px;*/
    text-transform: uppercase;
	position:relative;
    font-weight: bold;
    padding-right: 0;
}

#header .navbar-nav > li > a i {
    position: absolute;
    left: 50%;
    top: 11px;
    font-size: 20px;
    margin-left: -10px;
    color: #160a55
}


@media (max-width: 767px) {
    #header .navbar-nav > li > a i {
        display: none;
        font-size: 16px;
    }

}


@media (max-width: 1200px) {
    #header .navbar-nav > li > a {
        font-size: 13px;
        line-height: 75px;
        font-weight: normal;
        padding: 0 10px;
    }

    #header .navbar-nav > li.rfq-button > a {
        margin: 10px 0 0 10px;
        padding: 10px 8px;
    }

    /*.navbar-brand{height:50px; } */
    .navbar {
        min-height: 50px;
    }
}


@media (max-width: 1023px) {


    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail a > img, .thumbnail > img {
        max-width: inherit;
    }

    #header .navbar-nav > li.rfq-button > a {
        position: absolute;
        right: 0px;
        top: -57px;
    }

    #header .navbar-nav > li > a {
        font-size: 13px;
        font-weight: normal;
        height: 58px;
        line-height: 81px;
        padding: 0 10px;
    }
}

@media (max-width: 999px) {
    .navbar .container {
        width: 100%;
        float: left;
        padding: 0px;
    }

    .navbar-header {
        text-align: center;
    }

    .navbar-brand {
        display: inline-block;
    }

    #header .navbar-nav > li > a {
        padding: 0 8px;
    }

    #header .navbar-nav > li > a i {
        font-size: 16px;
    }

}


@media (max-width: 767px) {

    #header .navbar-nav > li > a {
        padding: 0 25px;
    }

    .navbar .container {
        width: 100%;
        float: left;
        padding: 0 15px;
    }

    .body-nav-fixed-menu-top {
        padding-top: 0;
    }

    #header .navbar-nav > li.rfq-button > a {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .navbar-brand {
        width: 90px;
    }

    #header .navbar-nav > li > a {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
        padding: 0 11px;
        font-weight: normal;
    }

    #header .navbar-nav > li.rfq-button > a {
        margin: 0 0 0 0;
    }


}


@media (min-width: 992px) and (max-width: 1199px) {
    #header .navbar-nav > li > a {
        padding: 0 10px;
    }
}

@media (max-width: 1039px) {
    #header .navbar-nav > li > a {
        padding: 0 6px;
    }
}

#header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    height: 35px;
    padding: 0 15px 0 15px;
    text-transform: none;

}


@media (min-width: 768px) {
    #header .navbar .navbar-nav > .dropdown .dropdown-menu > .dropdown-submenu > a {
        padding: 0 58px 0 20px;
    }
}

@media (max-width: 767px) {
    #header .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
        font-size: 13px;
        line-height: 46px;
        height: 46px;
        padding: 0;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > li > a {
        padding-left: 32px;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > a {
        padding-left: 50px;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
        padding-left: 75px;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li a {
        padding-left: 100px;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 125px;
    }

    #header .navbar .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 150px;
    }
}

#header .dropdown-toggle:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
    top: -1px;
    margin-left: 6px;
    content: '\f0d7';
}

#header .dropdown-submenu > a:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 18px;
    content: '\f0da';
}

@media (max-width: 767px) {
    #header .open .dropdown-toggle:after {
        content: '\f0d8';
    }

    #header .dropdown-toggle:after {
        font-size: 13px;
        position: absolute;
        top: auto;
        right: 34px;
        margin-left: 0;
    }

    #header .dropdown-submenu > a:after {
        display: none;
    }
}


/* Navbar Dropdown Menu
   ================================================== */

.navbar-nav .dropdown-menu {
    margin-top: 2px;
}

#header .navbar-nav .dropdown .dropdown-menu {
    z-index: -1;
    padding: 0;
    border: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    #header .navbar-nav .open .dropdown-menu {
        box-shadow: none;
    }
}


/* Navbar Sub Dropdown Menu
   ================================================== */

#header .dropdown-menu > li {
    position: relative;
}

#header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    margin-top: 0;
}

@media (min-width: 768px) {
    #header .dropdown-submenu .dropdown-menu {
        position: absolute;
        top: 0;
        top: -2px;
        right: auto;
        left: 100%;
        display: none;
    }
}

#header .dropdown-submenu .dropdown-menu li {
    position: relative;
}

@media (max-width: 767px) {
    #header .dropdown-submenu .dropdown-menu {
        display: block !important;
    }
}

#header .dropdown-header {
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    #header .navbar-nav > .dropdown:hover > .dropdown-menu {
        display: block;
    }

    #header .navbar-nav > .open .dropdown-menu {
        display: none;
    }
}


/* Navbar Search Box
   ================================================== */

form.nav-search {
    position: relative;
}

form.nav-search > label {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 16px;
    margin-right: 15px;
    margin-left: 24px;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-align: center;
    border-bottom: solid 3px #b14227;
    background-color: #fa5c65;
}

form.nav-search > label:hover {
    background-color: #eb4952;
}

form.nav-search > label:active {
    background-color: #bd462a;
}

form.nav-search > label > .fa {
    font-size: 24px;
    line-height: 56px;
    color: white;
}

form.nav-search > input {
    font-size: 24px;
    font-weight: 300;
    line-height: 56px;
    position: absolute;
    top: -16px;
    right: -9999px;
    left: auto;
    height: 92px;
    margin: 0 auto;
    padding: 16px;
    opacity: 0;
    border: 0;
    outline: 0;
}

form.nav-search > input:focus {
    right: 0;
    opacity: 1;
}

@media (max-width: 767px) {
    form.nav-search {
        margin-top: 7px;
    }

    form.nav-search > label {
        margin-top: 0;
    }

    form.nav-search > input {
        top: 0;
        right: auto;
        left: -9999px;
        height: 60px;
        padding: 0;
    }

    form.nav-search > input:focus {
        right: auto;
        left: 0;
        width: 100%;
        padding: 0 21px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    form.nav-search > input {
        line-height: 58px;
        top: 0;
        width: 720px !important;
        height: 58px;
    }

    form.nav-search > label {
        height: 58px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 9px;
    }

    .li-search {
        float: right !important;
    }
}


/* Navbar Mega Menu
   ================================================== */

.li-mega-menu {
    position: static !important;
}

.li-mega-menu > .wrapper-mega-menu {
    display: none;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu > .container {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        padding: 16px;
    }

    .li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu > .container > .wrapper-row {
        padding: 22px 36px 36px 30px;
    }

    .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        position: absolute;
        right: 0;
        left: 0;
        width: 100%;
        height: 0;
    }

    .li-mega-menu:hover .wrapper-mega-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .li-mega-menu.open > .wrapper-mega-menu {
        display: block;
    }

    .li-mega-menu .wrapper-mega-menu.v2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/* Navbar Mega Menu Content
   ================================================== */

.li-mega-menu > .wrapper-mega-menu.v1 [class^='col'] {
    margin-top: 0;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu .post-xs-side + .post-xs-side {
    margin-top: 20px;
}

.li-mega-menu > .wrapper-mega-menu > .mega-menu .title-sm {
    margin-bottom: 16px;
}

.li-mega-menu > .wrapper-mega-menu.v2 > .mega-menu .list-unstyled .fa {
    color: #fa5c65;
}

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu .img-wrapper {
        margin-bottom: 20px;
    }
}


/* Navbar Mega Menu Features
   ================================================== */

@media (min-width: 768px) {
    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row.wrapper-row-features {
        padding-right: 30px;
        padding-left: 30px;
    }

    .li-mega-menu .wrapper-row-features ul li a {
        padding-left: 20px;
    }
}

.li-mega-menu .wrapper-row-features ul li a {
    font-size: 13px;
    font-weight: 700;
    line-height: 33px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.li-mega-menu .wrapper-row-features ul li a .fa {
    width: 25px;
}

.li-mega-menu .wrapper-row-features > .row > [class^='col-']:first-child ul {
    padding-left: 0;
    border-left: none;
}

@media (max-width: 767px) {
    .li-mega-menu .wrapper-row-features > .row > [class^='col-'] {
        padding: 0 !important;
    }

    .li-mega-menu .wrapper-row-features ul li a {
        line-height: 46px;
        padding-left: 30px;
    }

    #header .navbar .navbar-nav .wrapper-row-features > .row > [class^='col-']:first-child ul {
        border-top: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .li-mega-menu .wrapper-row-features ul {
        border-left: 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .li-mega-menu .wrapper-row-features ul {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .li-mega-menu .wrapper-row-features ul {
        padding-left: 30px;
    }
}


/* Navbar Transparent and Version 1
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-transparent {
        background-color: transparent;
        box-shadow: none;
    }

    #header .navbar.navbar-transparent .navbar-nav > li > a {
        position: relative;
        color: white;
    }

    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a,
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover:after,
    #header .navbar.navbar-transparent .navbar-nav > .open > a,
    #header .navbar.navbar-transparent .navbar-nav > .open > a:hover,
    #header .navbar.navbar-transparent .navbar-nav > .open > a:focus {
        color: white;
        background-color: transparent;
    }

    #header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover {
        background-color: transparent;
    }

    #header .navbar.navbar-transparent .navbar-nav > .dropdown.open:hover > a {
        color: white;
    }

    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {
        display: block;
    }

    #header .navbar.navbar-transparent .navbar-nav > li > a:before {
        bottom: 0;
        border-bottom: 8px solid #f8f8f7;
    }

    #header .navbar.navbar-transparent .navbar-nav > li > a:before,
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        position: absolute;
        right: 0;
        left: 0;
        display: none;
        width: 0;
        height: 0;
        margin: 0 auto;
        content: '';
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    #header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse.navbar-transparent .wrapper-row {
        border-top: 0;
    }

    #header .navbar-inverse.navbar-transparent .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        margin-top: 2px;
    }
}

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        bottom: 6px;
    }

    #header.shrinked .navbar.navbar-v1 .navbar-nav > li > a:before {
        bottom: 0;
    }

    #header .navbar.navbar-v1 .navbar-nav > li > a {
        position: relative;
    }

    #header .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,
    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        margin-top: -6px;
    }

    #header.shrinked .navbar.navbar-v1 .navbar-nav > .dropdown > .dropdown-menu,
    #header.shrinked .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu {
        margin-top: 0;
    }

    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse.navbar-v1 .wrapper-row {
        border-top: 0;
    }

    #header .navbar-inverse.navbar-v1 .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        margin-top: 2px;
    }
}


/* Navbar Shrinked
   ================================================== */

#header.shrinked #nav {
    top: 0;
}

#header.shrinked .menu-top {
    display: none;
}


@media (min-width: 768px) and (max-width: 991px) {
    .shrinked .navbar-brand,
    .shrinked .navbar-brand > img {
        height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header.shrinked .navbar-nav > li > a {
        line-height: 58px;
        height: 58px;
    }

    #header.shrinked .navbar-header {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shrinked form.nav-search > input {
        line-height: 58px;
        height: 58px;
    }

    .shrinked form.nav-search > label {
        height: 58px;
    }
}

@media (min-width: 768px) {
    #header.shrinked .navbar-nav > li > a {
        line-height: 80px;
        height: 60px;
    }

    .shrinked .navbar {
        min-height: 60px;
    }

    /*.shrinked .navbar-brand {
        font-size: 19px;
        line-height: 60px;
        height: 60px;
    }*/
    .shrinked .navbar-brand > img {
        height: 70px;
        margin-top: 5px;
    }

    #header.shrinked .dropdown-header {
        font-size: 13px;
        line-height: 17px;
    }

    #header.shrinked .navbar .navbar-nav > .dropdown .dropdown-menu > li > a {
        line-height: 42px;
        height: 42px;
    }

    .shrinked form.nav-search > label {
        width: 60px;
        height: 39px;
        margin-top: 10px;
    }

    .shrinked form.nav-search > label > .fa {
        font-size: 16px;
        line-height: 37px;
    }

    .shrinked form.nav-search > input {
        line-height: 36px;
        top: -10px;
        height: 60px;
    }

    #header.shrinked .navbar-nav > li.rfq-button > a {
        line-height: normal !important;
        height: auto;
        margin: 10px 0 0 15px !important;
    }
}


/* Navbar Styling ===================================
   ================================================== */


/* Navbar Default Styling
   ================================================== */

#header .navbar-default {
    background-color: #fff;
    border-radius: 0;
}

#header .navbar-default .navbar-collapse,
#header .navbar-default .navbar-form {
    border-color: #efeeec;
}

#header .navbar-default .navbar-brand {
    color: black;
    display: flex;
}

.navbar-brand span {
    color: #3d83ff;
    margin-left: 10px;
    font-size: 26px;
    font-weight: 900;
}

.navbar-brand span.logo_text {
    color: #fff;
}

#header .navbar-default .navbar-brand:hover,
#header .navbar-default .navbar-brand:focus {
    color: #1a1a1a;
    background-color: transparent;
}

#header .navbar-default .navbar-toggle {
    border-color: #ccc;
    position: relative;
    z-index: 99;
}

#header .navbar-default .navbar-toggle:hover,
#header .navbar-default .navbar-toggle:focus {
    background-color: #f5f5f5;
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#header .navbar-default .navbar-nav.home_header > li > a {
    color: #fff;
}

#header .navbar-default .navbar-nav > li > a
#header .navbar-default .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff;
}

#header .navbar-default .navbar-nav > .active > a,
#header .navbar-default .navbar-nav > .active > a:hover,
#header .navbar-default .navbar-nav > .active > a:focus {
    color: black;
    background-color: #24c2ad;
}

#header .navbar-default .dropdown-menu > .active > a,
#header .navbar-default .dropdown-menu > .active > a:hover,
#header .navbar-default .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

#header .navbar-default .navbar-nav > li > a:focus {
    color: black;
    background-color: transparent;
}

#header .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: solid 1px #efeeec;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
        border-bottom: solid 1px #efeeec;
    }

    #header .navbar-default .navbar-nav .wrapper-row-features ul li + li,
    #header .navbar-default .navbar-nav .wrapper-row-features ul {
        border-top: solid 1px #efeeec;
    }

    #header .navbar-default .navbar-nav > li + li {
        border-top: solid 1px #efeeec;
    }
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a {
    color: black;
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:hover,
#header .navbar-default .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    color: #1aa430;
    background-color: white;
}

#header .navbar-default .navbar-nav .dropdown .dropdown-menu {
    background-color: #f8f8f7;
}

#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus {
    color: black;
    background-color: transparent;
}

@media (min-width: 768px) {
    #header .navbar-default .navbar-nav > .dropdown:hover ul > li > a {
        background-color: #f8f8f7;
    }

    #header .navbar-default .navbar-nav > .dropdown:hover > a,
    #header .navbar-default .navbar-nav > .dropdown:hover:after,
    #header .navbar-default .navbar-nav > .dropdown.open:hover {
        color: black;
        background-color: #f8f8f7;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }

    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    #header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    #header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fa5c65;
        background-color: white;
    }
}

#header .navbar-default .dropdown-header {
    color: #1a1a1a;
}

#header .navbar-default .dropdown-menu .divider {
    background-color: #fff;
}

@media (max-width: 767px) {
    #header .navbar-default .navbar-nav > li > a {
        color: black;
    }

    #header .navbar-default .navbar-nav > .open > a {
        border-bottom: 1px solid #efeeec;
    }

    #header .navbar-default .navbar-nav .open .dropdown-menu {
        border-bottom: 0;
        background-color: #fbfafa;
    }
}

#header .navbar-default .navbar-nav .dropdown-toggle:after {
    color: inherit;
}

#header .navbar-default .navbar-nav ul .dropdown-submenu > a:after {
    color: #d6d6d6;
}


#header .navbar-default form.nav-search > input {
    color: #3d3d3d;
    background-color: #fff;
}


/* Navbar Inverse Styling
   ================================================== */

#header .navbar-inverse {
    background-color: #171717;
}

#header .navbar-inverse .navbar-collapse,
#header .navbar-inverse .navbar-form {
    border-color: #262626;
}

#header .navbar-inverse .navbar-brand {
    color: black;
}

#header .navbar-inverse .navbar-brand:hover,
#header .navbar-inverse .navbar-brand:focus {
    color: #1a1a1a;
    background-color: transparent;
}

#header .navbar-inverse .navbar-toggle {
    border-color: #000;
}

#header .navbar-inverse .navbar-toggle:hover,
#header .navbar-inverse .navbar-toggle:focus {
    background-color: #0d0d0d;
}

#header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}

#header .navbar-inverse .navbar-nav > li > a {
    color: white;
}

#header .navbar-inverse .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff;
}

#header .navbar-inverse .navbar-nav > .active > a,
#header .navbar-inverse .navbar-nav > .active > a:hover,
#header .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fa5c65;
    background-color: transparent;
}

#header .navbar-inverse .dropdown-menu > .active > a,
#header .navbar-inverse .dropdown-menu > .active > a:hover,
#header .navbar-inverse .dropdown-menu > .active > a:focus {
    background-color: transparent;
}

#header .navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: transparent;
}

#header .navbar-inverse .navbar-nav > li > a:hover {
    color: #fa5c65;
    background-color: transparent;
}

@media (min-width: 767px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: solid 1px #efeeec;
    }
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
        border-bottom: solid 1px #efeeec;
    }

    #header .navbar-inverse .navbar-nav .wrapper-row-features ul li + li,
    #header .navbar-inverse .navbar-nav .wrapper-row-features ul {
        border-top: solid 1px #efeeec;
    }

    #header .navbar-inverse .navbar-nav > li + li {
        border-top: solid 1px #262626;
    }
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a {
    color: black;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:hover,
#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu > li > a:focus {
    color: #fa5c65;
    background-color: white;
}

#header .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background-color: #f8f8f7;
}

@media (min-width: 768px) {
    #header .navbar-inverse .navbar-nav .dropdown .dropdown-menu,
    #header .navbar-inverse .wrapper-row {
        border-top: 2px solid #fa5c65;
    }
}

#header .navbar-inverse .navbar-nav > .open > a,
#header .navbar-inverse .navbar-nav > .open > a:hover,
#header .navbar-inverse .navbar-nav > .open > a:focus {
    color: white;
    background-color: transparent;
}

@media (min-width: 768px) {
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
    #header .navbar-inverse .navbar-nav > .dropdown:hover ul > li > a {
        background-color: #f8f8f7;
    }

    #header .navbar-inverse .navbar-nav > .dropdown:hover > a,
    #header .navbar-inverse .navbar-nav > .dropdown:hover:after,
    #header .navbar-inverse .navbar-nav > .dropdown.open:hover > a {
        color: #fa5c65;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: black;
    }

    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    #header .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fa5c65;
        background-color: white;
    }
}

#header .navbar-inverse .dropdown-header {
    color: #fff;
}

#header .navbar-inverse .dropdown-menu .divider {
    background-color: #fff;
}

@media (max-width: 767px) {
    #header .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

    #header .navbar-inverse .navbar-nav > .open > a {
        border-bottom: 1px solid #262626;
    }

    #header .navbar-inverse .navbar-nav .open .dropdown-menu {
        border-bottom: 0;
        background-color: #fbfafa;
    }
}

#header .navbar-inverse .navbar-nav .dropdown-toggle:after {
    color: inherit;
}

#header .navbar-inverse .navbar-nav ul .dropdown-submenu > a:after {
    color: #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-inverse .navbar-header {
        border-bottom: solid 2px #1f1f1f;
    }
}

#header .navbar-inverse form.nav-search > input {
    color: #b0b0b0;
    background-color: #171717;
}


/* Navbar Mega Menu Styling
   ================================================== */

.li-mega-menu .wrapper-row-features ul li a {
    color: black;
}

.li-mega-menu .wrapper-row-features ul li a:hover {
    color: #fa5c65;
    background-color: #fff !important;
}

@media (min-width: 768px) {
    .li-mega-menu .wrapper-row-features ul {
        border-left: solid 1px #efeeec;
    }
}

@media (min-width: 768px) {
    #header .navbar-default .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        background-color: #f8f8f7;
    }

    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        background-color: #f8f8f7;
    }
}

@media (max-width: 767px) {
    #header .navbar-default .li-mega-menu > .wrapper-mega-menu {
        background-color: #fbfafa;
    }

    #header .navbar-inverse .li-mega-menu > .wrapper-mega-menu {
        background-color: #fbfafa;
    }
}


/* Navbar Transparent and Version 1 Styling
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav > li > a:before {
        border-bottom: 8px solid #efeeec;
    }

    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover:after,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown.open:hover,
    #header .navbar.navbar-v1 .navbar-nav > .open > a,
    #header .navbar.navbar-v1 .navbar-nav > .open > a:hover,
    #header .navbar.navbar-v1 .navbar-nav > .open > a:focus {
        background-color: transparent;
    }

    #header .navbar.navbar-v1 .navbar-nav .wrapper-mega-menu .mega-menu .wrapper-row-features ul li a:hover {
        color: #fa5c65;
        background-color: #f6f5f4;
    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row,
    #header .navbar.navbar-v1 .navbar-nav .wrapper-row-features ul li a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li > a,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover ul > li {
        background-color: #efeeec;
    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li + li {
        border-top: 1px solid #e6e4e0;
    }

    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:hover,
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu > li > a:focus {
        color: #fa5c65;
        background-color: transparent;
    }

    #header .navbar.navbar-v1 .dropdown-menu .divider {
        background-color: #fff;
    }

    .navbar-v1 .wrapper-row-features ul {
        border-left: solid 1px #e6e4e0;
    }

    #header .navbar-transparent form.nav-search > input {
        color: #b0b0b0;
        background-color: #171717;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-transparent .navbar-header {
        border-bottom: solid 2px #1f1f1f;
    }
}


/* Navbar Dropdown Shadows
   ================================================== */

@media (min-width: 768px) {
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .navbar-nav .dropdown .dropdown-menu,
    #header .navbar.navbar-v1 .navbar-nav .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .1);
    }

    #header .navbar-nav .dropdown .dropdown-menu {
        box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .15);
    }

    .li-mega-menu > .wrapper-mega-menu > .mega-menu > .container > .wrapper-row {
        box-shadow: 0 5px 14px -5px rgba(0, 0, 0, .13);
    }
}


/* Switch Navbar Logo
   ================================================== */

@media (min-width: 768px) {
    #header .switch-brand .switch-logo {
        display: none;
    }

    #header.shrinked .switch-brand img:first-child {
        display: none;
    }

    #header.shrinked .switch-brand .switch-logo {
        display: block;
    }
}

@media (max-width: 768px) {
    #header .switch-brand .switch-logo {
        display: none;
    }

    #header .switch-brand img:first-child {
        display: none;
    }

    #header .switch-brand .switch-logo {
        display: block;
    }
}


/* Navbar IE8 Specific Styling
   ================================================== */

.ie8 #nav.navbar-default {
    border-bottom: solid 1px #ddd;
}

.ie8 #nav.navbar-default.navbar-transparent {
    border-bottom: 0;
}

@media (min-width: 768px) {
    .ie8 #nav.navbar .navbar-nav > li > a {
        padding: 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .ie8 #nav.navbar .navbar-nav > li > a {
        padding: 0 8px;
    }
}


/* Navbar Transitions and Animations
   ================================================== */

#header .navbar li a {
    -webkit-transition: .2s linear background-color, .2s linear color;
    transition: .2s linear background-color, .2s linear color;
}

.navbar-nav li a:hover > i {
    color: #fff !important;
}

@media (min-width: 768px) {
    #header.tr-nav .navbar-nav > li > a {
        -webkit-transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;
        transition: .18s ease-in-out height, .18s ease-in-out line-height, .2s linear background-color, .2s linear color;
    }

    .tr-nav .navbar-brand > img {
        -webkit-transition: height .18s ease-in-out;
        transition: height .18s ease-in-out;
    }

    .tr-nav form.nav-search > label {
        -webkit-transition: height .18s ease-in-out, background-color .2s ease-in-out;
        transition: height .18s ease-in-out, background-color .2s ease-in-out;
    }

    .tr-nav form.nav-search > label > .fa {
        -webkit-transition: font-size .18s ease-in-out, line-height .18s ease-in-out;
        transition: font-size .18s ease-in-out, line-height .18s ease-in-out;
    }

    form.nav-search > input {
        -webkit-transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;
        transition: line-height .18s ease-in-out, height .18s ease-in-out, top .18s ease-in-out, .3s opacity ease-in-out;
    }
}

@media (max-width: 767px) {
    form.nav-search > input {
        -webkit-transition: .3s opacity ease-in-out;
        transition: .3s opacity ease-in-out;
    }
}

@media (max-width: 767px) {
    #header .navbar-nav .open .dropdown-menu,
    .li-mega-menu.open > .wrapper-mega-menu {
        z-index: 9999;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;

        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media (min-width: 768px) {
    #header .navbar-nav > .dropdown:hover > .dropdown-menu,
    #header .navbar.navbar-transparent .navbar-nav > .dropdown:hover > a:before,
    #header .navbar.navbar-v1 .navbar-nav > .dropdown:hover > a:before {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: .07s;
        animation-delay: .07s;

        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .li-mega-menu:hover .wrapper-mega-menu {
        -webkit-animation-name: fadeInMega;
        animation-name: fadeInMega;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: .07s;
        animation-delay: .07s;

        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    #header .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
        -webkit-animation-name: fadeInSub;
        animation-name: fadeInSub;
        -webkit-animation-duration: .2s;
        animation-duration: .2s;
        -webkit-animation-delay: .07s;
        animation-delay: .07s;

        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media (min-width: 768px) {
    #header.shrinked .navbar-fixed-top {
        -webkit-animation-name: fadeInShrinked;
        animation-name: fadeInShrinked;
        -webkit-animation-duration: .35s;
        animation-duration: .35s;
        -webkit-animation-delay: .32s;
        animation-delay: .32s;

        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
}

@media (min-width: 992px) {
    #header #nav {
        -webkit-transition: max-height .18s ease-in-out;
        transition: max-height .18s ease-in-out;
    }

    #header.shrinked #nav {
        min-height: 0;
        max-height: 60px;
    }

    #header.tr-nav #nav {
        min-height: 0;
        max-height: 92px;
    }
}

@media (min-width: 768px) {
    .navbar.navbar-transparent.search-focus-navbar {
        -webkit-transition: background-color .3s ease-in-out !important;
        transition: background-color .3s ease-in-out !important;
        background-color: #171717 !important;
    }

    #header.tr-nav .navbar.navbar-transparent.search-focus-navbar {
        -webkit-transition-property: none !important;
        transition-property: none !important;
    }
}

@-webkit-keyframes fadeInShrinked {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInShrinked {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInMega {
    0% {
        margin-top: -5px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes fadeInMega {
    0% {
        margin-top: -5px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInSub {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInSub {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDownMenuTop {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes fadeInDownMenuTop {
    0% {
        -webkit-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}


/* Helper Classes
   ================================================== */

.inset-shadow-top {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);
}

.colored {
    color: #fa5c65;
}

.bg-box {
    background-color: #f4f5f6;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.width-16 {
    width: 16px;
}

.width-20 {
    width: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-180 {
    width: 180px;
}

.max-width-300 {
    max-width: 300px;
}

.width-50 {
    width: 90px;
}

.padding-0 {
    padding: 0;
}

.padding-vertical-32 {
    padding-right: 32px;
    padding-left: 32px;
}

.margin-center {
    margin-right: auto;
    margin-left: auto;
}

.mb {
    margin-bottom: 40px;
}

.mt {
    margin-top: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-4 {
    margin-top: 4px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-minus-4 {
    margin-top: -4px;
}

.mt-minus-10 {
    margin-top: -10px;
}

.mt-minus-16 {
    margin-top: -16px;
}

.mt-minus-20 {
    margin-top: -20px;
}

.mt-minus-30 {
    margin-top: -30px;
}

.mt-minus-40 {
    margin-top: -40px;
}

.mt-minus-50 {
    margin-top: -50px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mt-minus-80 {
    margin-top: -80px;
}

.mt-minus-90 {
    margin-top: -90px;
}

.mt-minus-100 {
    margin-top: -100px;
}

.mt-minus-120 {
    margin-top: -120px;
}

.mt-minus-130 {
    margin-top: -130px;
}

.mt-minus-140 {
    margin-top: -140px;
}

.mt-minus-150 {
    margin-top: -150px;
}

.mt-minus-160 {
    margin-top: -160px;
}

.mt-minus-170 {
    margin-top: -170px;
}

.mt-minus-180 {
    margin-top: -180px;
}

.mt-minus-190 {
    margin-top: -190px;
}

.mt-minus-200 {
    margin-top: -200px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-8 {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .pull-none-xs {
        float: none !important;
    }
}


/* Img Wrapper - Hover Effect
   ================================================== */

.img-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fa5c65;
}

@media (min-width: 768px) {
    .img-wrapper,
    .img-wrapper img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media (max-width: 767px) {
    .img-wrapper {
        max-width: 400px;
        margin: 0 auto;
    }

    .portfolio-fluid .img-wrapper {
        max-width: 100%;
        margin: 0 auto;
    }
}

.img-wrapper.rounded,
.img-wrapper.rounded > img {
    border-radius: 4px;
}

.img-wrapper.rounded-top,
.img-wrapper.rounded-top > img {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.img-wrapper:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    margin-left: -8px;
    content: '\f067';
    -webkit-transition: -webkit-transform .32s;
    transition: transform .32s;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
    color: white;
}

.img-wrapper:hover:before {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.img-wrapper img {
    -webkit-transition: .32s opacity, .32s -webkit-transform;
    transition: .32s opacity, .32s transform;
}

.img-wrapper:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: .35;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=35)';
}


/* Filterable Portfolio
   ================================================== */

#container-mixitup {
    margin-top: 50px;
}

#container-mixitup .mix {
    display: none;
    margin-bottom: 30px;
}

#container-mixitup.portfolio-fluid .mix {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .filter {
        margin-bottom: 4px;
    }
}


/* Portfolio Fluid
   ================================================== */

@media (min-width: 768px) {
    .portfolio-fluid > div > div {
        margin: 0;
        padding: 0;
    }
}


/* Portfolio Caption Box
   ================================================== */

.caption-portfolio {
    padding-top: 16px;
    padding-bottom: 16px;
    border: solid 1px #ecf0f1;
    border-top: 0;
    border-bottom: solid 5px #ecf0f1;
    border-radius: 0 0 6px 6px;
}

.caption-portfolio .text-theme {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .caption-portfolio {
        max-width: 400px;
        margin: 0 auto;
    }

    .portfolio-fluid .caption-portfolio {
        max-width: 100%;
        margin: 0 auto;
    }
}


/* Portfolio Item Page Description
   ================================================== */

@media (min-width: 768px) {
    .portfolio-item-description {
        padding-left: 30px;
    }
}


/* Browser (safari)
   ================================================== */

.browser {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    border-top: solid 1px #d7d7d7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #e8e8e8;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
}

.wrapper-browser-btn {
    position: absolute;
    top: 0;
    right: 0;
    left: 24px;
    width: 70px;
    height: 30px;
}

.btn-browser {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.btn-browser {
    float: left;
    margin-top: 9px;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .08);
}

.btn-browser + .btn-browser {
    margin-left: 8px;
}

.btn-browser-1 {
    background-color: #ff6052;
}

.btn-browser-2 {
    background-color: #ffbe05;
}

.btn-browser-3 {
    background-color: #15cc37;
}


/* Dials
   ================================================== */

.wrapper-dial-sm,
.wrapper-dial-md,
.wrapper-dial-xs {
    position: relative;
    text-align: center;
}

.wrapper-dial-xs {
    height: 88px;
}

.wrapper-dial-sm {
    height: 132px;
}

.wrapper-dial-md {
    height: 182px;
}

.wrapper-dial-xs input.dial {
    position: relative;
    top: -11px;
}

.wrapper-dial-sm input.dial {
    position: relative;
    top: -14px;
}

.wrapper-dial-md input.dial {
    position: relative;
    top: -20px;
}

.wrapper-dial-xs .title {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
}

.wrapper-dial-sm .title {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
}

.wrapper-dial-md .title {
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
}


/* Progress Bars
   ================================================== */

.progress {
    height: 20px;
    border: 0;
    border-radius: 0;
    background-color: #eee;
    box-shadow: none;
}

.progress.progress-xs {
    height: 8px;
}

.progress.progress-sm {
    height: 14px;
}

.progress.progress-lg {
    height: 30px;
}

.progress-bar {
    -webkit-transition: width 1.5s cubic-bezier(.7, .19, .29, .97);
    transition: width 1.5s cubic-bezier(.7, .19, .29, .97);
}

.progress-bar {
    border: 0;
    border-radius: 0;
    background-color: #fa5c65;
}

.title-progress {
    font-size: 14px;
    font-weight: 600;
}

.countto-bar {
    font-weight: 700;
    float: right;
    padding-right: 10px;
    letter-spacing: 1px;
}

.countto-bar:after {
    content: '%';
}


/* Breadcrumbs
   ================================================== */

.breadcrumb {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    background-color: transparent;
    font-style: italic;
}

.breadcrumb .active {
    color: #fa5c65;
}

.breadcrumb li a {
    color: black;
}

.breadcrumb li {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: '/\00a0';
    color: #ccc;
}


@media (max-width: 767px) {
    .filter-panel .col-xs-12 {
        width: 100%;
    }
}

@media (max-width: 999px) {
    .filter-panel .col-xs-12 {
        width: 50%;
    }
}

/* Buttons
   ================================================== */

.btn {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;

    color: #fff;
    border-radius: 0px;

}

.btn:hover {
    color: #fff;
}

.rount-iocn {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.rount-iocn.xxxl {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

.rount-iocn.xxxl img {
    width: 55%;
}

.fa-btn {
    margin: 0 !important;
}


/* button fix inputgroup hover */

.btn-z-index {
    z-index: 2;
}

.btn-rounded {
    border-radius: 28px !important;
}

.open .dropdown-toggle.btn {
    border-radius: 0;
}

.btn-xs {
    font-weight: 400;
    border-radius: 1px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    text-decoration: none;
    outline: 0 !important;
    box-shadow: none;
}


/* BUTTON WITH ICONS*/

.btn .fa {
    margin-right: 10px;
}

.btn-xs .fa {
    margin-right: 4px;
}

.btn-lg .fa {
    font-size: 22px;
    position: relative;
    top: 2px;
}


/* BUTTON PRIMARY */


.btn-sm {
    font-size: 12px;
}

.btn-one {
}

.btn-two { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69a590+0,5c8ea5+98 */
    background: #24C1AC; /* Old browsers */
}

.btn-two { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69a590+0,5c8ea5+98 */
    background: #160a55; /* Old browsers */
    margin-bottom: 3px;
}


/* BUTTON DEFAULT */

.btn-default {
    color: #333;
    border-color: #ccc;
    background-color: #fff;
}

.btn-default:hover {
    color: #333;
    border-color: #ccc;
    background-color: #f2f2f2;
}

.btn-default:focus,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #ccc;
    background-color: #ddd;
}


/* BUTTON SEA */

.btn-sea {
    color: white;
    border-color: #1abc9c;
    background-color: #1abc9c;
}

.btn-sea:hover {
    color: white;
    border-color: #18ad90;
    background-color: #18ad90;
}

.btn-sea:focus,
.btn-sea:active,
.btn-sea.active,
.open .dropdown-toggle.btn-sea {
    color: white;
    border-color: #169e83;
    background-color: #169e83;
}


/* BUTTON BLUE */

.btn-blue {
    color: white;
    border-color: #34495e;
    background-color: #34495e;
}

.btn-blue:hover {
    color: white;
    border-color: #283848;
    background-color: #283848;
}

.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: white;
    border-color: #22303d;
    background-color: #22303d;
}


/* BUTTON RED */

.btn-red {
    color: white;
    border-color: #fe5555;
    background-color: #fe5555;
}

.btn-red:hover {
    color: white;
    border-color: #e53e2d;
    background-color: #e53e2d;
}

.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
    color: white;
    border-color: #e3301e;
    background-color: #e3301e;
}


/* BUTTON ORANGE */

.btn-orange {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}

.btn-orange:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON GREEN */

.btn-green {
    color: white;
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.btn-green:hover {
    color: white;
    border-color: #2bbe69;
    background-color: #2bbe69;
}

.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
    color: white;
    border-color: #28b062;
    background-color: #28b062;
}


/* BUTTON YELLOW */

.btn-yellow {
    color: white;
    border-color: #f1c40f;
    background-color: #f1c40f;
}

.btn-yellow:hover {
    color: white;
    border-color: #e2b70d;
    background-color: #e2b70d;
}

.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
    color: white;
    border-color: #d2aa0c;
    background-color: #d2aa0c;
}


/* BUTTON GREY */

.btn-grey {
    color: white;
    border-color: #95a5a6;
    background-color: #95a5a6;
}

.btn-grey:hover {
    color: white;
    border-color: #8c9d9e;
    background-color: #8c9d9e;
}

.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    color: white;
    border-color: #839596;
    background-color: #839596;
}


/* BUTTON GHOST GLOBAL */

.btn.btn-ghost {
    background-color: transparent;
}


/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */

.btn-ghost-white {
    color: white;
    border-color: white;
    background-color: transparent;
}

.btn-ghost-white:hover {
    color: black;
    border-color: white;
    background-color: white;
}

.btn-ghost-white:focus,
.btn-ghost-white:active,
.btn-ghost-white.active,
.open .dropdown-toggle.btn-ghost-white {
    color: black;
    border-color: white;
    background-color: white;
}


/* BUTTON GHOST WHITE (TO USE WITH DARK BACKGROUND) */

.btn-ghost-black {
    color: black;
    border-color: black;
    background-color: transparent;
}

.btn-ghost-black:hover {
    color: white;
    border-color: black;
    background-color: black;
}

.btn-ghost-black:focus,
.btn-ghost-black:active,
.btn-ghost-black.active,
.open .dropdown-toggle.btn-ghost-white {
    color: white;
    border-color: black;
    background-color: black;
}


/* BUTTON-GHOST PRIMARY */

.btn-primary.btn-ghost {
    color: #fa5c65;
    border-color: #fa5c65;
}

.btn-primary.btn-ghost:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-primary.btn-ghost:focus,
.btn-primary.btn-ghost:active,
.btn-primary.btn-ghost.active,
.open .dropdown-toggle.btn-primary.btn-ghost {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON-GHOST DEFAULT */

.btn-default.btn-ghost {
    color: #ccc;
    border-color: #ccc;
}

.btn-default.btn-ghost:hover {
    color: #333;
    border-color: #ccc;
    background-color: #f2f2f2;
}

.btn-default.btn-ghost:focus,
.btn-default.btn-ghost:active,
.btn-default.btn-ghost.active,
.open .dropdown-toggle.btn-default.btn-ghost {
    color: #333;
    border-color: #ccc;
    background-color: #ddd;
}


/* BUTTON-GHOST SEA */

.btn-sea.btn-ghost {
    color: #1abc9c;
    border-color: #1abc9c;
}

.btn-sea.btn-ghost:hover {
    color: white;
    border-color: #18ad90;
    background-color: #18ad90;
}

.btn-sea.btn-ghost:focus,
.btn-sea.btn-ghost:active,
.btn-sea.btn-ghost.active,
.open .dropdown-toggle.btn-sea.btn-ghost {
    color: white;
    border-color: #169e83;
    background-color: #169e83;
}


/* BUTTON-GHOST BLUE */

.btn-blue.btn-ghost {
    color: #34495e;
    border-color: #34495e;
}

.btn-blue.btn-ghost:hover {
    color: white;
    border-color: #283848;
    background-color: #283848;
}

.btn-blue.btn-ghost:focus,
.btn-blue.btn-ghost:active,
.btn-blue.btn-ghost.active,
.open .dropdown-toggle.btn-blue.btn-ghost {
    color: white;
    border-color: #22303d;
    background-color: #22303d;
}


/* BUTTON-GHOST RED */

.btn-red.btn-ghost {
    color: #fe5555;
    border-color: #fe5555;
}

.btn-red.btn-ghost:hover {
    color: white;
    border-color: #e53e2d;
    background-color: #e53e2d;
}

.btn-red.btn-ghost:focus,
.btn-red.btn-ghost:active,
.btn-red.btn-ghostactive,
.open .dropdown-toggle.btn-red.btn-ghost {
    color: white;
    border-color: #e3301e;
    background-color: #e3301e;
}


/* BUTTON-GHOST ORANGE */

.btn-orange.btn-ghost {
    color: #fa5c65;
    border-color: #fa5c65;
}

.btn-orange.btn-ghost:hover {
    color: white;
    border-color: #eb4952;
    background-color: #eb4952;
}

.btn-orange.btn-ghost:focus,
.btn-orange.btn-ghost:active,
.btn-orange.btn-ghost.active,
.open .dropdown-toggle.btn-orange.btn-ghost {
    color: white;
    border-color: #b94529;
    background-color: #b94529;
}


/* BUTTON-GHOST GREEN */

.btn-green.btn-ghost {
    color: #2ecc71;
    border-color: #2ecc71;
}

.btn-green.btn-ghost:hover {
    color: white;
    border-color: #2bbe69;
    background-color: #2bbe69;
}

.btn-green.btn-ghost:focus,
.btn-green.btn-ghost:active,
.btn-green.btn-ghost.active,
.open .dropdown-toggle.btn-green.btn-ghost {
    color: white;
    border-color: #28b062;
    background-color: #28b062;
}


/* BUTTON YELLOW */

.btn-yellow.btn-ghost {
    color: #f1c40f;
    border-color: #f1c40f;
}

.btn-yellow.btn-ghost:hover {
    color: white;
    border-color: #e2b70d;
    background-color: #e2b70d;
}

.btn-yellow.btn-ghost:focus,
.btn-yellow.btn-ghost:active,
.btn-yellow.btn-ghost.active,
.open .dropdown-toggle.btn-yellow.btn-ghost {
    color: white;
    border-color: #d2aa0c;
    background-color: #d2aa0c;
}


/* BUTTON GREY */

.btn-grey.btn-ghost {
    color: #95a5a6;
    border-color: #95a5a6;
}

.btn-grey.btn-ghost:hover {
    color: white;
    border-color: #8c9d9e;
    background-color: #8c9d9e;
}

.btn-grey.btn-ghost:focus,
.btn-grey.btn-ghost:active,
.btn-grey.btn-ghost.active,
.open .dropdown-toggle.btn-grey.btn-ghost {
    color: white;
    border-color: #839596;
    background-color: #839596;
}


.text-success {
    color: #1aa530
}


/* Icons
   ================================================== */

.fa.colored {
    color: #fa5c65;
}

.fa.bg {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}

a .fa-round {
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
}

a .fa-round:hover {
    color: white;
    background-color: #fa5c65;
}


/* Rounded icons */

.fa-round {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    color: #fa5c65;
    border: solid 1px #fa5c65;
    border-radius: 50%;
}

.fa-round-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    border-radius: 50%;
}


/* Boxed icons */

.fa-box {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    color: #fa5c65;
    border: solid 1px #fa5c65;
}


/* Rounded icons @2x*/

.fa-2x.fa-round,
.fa-2x.fa-box,
.fa-2x.fa-round-social,
.fa-2x.fa-box-social,
.fa-2x.fa-bg-social {
    width: 50px;
    height: 50px;
    padding-top: 9px;
}


/* Rounded icons @3x*/

.fa-3x.fa-round,
.fa-3x.fa-box,
.fa-3x.fa-round-social,
.fa-3x.fa-box-social,
.fa-3x.fa-bg-social {
    width: 80px;
    height: 80px;
    padding-top: 17px;
}


/* Rounded icons @4x*/

.fa-4x.fa-round,
.fa-4x.fa-box,
.fa-4x.fa-round-social,
.fa-4x.fa-box-social,
.fa-4x.fa-bg-social {
    width: 120px;
    height: 120px;
    padding-top: 29px;
}


/* Social Icons
   ================================================== */

.fa-box-social,
.fa-bg-social {
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
}

.fa-box-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
}

.fa-bg-social {
    width: 30px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
}

.fa-bg-social,
.fa.fa-box-social:hover {
    color: white;
}


/* social icon colors */

.fa-facebook.fa-box-social {
    color: #3b5998;
    border: solid 1px #3b5998;
}

.fa-facebook.fa-box-social:hover {
    background-color: #3b5998;
}

.fa-facebook.fa-bg-social {
    background-color: #3b5998;
}

.fa-facebook.fa-bg-social:hover {
    background-color: #2d4373;
}

.fa-google-plus.fa-box-social {
    color: #dd4b39;
    border: solid 1px #dd4b39;
}

.fa-google-plus.fa-box-social:hover {
    background-color: #dd4b39;
}

.fa-google-plus.fa-bg-social {
    background-color: #dd4b39;
}

.fa-google-plus.fa-bg-social:hover {
    background-color: #c23321;
}

.fa-twitter.fa-box-social {
    color: #00b6f1;
    border: solid 1px #00b6f1;
}

.fa-twitter.fa-box-social:hover {
    background-color: #00b6f1;
}

.fa-twitter.fa-bg-social {
    background-color: #00b6f1;
}

.fa-twitter.fa-bg-social:hover {
    background-color: #008fbe;
}

.fa-linkedin.fa-box-social {
    color: #007bb6;
    border: solid 1px #007bb6;
}

.fa-linkedin.fa-box-social:hover {
    background-color: #007bb6;
}

.fa-linkedin.fa-bg-social {
    background-color: #007bb6;
}

.fa-linkedin.fa-bg-social:hover {
    background-color: #005983;
}

.fa-behance.fa-box-social {
    color: #4176fa;
    border: solid 1px #4176fa;
}

.fa-behance.fa-bg-social,
.fa-behance.fa-box-social:hover {
    background-color: #4176fa;
}

.fa-behance.fa-bg-social:hover {
    background-color: #0f52f9;
}

.fa-pinterest.fa-box-social {
    color: #cb2026;
    border: solid 1px #cb2026;
}

.fa-pinterest.fa-bg-social,
.fa-pinterest.fa-box-social:hover {
    background-color: #cb2026;
}

.fa-pinterest.fa-bg-social:hover {
    background-color: #9f191e;
}

.fa-youtube.fa-box-social {
    color: #e52d27;
    border: solid 1px #e52d27;
}

.fa-youtube.fa-bg-social,
.fa-youtube.fa-box-social:hover {
    background-color: #e52d27;
}

.fa-youtube.fa-bg-social:hover {
    background-color: #c21d17;
}

.fa-dribbble.fa-box-social {
    color: #f26798;
    border: solid 1px #f26798;
}

.fa-dribbble.fa-bg-social,
.fa-dribbble.fa-box-social:hover {
    background-color: #f26798;
}

.fa-dribbble.fa-bg-social:hover {
    background-color: #ee3878;
}

.fa-instagram.fa-box-social {
    color: #2e5e86;
    border: solid 1px #2e5e86;
}

.fa-instagram.fa-bg-social,
.fa-instagram.fa-box-social:hover {
    background-color: #2e5e86;
}

.fa-instagram.fa-bg-social:hover {
    background-color: #214360;
}

.fa-dropbox.fa-box-social {
    color: #007ee5;
    border: solid 1px #007ee5;
}

.fa-dropbox.fa-bg-social,
.fa-dropbox.fa-box-social:hover {
    background-color: #007ee5;
}

.fa-dropbox.fa-bg-social:hover {
    background-color: #0062b2;
}

.fa-reddit.fa-box-social {
    color: #fc541c;
    border: solid 1px #666;
}

.fa-reddit.fa-bg-social {
    background-color: #fc541c;
}

.fa-reddit.fa-box-social:hover {
    border-color: #fc541c;
    background-color: #fc541c;
}

.fa-reddit.fa-bg-social:hover {
    background-color: #e23b03;
}

.fa-yelp.fa-box-social {
    color: #c41200;
    border: solid 1px #c41200;
}

.fa-yelp.fa-bg-social,
.fa-yelp.fa-box-social:hover {
    background-color: #c41200;
}

.fa-yelp.fa-bg-social:hover {
    background-color: #910d00;
}

.fa-skype.fa-box-social {
    color: #00aff0;
    border: solid 1px #00aff0;
}

.fa-skype.fa-bg-social,
.fa-skype.fa-box-social:hover {
    background-color: #00aff0;
}

.fa-skype.fa-bg-social:hover {
    background-color: #008abd;
}

.fa-tumblr.fa-box-social {
    color: #34465d;
    border: solid 1px #34465d;
}

.fa-tumblr.fa-bg-social,
.fa-tumblr.fa-box-social:hover {
    background-color: #34465d;
}

.fa-tumblr.fa-bg-social:hover {
    background-color: #222d3c;
}

.fa-soundcloud.fa-box-social {
    color: #fe4700;
    border: solid 1px #fe4700;
}

.fa-soundcloud.fa-bg-social,
.fa-soundcloud.fa-box-social:hover {
    background-color: #fe4700;
}

.fa-soundcloud.fa-bg-social:hover {
    background-color: #cb3900;
}

.fa-flickr.fa-box-social {
    color: #ff0080;
    border: solid 1px #0d65d3;
}

.fa-flickr.fa-bg-social,
.fa-flickr.fa-box-social:hover {
    background-color: #0d65d3;
}

.fa-flickr.fa-bg-social:hover {
    background-color: #0a4ea3;
}

.fa-stack-overflow.fa-box-social {
    color: #fe7b16;
    border: solid 1px #818285;
}

.fa-stack-overflow.fa-bg-social {
    background-color: #fe7b16;
}

.fa-stack-overflow.fa-box-social:hover {
    background-color: #818285;
}

.fa-stack-overflow.fa-bg-social:hover {
    background-color: #e06201;
}

.fa-xing.fa-box-social {
    color: #006567;
    border: solid 1px #006567;
}

.fa-xing.fa-bg-social,
.fa-xing.fa-box-social:hover {
    background-color: #006567;
}

.fa-xing.fa-bg-social:hover {
    background-color: #003334;
}


/* Social Icons Hover V1
   ================================================== */

.social-hover-v1 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 35px;
    height: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-hover-v1-inverse:before,
.social-hover-v1-inverse:after {
    color: white;
}

.social-hover-v1-default:before,
.social-hover-v1-default:after {
    color: #cecece;
}

.social-hover-v1-default:hover:after {
    color: white;
}

.social-hover-v1:before,
.social-hover-v1:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    line-height: 35px;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: top .16s linear;
    transition: top .16s linear;
    text-align: center;
    text-decoration: inherit;
}

.social-hover-v1:before {
    top: 0;
}

.social-hover-v1:after {
    top: 39px;
    border-top: solid 8px transparent;
}

.social-hover-v1:hover:before {
    top: -35px;
}

.social-hover-v1:hover:after {
    top: -8px;
}

.social-hover-v1.a-facebook:before,
.social-hover-v1.a-facebook:after {
    content: '\f09a';
}

.social-hover-v1.a-facebook:after {
    background-color: #3b5998;
}

.social-hover-v1.a-google:before,
.social-hover-v1.a-google:after {
    content: '\f0d5';
}

.social-hover-v1.a-google:after {
    background-color: #dd4b39;
}

.social-hover-v1.a-twitter:before,
.social-hover-v1.a-twitter:after {
    content: '\f099';
}

.social-hover-v1.a-twitter:after {
    background-color: #00b6f1;
}

.social-hover-v1.a-linkedin:before,
.social-hover-v1.a-linkedin:after {
    content: '\f0e1';
}

.social-hover-v1.a-linkedin:after {
    background-color: #007bb6;
}

.social-hover-v1.a-behance:before,
.social-hover-v1.a-behance:after {
    content: '\f1b4';
}

.social-hover-v1.a-behance:after {
    background-color: #4176fa;
}

.social-hover-v1.a-pinterest:before,
.social-hover-v1.a-pinterest:after {
    content: '\f0d3';
}

.social-hover-v1.a-pinterest:after {
    background-color: #cb2026;
}

.social-hover-v1.a-youtube:before,
.social-hover-v1.a-youtube:after {
    content: '\f16a';
}

.social-hover-v1.a-youtube:after {
    background-color: #e52d27;
}


/* Boxes
   ================================================== */

.shop-box {
    position: relative;
    padding: 8px 8px 16px 8px;
    text-align: center;
}

.shop-box .caption-box {
    right: 0;
}

.shop-box img {
    margin: 0 auto;
}

.shop-box.bordered {
    border: solid 1px #ddd;
}

.content-box {
    padding: 8px 8px 16px 8px;
}

.content-box.bg {
    background-color: #f4f5f6;
}

.content-box.bordered {
    border: solid 1px #ddd;
}

.icon-box {
    text-align: center;
}

.icon-box .fa-round,
.icon-xs-side .fa-round,
.icon-sm-side .fa-round,
.icon-lg-side .fa-round {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.icon-box:hover .fa-round,
.icon-xs-side:hover .fa-round,
.icon-sm-side:hover .fa-round,
.icon-lg-side:hover .fa-round {
    color: white;
    background-color: #fa5c65;
}


.icon-wrap {
    width: 171px;
    height: 171px;
    display: inline-block;
    padding: 10px;
    line-height: 170px;
    background: url(../images/round-dots.html) no-repeat
}

.icon-wrap .icon-holder {
    width: 150px;
    height: 150px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
}

.icon-wrap.sm {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-size: 100%;
}

.icon-wrap.sm .icon-holder {
    width: 80px;
    height: 80px;
}


.icon-wrap.xs {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-size: 100%;
    padding: 5px;
}

.icon-wrap.xs .icon-holder {
    width: 50px;
    height: 50px;
}


.icon-box .icon-wrap .icon-holder.creative {
    background: #fff url(../images/creative.html) no-repeat center -10px
}

.icon-box .icon-wrap .icon-holder.quality {
    background: #fff url(../images/quality.html) no-repeat center -10px
}

.icon-box .icon-wrap .icon-holder.customer {
    background: #fff url(../images/customer.html) no-repeat center -10px
}

.icon-box:hover .icon-wrap .icon-holder {
    background-color: #fa5c65;
    background-position: center bottom
}


.icon-box.bg {
    padding: 16px;
    background-color: #f4f5f6;
}

.icon-box.bordered {
    padding: 16px;
    border: solid 1px #ddd;
}

.img-box {
    position: relative;
    display: block;
}

.caption-box {
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    padding: 3px 16px;
    text-transform: uppercase;
    color: white;
    background-color: #fa5c65;
}

.icon-xs-side,
.icon-lg-side,
.icon-sm-side {
    padding: 16px 16px 20px 16px;
}

.icon-xs-side.bordered,
.icon-lg-side.bordered,
.icon-sm-side.bordered {
    border: solid 1px #ddd;
}

.icon-lg-side {
    min-height: 152px;
}

.icon-sm-side {
    min-height: 112px;
}

.icon-xs-side .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 6px;
}

.icon-lg-side .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.icon-sm-side .title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 10px;
    padding: 0 6px;
}

.icon-lg-side.left .fa,
.icon-sm-side.left .fa,
.icon-xs-side.left .fa {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.icon-lg-side.right .fa,
.icon-sm-side.right .fa,
.icon-xs-side.right .fa {
    float: right;
    margin-left: 20px;
    text-align: center;
}

.icon-xs-side .fa {
    margin-bottom: 60px;
}

.post-xs-side {
    /*min-height: 106px;*/
    padding: 8px 8px 8px 8px;
    border: solid 1px #ddd;
}

.post-xs-side .title {
    font-size: 14px;
    margin-bottom: 2px;
}

.post-xs-side .meta {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

.post-xs-side .category {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #fa5c65;
}

.post-xs-side img {
    float: left;
    width: 90px;
    margin-right: 14px;
    margin-bottom: 0;
}

.wrapper-form-box {
    border: solid 1px #ddd;
    box-shadow: 0 4px 0 rgba(0, 0, 0, .05);
}

.wrapper-form-box h3 {
    margin-bottom: 16px;
    padding: 8px 16px;
    color: white;
    background-color: #fa5c65;
    box-shadow: 0 6px 0 rgba(0, 0, 0, .08);
}

.wrapper-form-box form {
    padding: 16px;
}

.wrapper-form-box .input-group-addon .fa {
    width: 12px;
    text-align: center;
}


/* Panels
   ================================================== */

.panel {
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

.panel-title .fa {
    margin-right: 8px;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-primary {
    border-color: #fa5c65;
}

.panel-primary > .panel-heading {
    border-color: #fa5c65;
    background-color: #fa5c65;
}

.panel-light {
    border-color: #ddd;
    border-radius: 0;
}

.panel-light .panel-body {
    padding: 20px 32px;
}

.panel-light label {
    font-size: 14px;
    color: #666;
}

.panel-light > .panel-heading {
    padding-top: 16px;
    padding-bottom: 16px;
    border-color: #ddd;
    background-color: #f7f7f7;
}

.panel-light > .panel-heading > .panel-title {
    font-size: 15px;
}

.panel-success {
    border-color: #2ecc71;
}

.panel-success > .panel-heading {
    color: white;
    border-color: #2ecc71;
    background-color: #2ecc71;
}

.panel-info {
    border-color: #3498db;
}

.panel-info > .panel-heading {
    color: white;
    border-color: #3498db;
    background-color: #3498db;
}

.panel-warning {
    border-color: #f1c40f;
}

.panel-warning > .panel-heading {
    color: #514205;
    border-color: #f1c40f;
    background-color: #f1c40f;
}

.panel-danger {
    border-color: #e74c3c;
}

.panel-danger > .panel-heading {
    color: white;
    border-color: #e74c3c;
    background-color: #e74c3c;
}


/* Accordion
   ================================================== */

.panel.accordion-group {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
}

.accordion {
    margin-bottom: 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.accordion a .fa {
    width: 24px;
}

.accordion-heading {
    border-top: 1px solid #ddd;
    background-color: #f3f3f3;
}

.accordion-heading > a:hover {
    color: inherit;
}

.accordion-toggle {
    display: block;
    padding: 8px 16px;
    color: black;
}

.accordion-body {
    border-top: solid 1px #ddd;
    background-color: #f9f9f9;
}

.accordion-inner .list-unstyled li a {
    font-size: 14px;
    display: block;
    padding: 6px 32px;
    color: black;
}

.accordion-inner .list-unstyled li {
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
}

.accordion-inner .list-unstyled li:hover {
    background-color: #f3f3f3;
}

.accordion-inner .list-unstyled {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.panel.accordion-group .accordion-heading {
    position: relative;
}


/* accordion-arrow-down */

.panel.accordion-group .accordion-heading > .icon-toggle:after,
.panel.accordion-group .accordion-heading > .icon-toggle.acc-on.collapsed:after,
.panel.accordion-group .accordion-collapse-in > .icon-toggle.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 16px;
    content: '\f107';
    text-decoration: inherit;
}


/* accordion-arrow-left */

.panel.accordion-group .accordion-heading > .icon-toggle.acc-on:after,
.panel.accordion-group .accordion-collapse-in > .icon-toggle:after {
    right: 19px;
    content: '\f104';
}


/* Accordion Sidebar Style
   ================================================== */

.nav-side .panel.accordion-group .accordion-heading > a,
.nav-side .panel.accordion-group .accordion-heading > a.acc-on.collapsed,
.nav-side .panel.accordion-group .accordion-collapse-in > a.collapsed {
    background-color: #fbfbfb;
}


/* accordion-arrow-left */

.nav-side .panel.accordion-group .accordion-heading > a.acc-on,
.nav-side .panel.accordion-group .accordion-collapse-in > a {
    background-color: #ebebeb;
}

.nav-side .accordion-inner .list-unstyled > li > a.active {
    background-color: #f3f3f3;
}

.nav-side .accordion-toggle.active {
    border-left: solid 2px #fa5c65;
}

.accordion-heading > a {
    font-size: 14px;
    color: #333;
}

.accordion-heading > a {
    background-color: #fbfbfb;
}

.accordion-heading .fa {
    font-size: 13px;
    color: #494949;
}

.nav-side .accordion-inner .list-unstyled > li > a {
    font-size: 13px;
    color: #333;
}

.nav-side .accordion-inner .list-unstyled > li > a:before {
    font-family: FontAwesome;
    font-size: 13px;
    position: relative;
    left: -8px;
    content: '\f0a9';
    color: #636363;
}

.nav-side .panel.accordion-group .accordion-heading > a:hover,
.nav-side .panel.accordion-group .accordion-heading > a.active {
    background-color: #ebebeb !important;
}


/* Accordion Versions
   ================================================== */


/* Accordion Group V1 */

.panel-acc.panel-group-v1 .panel {
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
    border: #ededed solid 1px;
}

.panel-acc.panel-group-v1 .panel-heading {
    padding: 0;
    border: 0;
}


/* accordion-title */

.panel-acc.panel-group-v1 .panel-title > a {
    font-size: 15px;
    display: block;
    padding: 14px 16px;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
}

.panel-acc.panel-group-v1 .panel-title .fa {
    margin: 0;
}

.panel-acc.panel-group-v1.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

.panel-acc.panel-group-v1 .panel-default {
    border-color: #ddd;
}

.panel-acc.panel-group-v1 .panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-acc.panel-group-v1 .panel-body {
    border: 0;
}


/* accordion-title */

.panel-acc.panel-group-v1 .panel-title > a:hover {
    color: inherit;
}

.panel-acc.panel-group-v1 .panel-default > .panel-heading {
    background-color: #ededed;
}


/* accordion-title color */

.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed {
    color: black;
    background-color: #ededed;
}


/* accordion-title color hover */

.panel-acc.panel-group-v1 .panel-title > a:hover,
.panel-acc.panel-group-v1 .panel-title > a.acc-on.collapsed:hover,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > .collapsed:hover {
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    background-color: #e5e5e5;
}


/* accordion-title color active */

.panel-acc.panel-group-v1 .panel-title > a.acc-on,
.panel-acc.panel-group-v1 .panel-collapse-in .panel-title > a {
    color: white;
    background-color: #fa5c65;
}


/* Accordion Group V2 */

.panel-acc.panel-group-v2 .panel {
    border: 0;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: none;
}

.panel-acc.panel-group-v2 .panel-heading {
    padding: 0;
    border: 0;
    background-color: transparent;
}


/* accordion-title */

.panel-acc.panel-group-v2 .panel-title > a {
    font-size: 15px;
    display: block;
    padding: 12px 16px;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
}

.panel-acc.panel-group-v2 .panel {
    border-bottom: 1px solid #ddd;
}

.panel-acc.panel-group-v2 .panel + .panel {
    margin-top: 0;
}

.panel-acc.panel-group-v2 .panel-title .fa {
    margin: 0;
}

.panel-acc.panel-group-v2.panel-acc.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-acc.panel-group-v2 .panel-default {
    border-color: #ddd;
}

.panel-acc.panel-group-v2 .panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel-acc.panel-group-v2 .panel-body {
    border: 0;
}


/* Accordion Icons */

.panel-acc.panel-group-icon-v1 .panel-title > a:after,
.panel-acc.panel-group-icon-v2 .panel-title > a:after {
    position: relative;
    top: 2px;
}


/* accordion icon-right */

.panel-acc.panel-group-icon-v1.icon-right .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after {
    float: right;
}


/* panel icon-left */

.panel-acc.panel-group-icon-v1.icon-left .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after {
    float: left;
    width: 32px;
}


/* Accordion Icon V1 */


/* accordion-plus-icon */

.panel-acc.panel-group-icon-v1 .panel-title > a:after,
.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: '\f067';
    text-decoration: inherit;
}


/* accordion-minus-icon */

.panel-acc.panel-group-icon-v1 .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v1 .panel-collapse-in .panel-title > a:after {
    content: '\f068';
}


/* Accordion Icon V2  */


/* accordion-arrow-down-icon */

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    right: 0;
    content: '\f078';
    text-decoration: inherit;
}

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on.collapsed:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a.collapsed:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    left: 0;
    content: '\f078';
    text-decoration: inherit;
}


/* accordion-arrow-left-icon */

.panel-acc.panel-group-icon-v2.icon-right .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v2.icon-right .panel-collapse-in .panel-title > a:after {
    right: 3px;
    content: '\f053';
}


/* accordion-arrow-right-icon */

.panel-acc.panel-group-icon-v2.icon-left .panel-title > a.acc-on:after,
.panel-acc.panel-group-icon-v2.icon-left .panel-collapse-in .panel-title > a:after {
    left: 3px;
    content: '\f054';
}


/* Pagination
   ================================================== */

.pagination > li > a,
.pagination > li > span {
    line-height: 1.42857143;
    position: relative;
    display: inline-block;
    margin-left: 0;
    padding: 6px 14px;
    text-decoration: none;
    color: white;
    border: 0;
    background-color: #333;
}

.pagination {
    word-spacing: -2px;
}

.pagination > li {
    display: inline-block;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination .active a {
    border-color: white;
    background-color: #fa5c65;
}

.pagination > li > a:focus {
    color: white;
    background-color: #333;
}

.pagination > li > a:hover,
.pagination > li > a:active {
    color: white;
    background-color: #fa5c65;
}

.pagination .active a:hover {
    background-color: #fa5c65;
}


/* Dropdowns
   ================================================== */

.dropdown-menu {
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: none;
    border: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: 2px 4px 0 0 rgba(0, 0, 0, .15);
}

.dropup .dropdown-menu {
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, .15);
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 400;
    display: block;
    clear: both;
    padding: 8px 20px;
    -webkit-transition: background-color .16s ease-in-out;
    transition: background-color .16s ease-in-out;
    white-space: nowrap;
}

.dropdown-menu .divider {
    margin: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: black;
    background-color: #deddd8;
}


/* MFP Lightbox Animation
   ================================================== */

.mfp-content {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}


/* Bootstrap Carousel Settings
   ================================================== */

.wrapper-slider {
    position: relative;
    z-index: 15;
    right: 0;
    left: 0;
    max-width: 100%;
    margin: 0 auto;
}

.section-slider {
    z-index: 15;
}

/*.carousel {
    right: 0;
    left: 0;
    overflow: hidden;
    margin: 0 auto;
}*/

.img-slide {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.carousel-inner {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
}


@media (min-width: 768px) {
    .carousel-inner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}


/* Slider Button Visible On Hover */

.btn-prev {
    left: -52px;
}

.btn-next {
    right: -52px;
}

.btn-prev,
.btn-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    visibility: hidden;
    margin-top: -26px;
    padding: 26px 20px;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .7);
}

.btn-prev:hover,
.btn-next:hover {
    background-color: rgba(0, 0, 0, .8);
}

.wrapper-slider:hover .btn-prev {
    left: 13px;
    visibility: visible;
    opacity: 1;
}

.wrapper-slider:hover .btn-next {
    right: 13px;
    visibility: visible;
    opacity: 1;
}


/* Slider Button Always Visible */

.btn-prev-visible {
    left: 13px;
}

.btn-next-visible {
    right: 13px;
}

.btn-prev-visible,
.btn-next-visible {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -26px;
    padding: 26px 20px;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .7);
}

.btn-prev-visible:hover,
.btn-next-visible:hover {
    background-color: rgba(0, 0, 0, .8);
}

.title-slider {
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    text-align: center;
    color: white;
    background-color: rgba(0, 0, 0, .7);
}

.active .title-slider {
    bottom: 0;
}


/* Indicator Testimonial Slider */

.carousel-indicators-testimonial {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
}


/* Macbook Slider
   ================================================== */

.wrapper-macbook {
    position: relative;
}

.wrapper-macbook .wrapper-slider {
    width: 75.8%;
    margin: 0 auto;
}

.wrapper-macbook .wrapper-absolute {
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
}


/* Iphone Slider
   ================================================== */

.wrapper-iphone {
    position: relative;
    margin-top: 20px;
}

.wrapper-iphone .wrapper-slider {
    width: 69%;
    margin: 0 auto;
}

.wrapper-iphone .wrapper-absolute {
    position: absolute;
    top: 14%;
    right: 0;
    left: 0;
    margin-left: .4%;
}

.wrapper-iphone > .iphone-intro {
    width: 84%;
    margin: 0 auto;
}

.wrapper-iphone > .iphone-services-section {
    width: 84%;
    margin: 0 auto;
}

.carousel-indicators.carousel-indicators-iphone {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .8);
}

.carousel-indicators.carousel-indicators-iphone li {
    line-height: 0;
}


/* BX Slider Global
   ================================================== */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;

    *zoom: 1;
}

.bx-wrapper img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-viewport {
    left: 0;
    width: 100%;
    -webkit-transform: translatez(0);
    /*fix other elements on the page moving (on Chrome)*/
    -ms-transform: translatez(0);
    transform: translatez(0);
    border: 0;
    box-shadow: none;
}

.bxslider,
.bxslider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.outside {
    position: absolute;
    top: 0;
    right: 15px;
}

.outside > span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.outside > span + span {
    margin-left: 6px;
}

.fa-bx {
    line-height: 0;
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 50%;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    text-align: center;
    color: black;
    background-color: #f2f1ef;
}

.fa-bx:hover {
    color: white;
    background-color: #fa5c65;
}


/* Bx Slider Shop (Thumbnail Slider)
   ================================================== */

.bx-pager-shop {
    display: block;
    margin: 0;
    margin-top: 10px;
    margin-left: -1%;
    padding: 0;
}

.bx-pager-shop a {
    display: block;
    float: left;
    margin: 0;
    margin-left: 1%;
    padding: 0;
    padding: .5%;
    -webkit-transition: border-color .16s ease-in-out;
    transition: border-color .16s ease-in-out;
    border: solid 1px #ddd;
}

.bx-pager-shop.bx-pager-6 a {
    width: 15.66%;
}

.bx-pager-shop.bx-pager-4 a {
    width: 24%;
}

.bx-pager-shop.bx-pager-5 a {
    width: 19%;
}

.bx-pager-shop a img {
    display: block;
    width: 100%;
}

.shop-item-slider + .bx-pager-shop a img {
    padding: 8px;
}

.bx-pager-shop a:hover {
    border-color: #c4c4c4;
    background-color: #f6f6f6;
}

.bx-pager-shop a.active {
    border-color: #c4c4c4;
    background-color: #f6f6f6;
}


/* Owl Slider Portfolio Items
   ================================================== */

#owl-portfolio-item {
    position: relative;
}

#owl-portfolio-item .owl-controls {
    position: absolute;
    top: -70px;
    right: 0;
    text-align: center;
}


/* Styling Next and Prev buttons */

#owl-portfolio-item .owl-controls .owl-buttons div {
    font-size: 15px;
    display: inline-block;
    zoom: 1;
    /*IE7 life-saver */
    margin: 3px;
    padding: 4px 12px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);

    *display: inline;
}

#owl-portfolio-item .owl-controls .owl-buttons div:hover {
    background-color: rgba(0, 0, 0, .8);
}

#owl-portfolio-item .owl-controls .owl-buttons .owl-prev:before {
    font-family: FontAwesome;
    content: '\f104';
}

#owl-portfolio-item .owl-controls .owl-buttons .owl-next:before {
    font-family: FontAwesome;
    content: '\f105';
}


/* Owl Slider Page Specific Styling
   ================================================== */

#owl-our-work .owl-pagination {
    margin-top: 39px;
}

.owl-carousel .item img,
.owl-carousel .item a {
    margin: 0 auto;
}

#owl-our-work .item {
    margin: 0 6px;
}

#owl-our-work .item a {
    max-width: 400px;
}

@media (min-width: 768px) {
    #owl-our-work .item {
        margin: 0 15px;
    }
}

#owl-clients,
#owl-clients-v2 {
    padding: 10px 0;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

#owl-clients .item,
#owl-clients-v2 .item {
    margin: 0 12px;
}

#owl-services .owl-pagination {
    margin-top: 40px;
}

@media (min-width: 768px) {
    #owl-portfolio-item .item {
        margin: 0 5px;
    }

    #owl-clients-v2 .item {
        margin: 0 30px;
    }
}


/* Timeline
   ================================================== */

.container-timeline {
    position: relative;
}

.timeline-box-wrapper-right {
    padding-left: 30px;
}

.timeline-box-wrapper-left {
    padding-right: 30px;
}

.timeline-box-left,
.timeline-box-right {
    position: relative;
    width: 100%;
    padding: 16px;
    background-color: #eee;
}

.timeline-box-left:before,
.timeline-box-right:before {
    position: absolute;
    top: 24px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.timeline-box-left:before {
    right: -18px;
    border-left: 18px solid #eee;
}

.timeline-box-right:before {
    left: -18px;
    border-right: 18px solid #eee;
}

.timeline-box-left:after,
.timeline-box-right:after {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    position: absolute;
    top: 28px;
    padding: 0;
    content: '\f192';
    -webkit-transition: background-color .16s ease-in-out;
    transition: background-color .16s ease-in-out;
    color: #fa5c65;
    border-radius: 50%;
    background-color: white;
}

.timeline-box-left:after {
    right: -55px;
}

.timeline-box-right:after {
    left: -55px;
}

.timeline-box-right:hover:after,
.timeline-box-left:hover:after,
.timeline-box-right-v2:hover:after,
.timeline-box-left-v2:hover:after {
    background-color: #fa5c65;
}


/* Timeline Left
   ================================================== */

.timeline-box-right-v2 {
    position: relative;
    width: 100%;
    margin-top: 24px;
    padding-left: 30px;
}

.timeline-box-right-v2:after {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    position: absolute;
    top: 10px;
    left: -25px;
    padding: 0;
    content: '\f192';
    -webkit-transition: background-color .16s ease-in-out;
    transition: background-color .16s ease-in-out;
    color: #fa5c65;
    border-radius: 50%;
    background-color: white;
}

.hr-timeline-center:before,
.col-hr:before {
    position: absolute;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
    margin: 0 auto;
    content: '';
    background: #cacaca;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(3%, #d1d1d1), color-stop(4%, #cacaca), color-stop(97%, #cacaca), color-stop(98%, #d6d6d6), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d1d1d1 3%, #cacaca 4%, #cacaca 97%, #d6d6d6 98%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

.hr-timeline-center:before {
    right: 0;
    left: 0;
}

.col-hr > div + div {
    margin-top: 40px;
}


/* Timeline date button style */

.timeline-date-wrapper-v2 {
    max-width: 160px;
    margin: 0 auto;
    padding: 8px 24px;
    border: solid 2px #ddd;
    border-radius: 3px;
    background-color: white;
}


/* Timeline date circle style */

.timeline-date-wrapper {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: 21px;
    width: 44px;
    height: 44px;
    margin-left: 0;
    color: white;
    border-radius: 50%;
    background-color: #fa5c65;
}

.timeline-date-wrapper .date-timeline {
    position: relative;
    top: 2px;
    display: block;
    margin: 0;
}

.timeline-date-wrapper .month-timeline {
    position: relative;
    top: -5px;
    display: block;
    margin: 0;
}

@media (min-width: 768px) {
    .col-hr:before {
        left: 123px;
    }
}

@media (min-width: 992px) {
    .col-hr:before {
        left: 80px;
    }
}

@media (min-width: 1200px) {
    .col-hr:before {
        left: 96px;
    }
}

@media (max-width: 767px) {
    .timeline-box-left:after,
    .timeline-box-right:after,
    .timeline-box-left:before,
    .timeline-box-right:before,
    .timeline-box-right-v2:after {
        display: none;
    }

    .timeline-box-wrapper-right {
        padding-left: 0;
    }

    .timeline-box-wrapper-left {
        padding-right: 0;
    }

    .col-hr:before {
        right: 0;
        left: 0;
    }

    .timeline-box-right-v2 {
        padding-left: 0;
    }

    .timeline-date-wrapper {
        margin: 0 auto;
    }
}


/* Pricetables
   ================================================== */

.pricetable {
    overflow: hidden;
    border-radius: 2px;
    background-color: #f5f5f5;
}

.pricetable .membership,
.pricetable .price {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.pricetable-v1 .membership,
.pricetable-v3 .membership {
    text-transform: uppercase;
    color: white;
    background-color: #fa5c65;
}

.pricetable-v1 .price,
.pricetable-v3 .price {
    color: #2a2a2a;
    background-color: #e4e4e4;
}

.pricetable > ul > li {
    padding: 0 32px;
    color: #2a2a2a;
}

.pricetable > ul > li > .fa {
    width: 28px;
    color: #fa5c65;
}

.pricetable > ul > li:after {
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0;
    content: '';
    background-color: #ddd;
}


/* Pricetable Version 1 */

@media (min-width: 768px) {
    .section-pricetable-v1 > div > div > div {
        margin: 0;
        padding: 0;
    }

    .pricetable.pricetable-v1 {
        width: 100%;
        border-radius: 0;
    }

    .section-pricetable-v1 > div > div {
        margin-top: 28px;
    }

    .pricetable-v1.pricetable-best-value {
        margin-top: -28px;
    }
}

.pricetable.pricetable-v1 > ul {
    margin-top: 32px;
}

.pricetable.pricetable-v1 .membership {
    padding: 22px 0;
}

.pricetable.pricetable-v1 .price {
    font-size: 28px;
    font-weight: 700;
    padding: 16px;
}

.pricetable-v1.pricetable-best-value {
    background-color: #ededed;
}

.pricetable.pricetable-v1.pricetable-best-value .membership {
    font-size: 24px;
    font-weight: 600;
    padding: 36px 0;
    letter-spacing: 1px;
    background-color: #fa5c65;
}

.pricetable.pricetable-v1.pricetable-best-value .price {
    font-size: 28px;
    font-weight: 700;
    padding: 16px;
    color: #2a2a2a;
    background-color: #dcdcdc;
    background-color: #e4e4e4;
}

.pricetable-v1 .btn {
    margin-top: 16px;
    margin-bottom: 32px;
}


/* Pricetable version 2 */

.pricetable.pricetable-v2 {
    padding-bottom: 14px;
    border: solid 1px #ddd;
}

.pricetable.pricetable-v2 .membership {
    font-size: 40px;
    font-weight: 300;
    padding: 14px 0;
    letter-spacing: 1px;
}

.pricetable.pricetable-v2 .price {
    font-size: 36px;
    font-weight: 300;
}

.pricetable.pricetable-v2 > ul {
    margin-top: 16px;
    text-align: center;
    text-transform: uppercase;
}


/* Pricetable version 3 */

.pricetable.pricetable-v3 .membership {
    font-size: 24px;
    font-weight: 300;
    padding: 16px 0;
    letter-spacing: 1px;
}

.pricetable.pricetable-v3 .price {
    font-weight: 300;
    padding: 16px 0;
}

.pricetable.pricetable-v3 > ul {
    margin-top: 16px;
}

.pricetable.pricetable-v3 .btn {
    margin-bottom: 16px;
}


/* Pricetable version 4 */

.pricetable.pricetable-v4 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding-top: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #191919;
}

.pricetable.pricetable-v4 .membership {
    font-size: 20px;
    font-weight: 300;
    padding: 8px 0;
    letter-spacing: 1px;
    color: white;
    background-color: #fa5c65;
}

.pricetable.pricetable-v4 .price {
    font-size: 20px;
    font-weight: 300;
    margin-top: 8px;
    color: white;
}

.pricetable.pricetable-v4 > span {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 0;
    color: white;
}


/* Tabs
   ================================================== */


/* tabs reset */

.nav > li > a {
    -webkit-transition: none;
    transition: none;
    color: black;
}

.nav-tabs {
    position: relative;
    border-bottom: 0;
}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    line-height: inherit;
    margin-right: 0;
    border: 0;
    border-radius: 0;
}

.nav-tabs > li > a:hover {
    border-color: white;
}

.nav-tabs.nav-justified {
    border: #CCC solid 1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: black;
    border: 0;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
    border-radius: 0;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: transparent;
    }
}

.nav-pills > li > a,
.nav-tabs-justified > li > a {
    border-radius: 0;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #fa5c65;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 0;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 0;
        border-radius: 0;
    }
}


/* Tabs General*/

.row-tabs > .nav-tabs > li.active > a,
.row-tabs > .nav-tabs > li.active > a:hover,
.row-tabs > .nav-tabs > li.active > a:focus,
.row-tabs > .nav-tabs > li > a:hover,
.row-tabs > .nav-tabs > li.active,
.row-tabs > .nav-tabs > li.active:hover,
.row-tabs > .nav-tabs > li.active:focus {
    background-color: transparent;
}

.row-tabs .nav-tabs > li.active {
    z-index: 1;
}

.tab-content {
    position: relative;
    padding: 16px;
    float: left;
    width: 100%;
}


/* Tabs Top*/

.row-tabs .tabs-top > .nav-tabs {
    position: relative;
}

.row-tabs .tabs-top .tab-content {
    border: solid 1px #ddd;
}

.row-tabs .tabs-top > .nav-tabs > li {
    margin-bottom: -1px;
    border: solid 1px transparent;
    border-top-width: 2px;
}

.row-tabs .tabs-top > .nav-tabs > li:hover {
    background-color: #ebebeb;
}

.row-tabs .tabs-top > .nav-tabs > li.active {
    border-color: #ddd;
    border-top-color: #fa5c65;
    border-bottom-color: white;
}


/* Tbas Bottom */

.row-tabs .tabs-bottom > .nav-tabs {
    position: relative;
}

.row-tabs .tabs-bottom .tab-content {
    border: solid 1px #ddd;
}

.row-tabs .tabs-bottom > .nav-tabs > li {
    margin-top: -1px;
    border: solid 1px transparent;
    border-bottom-width: 2px;
}

.row-tabs .tabs-bottom > .nav-tabs > li:hover {
    background-color: #ebebeb;
}

.row-tabs .tabs-bottom > .nav-tabs > li.active {
    border-color: #ddd;
    border-top-color: white;
    border-bottom-color: #fa5c65;
}


/* Tabs Justified */

.row-tabs .tabs-justified-top > .nav-tabs > li.active:after,
.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: white;
}


/* Tabs Justified Top */

.row-tabs .tabs-justified-top > .nav-tabs > li.active:after {
    bottom: -2px;
}


/* Tabs Justified Bottom*/

.row-tabs .tabs-justified-bottom > .nav-tabs > li.active:after {
    top: -2px;
}

@media (max-width: 767px) {
    .row-pills [class^='col'] + [class^='col'] {
        margin-top: 0;
    }

    .row-tabs .tabs-justified-top > .nav-tabs > li,
    .row-tabs .tabs-justified-top > .nav-tabs > li > a,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li > a {
        margin: 0;
        border: 0;
    }

    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a,
    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:hover,
    .row-tabs .tabs-justified-top > .nav-tabs > li.active > a:focus,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:hover,
    .row-tabs .tabs-justified-bottom > .nav-tabs > li.active > a:focus {
        background-color: #eee;
    }
}


/* Pills */

.row-pills {
    background-color: #f4f5f6;
}

.row-pills .nav {
    background-color: white;
}

.row-pills,
.row-pills > div {
    margin: 0;
    padding: 0;
}


/* Sections
   ================================================== */

.section-primary {
    position: relative;
    color: white;
    border: 0;
    background-color: #fa5c65;
}

.section-black {
    position: relative;
    color: white;
    border: 0;
    background-color: black;
}

.section-dark {
    border: solid 1px #ddd;
    background-color: #fcfcfc;
}

.section-dark-2x {
    position: relative;
    color: white;
    border: 0;
    background-color: #191919;
}

.section-light {
    position: relative;
    border: 0;
    background-color: #f5f5f5;
}

.section-2-xl.section-both {
    padding: 350px 0;
}

.section-xl.section-both {
    padding: 250px 0;
}

.section-lg.section-both {
    padding: 125px 0;
}

.section-md.section-both {
    padding: 100px 0;
}

.section-sm.section-both {
    padding: 40px 0;
}

.section-xs.section-both {
    padding: 20px 0;
}

.section-2-xl.section-both {
    padding-bottom: 350px;
}

.section-xl.section-bottom {
    padding-bottom: 250px;
}

.section-lg.section-bottom {
    padding-bottom: 125px;
}

.section-md.section-bottom {
    padding-bottom: 100px;
}

.section-sm.section-bottom {
    padding-bottom: 40px;
}

.section-xs.section-bottom {
    padding-bottom: 20px;
}

.section-2-xl.section-both {
    padding-top: 350px;
}

.section-xl.section-top {
    padding-top: 250px;
}

.section-lg.section-top {
    padding-top: 125px;
}

.section-md.section-top {
    padding-top: 100px;
}

.section-sm.section-top {
    padding-top: 80px;
}

.section-xs.section-top {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .section-xl.section-both {
        padding: 90px 0;
    }
}

.section-xl > div > .row > div > .title-section,
.section-xl > div > .row > div > .lead-section {
    margin-bottom: 80px;
}

.section-lg > div > .row > div > .title-section,
.section-lg > div > .row > div > .lead-section {
    margin-bottom: 62px;
}

.section-md > div > .row > div > .title-section,
.section-md > div > .row > div > .lead-section {
    margin-bottom: 50px;
}

.section-sm > div > .row > div > .title-section,
.section-sm > div > .row > div > .lead-section {
    margin-bottom: 40px;
}

.section-xs > div > .row > div > .title-section,
.section-xs > div > .row > div > .lead-section {
    margin-bottom: 25px;
}

.section > div > .row > div > .title-section.text-theme {
    margin-bottom: 0;
}

.section > div > .row > div > .lead-section {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
}

.section-arrow-bottom,
.section-arrow-top {
    position: relative !important;
    background-attachment: scroll !important;
}

.section-arrow-top:after {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    border-right: 20px solid transparent;
    border-bottom: 20px solid;
    border-left: 20px solid transparent;
}

.section-arrow-bottom:after {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: '';
    border-top: 20px solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

.section-bg {
    height: auto;
    color: white !important;
    background-image: url('../images/bg/bg-mac-grey.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-polygonal-primary,
.section-polygonal-black,
.section-polygonal-light {
    height: auto;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-polygonal-primary {
    color: white !important;
}

.section-polygonal-black {
    color: white !important;
}

.section-polygonal-light {
    color: black !important;
}

.section-bg > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    background-color: rgba(0, 0, 0, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-polygonal-black > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.section-polygonal-light > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #fff;
    background-color: rgba(255, 255, 255, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-polygonal-primary > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #fa5c65;
    background-color: rgba(209, 79, 48, .82);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}


/* Arrow Colors Polygonal Primary
   ================================================== */

.section-polygonal-primary.section-arrow-top:after {
    border-bottom-color: #fa5c65;
}

.section-polygonal-primary.section-arrow-bottom:after {
    border-top-color: #fa5c65;
}


/* Arrow Colors Polygonal Black
   ================================================== */

.section-polygonal-black.section-arrow-top:after {
    border-bottom-color: #141414;
}

.section-polygonal-black.section-arrow-bottom:after {
    border-top-color: #0b0b0b;
}


/* Arrow Colors Polygonal Light
   ================================================== */

.section-polygonal-light.section-arrow-top:after {
    border-bottom-color: #e5e5e5;
}

.section-polygonal-light.section-arrow-bottom:after {
    border-top-color: #e5e5e5;
}


/* Arrow Colors Primary
   ================================================== */

.section-primary.section-arrow-top:after {
    border-bottom-color: #fa5c65;
}

.section-primary.section-arrow-bottom:after {
    border-top-color: #fa5c65;
}


/* Arrow Colors Dark
   ================================================== */

.section-black.section-arrow-top:after {
    border-bottom-color: black;
}

.section-black.section-arrow-bottom:after {
    border-top-color: black;
}


/* Arrow Colors Light
   ================================================== */

.section-light.section-arrow-top:after {
    border-bottom-color: #f5f5f5;
}

.section-light.section-arrow-bottom:after {
    border-top-color: #f5f5f5;
}


/* Section Intro Sliders Global
   ================================================== */

.carousel-intro {
    height: auto;
}


/*-- Carousel Slide Speeds --*/

.carousel-inner > .item {
    -webkit-transition: .35s ease-in-out left;
    transition: .35s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .35s ease-in-out;
        transition: transform .35s ease-in-out;
    }
}

#intro-slider-wrapper .carousel-inner > .item {
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    #intro-slider-wrapper .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
    }
}

@media screen and (max-width: 767px) {
    .carousel-intro .carousel-indicators {
        bottom: 0;
    }

    .carousel-intro .item .container .row [class^='col'] + [class^='col'] {
        margin-top: 0;
    }
}

.btn-prev-intro {
    left: 8%;
}

.btn-next-intro {
    right: 8%;
}

.btn-prev-intro,
.btn-next-intro {
    font-size: 86px;
    position: absolute;
    top: 50%;
    float: left;
    margin-top: -5%;
    padding: 10px 20px;
    width: auto;
    height: auto;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    text-align: center;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
}

.section-slider:hover .btn-prev-intro {
    left: 1%;
    visibility: visible;
    opacity: 1;
}

.section-slider:hover .btn-next-intro {
    right: 1%;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 767px) {

    .btn-prev-intro,
    .btn-next-intro {
        font-size: 36px;
        position: absolute;
        top: 50%;
        float: left;
        padding: 10px 10px;
    }
}


/* Section Default Index Page Slider
   ================================================== */

.section-intro-index {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer-intro-index {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.section-intro-index .item {
    height: auto;
    margin-top: 0;
    padding: 0;
}

.section-intro-index .item img {
    width: 100%;
    height: auto;
    max-height: 500px;
    min-height: 500px;
}

.section-intro-index .item {
    background-size: contain
}

@media (max-width: 767px) {
    .section-intro-index .item {
        height: auto;
        margin-top: 0;
        padding: 0;
    }

    .section-intro-index .title-xl {
        margin-top: 0;
    }
}


/* Section Shopping Page Slider
   ================================================== */

.section-intro-shop {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
    background-image: url('../images/bg/polygonal.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.layer-intro-shop {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
}

.layer-intro-shop .carousel-intro .item {
    min-height: 374px;
}

@media (max-width: 767px) {
    .layer-intro-shop .carousel-intro .item {
        min-height: 393px;
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .section-intro-shop .title-xl {
        margin-top: 0;
    }
}


/* Section Background Image Page Slider
   ================================================== */

.section-intro-bg-slider {
    position: relative;
    height: auto;
    color: white !important;
    background-color: black;
}

.layer-bg-slider {
    height: 545px;
    padding-top: 180px;
    padding-bottom: 178px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .76);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=76)';
}

@media (max-width: 767px) {
    .layer-bg-slider {
        height: 474px;
        padding-top: 140px;
        padding-bottom: 120px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .section-intro-bg-slider .item .container {
        padding: 0 90px;
    }
}

@media (max-width: 767px) {
    .section-intro-bg-slider .title-xl {
        margin-top: 0;
        text-align: center;
    }
}

.item-bg-1,
.item-bg-2,
.item-bg-3 {
    background-image: url('../images/bg/bg-11.html');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.item-bg-1 {
    background-image: url('../images/bg/bg-11.html');
}

.item-bg-2 {
    background-image: url('../images/bg/bg-8.html');
}

.item-bg-3 {
    background-image: url('../images/bg/bg-7.html');
}


/* Section Call To
   ================================================== */

.section-call-to {
    box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, .08);
}

.section-call-to .title-md {
    margin-top: 8px;
    word-spacing: 2px;
    text-transform: uppercase;
}

.section-call-to .btn {
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}


/* Section of Application Pages Intro
   ================================================== */

.list-app-stores {
    margin-top: 26px;
    margin-left: -5px;
}

.list-app-stores li {
    width: 160px;
}

.list-app-stores li + li {
    margin-left: 16px;
}

.list-app-stores li img {
    width: 160px;
    -webkit-transition: background-color .12s linear;
    transition: background-color .12s linear;
    border-radius: 6px;
}

.list-app-stores li img:hover {
    background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .app-mt-0-xs {
        margin-top: 0;
    }

    .wrapper-iphone {
        max-width: 300px;
        margin: 0 auto;
    }

    .list-app-stores {
        text-align: center;
    }

    .list-app-stores li {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .list-app-stores li + li {
        margin-top: 16px;
        margin-right: auto;
        margin-left: auto;
    }
}


/* Section Contact Form Error-Success
   ================================================== */

.required {
    color: #fe5555;
}

#success,
#error {
    display: none;
}


/* Google Maps */

#map {
    width: 100%;
    height: 350px;
}


/* Shopping Page Styling Global
   ================================================== */

.shop-price {
    font-size: 12px;
    display: block;
    padding: 8px;
    text-align: center;
    border: solid 1px #ccc;
}

.shop-box > .img-box > img {
    width: 150px;
}

.tab-content-shop,
.tab-content-shop .tab-pane {
    padding: 0;
}

.nav-tabs.nav-tabs-shop {
    border-bottom: solid 1px #fa5c65;
}

.nav-tabs.nav-tabs-shop > li.active > a,
.nav-tabs.nav-tabs-shop > li.active > a:hover,
.nav-tabs.nav-tabs-shop > li.active > a:focus {
    color: white;
    border: 0;
    background-color: #fa5c65;
}

@media (min-width: 768px) {
    .shop-item-description {
        padding-left: 30px;
    }
}


/* shop cart*/

.panel-shopping-cart {
    border-radius: 2px;
}

.col-tags .btn {
    margin-right: 8px;
    margin-bottom: 10px;
}

.panel-shopping-cart .panel-heading {
    color: white;
    background-color: #fa5c65;
}

.panel-shopping-cart .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
}

.panel-shopping-cart img {
    width: 32px;
    margin-right: auto;
    margin-left: auto;
}

.panel-shopping-cart input {
    width: 35px;
    height: 30px;
    margin-top: 5px;
}

.panel-shopping-cart span {
    display: block;
    margin-top: 9px;
}

.panel-shopping-cart td .btn {
    margin-top: 5px;
}

.panel-shopping-cart .fa-times {
    margin: 0;
}

.close-cart {
    width: 8%;
}

.close-cart > a {
    margin-right: 8px;
}

.box-cart tbody > tr > td {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border: 0;
}

.cart-box-bordered {
    padding: 26px 16px;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    .panel-shopping-cart > table > thead > tr > th {
        display: none;
    }

    .panel-shopping-cart .table-first {
        display: none;
    }

    .panel-shopping-cart {
        font-size: 12px;
    }

    .panel-shopping-cart td .btn {
        margin-top: 3px;
    }

    .panel-shopping-cart .panel-footer {
        text-align: center;
    }

    .panel-shopping-cart .panel-footer .text-right {
        text-align: center;
    }
}


/* Shop Item Page
   ================================================== */

.shop-item-slider {
    padding: 30px;
    border: solid 1px #ddd;
}

.stars-feedback {
    display: inline-block;
}

.wrapper-shop-review .title-comment {
    margin-right: 8px;
    margin-left: 8px;
}

.wrapper-shop-review a {
    font-size: 14px;
    display: inline-block;
    padding: 0 8px;
    color: black;
    border-left: solid 1px #ddd;
}

.title-lg-shop-item {
    font-weight: 700;
}

.input-group.shop-item {
    width: 170px;
}

.tab-shop-item table {
    margin-bottom: 0;
    border-collapse: collapse;
}

.tab-shop-item table tbody tr td {
    padding-right: 16px;
    padding-left: 16px;
}

.tab-shop-item {
    padding: 0;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
}

.tab-shop-item table .fa {
    color: #fa5c65;
}

.tab-shop-item table img {
    width: 80px;
}

.wrapper-item-comments {
    padding-top: 16px;
}


/* Blog
   ================================================== */

.grid-posts > .row + .row {
    margin-top: 60px;
}

.grid-sidebar {
    padding: 40px 30px;
    border: solid 1px #dadada;
    background-color: #fcfcfc;
}

.grid-sidebar > .row + .row {
    margin-top: 40px;
}

.wrapper-post {
    border: solid 1px #dadada;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(218, 218, 218, .2);
}

.wrapper-post-text h3 a {
    color: black;
}

.wrapper-post-text h3 a:hover,
.wrapper-post-text ul a:hover {
    color: #fa5c65;
}

.wrapper-post p,
.wrapper-post-v1 p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #6b6b6b;
}

.wrapper-post p + img,
.wrapper-post img + p {
    margin-top: 16px;
}

.wrapper-post-v1 .img-featured {
    margin-bottom: 18px;
}

.wrapper-post-text {
    padding: 30px;
}

.wrapper-post .post-date-author {
    margin-bottom: 16px;
}

.post-date-author li {
    font-size: 13px;
    padding: 0;
    color: #6b6b6b;
}

.post-date-author li > a {
    color: black;
}

.post-date-author li > a .fa {
    margin-right: 4px;
}

.post-date-author li + li:before {
    font-size: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
    margin-left: 4px;
    content: '|';
}

.img-sidebar-sm {
    width: 110px;
    margin-right: 20px;
}

.section-blog-photo-intro {
    position: relative;
    height: auto;
    color: white !important;
    background-image: url('../images/bg/bg-3.html');
    background-repeat: no-repeat;
    background-position: 25% 16%;
    background-size: cover;
}

.section-blog-photo-intro > .opacity-layer {
    display: block;
    width: 100%;
    height: auto;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, .7);
    /* For IE 8*/

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=82)';
}

.section-blog-photo-intro-height {
    min-height: 430px;
}

.grid-posts-intro {
    margin-top: -300px;
    margin-bottom: 60px;
    padding: 50px 65px;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    background-color: white;
}

.grid-posts-intro .post-date-author li {
    font-size: 15px;
    padding: 0;
    color: #6b6b6b;
}

.grid-posts-intro .media-body .post-date-author li {
    font-size: 13px;
}

.grid-posts-intro .post-date-author li + li:before {
    font-size: 10px;
    position: relative;
    bottom: 2px;
    margin-right: 8px;
    margin-left: 4px;
    content: '|';
}

.grid-posts-intro > .row + .row:before {
    display: block;
    width: 96%;
    height: 1px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    content: '';
    background-color: #ddd;
}

.grid-posts-intro .row:last-child:before {
    display: none;
}

.grid-posts-intro .wrapper-post-text {
    padding: 0;
}

.grid-posts-intro .media-blog {
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media (max-width: 767px) {
    .section-blog-photo-intro-height {
        min-height: 250px;
    }

    .row-wrapper-posts-intro {
        padding: 0 10px;
    }

    .grid-posts-intro {
        margin-top: -150px;
        padding: 30px 16px;
    }
}


/* Post Comments */

.media-blog {
    margin-top: 60px;
    padding: 30px 30px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}

.media-body .post-date-author {
    margin-top: 7px;
    margin-bottom: 7px;
}

.user-by:before {
    content: 'by ';
    color: #6b6b6b;
}

.post-date-author > li > .user-by {
    color: #fa5c65;
}

.media-blog .media-body .media-heading {
    color: black;
}

.media-blog .media-body {
    font-size: 15px;
    line-height: 25px;
    color: #6b6b6b;
}

.media-left {
    padding-right: 10px;
}

.media-blog .media + .media:before,
.media > .media-body > .media:before {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    content: '';
    background-color: #ddd;
}

.media-blog .media + .media,
.media > .media-body > .media:before {
    margin-top: 40px;
}


/* Section Footer
   ================================================== */

.footer {
    padding: 60px 0;
    border-bottom: solid 1px #555;
    background-color: #191919;
}

.footer .list-unstyled a,
.footer h3 {
    color: white;
}

.footer p {
    margin-bottom: 0;
    color: white;
}

.footer .list-unstyled li + li {
    margin-top: 8px;
}

.footer li a:hover {
    color: #fa5c65;
}

.footer .nav-right {
    float: right;
}


/* Section Footer Bottom
   ================================================== */

.footer-bottom {
    color: white;
    background-color: black;
}

.footer-bottom p {
    line-height: 0;
    padding-top: 47px;
}

.footer-bottom .fa-angle-up {
    font-size: 34px;
    line-height: 0;
    padding-top: 22px;
}

.col-footer-bottom {
    position: relative;
    height: 80px;
}

.col-footer-bottom a {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-transition: all .16s ease-in-out;
    transition: all .16s ease-in-out;
    color: #fa5c65;
    border: solid 1px #555;
    background-color: #000;
}

.col-footer-bottom a:hover {
    color: white;
    border-color: #fa5c65;
    background-color: #fa5c65;
}


/* Styling of "feature - Ui Elements" pages
   ================================================== */

.btn-show,
.btn-show-manual {
    display: block;
    margin-top: 30px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    border: solid 1px #ddd;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .05);
}

.btn-show:hover,
.btn-show-manual:hover {
    background-color: #ddd;
}

.body-callout [class^='section'] + [class^='section'] {
    margin-top: 40px;
}

.demo-social-icons .fa {
    margin-bottom: 10px;
}

.ul-glyphicon {
    margin: 0 -1%;
    padding-left: 0;
    list-style: none;
}

.ul-glyphicon li {
    float: left;
    width: 11.5%;
    height: 150px;
    margin: 0 .5%;
    margin-bottom: 8px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

.glyphicon-class {
    font-size: 13px;
}

.ul-glyphicon .glyphicon {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ul-glyphicon li span {
    display: block;
}

@media (max-width: 992px) {
    .ul-glyphicon li {
        width: 24%;
        margin: 0 .5%;
        margin-bottom: 8px;
        padding: 0 10px;
    }
}

.fa-demo-wrapper {
    height: 116px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f9f9f9;
}

.fontawesome-icon-list > div {
    margin-bottom: 16px;
    text-align: center;
}

.fontawesome-icon-list > div i {
    font-size: 24px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}

#fa-demo a {
    color: #333;
}

.fontawesome-icon-list {
    margin-bottom: 50px;
}


/* Styling of Online Demo Page
   ================================================== */

.tr-nav .logo-circle,
.tr-nav .logo-circle-outer {
    -webkit-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
}

.nav-search input {
    z-index: 9999;
}

.navbar-brand {
    position: relative;
    z-index: 1500;
}

.logo-circle {
    position: absolute;
    z-index: -1;
    top: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fa5c65;
}

.logo-circle-outer {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 6px;
    opacity: .2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.logo-footer img {
    position: relative;
    z-index: 10;
}

.logo-circle-footer {
    position: absolute;
    z-index: 4;
    top: 0;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fa5c65;
}

.logo-circle-outer-footer {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 8px;
    width: 36px;
    height: 36px;
    opacity: .2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: white;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

@media (min-width: 768px) {
    .logo-circle {
        top: 19px;
        left: 15px;
        width: 53px;
        height: 53px;
    }

    .logo-circle-outer {
        left: 8px;
        width: 36px;
        height: 36px;
        opacity: .2;
    }

    .shrinked .logo-circle {
        top: 12px;
        left: 15px;
        width: 35px;
        height: 35px;
    }

    .shrinked .logo-circle-outer {
        left: 6px;
        width: 23px;
        height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo-circle {
        top: 12px;
        left: 42.26%;
        width: 33px;
        height: 33px;
    }

    .logo-circle-outer {
        left: 5px;
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 767px) {
    .logo-circle {
        top: 12px;
        left: 15px;
        width: 35px;
        height: 35px;
    }

    .logo-circle-outer {
        left: 6px;
        width: 23px;
        height: 23px;
    }
}

.sprite {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../../style-switcher/color-sprite.html') no-repeat top left;
}

.sprite.blue-1-switch {
    background-position: 0 0;
}

.sprite.blue-2-switch {
    background-position: 0 -40px;
}

.sprite.blue-3-switch {
    background-position: 0 -80px;
}

.sprite.blue-4-switch {
    background-position: 0 -120px;
}

.sprite.green-1-switch {
    background-position: 0 -160px;
}

.sprite.green-2-switch {
    background-position: 0 -200px;
}

.sprite.green-3-switch {
    background-position: 0 -240px;
}

.sprite.green-4-switch {
    background-position: 0 -280px;
}

.sprite.orange-1-switch {
    background-position: 0 -320px;
}

.sprite.orange-2-switch {
    background-position: 0 -360px;
}

.sprite.orange-3-switch {
    background-position: 0 -400px;
}

.sprite.orange-4-switch {
    background-position: 0 -440px;
}

.sprite.purple-1-switch {
    background-position: 0 -480px;
}

.sprite.purple-2-switch {
    background-position: 0 -520px;
}

.sprite.purple-3-switch {
    background-position: 0 -560px;
}

.sprite.purple-4-switch {
    background-position: 0 -600px;
}

.sprite.red-1-switch {
    background-position: 0 -640px;
}

.sprite.red-2-switch {
    background-position: 0 -680px;
}

.sprite.red-3-switch {
    background-position: 0 -720px;
}

.sprite.red-4-switch {
    background-position: 0 -760px;
}

.style-switcher {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    left: -220px;
    width: 220px;
    padding-bottom: 20px;
    -webkit-transition: left .12s ease-in-out;
    -moz-transition: left .12s ease-in-out;
    -o-transition: left .12s ease-in-out;
    transition: left .12s ease-in-out;
    -webkit-transition-delay: .16s;
    -moz-transition-delay: .16s;
    -o-transition-delay: .16s;
    transition-delay: .16s;
    border: solid 1px #e0e0e0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.style-switcher:hover {
    left: 0;
    -webkit-transition-delay: .02s;
    -moz-transition-delay: .02s;
    -o-transition-delay: .02s;
    transition-delay: .02s;
}

.style-switcher:before {
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 26%;
    right: -49px;
    display: block;
    width: 48px;
    height: 48px;
    padding-top: 4px;
    content: '\f085';
    text-align: center;
    text-decoration: inherit;
    color: white;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fa5c65;
}

.style-switcher:before:hover {
    cursor: pointer;
}

.style-switcher ul {
    left: -5px;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    list-style: none;
}

.style-switcher ul li {
    display: inline-block;
    margin: 1px 1px;
    padding: 1px;
    border: solid 1px #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.style-switcher ul li a {
    display: block;
}

.style-switcher hr {
    width: 80%;
    border-color: #ddd;
}

.header-switches {
    width: 80%;
    margin: 0 auto;
}


@media (min-width: 992px) {
    .whynetprofite {
        padding-bottom: 75px !important;
    }

    .services {
        width: 100%;
        height: 790px;
        float: left;
        background: #fff;
    }

    .services .services-bg {
        width: 100%;
        height: 896px;
        float: left;
        padding-top: 50px;
        margin-top: -50px;
        background: url(../images/circles-bg.html) no-repeat center;
        position: relative
    }

    .service-item {
        margin-top: 80px;
    }

    .service-item.one {
        position: relative;
        left: -30px;
    }

    .service-item.two {
        position: relative;
        left: 30px;
    }

    .service-item.three {
        position: relative;
        left: -40px;
    }

    .service-item.four {
        position: relative;
        left: 40px;
    }

    .service-item.five {
        position: relative;
        left: 80px;
    }

    .service-item.six {
        position: relative;
        left: -80px;
    }
}

@media (max-width: 992px) {
    .service-item {
        margin-top: 40px;
    }

    .services {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
    }

    .services .services-bg {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 0;
        margin: 0;
        background: url(../images/circles-bg.html) no-repeat center;
    }
}

.service-item {
    float: left
}

.services .media-body {
    padding-top: 15px;
}

.more-services {
    width: 150px;
    height: 150px;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -75px;
    text-align: center;
    line-height: 1em
}


.icon-holder.webdesign {
    background: #fa5c65 url(../images/webdesign.html) no-repeat center top
}

.service-item:hover .icon-wrap .icon-holder {
    background-color: #3d2b4b;
    background-position: center bottom
}


.icon-wrap.xs .icon-holder.webdesign {
    background: #fa5c65 url(../images/webdesign.html) no-repeat center top;
    background-size: 50px;
}


/* Styling of Testmonial
   ================================================== */

.slick-slider {
    -moz-user-select: none;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.slick-list {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.slick-list:focus {
    outline: medium none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0px, 0px, 0px);
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}

.slick-track::before, .slick-track::after {
    content: "";
    display: table;
}

.slick-track::after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("../images/loader.html") no-repeat scroll center center;
}

.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium none;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 0.25;
}

.slick-prev::before, .slick-next::before {
    color: white;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev::before {
    content: "";
}

[dir="rtl"] .slick-prev::before {
    content: "";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next::before {
    content: "";
}

[dir="rtl"] .slick-next::before {
    content: "";
}

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    bottom: -45px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}

.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}

.slick-dots li button::before {
    color: black;
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.75;
}

.slider-nav {
    width: 50%;
    margin: 30px auto
}

.slider-nav .pick {
    padding: 0;
    opacity: 0.1;
    text-align: center;
}

.slider-nav .pick img {
    width: 95%;
    height: 95%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: #fff solid 5px;
}

.slider-nav .pick.slick-active {
    opacity: 0.5;

}

.slider-nav .slick-list {
    position: relative;
}

.slider-nav .slick-list:before {
    width: 50px;
    height: 100%;
    background: #3d2b4b;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}


.slider-nav .pick.slick-active img {
    border: #fff solid 5px;
}

.slider-nav .pick.slick-current {
    opacity: 1;

}

.slider-nav .pick.slick-current img {
    border: #fa5c65 solid 5px;
}

.testmonials {
    padding: 30px;
}

@media (min-width: 992px) {
    .testmonials {
        padding-top: 60px !important;
    }
}

@media (max-width: 992px) {
    .slider-nav .pick img {
        width: 85%;
    }

    .slider-nav {
        width: 80%;
        margin: 30px auto
    }
}

@media (max-width: 767px) {
    .slider-nav .pick img {
        width: 75%;
    }

    .slider-nav {
        width: 100%;
        margin: 30px auto
    }
}


/* Styling of Clients
   ================================================== */
.clients {
    padding: 60px 0;
}

/* Styling of Home contact
   ================================================== */

.home-contact {
    padding: 60px 0;
    background: #333333
}

.home-contact .form-control {
    background: #333333;
    color: #fff;
    height: auto;
    padding: 12px 15px;
    font-size: 1.2em;
    margin-top: 15px;
    border: #333333 solid 2px;
    border-bottom: #797979 solid 2px
}

.home-contact textarea.form-control {
    height: 120px;
}

.home-contact .btn {
    padding: 10px 30px;
}

/* Styling  contact page
   ================================================== */

.contact-tabs {
    margin-bottom: 30px;
    border: #CCC solid 1px;
}

.contact-tabs li.active {
    position: relative;
}

.contact-tabs li.active:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #fa5c64 transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -2px;
    content: "";
}

/* Styling  Services page
   ================================================== */
.our-services {
    border: #CCCCCC solid 1px;
    padding: 15px;
    background: #f6f4f2
}


/* Styling  required-query-panel
   ================================================== */
.required-query-panel {
    width: 100%;
    height: 100%;
    float: left;
    background: #000;
    position: fixed;
    right: -100%;
    top: 0px;
    z-index: 9999;
}


.required-query-panel .theam-text-defult {
    position: relative;
}

#rqp-close {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 36px;
    z-index: 9999;
}

@media (max-width: 767px) {
    .required-query-panel {
        overflow-x: scroll
    }

    #rqp-close {
        position: absolute;
        right: inherit;
        left: 50%;
        top: -40px;
        margin-left: -10px;
        font-size: 26px;
        z-index: 9999;
    }
}


/*-----------------banner--------------*/
.ban-btn {
    width: 100px;
    height: auto;
    float: left;
    text-align: center;
}

.ban-btn .rount-iocn {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.ban-btn span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 20px;
}

.slide-one .ban-btn {
    margin-top: 45px;
}

.slide-one h1 {
    margin-top: 35px;
}

.slide-one h1 span {
    color: #189f2d
}

.section-bg {
    position: relative;
    height: 340px;
}

.slide-one .mac {
    position: absolute;
    left: 0;
    top: 0px;
}

.slide-one .tabe {
    position: absolute;
    right: 15%;
    bottom: 0px;
}

.slide-one .phone {
    position: absolute;
    right: 10%;
    bottom: 0px;
}

@media (max-width: 1023px) {
    .section-intro-index .item {
        height: auto
    }


}

@media (max-width: 767px) {

    .section-intro-index .item {
        height: auto;
        padding: 0
    }

}


.video-lable {
    position: relative;
    padding-left: 45px;
}

.video-lable span {
    width: 40px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    z-index: 99;
    line-height: 43px;
    text-align: center;
}

.video-lable span i {
    margin: 0px !important;
}


.artical-panel-one {
    width: 100%;
    height: auto;
    float: left;
    background: #ecf5e7;
    padding: 15px;
}

.artical-panel-one.active {
    background: #ecf5e7;
}

.artical-panel-one img {
    margin: 15px 0;
}

.artical-panel-one h4 {
    font-size: 20px;
    margin: 15px 0 0 0;
    font-weight: 600
}

.artical-panel-one ul {
    width: 100%;
    height: auto;
    min-height: 210px;
    float: left;
    margin-top: 15px;
}

.artical-panel-one ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 8px;
}

.artical-panel-one ul li a {
    width: 100%;
    height: auto;
    font-size: 14px;
    float: left;
    margin: 0px;
}

.artical-panel-one ul li a:hover {
    color: #14a12b;
}

.artical-panel-one .btn {
    margin-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
}

.artical-panel-one.active {
    background: #14a12b;
    color: #fff;
}

.artical-panel-one.active ul li a {
    color: #fff;
}

@media (max-width: 1023px) {
    .home-artical-panel .col-sm-4 {
        padding: 0px;
    }

    .artical-panel-one img {
        height: 70px
    }

    .artical-panel-one ul {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    .home-artical-panel .col-sm-4 {
        padding: 0px;
    }

    .artical-panel-one img {
        height: 70px
    }

    .artical-panel-one ul {
        min-height: 100px;
    }
}


.ed-stage {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.ed-stage .stage-img {
    width: 100%;
    height: auto;
    float: left;
}

.evexia-delivers-btn {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    cursor: pointer;
}

.evexia-delivers-btn.active {
    border: #d6d6d6 solid 1px;
}

.evexia-delivers-btn + .evexia-delivers-btn {
    margin-top: 15px;
}

.edb-details {
    overflow: hidden;
}

.evexia-delivers-btn h3 {
    margin: 0px;
}

.edb-number {
    width: 35px;
    height: 35px;
    margin-bottom: 35px;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

.ed-stage.one .your-brand {
    position: absolute;
    left: -55px;
    top: -5px;
    z-index: 55
}

@media (max-width: 767px) {
    .evexia-delivers-btn + .evexia-delivers-btn {
        margin-top: 5px;
    }

    .ed-stage.one .your-brand {
        position: absolute;
        left: -35px;
    }

    .ed-stage.one .your-brand img {
        width: 70px;
    }

    .evexia-delivers-btn {
        width: 100%;
        padding: 5px;
    }

    .evexia-delivers-btn h4 {
        font-size: 18px;
        line-height: 35px;
    }

    .edb-number {
        margin-bottom: 0px;
    }
}


.footer-panel {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 0;
    background: #252e3e;
    color: #fff
}

.footer-panel ul li {
    margin-bottom: 5px;
    color: #76858c;
    font-size: 13px;
}

.footer-panel ul li a {
    color: #686868;
    font-size: 12px;
}

.footer-panel ul li a:hover {
    color: #fff;
}

.footer-panel ul li img {
    margin-right: 15px;
}

.footer-panel h3 {
    margin: 20px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.footer-panel h3:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #3d83ff;
    bottom: -13px;
    left: 0
}

.footer-panel p {
    color: #686868;
}

.footer-panel-bottom ul li a:hover {
    background: #169c2c
}


.widget-social .social-links ul li {
    display: inline-block;
}

.widget-social .social-links ul li a, .blog-author .social-links ul li a {
    color: #ffffff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    border-radius: 50%;
    margin-bottom: 0;

}

.widget-social .social-links ul li a.fa-facebook, .blog-author .social-links ul li a.fa-facebook {
    background: #3b579d none repeat scroll 0 0;
}

.widget-social .social-links ul li a.fa-twitter, .blog-author .social-links ul li a.fa-twitter {
    background: #2caae1 none repeat scroll 0 0;
}

.widget-social .social-links ul li a.fa-instagram, .blog-author .social-links ul li a.fa-instagram {
    background: #509dae none repeat scroll 0 0;
}

.widget-social .social-links ul li a.fa-google-plus, .blog-author .social-links ul li a.fa-google-plus {
    background: #dd4d40 none repeat scroll 0 0;
}

.widget-social .social-links ul li a.fa-dribbble, .blog-author .social-links ul li a.fa-dribbble {
    background: #ec3895 none repeat scroll 0 0;
}


.universities-panel {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    margin: 10px 0;
}

.universities-details {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: #CCC solid 1px;
}

.universities-pick img {
    width: 100%;
    height: auto;
    float: left;
}

.universities-details h3 {
    margin: 10px 0 5px 0px;
}

.universities-details strong {
    margin-right: 10px;
}

.universities-details2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.universities-pick img {
    width: 100%;
    height: auto;
    float: left;
}

.universities-details2 h2 {
    margin: 10px 0 15px 0px;
}

.universities-details2 .location span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #0160b2;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}

.universities-details2 .website span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #0160b2;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.universities-pick2 {
    -webkit-box-shadow: 10px 3px 5px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 3px 5px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 3px 5px -4px rgba(0, 0, 0, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
}

.universities-pick2 img {
    width: 100%;
}

.universities-pick3 img {
    width: 100%;
}

.universities-dis {
    border-top: #CCC solid 1px;
    padding-top: 10px;
}

@media (max-width: 999px) {
    .universities-details h3 {
        text-align: center;
        margin-top: 0px;
    }

    .universities-pick {
        text-align: center;
    }

    .universities-pick img {
        width: 150px;
        height: auto;
        float: none;
        display: inline-block;
    }
}


.lead {
    font-size: 1.4em;
}

.mnone {
    margin: 0px;
}

.pnone {
    padding: 0px;
}

.prelative {
    position: relative
}

.prelative-initial {
    position: initial;
}

@media (max-width: 767px) {
    .lead {
        font-size: 1.1em;
    }
}

.medecal-cnt {
    position: relative;
}

.medecal .opacity {
    background: rgba(22, 10, 85, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.medecal .aboutcnt {

    bottom: 0;
    left: 0;

    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}


.pmd {
    padding: 15px;
}


@media (min-width: 992px) {
    .mt-md-5 {
        margin-top: 5px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .mt-md-15 {
        margin-top: 15px;
    }

    .mt-md-20 {
        margin-top: 20px;
    }

    .mt-md-25 {
        margin-top: 25px;
    }

    .mt-md-30 {
        margin-top: 30px;
    }

    .mt-md-35 {
        margin-top: 35px;
    }

    .mt-md-40 {
        margin-top: 40px;
    }

    .mt-md-45 {
        margin-top: 45px;
    }

    .mt-md-50 {
        margin-top: 50px;
    }

    .mt-md-55 {
        margin-top: 55px;
    }

    .mt-md-60 {
        margin-top: 60px;
    }

    .mt-md-65 {
        margin-top: 65px;
    }

    .mt-md-70 {
        margin-top: 70px;
    }

    .ml-md-5 {
        margin-left: 5px;
    }

    .ml-md-10 {
        margin-left: 10px;
    }

    .ml-md-15 {
        margin-left: 15px;
    }

    .ml-md-20 {
        margin-left: 20px;
    }

    .ml-md-25 {
        margin-left: 25px;
    }

    .ml-md-30 {
        margin-left: 30px;
    }

    .ml-md-35 {
        margin-left: 35px;
    }

    .ml-md-40 {
        margin-left: 40px;
    }

    .ml-md-45 {
        margin-left: 45px;
    }

    .ml-md-50 {
        margin-left: 50px;
    }

    .ml-md-55 {
        margin-left: 55px;
    }

    .ml-md-60 {
        margin-left: 60px;
    }

    .ml-md-65 {
        margin-left: 65px;
    }

    .ml-md-70 {
        margin-left: 70px;
    }


    .mr-md-5 {
        margin-right: 5px;
    }

    .mr-md-10 {
        margin-right: 10px;
    }

    .mr-md-15 {
        margin-right: 15px;
    }

    .mr-md-20 {
        margin-right: 20px;
    }

    .mr-md-25 {
        margin-right: 25px;
    }

    .mr-md-30 {
        margin-right: 30px;
    }

    .mr-md-35 {
        margin-right: 35px;
    }

    .mr-md-40 {
        margin-right: 40px;
    }

    .mr-md-45 {
        margin-right: 45px;
    }

    .mr-md-50 {
        margin-right: 50px;
    }

    .mr-md-55 {
        margin-right: 55px;
    }

    .mr-md-60 {
        margin-right: 60px;
    }

    .mr-md-65 {
        margin-right: 65px;
    }

    .mr-md-70 {
        margin-right: 70px;
    }
}

@media (max-width: 991px) {
    .mt-sm-5 {
        margin-top: 5px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mt-sm-15 {
        margin-top: 15px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-sm-25 {
        margin-top: 25px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mt-sm-35 {
        margin-top: 35px;
    }

    .mt-sm-40 {
        margin-top: 40px;
    }

    .mt-sm-45 {
        margin-top: 45px;
    }

    .mt-sm-50 {
        margin-top: 50px;
    }

    .mt-sm-55 {
        margin-top: 55px;
    }

    .mt-sm-60 {
        margin-top: 60px;
    }

    .mt-sm-65 {
        margin-top: 65px;
    }

    .mt-sm-70 {
        margin-top: 70px;
    }

    .ml-sm-5 {
        margin-left: 5px;
    }

    .ml-sm-10 {
        margin-left: 10px;
    }

    .ml-sm-15 {
        margin-left: 15px;
    }

    .ml-sm-20 {
        margin-left: 20px;
    }

    .ml-sm-25 {
        margin-left: 25px;
    }

    .ml-sm-30 {
        margin-left: 30px;
    }

    .ml-sm-35 {
        margin-left: 35px;
    }

    .ml-sm-40 {
        margin-left: 40px;
    }

    .ml-sm-45 {
        margin-left: 45px;
    }

    .ml-sm-50 {
        margin-left: 50px;
    }

    .ml-sm-55 {
        margin-left: 55px;
    }

    .ml-sm-60 {
        margin-left: 60px;
    }

    .ml-sm-65 {
        margin-left: 65px;
    }

    .ml-sm-70 {
        margin-left: 70px;
    }


    .mr-sm-5 {
        margin-right: 5px;
    }

    .mr-sm-10 {
        margin-right: 10px;
    }

    .mr-sm-15 {
        margin-right: 15px;
    }

    .mr-sm-20 {
        margin-right: 20px;
    }

    .mr-sm-25 {
        margin-right: 25px;
    }

    .mr-sm-30 {
        margin-right: 30px;
    }

    .mr-sm-35 {
        margin-right: 35px;
    }

    .mr-sm-40 {
        margin-right: 40px;
    }

    .mr-sm-45 {
        margin-right: 45px;
    }

    .mr-sm-50 {
        margin-right: 50px;
    }

    .mr-sm-55 {
        margin-right: 55px;
    }

    .mr-sm-60 {
        margin-right: 60px;
    }

    .mr-sm-65 {
        margin-right: 65px;
    }

    .mr-sm-70 {
        margin-right: 70px;
    }
}


@media (max-width: 767px) {
    .mt-xs-5 {
        margin-top: 5px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .mt-xs-25 {
        margin-top: 25px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mt-xs-35 {
        margin-top: 35px;
    }

    .mt-xs-40 {
        margin-top: 40px;
    }

    .mt-xs-45 {
        margin-top: 45px;
    }

    .mt-xs-50 {
        margin-top: 50px;
    }

    .mt-xs-55 {
        margin-top: 55px;
    }

    .mt-xs-60 {
        margin-top: 60px;
    }

    .mt-xs-65 {
        margin-top: 65px;
    }

    .mt-xs-70 {
        margin-top: 70px;
    }

    .ml-xs-5 {
        margin-left: 5px;
    }

    .ml-xs-10 {
        margin-left: 10px;
    }

    .ml-xs-15 {
        margin-left: 15px;
    }

    .ml-xs-20 {
        margin-left: 20px;
    }

    .ml-xs-25 {
        margin-left: 25px;
    }

    .ml-xs-30 {
        margin-left: 30px;
    }

    .ml-xs-35 {
        margin-left: 35px;
    }

    .ml-xs-40 {
        margin-left: 40px;
    }

    .ml-xs-45 {
        margin-left: 45px;
    }

    .ml-xs-50 {
        margin-left: 50px;
    }

    .ml-xs-55 {
        margin-left: 55px;
    }

    .ml-xs-60 {
        margin-left: 60px;
    }

    .ml-xs-65 {
        margin-left: 65px;
    }

    .ml-xs-70 {
        margin-left: 70px;
    }


    .mr-xs-5 {
        margin-right: 5px;
    }

    .mr-xs-10 {
        margin-right: 10px;
    }

    .mr-xs-15 {
        margin-right: 15px;
    }

    .mr-xs-20 {
        margin-right: 20px;
    }

    .mr-xs-25 {
        margin-right: 25px;
    }

    .mr-xs-30 {
        margin-right: 30px;
    }

    .mr-xs-35 {
        margin-right: 35px;
    }

    .mr-xs-40 {
        margin-right: 40px;
    }

    .mr-xs-45 {
        margin-right: 45px;
    }

    .mr-xs-50 {
        margin-right: 50px;
    }

    .mr-xs-55 {
        margin-right: 55px;
    }

    .mr-xs-60 {
        margin-right: 60px;
    }

    .mr-xs-65 {
        margin-right: 65px;
    }

    .mr-xs-70 {
        margin-right: 70px;
    }
}


@media (min-width: 992px) {
    .pt-md-5 {
        padding-top: 5px;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-35 {
        padding-top: 35px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-45 {
        padding-top: 45px;
    }

    .pt-md-50 {
        padding-top: 50px;
    }

    .pt-md-55 {
        padding-top: 55px;
    }

    .pt-md-60 {
        padding-top: 60px;
    }

    .pt-md-65 {
        padding-top: 65px;
    }

    .pt-md-70 {
        padding-top: 70px;
    }

    .pl-md-5 {
        padding-left: 5px;
    }

    .pl-md-10 {
        padding-left: 10px;
    }

    .pl-md-15 {
        padding-left: 15px;
    }

    .pl-md-20 {
        padding-left: 20px;
    }

    .pl-md-25 {
        padding-left: 25px;
    }

    .pl-md-30 {
        padding-left: 30px;
    }

    .pl-md-35 {
        padding-left: 35px;
    }

    .pl-md-40 {
        padding-left: 40px;
    }

    .pl-md-45 {
        padding-left: 45px;
    }

    .pl-md-50 {
        padding-left: 50px;
    }

    .pl-md-55 {
        padding-left: 55px;
    }

    .pl-md-60 {
        padding-left: 60px;
    }

    .pl-md-65 {
        padding-left: 65px;
    }

    .pl-md-70 {
        padding-left: 70px;
    }


    .pr-md-5 {
        padding-right: 5px;
    }

    .pr-md-10 {
        padding-right: 10px;
    }

    .pr-md-15 {
        padding-right: 15px;
    }

    .pr-md-20 {
        padding-right: 20px;
    }

    .pr-md-25 {
        padding-right: 25px;
    }

    .pr-md-30 {
        padding-right: 30px;
    }

    .pr-md-35 {
        padding-right: 35px;
    }

    .pr-md-40 {
        padding-right: 40px;
    }

    .pr-md-45 {
        padding-right: 45px;
    }

    .pr-md-50 {
        padding-right: 50px;
    }

    .pr-md-55 {
        padding-right: 55px;
    }

    .pr-md-60 {
        padding-right: 60px;
    }

    .pr-md-65 {
        padding-right: 65px;
    }

    .pr-md-70 {
        padding-right: 70px;
    }
}

@media (max-width: 991px) {
    .pt-sm-5 {
        padding-top: 5px;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-45 {
        padding-top: 45px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-55 {
        padding-top: 55px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-65 {
        padding-top: 65px;
    }

    .pt-sm-70 {
        padding-top: 70px;
    }

    .pl-sm-5 {
        padding-left: 5px;
    }

    .pl-sm-10 {
        padding-left: 10px;
    }

    .pl-sm-15 {
        padding-left: 15px;
    }

    .pl-sm-20 {
        padding-left: 20px;
    }

    .pl-sm-25 {
        padding-left: 25px;
    }

    .pl-sm-30 {
        padding-left: 30px;
    }

    .pl-sm-35 {
        padding-left: 35px;
    }

    .pl-sm-40 {
        padding-left: 40px;
    }

    .pl-sm-45 {
        padding-left: 45px;
    }

    .pl-sm-50 {
        padding-left: 50px;
    }

    .pl-sm-55 {
        padding-left: 55px;
    }

    .pl-sm-60 {
        padding-left: 60px;
    }

    .pl-sm-65 {
        padding-left: 65px;
    }

    .pl-sm-70 {
        padding-left: 70px;
    }


    .pr-sm-5 {
        padding-right: 5px;
    }

    .pr-sm-10 {
        padding-right: 10px;
    }

    .pr-sm-15 {
        padding-right: 15px;
    }

    .pr-sm-20 {
        padding-right: 20px;
    }

    .pr-sm-25 {
        padding-right: 25px;
    }

    .pr-sm-30 {
        padding-right: 30px;
    }

    .pr-sm-35 {
        padding-right: 35px;
    }

    .pr-sm-40 {
        padding-right: 40px;
    }

    .pr-sm-45 {
        padding-right: 45px;
    }

    .pr-sm-50 {
        padding-right: 50px;
    }

    .pr-sm-55 {
        padding-right: 55px;
    }

    .pr-sm-60 {
        padding-right: 60px;
    }

    .pr-sm-65 {
        padding-right: 65px;
    }

    .pr-sm-70 {
        padding-right: 70px;
    }
}


@media (max-width: 767px) {
    .pt-xs-5 {
        padding-top: 5px;
    }

    .pt-xs-10 {
        padding-top: 10px;
    }

    .pt-xs-15 {
        padding-top: 15px;
    }

    .pt-xs-20 {
        padding-top: 20px;
    }

    .pt-xs-25 {
        padding-top: 25px;
    }

    .pt-xs-30 {
        padding-top: 30px;
    }

    .pt-xs-35 {
        padding-top: 35px;
    }

    .pt-xs-40 {
        padding-top: 40px;
    }

    .pt-xs-45 {
        padding-top: 45px;
    }

    .pt-xs-50 {
        padding-top: 50px;
    }

    .pt-xs-55 {
        padding-top: 55px;
    }

    .pt-xs-60 {
        padding-top: 60px;
    }

    .pt-xs-65 {
        padding-top: 65px;
    }

    .pt-xs-70 {
        padding-top: 70px;
    }

    .pl-xs-5 {
        padding-left: 5px;
    }

    .pl-xs-10 {
        padding-left: 10px;
    }

    .pl-xs-15 {
        padding-left: 15px;
    }

    .pl-xs-20 {
        padding-left: 20px;
    }

    .pl-xs-25 {
        padding-left: 25px;
    }

    .pl-xs-30 {
        padding-left: 30px;
    }

    .pl-xs-35 {
        padding-left: 35px;
    }

    .pl-xs-40 {
        padding-left: 40px;
    }

    .pl-xs-45 {
        padding-left: 45px;
    }

    .pl-xs-50 {
        padding-left: 50px;
    }

    .pl-xs-55 {
        padding-left: 55px;
    }

    .pl-xs-60 {
        padding-left: 60px;
    }

    .pl-xs-65 {
        padding-left: 65px;
    }

    .pl-xs-70 {
        padding-left: 70px;
    }


    .pr-xs-5 {
        padding-right: 5px;
    }

    .pr-xs-10 {
        padding-right: 10px;
    }

    .pr-xs-15 {
        padding-right: 15px;
    }

    .pr-xs-20 {
        padding-right: 20px;
    }

    .pr-xs-25 {
        padding-right: 25px;
    }

    .pr-xs-30 {
        padding-right: 30px;
    }

    .pr-xs-35 {
        padding-right: 35px;
    }

    .pr-xs-40 {
        padding-right: 40px;
    }

    .pr-xs-45 {
        padding-right: 45px;
    }

    .pr-xs-50 {
        padding-right: 50px;
    }

    .pr-xs-55 {
        padding-right: 55px;
    }

    .pr-xs-60 {
        padding-right: 60px;
    }

    .pr-xs-65 {
        padding-right: 65px;
    }

    .pr-xs-70 {
        padding-right: 70px;
    }
}

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left !important
    }
}


.section-two {
    width: 100%;
    padding: 20px 0;
    float: left;
    margin-top: -35px;
    background-color: transparent;
    position: relative;
    z-index: 99
}

.banner-bgs {
    height: auto;
    width: 100%;
    float: left;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner-bgsec {
    height: auto;
    width: 100%;
    float: left;
    padding: 15px;
    background-color: rgba(133, 58, 101, 0.5);
    color: #fff
}

.banner-bgfour {
    height: auto;
    width: 100%;
    float: left;
    padding: 15px;
    background-color: rgba(175, 191, 83, 0.2);
    color: #fff
}

.section-slider .lead {
    font-size: 1.7em
}

}
@media (max-width: 580px) {
    .section-two {
        width: 100%;
        padding: 20px 0;
        float: left;
        margin-top: 0px;
        background-color: transparent;
        position: relative;
        z-index: 99
    }
}


.photo-gallery .fancybox {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    margin: 0 0 10px;
}

.photo-gallery .fancybox img {
    width: 100%;
    height: auto;
    min-height: 130px;
    max-height: 130px;
}


ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
}

.resp-tab-active {
    border: 1px solid #160a55 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 1px solid #160a55 !important;
    border-bottom: 0px #fff solid !important;
    background: #fff;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #160a55;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1; /* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}


/* FIFTH EFFECTS */

.view {
    width: 100%;
    height: auto;
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #aaa;
    cursor: default;
}

.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view a.info {
    background: url(../img/link.html) center no-repeat;
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}


.effect img {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    width: 100%;
    height: auto;
    float: left;
}

.effect .mask {
    opacity: 0;
    overflow: visible;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    border-style: solid;
    border-width: 150px;
    width: 0;
    height: 0;
    -moz-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    -o-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    transform: translateY(-125px);
    -moz-transition: -moz-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -o-transition: -o-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out;
    width: 100%;
    height: auto;
    float: left;
}

.effect a.info {
    opacity: 0;
    -moz-transform: translateY(-125px);
    -webkit-transform: translateY(-125px);
    -o-transform: translateY(-125px);
    -ms-transform: translateY(-125px);
    transform: translateY(-125px);
    -moz-transition: -moz-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in, opacity 0.1s ease-in-out;
    transition: transform 0.3s ease-in, opacity 0.1s ease-in-out;

}

.effect:hover img {
    opacity: 0.7;
    -moz-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
}

.effect:hover .mask {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.effect:hover a.info {
    opacity: 1;
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
}


.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#header .navbar-default .navbar-nav .active {
    color: #fff;
    background-color: #00457C;
}

.wrap img {
    max-height: 175px;
    min-height: 175px;
    cursor: pointer;
}

.medecal img {
    width: 100%;
    height: auto;
    float: left;
    min-height: 100%;
    max-height: 100%;
}

.div-top {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 10px;
}

.div-top:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.div-top .left {
    display: inline-block;
    width: 74%;
    vertical-align: super;
    text-align: initial;
}

.div-top .left span {
    font-size: 20px;
    letter-spacing: .2px;
    color: #4d586c;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 27px;
}

.div-top .left .course_info {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-right: 30px;
}

.div-top .left .course_info.duration {
    color: #3eae8d;
}

.div-top .left .course_info.level {
    color: #ff7900;
}

.div-top .right {
    display: inline-block;
    width: 25%;
    text-align: right;
    margin-top: -5px;
    vertical-align: top;
}

.rupees {
    color: #ff7900;
    font-size: 30px;
    padding-right: 2px;
}

.fees {
    font-size: 30px;
    color: #ff7900;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
}

@media only screen and ( max-width: 767px ) {

    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
        background: #fff;
        z-index: 9999;
        position: relative;
    }

    .section-intro-index .item img {
        min-height: 100%;
        max-height: 100%;
    }

    #header .navbar-default .navbar-brand {
        width: 220px;
    }

    .universities-pick2 {
        padding-top: 20px;
        padding-bottom: 0;
    }

}

.select2-container {
    width: 100% !important;
}

.testimonial-section {
    background-image: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
    background-attachment: fixed;
    position: relative;
}

.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
}

.client-info {
    width: 30%;
    float: left;
}

.client-info img {
    max-width: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 4px solid #00c9d5;
    min-height: 100px;
    width: 100px !important;
    height: 100px;
}

.client-info h5 {
    color: #333;
    font-weight: 700;
    margin: 0;
}

.client-comment p i {
    display: inline-block;
    font-size: 30px;
    color: #333;
}

.client-comment {
    width: 70%;
    float: left;
}

.client-comment p {
    color: #333;
    font-style: italic;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 1rem;
}

.testimonial-section h2, .testimonial h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 50px;
    color: #00c9d5;
    font-size: 36px;
}

.testimonial .owl-dot {
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 4px;
    background-color: #333;
}

.testimonial .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dot.active {
    background-color: #00c9d5;
}

.thumb_img {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.thumb_img img {
    min-height: 300px
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(22, 10, 85, 0.74);
    width: 100%;
    transform: scale(0.7, 0);
    transition: .5s ease-in-out;
}

.inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.thumb_img:hover .overlay {
    transform: scale(1, 1);
    transition: .5s ease-in-out;
}

.overlay ul {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0%;
    left: -5%;
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
}

.overlay ul li {
    display: inline-block;
    text-align: center;
}

.overlay ul li i {
    color: #160a55;
    width: 45px;
    height: 45px;
    border: 2px solid #160a55;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    font-size: 22px;
}

.about-cnt h3 {
    margin-top: 0;
}

#scholorship_form label {
    margin-top: 8px;
}
#scholorship_form .modal-content{
    background-color: #e8e8e8;
    border-radius: 5px;
}
#scholorship_form .modal-header{
    border-bottom: 1px solid #d0caca;
}
/*#scholorship_form .form-control{
    height: 36px;border-radius: 5px;padding: 6px 15px;
}*/
.count-section {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2em 0;
}

.numscroller {
    font-size: 40px;
    margin: 0;
    color: #f8b239;
    text-shadow: 1px 1px rgb(123, 79, 3);
    font-family: 'PT Serif', serif;
    letter-spacing: 5px;
    text-align: center;
}

.count-name {
    font-size: 25px;
    font-weight: 700;
    margin-top: 1em;
    color: #000;
    text-align: center;
}

.contact-section {
    background-color: #0160b2;
    position: relative;
    padding: 4rem 0;
    padding-top: 0;
    margin-top: 10em;
}

.contact-section:before {
    content: "";
    position: absolute;
    top: -106px;
    border-width: 0 882px 106px 0;
    border-style: solid;
    border-color: transparent transparent #f8b239 #f8b239;
    display: block;
    width: 0;
}

.contact-section:after {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    border-width: 0px 1904px 120px 0;
    border-style: solid;
    border-color: transparent transparent #0160b2 #0160b2;
    display: block;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    width: 0;
}

.contact-section h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.6em;
}

.contact-section h2 span {
    display: block;
    font-size: 15px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 10px;
}

.contact-section li {
    display: block;
    color: #ffffff;
    letter-spacing: .5px;
    font-size: 14px;
    margin-bottom: 31px;
    list-style: none;
    width: 25%;
    float: left;
    font-weight: 500;
}

.contact-section li i {
    font-size: 1.8em;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
    padding-top: 23px;
    margin-right: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border: 2px solid #fff;
}

.contact-section li span {
    margin-top: 10px;
    display: inline-block;
    float: left;
    width: 70%;
    line-height: 28px;
}

.contact-section li span a {
    color: #fff;
}

@media (max-width: 1199px) {
    .contact-section li i {
        font-size: 1.6em;
        width: 55px;
        height: 55px;
        padding-top: 15px;
    }
}

@media (max-width: 991px) {
    .contact-section li {
        width: 50%;
    }
}

@media (max-width: 520px) {
    .contact-section li {
        width: 100%;
    }
}

.testimonial {
    padding: 50px 0 70px;
    background-color: #fff;
    margin-top: 30px;
}

.content {
    display: block;
    overflow: hidden;
    margin: 0 auto;

}

.content * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.nopadding {
    padding: 0;
}

.thumb-img {
    max-height: 175px;
}

.thumb-img img {
    max-height: 175px;
    min-height: 175px;
    overflow: hidden;
}

.country-img {
    max-height: 520px;
}

.country-img img {
    max-height: 520px;
    overflow: hidden;
    height: 520px;
}

@media (max-width: 767px) {
    .thumb-img img {
        max-height: 100%;
    }
}

.abroad_details ul {
    list-style: none;
}

.abroad_details ul li:before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 20px;
    background-size: 10px;
    background-image: url(../images/16x16-01.png);
    background-repeat: no-repeat;
    margin-right: 5px;
}

.overlay-text {
    position: absolute;
    right: 3%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 26px;
    font-size: 30px;
}

.top_header {
    background-color: #425371;
    min-height: 36px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.top_bar_nav {
    padding: 9px 15px 5px;
}

.top_bar_nav p, .top_bar_nav a {
    color: #fff;
}

.navbar-header {
    padding-left: 15px;
}

.navbar-right {
    margin-right: 0;
}

#homecarousel {
    height: 100vh;
    top: -77px;
}

.fill {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.fill:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
}

.navbar-collapse {
    position: relative;
    z-index: 99;
}

#header .navbar-default .navbar-nav > li > a:hover {
    color: #3d83ff;
}

.col-centered {
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

.home_search {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 1;
}

.home_search h1 {
    margin: 0 0 25px;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
}

.carousel-indicators {
    bottom: 40px;
}

.search_wrapper {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.search_wrapper .input-group-addon {
    padding: 12px 20px;
    font-size: 16px;
    background-color: #3d83ff;
    border-color: #3d83ff;
    color: #fff;
    font-weight: 600;
}

.search_wrapper .form-control {
    padding: 12px 15px;
    font-size: 16px;
}

.search_wrapper button {
    background: transparent;
    border: none;
    line-height: 0;
}

.search_wrapper .input-group-addon.search_container {
    background-color: #ff7900;
    border-color: #ff7900;
}

.explore_section h1 {
    color: #3d83ff;
    font-weight: 600;
    margin-top: 0;
    font-size: 30px;
}

.explore_section a {
    color: #333;
}

.explore_section p {
    color: #9d9d9d;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
}

.explore_details {
    padding-top: 10px;
}

.explore_details h4, .future_area h4 {
    font-size: 15px;
}

.expolre_list {
    padding: 20px 10px 10px;
    margin-bottom: 30px;
    transition: 0.5s all linear;
}

.expolre_list i {
    font-size: 100px;
}

.explore_section a:hover, .explore_section a:hover p {
    color: #fff;
}

.explore_section a:hover > .expolre_list {
    background-color: #3d83ff;
    border-radius: 10px;
    box-shadow: 0 0 36px 0 rgba(217, 217, 217, 1);
}

.course_list {
    width: 19%;
    display: inline-block;
    padding: 20px 10px 10px;
}

.future_area {
    /*background-color: #f4f4f4;*/
    padding: 0 0 40px;
}

.future_area h1 {
    color: #3d83ff;
    font-weight: 600;
    margin-top: 0;
    font-size: 30px;
}

.future_area p {
    color: #9d9d9d;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;
}

.future_list {
    padding: 20px 10px 10px;
    transition: 0.5s all linear;
    border: 1px solid #ddd;
    min-height: 160px;
    max-height: 160px;
}

.future_list i {
    font-size: 50px;
}

.future_area a:hover, .future_area a:hover p {
    color: #333;
}

.future_area a:hover > .future_list {
    background-color: #fff;
    box-shadow: 0 0 36px 0 rgba(217, 217, 217, 1);
}

.future_details {
    display: grid;
}

.course_area {
    background-color: #3d83ff;
}

.course_area h1 {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin: 30px 0;
    font-size: 30px;
}

.course_area ul {
    list-style: none;
    display: block;
}

.course_area ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}

.course_area ul li a {
    font-size: 13px;
    color: #3d83ff;
    font-weight: 400;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    display: block;
}

.course_area ul li a:hover {
    background-color: transparent;
    color: #fff;
}

.college_area {
    background-color: #f4f4f4;
    padding: 40px 0;
}

.college_area h1 {
    color: #3d83ff;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.top_colleges {
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 2px 5px 0 #ccc;
}

.college_container {
    position: relative;
}

.college_img {
    height: 160px;
    position: relative;
    overflow: hidden;
}

.college_img img {
    width: 100%;
    height: 100%;
}

.college_img_overlay {
    background: rgba(61, 52, 52, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.college_img_overlay .college_img_content {
    position: absolute;
    bottom: 0;
    padding: 10px 10px 0;
}

.college_img_overlay .college_logo {
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 5px;
    float: left;
}

.college_img_overlay .college_logo img {
    border-radius: 4px;
    width: 25px;
    height: 25px;
    margin-top: 3px;
    min-height: 25px;
}

.college_info {
    background-color: #fcfcfc;
    height: 105px;
}

.college_img_content h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    float: left !important;
    width: 65% !important;
    margin: 0 0 10px 10px !important;
    color: #fff !important;
    padding: 0 !important;
    border-bottom: none !important;
    letter-spacing: normal !important;
    text-align: left !important;
}

.college_img_content h3 a {
    color: #fff;
}

.college_info p {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
}

.btn-area {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.btn-clg, .btn-apply {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    transition: 0.5s all ease;
    width: 50%;
    display: block;
    float: left;
    border: 1px solid transparent;
}

.btn-clg {
    background: #3d83ff;
}

.btn-clg:hover, .btn-clg:focus, .btn-clg:active {
    background: transparent;
    border: 1px solid #3d83ff;
    color: #3d83ff;
}

.btn-apply {
    background-color: #ff7900;
}

.btn-apply:hover, .btn-apply:focus {
    background: transparent;
    border: 1px solid #ff7900;
    color: #ff7900;
}

.college_info i {
    color: #3d83ff;
    margin-right: 5px;
    font-size: 16px;
}

.download-section {
    background-color: #313c4e;
    padding: 20px;
}

.download-section span {
    color: #fff;
    opacity: .5;
    position: relative;
    top: 5px;
    font-size: 17px;
}

.social-links {
    float: right;
}

.social-links .list-unstyled {
    padding-top: 0;
}

.study_abroad {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.study_abroad p {
    font-size: 24px;
}

.copyright_section {
    background-color: #252e3e;
    padding: 10px;
    color: #fff;
}

.copyright_section p {
    opacity: .5;
    margin-bottom: 0;
}

.subscribe_section {
    background-color: #313c4e;
    padding: 40px;
    color: #fff;
}

.subscribe_section h2 {
    font-weight: 600;
    letter-spacing: 1.5px;
}

.subscribe_form {
    position: relative;
}

.subscribe_form input {
    width: 100%;
    padding: 0 20px;
    background-color: #252e3e;
    border: none;
    height: 50px;
}

.subscribe_form .subscribe_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    padding: 0 25px;
    background-color: #3d83ff;
}

.entrance_section {
    background-image: url(../images/coaching.jpg);
    background-size: cover;
    background-position: 100% 100%;
    padding: 100px 0;
    position: relative;
    background-attachment: fixed;
}

.entrance_section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.entrance_section h1 {
    color: #fff;
}

.entrance_section a {
    color: #fff;
    display: inline-block;
    margin: 10px auto;
    padding: 8px 20px;
    background: #ff7900;
    border: 1px solid #ff7900;
    text-decoration: none;
    border-radius: 4px;
    font-size: 22px;
    transition: 0.5s all linear;
}

.entrance_section a:hover {
    background: transparent;
    color: #ff7900;
}

.top_course {
    background-color: #ff7900;
    text-align: center;
    padding: 50px 0;
}

.top_course h1 {
    color: #fff;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
}

.main_course {
    border: 1px solid #fff;
    padding: 30px;
    color: #fff;
    border-radius: 10px;
    transition: 0.5s all linear;
}

.main_course:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 10px #ddd;
}

.main_course i {
    font-size: 100px;
}

.main_course h3 {
    font-size: 30px;
}

.items-list .college_img_content h3 {
    width: 60%;
}

.link_area {
    background-color: #3d83ff;
    padding: 50px 0;
    position: relative;
    top: -77px;
}

.adm_btn, .job_btn {
    padding: 10px 20px;
    border: 1px solid transparent;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 10px;
    transition: 0.5s all ease;
}

.adm_btn {
    background-color: #ff7900;
    color: #fff;
}

.adm_btn:hover {
    background-color: transparent;
    border: 1px solid #ff7900;
    color: #fff;
}

.job_btn {
    background-color: #3d83ff;
    color: #fff;
    padding: 10px 50px;
}

.job_btn:hover {
    background-color: transparent;
    border: 1px solid #3d83ff;
    color: #fff;
}

#apply_university {
    background-color: #ff7900;
    color: #fff;
    padding: 6px 25px;
    border-radius: 5px;
}

.applyModal .modal-content .form-control {
    border: none;
    border-bottom: 2px solid rgba(154, 154, 154, .18);
    padding: 0;
}

.applyModal .modal-body {
    padding: 0 15px;
}

.applyModal .apply-section {
    background-color: #f5f5f5;
}

.applyModal .form-area {
    padding: 15px 0;
    background-color: #fff;
}

#scholorship_form .form-control {
    padding: 7px 15px;
}
.modal-content label{
    color: #333;
}

.college-logo {
    padding: 80px 0 60px;
}

.college-logo img {
    width: 180px;
}

.form-area h3 {
    color: #80899a;
    font-weight: 700;
}

.general-info {
    background: #fff;
    margin-bottom: 15px;
}

.general-info h3 {
    padding: 13px;
    border-bottom: 1px solid #ddd;
    color: #ff7900;
    letter-spacing: .7px;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.general-content {
    padding: 13px;
    line-height: 27px;
    text-align: justify;
}

.general-content .table th {
    background-color: #7c8699;
    color: #fff;
}

.general-content .table {
    margin-bottom: 0;
}

.btn-download {
    background-color: #3d83ff;
    transition: 0.5s all linear;
    font-size: 14px;
}

.btn-download:hover, .btn-download:focus {
    background-color: transparent;
    border: 1px solid #3d83ff;
    color: #000;
}

.btn-scholor {
    background-color: #ff7900;
    transition: 0.5s all linear;
    font-size: 14px;
}

.btn-scholor:hover, .btn-scholor:focus {
    background-color: transparent;
    border: 1px solid #ff7900;
    color: #000;
}

.related_section {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    margin-top: 25px;
}

.related_section h3 {
    background-color: #0160b2;
    color: #fff;
    margin: 0;
    padding: 15px 13px;
    font-size: 15px;
    font-weight: 900;
}

.related_section .img-area {
    width: 13%;
    height: 34px;
    display: inline-block;
    float: left;
    overflow: hidden;
    background-color: #fff;
}

.related_section .img-area img {
    width: 100%;
    height: 34px;
    object-fit: fill;
    object-position: center;
    max-height: 100%;
    min-height: 100%;
}

.related_section .college_list {
    border-bottom: solid 1px rgba(0, 0, 0, .07);
    display: inline-block;
    width: 100%;
    padding: 8px 13px 10px;
}

.related_section .clg-name {
    display: inline-block;
    width: 83%;
    margin-left: 8px;
    margin-top: 0;
}

.related_section .clg-name a {
    font-size: 13px;
    line-height: 1;
    letter-spacing: .4px;
    color: #4d586c;
    font-weight: 600;
}

.exams {
    padding: 50px 0;
}

.exam_section {
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.exam_section h2 {
    margin: 0;
    font-size: 20px;
    float: left;
    color: #4d586c;
}

.btn-exam {
    background-color: #ff7900;
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    transition: 0.5s all linear;
    border: 1px solid transparent;
    float: right;
    font-weight: 600;
    border-radius: 50px;
    line-height: 20px;
}

.btn-exam:hover {
    background-color: transparent;
    border: 1px solid #ff7900;
}

.banner_sec {
    background: url('../images/contact.png');
    padding: 60px 0;
    background-size: 100% 100%
}

.banner_sec h4 {
    font-size: 35px;
    color: #160a55;
    margin: 0;
    padding: 0;
}

.banner_sec span a {
    font-size: 12px;
    font-size: 14px;
    color: #4a4a4a;
    display: inline-block;
    padding: 8px 0;
    padding-bottom: 0
}

.banner_sec span a:last-child {
    color: #aaa;
}

.banner_sec span {
    color: #4a4a4a
}

.facility {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 20px 10px;
}

.facility i {
    display: block;
    background-color: #f9f9f9;
    padding: 15px 0;
    border-radius: 53px;
    height: 60px;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    color: rgb(255, 121, 0);
}

.facility span {
    display: block;
    font-size: 10.7px;
    color: #9b9b9b;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 9px;
}

.news-area{
    width: 80%;box-sizing:border-box;margin: 0 auto;
}
ul.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    min-width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
    border-top: 3px solid #425371;
    padding: 0;
    list-style: none;
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
    max-height: 300px;
    overflow-y: auto;
}
ul.sub-menu li{
    float: none;
    min-height: 1px;
    vertical-align: middle;
    position: relative;
    border-right: 1px solid #eee;
}
ul.sub-menu li a{
    line-height: 150%;
    height: auto;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    display: block;
    transition: 0.5s all;
}
ul.sub-menu li a:hover{
    background-color: #425371;
    color: #fff;
}
ul.navbar-nav li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
ul.sub-menu::-webkit-scrollbar {
  width: 5px;
}
 
ul.sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
@media (max-width: 1023px) {
    #homecarousel {
        top: -70px;
    }
}

@media (max-width: 991px) {
    #homecarousel {
        top: -64px;
    }

    #header .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        padding: 0 5px;
    }

    .navbar-brand span {
        font-size: 18px;
    }

    .social-links {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 835px) {
    #header .navbar-nav > li > a {
        padding: 0 6px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    #homecarousel {
        top: -60px;
    }

    .navbar-header {
        background-color: #333;
    }

    .navbar-brand > img {
        height: 40px;
    }

    #header .navbar-default .navbar-collapse {
        width: 100%;
        position: absolute;
        padding-right: 0;
        padding-left: 0;
        z-index: 999;
    }

    .course_list {
        width: 49%;
    }

    .download-section, .subscribe_section {
        padding: 20px 0;
        text-align: center;
    }

    .download-section img {
        margin-top: 15px;
    }

    .home_search h1 {
        font-size: 40px;
    }

    .main_course {
        margin-bottom: 15px;
    }

    #header .navbar-default .navbar-nav.home_header > li > a {
        color: #000;
    }

    #header .navbar-default .navbar-nav.home_header > li > a:hover {
        color: #3d83ff;
    }

    .home_search {
        top: 35%;
    }
    .ac-panel{
        float: none;
    }
}
@media(max-width: 651px){
    .news-area{
        width: 100%;
    }
    .search_wrapper {
        width: 100%;
    }
}
@media (max-width: 579px) {

    .first_addon {
        display: none;
    }

    .home_search h1 {
        font-size: 30px;
    }

    #homecarousel {
        top: 0;
    }
}

@media (max-width: 567px) {
    .div-top .right {
        width: 30%;
    }

    .div-top .left {
        width: 69%;
    }

    .rupees, .fees {
        font-size: 25px;
    }

    .div-top .left span {
        font-size: 16px;
    }
    .top_bar_nav p{
        font-size: 12px;
    }
}

@media (max-width: 414px) {
    .btn-exam {
        padding: 3px 6px;
    }
    .adm_btn, .job_btn{
        font-size: 13px;
    }
}