@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:200,300,400,500,600,700');

/*Table of Content
- body
- header
   - navbar-nav
   - transparent-bg
   - boxed-nav
   - side-nav
      - side-menu
- revolution slider
- owl carousel
- cbp-gallery
   - cbp-filters
   - overlay
- features
- counters
- testimonials
   - testimonial-wrapp 
      - testimonial-text
- pricing_item
- team-box
- news_box
- page_header
- faq
   - faq_content
- error
- contactus
- footer
- loader

*/

/*General Styling*/
body {
    padding: 0;
    margin: 0;
    color: #a5a5a5;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

body, html {
    height: 100%;
    width: 100%;
    position: relative;
}

html {
    font-size: 16px;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
}

    a, a:hover, a:focus {
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 3.75rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    font-size: 14px;
}


/*Helper Classes*/
.padding {
    padding: 7.5rem 0;
}

.padding-top {
    padding-top: 7.5rem;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.margin_top {
    margin-top: 7.5rem;
}

.padding-bottom-half {
    padding-bottom: 4.375rem;
}

.padding-top-half {
    padding-top: 4.375rem;
}

.margin_tophalf {
    margin-top: 4.375rem;
}

.heading_space {
    margin-bottom: 4.375rem;
}

.bottom45 {
    margin-bottom: 45px;
}

.top40 {
    margin-top: 40px;
}

.top30 {
    margin-top: 30px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.bottom25 {
    margin-bottom: 25px;
}

.top25 {
    margin-top: 25px;
}

.bottom20 {
    margin-bottom: 20px;
}

.top20 {
    margin-top: 20px;
}

.top15 {
    margin-top: 15px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom10 {
    margin-bottom: 10px;
}

.margin10 {
    margin-top: 15px;
}

.bottom5 {
    margin-bottom: 5px;
}

.no_bottom {
    margin-bottom: 0;
}

.nopadding {
    padding: 0;
}

.bg_light {
    background: #f6f6f6;
}

.bg_grey {
    background-color: #ebeff2;
}

.darkcolor {
    color: #384141;
}

.color {
    color: #4fb8aa;
}

.whitecolor {
    color: #fff;
}

.primarycolor {
    color: #b2cb20;
}

.secondrycolor {
    color: #4fb8aa;
}

.dangercolor {
    color: #e84455;
}

.bg_secondry {
    background: #4fb8aa;
}

.font-light {
    font-weight: 300;
}

.font-light2 {
    font-weight: 200;
}

.font-xlight {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}

/*heading Style*/
.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

    .heading .divider-left,
    .heading .divider-center {
        height: 4px;
        width: 70px;
        background: #b2cb20;
        display: block;
    }

    .heading .divider-left {
        margin: 10px 0 -2px;
    }

    .heading .divider-center {
        margin: 10px auto -2px;
    }

    .heading > span {
        font-weight: 200;
    }

/*Align items center*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image, .image img {
    position: relative;
}

    .image img {
        -o-transition: all .8s linear;
        -webkit-transition: all .8s linear;
        transition: all .8s linear;
        width: 100%;
    }

.image {
    overflow: hidden;
}

    .image:hover img {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }


/* ---- Buttons ---- */
.btn_common {
    padding: 12px 2.5rem;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn_full {
    width: 100%;
}

.white_transparent {
    border: 1px solid #fff;
    background: transparent;
}

    .white_transparent:hover,
    .white_transparent:focus {
        background: #fff;
        color: #384141;
    }

.btn_dark {
    background: #384141;
}

.btn_dark, .btn_border {
    border: 1px solid #384141;
    color: #384141;
}

    .btn_border:hover,
    .btn_border:focus {
        background: #4fb8aa;
        border-color: #4fb8aa;
    }

.btn_primary {
    background: #b2cb20;
}

    .btn_primary:hover,
    .btn_primary:focus,
    .btn_secondry {
        background: #4fb8aa;
        color: #fff;
    }

        .btn_secondry:hover,
        .btn_secondry:focus {
            background: #b2cb20;
        }

.btn_hverprimary {
}

.btn_hversecondary {
}

.btn_hvrdanger:hover,
.btn_hvrdanger:focus,
.btn_danger {
    background: #e84455;
    border-color: #e84455;
    color: #fff;
}

    .btn_danger:hover,
    .btn_danger:focus {
        background: #4fb8aa;
        border-color: #4fb8aa;
    }

.btn_hvrwhite:hover,
.btn_hvrwhite:focus {
    background: #fff;
    border-color: #fff;
}

.white_transparent,
.btn_primary,
.btn_secondry,
.btn_danger,
.btn_primary:hover,
.btn_primary:focus,
.btn_secondry:hover,
.btn_secondry:focus,
.btn_border:hover,
.btn_border:focus,
.btn_danger:hover,
.btn_danger:focus {
    color: #fff;
}

.readmore {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #a5a5a5;
}

    .readmore::before {
        content: "";
        height: 5px;
        width: 0;
        background: #a5a5a5;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        opacity: 0;
        vertical-align: middle;
        margin-right: 3px;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

    .readmore:hover::before,
    .readmore:focus::before {
        opacity: 1;
        width: 5px;
    }

    .readmore:hover,
    .readmore:focus {
        color: #b2cb20;
    }

/* ---- Buttons ends ---- */


/* ---- Social Icons ---- */
ul.social_icon li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.social_icon.black li a {
    border: 1px solid #384141;
    color: #384141;
}

    ul.social_icon.black li a:hover,
    ul.social_icon.black li a:focus {
        color: #fff;
    }

ul.social_icon.whitebg li a {
    background: #fff;
    border-color: #fff;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

ul.social_icon.noborder li a {
    border: none;
}

ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #b2cb20;
    border-color: transparent;
    color: #fff;
}

ul.social_icon li a.facebook:hover,
ul.social_icon li a.facebook:focus {
    background: #3b5999;
    border-color: #3b5999;
}

ul.social_icon li a.twitter:hover,
ul.social_icon li a.twitter:focus {
    background: #55acee;
    border-color: #55acee;
}

ul.social_icon li a.instagram:hover,
ul.social_icon li a.instagram:focus {
    background: #e4405f;
    border-color: #e4405f;
}

ul.social_icon li a.linkden:hover,
ul.social_icon li a.linkden:focus {
    background: #0077B5;
    border-color: #0077B5;
}

ul.social_icon li a.google:hover,
ul.social_icon li a.google:focus {
    background: #dd4b39;
    border-color: #dd4b39;
}

ul.social_icon li a.whatsapp:hover,
ul.social_icon li a.whatsapp:focus {
    background: #25D366;
    border-color: #25D366;
}

ul.social_icon li a.dribble:hover,
ul.social_icon li a.dribble:focus {
    background: #ea4c89;
    border-color: #ea4c89;
}


/* ---- Social Icons ends ---- */

/* ---- BackTop Button ---- */
.whatsappTel {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    font-size: 25px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    left: 40px;
    display: none;
    background: #09a206;
    display: inline;
}

    .whatsappTel i {
        color: white;
    }

.scrollToTop {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 36px;
    font-size: 25px;
    position: fixed;
    z-index: 1000;
    bottom: 16px;
    right: 40px;
    display: none;
    background: #b2cb20;
}

    .scrollToTop:hover {
        background: #4fb8aa;
    }

    .scrollToTop, .scrollToTop:hover,
    .scrollToTop:focus {
        color: #fff;
    }
/* ---- BackTop Button ends ---- */


.widget p.address > i {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
}

/*Transitions */

a {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}





/* ------------ Navigation ------------- */
.navbar,
.navbar-nav .nav-link,
.dropdown-menu .dropdown-item,
.navbar-nav .nav-link::before,
.side-nav .navbar-nav .nav-link > span {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000;
}

.transparent-bg,
.transparent-bg-dark,
.boxed-nav,
.center-brand {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.boxed-nav {
    margin-top: 20px;
}

    .boxed-nav .container {
        background: #fff;
    }

.fixed-bottom {
    position: absolute;
    background: #fff;
}

.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.center-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.navbar-brand {
    margin: 10px 0;
    padding: 0;
    width: 130px;
    position: relative;
}

.center-brand .navbar-brand {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}

.navbar-brand > img {
    width: 100%;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

/*.navbar-nav {
   position: relative;
}*/
.collapse {
    position: relative;
}

.navbar-nav .nav-item {
    margin: 0 1.25rem;
}

.hvr-multi .navbar-nav .nav-item {
    margin: 0 .25rem;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    color: #384141;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

.transparent-bg .navbar-nav .nav-link,
.center-brand .navbar-nav .nav-link {
    color: #fff;
}

.fixedmenu .navbar-nav .nav-link {
    color: #384141;
}

.navbar-nav .nav-link::before {
    content: "";
    background: #fff;
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-link.dropdown-toggle::before,
.hvr-multi .navbar-nav .nav-link::before {
    display: none;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: 'FontAwesome';
    vertical-align: middle;
    height: auto;
    width: auto;
    border: none;
}

.hvr-multi .navbar-nav .nav-link:nth-of-type(2) {
    background: rgba(0,0,0,0);
}

.transparent-bg-dark .navbar-nav .nav-link::before,
.fixedmenu .navbar-nav .nav-link::before {
    background: #384141;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link:focus::before,
.navbar-nav .nav-link.active::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.hvr-multi .navbar-nav .nav-link {
    padding: 8px 1rem !important;
    border-radius: 20px;
}

    .hvr-multi .navbar-nav .nav-link:hover {
        color: #4fb8aa;
    }

.hvr-multi .navbar-nav .nav-item:first-child .nav-link:hover {
    color: #b2cb20;
}

.hvr-multi .navbar-nav .nav-item:nth-child(2) .nav-link:hover {
    color: #4fb8aa;
}

.hvr-multi .navbar-nav .nav-item:nth-child(3) .nav-link:hover {
    color: #e84455;
}

.hvr-multi .navbar-nav .nav-item:nth-child(4) .nav-link:hover {
    color: #384141;
}

.hvr-multi .navbar-nav .nav-item:nth-child(5) .nav-link:hover {
    color: #d46408;
}

.hvr-multi .navbar-nav .nav-item:nth-child(6) .nav-link:hover {
    color: #62bddc;
}

.hvr-multi .navbar-nav .nav-link.active {
    color: #fff;
    background: #4fb8aa;
}

.hvr-multi .navbar-nav .nav-item:first-child .nav-link.active {
    background: #b2cb20;
    color: #fff;
}

.hvr-multi .navbar-nav .nav-item:nth-child(2) .nav-link.active {
    background: #4fb8aa;
    color: #fff;
}

.hvr-multi .navbar-nav .nav-item:nth-child(3) .nav-link.active {
    background: #e84455;
    color: #fff;
}

.hvr-multi .navbar-nav .nav-item:nth-child(4) .nav-link.active {
    background: #384141;
    color: #fff;
}

.hvr-multi .navbar-nav .nav-item:nth-child(5) .nav-link.active {
    background: #d46408;
    color: #fff;
}

.hvr-multi .navbar-nav .nav-item:nth-child(6) .nav-link.active {
    background: #62bddc;
    color: #fff;
}



/*DropDowns*/
.dropdown-menu {
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 2px #d2d2d2;
    border: none;
}

.static.dropdown {
    position: static;
}

.megamenu {
    padding: 20px 0;
    width: 100%;
}

.dropdown-menu .dropdown-item {
    color: #384141;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 1rem;
}

.dropdown-menu.megamenu .dropdown-item::before {
    content: "\f178";
    font-family: "FontAwesome";
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
    transition: all .3s ease;
    width: 0;
    display: inline-block;
    margin-right: 5px;
}

.dropdown-menu.megamenu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
    width: 10px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #fff;
    background: #4fb8aa;
}

.dropdown-menu.megamenu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:focus {
    color: #4fb8aa;
    background: transparent;
}

.dropdown-menu.primary .dropdown-item:hover,
.dropdown-menu.primary .dropdown-item:focus {
    background: #b2cb20;
}

.dropdown-menu.danger .dropdown-item:hover,
.dropdown-menu.danger .dropdown-item:focus {
    background: #e84455;
}

.dropdown-menu .dropdown-title {
    margin-left: 1rem;
}


/*toggle responsive*/
.navbar-toggler {
    position: relative;
    border: none;
    height: 32px;
    padding: 5px 10px;
}

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background: #fff;
        height: 2px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        position: relative;
        left: 0;
        opacity: 1;
    }

.boxed-nav .navbar-toggler span,
.fixedmenu .navbar-toggler span,
.transparent-bg-dark span {
    background: #384141;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: -webkit-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out, -o-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 3px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*navigation socials*/
.nav-social {
    margin-left: 15px;
    /*margin-top: 6px;*/
}

    .nav-social ul.social_icon li {
        display: inline-flex;
    }

        .nav-social ul.social_icon li a {
            height: 30px;
            width: 30px;
            font-size: 14px;
            line-height: 30px;
            display: inline-block;
        }

.fixed-bottom .nav-social ul.social_icon li a {
    color: #384141;
}

.nav-social ul.social_icon li a.facebook:hover,
.nav-social ul.social_icon li a.facebook:focus {
    color: #3b5999;
    background: #fff;
}

.nav-social ul.social_icon li a.twitter:hover,
.nav-social ul.social_icon li a.twitter:focus {
    color: #55acee;
    background: #fff;
}

.nav-social ul.social_icon li a.instagram:hover,
.nav-social ul.social_icon li a.instagram:focus {
    color: #e4405f;
    background: #fff;
}

.nav-social ul.social_icon li a.linkden:hover,
.nav-social ul.social_icon li a.linkden:focus {
    color: #0077B5;
    background: #fff;
}

.nav-social ul.social_icon li a.google:hover,
.nav-social ul.social_icon li a.google:focus {
    color: #dd4b39;
    background: #fff;
}

.fixedmenu .nav-social ul.social_icon li a {
    color: #384141;
}

    .fixedmenu .nav-social ul.social_icon li a.facebook:hover,
    .fixedmenu .nav-social ul.social_icon li a.facebook:focus {
        background: #3b5999;
    }

    .fixedmenu .nav-social ul.social_icon li a.twitter:hover,
    .fixedmenu .nav-social ul.social_icon li a.twitter:focus {
        background: #55acee;
    }

    .fixedmenu .nav-social ul.social_icon li a.instagram:hover,
    .fixedmenu .nav-social ul.social_icon li a.instagram:focus {
        background: #e4405f;
    }

    .fixedmenu .nav-social ul.social_icon li a.linkden:hover,
    .fixedmenu .nav-social ul.social_icon li a.linkden:focus {
        background: #0077B5;
    }

    .fixedmenu .nav-social ul.social_icon li a.google:hover,
    .fixedmenu .nav-social ul.social_icon li a.google:focus {
        background: #dd4b39;
    }

    .fixedmenu .nav-social ul.social_icon li a:hover,
    .fixedmenu .nav-social ul.social_icon li a:focus {
        color: #fff;
    }


/*-----Side Menu----*/
.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

    .side-menu.left {
        left: 0;
        right: auto;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .side-menu.before-side {
        width: 280px;
    }

.transparent-sidemenu .side-menu {
    background: rgba(0, 0, 0, .95);
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: -5rem 0 0 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    background: #384141;
    transition: all .5s ease;
}

    .side-menu .btn-close:hover,
    .side-menu .btn-close:focus {
        background: #e84455;
    }

.side-menu.before-side .btn-close {
    display: none;
}

.just-sidemenu #sidemenu_toggle {
    position: fixed;
    z-index: 999;
    /*background: #fff;*/
    right: 1rem;
    top: 16px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 18px;
    width: 2px;
    background: #fff;
    top: 7px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-left: 1rem;
    position: absolute;
    right: 1rem;
}

    .sidemenu_btn.left {
        left: 15px;
        right: auto;
    }

    .sidemenu_btn > span {
        height: 2px;
        width: 100%;
        background: #384141;
        display: block;
    }

.transparent-bg .sidemenu_btn > span,
.boxed-nav .sidemenu_btn > span,
.center-brand .sidemenu_btn > span,
.just-sidemenu .toggle_white.sidemenu_btn > span {
    background: #fff;
}

.fixedmenu .sidemenu_btn > span {
    background: #384141;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .dropdown-menu {
    position: relative !important;
    margin-top: -30px;
    margin-bottom: 25px;
    background: #fff;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #384141;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .side-nav .navbar-nav .nav-link > span {
        width: 30px;
        margin-right: 5px;
        font-size: 96%;
    }

.side-nav .navbar-nav .nav-item:nth-child(1) .nav-link > span {
    color: #4fb8aa;
}

.side-nav .navbar-nav .nav-item:nth-child(2) .nav-link > span {
    color: #b2cb20;
}

.side-nav .navbar-nav .nav-item:nth-child(3) .nav-link > span {
    color: #e84455;
}

.side-nav .navbar-nav .nav-item:nth-child(4) .nav-link > span {
    color: #62bddc;
}

.side-nav .navbar-nav .nav-item:nth-child(5) .nav-link > span {
    color: #ee766d;
}

.side-nav .navbar-nav .nav-item:nth-child(6) .nav-link > span {
    color: #cfe166;
}

.side-nav .navbar-nav .nav-item:nth-child(7) .nav-link > span {
    color: #d46408;
}

.side-nav .navbar-nav .nav-item:nth-child(8) .nav-link > span {
    color: #8b9f19;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-nav .navbar-nav .nav-link:hover > span,
.side-nav .navbar-nav .nav-link:focus > span {
    color: #384141 !important;
}

.side-nav .navbar-nav .nav-item:nth-child(1) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(1) .nav-link:focus {
    color: #4fb8aa;
}

.side-nav .navbar-nav .nav-item:nth-child(2) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(2) .nav-link:focus {
    color: #b2cb20;
}

.side-nav .navbar-nav .nav-item:nth-child(3) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(3) .nav-link:focus {
    color: #e84455;
}

.side-nav .navbar-nav .nav-item:nth-child(4) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(4) .nav-link:focus {
    color: #62bddc;
}

.side-nav .navbar-nav .nav-item:nth-child(5) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(5) .nav-link:focus {
    color: #ee766d;
}

.side-nav .navbar-nav .nav-item:nth-child(6) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(6) .nav-link:focus {
    color: #cfe166;
}

.side-nav .navbar-nav .nav-item:nth-child(7) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(7) .nav-link:focus {
    color: #d46408;
}

.side-nav .navbar-nav .nav-item:nth-child(8) .nav-link:hover,
.side-nav .navbar-nav .nav-item:nth-child(8) .nav-link:focus {
    color: #8b9f19;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
}

.side-menu .social-icons-simple li {
    display: inline-block;
}

    .side-menu .social-icons-simple li a {
        color: #384141;
        font-size: 1.125rem;
        margin-right: 8px;
    }

        .side-menu .social-icons-simple li a:hover,
        .side-menu .social-icons-simple li a:focus {
            color: #4fb8aa;
        }

/*wrapper on opened sidebar*/
.wrapper {
    padding-left: 290px;
}

    .wrapper .full-screen {
        width: 100% !important;
    }


@media (min-width: 993px) and (max-width: 1200px) {
    .navbar-nav .nav-item {
        margin: 0 0.875rem;
    }

    .nav-social {
        margin-right: 22px;
    }

    .sidemenu_btn {
        position: relative;
        right: 0;
    }
}

@media (min-width: 993px) and (max-width: 1024px) {
}


@media (max-width: 992px) {
    .transparent-bg, .center-brand {
        background: rgba(0,0,0,.5);
    }

    .transparent-bg-dark {
        background: rgba(255,255,255,.5);
    }

    .transparent-bg.fixedmenu,
    .center-brand.fixedmenu,
    transparent-bg-dark.fixedmenu {
        background: #fff;
    }

    .boxed-nav .container {
        padding-left: 15px;
    }

    .center-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

        .center-brand .navbar-brand {
            position: relative;
            top: auto;
            margin: 16px 0;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .nav-social {
        display: none;
    }
}

@media (max-width: 991.98px) .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 15px; padding-left: 15px;
}



/* ---------- Revolution Slider ---------- */
/*#rev_slider_video .rs-fullvideo-cover {
   background: rgba(0, 0, 0, 0.5);
   right: 0; bottom: 0;
   left: 0; top: 0;
}*/
.tp-caption {
    padding-left: 15px;
    padding-right: 15px;
}

/*arrows Slider*/
.tparrows {
    background: #e84455;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .5s ease;
}

    .tparrows.tp-leftarrow:before {
        content: "\f104";
        font-family: 'FontAwesome';
    }

    .tparrows.tp-rightarrow:before {
        content: "\f105";
        font-family: 'FontAwesome';
    }

.tp-leftarrow, .tp-rightarrow {
    margin: 5px;
    font-size: 24px;
}

.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover,
.tparrows.tp-leftarrow:focus,
.tparrows.tp-rightarrow:focus {
    background: #4fb8aa;
}

/*thums arrows*/
.zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(0,0,0,0.10);
}

.zeus .tp-title-wrap {
    background: #000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%;
}

.zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.zeus.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}

.zeus.tparrows:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}


/*bullets*/
.tp-bullet, .tp-bullet::after {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.tp-bullet {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    border: 1px solid #4fb8aa;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .tp-bullet,
    .tp-bullet:hover,
    .tp-bullet:focus {
        background: transparent;
    }

        .tp-bullet::after {
            background-color: #4fb8aa;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
            visibility: hidden;
            width: 100%;
        }

        .tp-bullet.selected::after,
        .tp-bullet:hover:after {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
            visibility: visible;
        }

.rev_slider a {
    line-height: normal !important;
}

.rev_slider .font-fourty {
    font-size: 2.7rem;
}

.rev_overlay {
    position: absolute;
    opacity: .8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

    .rev_overlay::-ms-expand {
        display: none;
    }



/* ---------- Revolution Slider ends ---------- */


/* ---------- OWL Slider ---------- */
.owl-dot, .owl-prev, .owl-next,
.owl-dots .owl-dot::after {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.owl-dots {
    margin-top: 2rem;
    text-align: center;
}

.vertical-dot .owl-dots {
    display: inline-table;
    width: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
}

.owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    background: transparent;
    margin: 2px 3px;
    position: relative;
    border: 1px solid #4fb8aa;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
}

    .owl-dots .owl-dot::after {
        background-color: #4fb8aa;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
        width: 100%;
    }

#text-fading .owl-dots .owl-dot {
    background: #fff;
    border: none;
}

.vertical-dot .owl-dots .owl-dot {
    border: none;
    background: rgba(255, 255, 255, .5);
}

    .vertical-dot .owl-dots .owl-dot::after {
        display: none;
    }

    .vertical-dot .owl-dots .owl-dot.active {
        height: 15px;
        width: 15px;
        background: #fff;
    }

.owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

/* ----- OWL Slider ends ----- */


/* ----- Gallery ----- */
.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
    display: inline-block;
}

    .cbp-l-filters .cbp-filter-item span {
        color: #b7b7b7;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: capitalize;
        position: relative;
        padding: 8px 1.25rem;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #b7b7b7;
    }

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item:hover span {
    border: 1px solid #4fb8aa;
    color: #fff;
    background: #4fb8aa;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:focus span {
    border: 1px solid #e84455;
    color: #fff;
    background: #e84455;
}

.cbp-l-filters .cbp-filter-item span,
.overlay, .overlay .opens {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.overlay {
    background-color: rgba(79, 184, 170, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    .overlay.primary {
        background: rgba(178,203,32, .75);
    }

    .overlay.danger {
        background: rgba(232,68,85, .75);
    }

.cbp-item:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.overlay .opens {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    background: #b2cb20;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 72px;
    -ms-transform: rotate(50deg) scale(1.5);
    -o-transform: rotate(50deg) scale(1.5);
    -webkit-transform: rotate(50deg) scale(1.5);
    transform: rotate(50deg) scale(1.5);
}

    .overlay .opens:hover,
    .overlay .opens:focus {
        background: #e84455;
    }

.cbp-item:hover .overlay .opens {
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.overlay h4 > a:hover,
.overlay h4 > a:focus {
    color: #fff;
}

.project-details {
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
}

.project-table {
    display: table;
    border-bottom: 1px solid #f7f7f7;
}

    .project-table .d-table-cell {
        padding: 20px 10px;
        vertical-align: middle;
    }

        .project-table .d-table-cell p {
            margin: 0;
        }

        .project-table .d-table-cell:first-child {
            padding-left: 0;
        }

@media (max-width:1024px) {
    .cbp-l-filters .cbp-filter-item span {
        padding: 5px 1.1rem;
    }
}

@media (max-width:992px) {
    .cbp-l-filters .cbp-filter-item span {
        font-size: 13px;
        padding: 5px 1rem;
    }
}

@media (max-width:1024px) {
    .cbp-l-filters .cbp-filter-item span {
        margin-bottom: .65rem;
    }
}

/* ----- Gallery ends ----- */


/* ----- Feature & Services ----- */

/*features*/
.icon_box, .icon_box i {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.icon_box {
    padding: 25px 15px;
    position: relative;
}

    .icon_box:hover {
        cursor: pointer;
        background: #b2cb20;
        border-radius: 5px;
    }

    .icon_box i {
        display: inline-block;
        font-size: 44px;
        color: #b2cb20;
        position: relative;
    }

.icon_wraper [class^="col"]:nth-child(2n) .icon_box i {
    color: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(3n) .icon_box i {
    color: #e84455;
}

.icon_wraper [class^="col"]:nth-child(4) .icon_box i {
    color: #e84455;
}

.icon_wraper [class^="col"]:nth-child(5) .icon_box i {
    color: #b2cb20;
}

.icon_wraper [class^="col"]:nth-child(6) .icon_box i {
    color: #4fb8aa;
}

.icon_box:hover, .icon_box:hover * {
    color: #fff !important;
}

.services-box:hover h3 > a {
    color: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(2) .icon_box:hover {
    background: #4fb8aa;
}

.icon_wraper [class^="col"]:nth-child(3) .icon_box:hover {
    background: #e84455;
}

.icon_wraper [class^="col"]:nth-child(4) .icon_box:hover {
    background: #e84455;
}

.icon_wraper [class^="col"]:nth-child(5) .icon_box:hover {
    background: #b2cb20;
}

.icon_wraper [class^="col"]:nth-child(6) .icon_box:hover {
    background: #4fb8aa;
}


/*Bullets*/
ul.bullet-list > li + li {
    margin-top: 15px;
}

ul.bullet-list li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #4fb8aa 2px solid;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/*Rating*/
.reviews-rating p > i {
    color: #ddb204;
    font-size: 20px;
}

.reviews-rating p > strong {
    font-weight: bold;
    display: block;
    font-size: 2.5rem;
    line-height: 1;
}

.rating-progress span {
    display: block;
    margin-bottom: 5px;
}

.rating-progress .progress {
    margin-bottom: 10px;
}

/*Service Slider*/
#services-slider .service-box,
#services-slider .service-box > span {
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

#services-slider {
    margin: -140px 0 0;
    min-height: 350px;
    position: relative;
    z-index: 21;
}

    #services-slider.owl-carousel .owl-stage-outer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #services-slider .service-box {
        position: relative;
        padding: 3rem 1rem;
        background: #4fb8aa;
        color: #fff;
        text-align: center;
        z-index: 2;
        overflow: hidden;
    }

        #services-slider .service-box > span {
            display: inline-block;
            font-size: 32px;
            height: 50px;
            width: 50px;
            overflow: hidden;
        }

        #services-slider .service-box h4 {
            font-weight: bold;
        }

        #services-slider .service-box:hover span {
            font-size: 38px;
        }

        #services-slider .service-box:hover a {
            color: #fff;
        }

    #services-slider .owl-item.center .service-box {
        background: #b2cb20;
        padding: 4.5rem 1rem;
        margin-top: -25px;
    }

        #services-slider .service-box:hover,
        #services-slider .owl-item.center .service-box:hover {
            background: #e84455;
        }

@media screen and (max-width: 768px) {
    #services-slider {
        margin: -70px 0 0;
    }
}


/* ----- Feature & Services ends ----- */


/* ----- Counters ----- */
#bg-counters {
    background: url(../images/counter.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
}

.number-counters .counters-item {
    margin: 30px 0;
    text-align: center;
}

    .number-counters .counters-item i {
        color: #4fb8aa;
        display: block;
        font-size: 50px;
        margin-bottom: 10px;
    }

    .number-counters .counters-item:nth-child(2) i {
        color: #b2cb20;
    }

    .number-counters .counters-item:nth-child(3) i {
        color: #e84455;
    }

    .number-counters .counters-item:nth-child(4) i {
        color: #e16a08;
    }

    .number-counters .counters-item strong {
        display: block;
        font-size: 3rem;
        line-height: normal;
        margin-bottom: 15px;
    }

    .number-counters .counters-item p {
        font-size: 1.125rem;
    }

#counter .number-counters .counters-item {
    margin-bottom: 0;
}

/* ----- Counters ends ----- */


/* ----- Testimonials ----- */
.testimonial-wrapp,
.testimonial-wrapp .testimonial-text,
.testimonial-wrapp .testimonial-photo,
.testimonial-wrapp .quoted,
.testimonial-quote {
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

    .testimonial-wrapp,
    .testimonial-wrapp .testimonial-text {
        text-align: center;
    }

        .testimonial-wrapp .quoted,
        .testimonial-wrapp .testimonial-photo {
            display: inline-block;
        }

        .testimonial-wrapp .quoted {
            background: #4fb8aa;
            color: #fff;
            font-size: 20px;
            line-height: 50px;
            height: 50px;
            width: 50px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
            -o-transform: translateY(50%);
            transform: translateY(50%);
            z-index: 1;
        }

        .testimonial-wrapp .testimonial-text {
            background: #fff;
            padding: 4.25rem 2.5rem;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid #f1f1f1;
        }

#testimonial-grid .testimonial-wrapp .testimonial-text {
    padding: 3rem .75rem;
}

.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
}

    .testimonial-wrapp .testimonial-photo,
    .testimonial-wrapp .testimonial-photo > img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-grid .cbp-item:nth-child(2n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text,
#testimonial-grid .cbp-item:nth-child(2n) .testimonial-wrapp:hover .testimonial-text {
    background: #b2cb20;
}

#testimonial-slider .owl-item:nth-child(3n) .testimonial-wrapp .quoted,
#testimonial-grid .cbp-item:nth-child(3n) .testimonial-wrapp .quoted,
#testimonial-slider .owl-item:nth-child(3n) .testimonial-wrapp:hover .testimonial-text,
#testimonial-grid .cbp-item:nth-child(3n) .testimonial-wrapp:hover .testimonial-text {
    background: #e84455;
}

.testimonial-wrapp:hover .testimonial-text,
.testimonial-wrapp:hover .quoted {
    background: #4fb8aa;
    color: #fff;
}

/* ----- Testimonials ends ----- */

/* ----- Pricings ----- */
.pricing_item {
    position: relative;
    padding: 2.5rem 1rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .pricing_item .pricing_price {
        padding: 15px 0 14px 0;
        border-top: 1px solid rgba(139, 144, 157, 0.18);
        border-bottom: 1px solid rgba(139, 144, 157, 0.18);
    }

    .pricing_item:hover .pricing_price {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .pricing_item .pricing_currency {
        font-size: 3rem;
        font-weight: 300;
    }

.pricing_list {
    font-size: 14px;
    padding: 25px 0;
}

    .pricing_list li {
        margin: 14px 0;
        color: #a5a5a5;
        font-size: 1rem;
    }

.pricing_item:hover,
.pricing_item.secondry:hover {
    background: #4fb8aa;
}

.pricing_item.primary:hover {
    background: #b2cb20;
}

.pricing_item.danger:hover {
    background: #e84455;
}

.pricing_item:hover,
.pricing_item:hover .darkcolor,
.pricing_item:hover .pricing_list li {
    color: #fff;
}

    .pricing_item:hover .btn_common {
        background: transparent;
        border-color: #fff;
    }

.pricing_item .btn_common:hover,
.pricing_item .btn_common:focus {
    background: #fff;
    border-color: #fff;
    color: #384141;
    color: #384141;
}

@media (max-width:992px) {
    .pricing_item .pricing_currency {
        font-size: 2.5rem;
    }

    .pricing_list li {
        font-size: 0.9375rem;
    }
}

/* ----- Pricings ends ----- */

/* ----- Team ----- */
.team-box,
.team-box ul li {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box {
    position: relative;
    overflow: hidden;
}

    .team-box .team-content {
        padding: 30px 1.25rem;
        text-align: center;
        background: #fff;
    }

        .team-box .team-content h3 {
            font-weight: normal;
        }

        .team-box .team-content p {
            margin-bottom: 0;
        }

    .team-box.greycontent .team-content {
        background: #f6f6f6;
    }

    .team-box:nth-child(3n-2) .overlay,
    .team-box.firstcolor .overlay {
        background: rgba(79,184,170, .7);
    }

    .team-box:nth-child(3n) .overlay,
    .team-box.secondcolor .overlay {
        background: rgba(178,203,32, .7);
    }

    .team-box:nth-child(2n) .overlay,
    .team-box.thirdcolor .overlay {
        background: rgba(232,68,85, .7);
    }

    .team-box:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

    .team-box ul li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .team-box ul li:first-child {
            -webkit-transition-delay: .1s;
            -o-transition-delay: .1s;
            transition-delay: .1s;
        }

        .team-box ul li:nth-child(2) {
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            transition-delay: .2s;
        }

        .team-box ul li:nth-child(3) {
            -webkit-transition-delay: .3s;
            -o-transition-delay: .3s;
            transition-delay: .3s;
        }

        .team-box ul li:nth-child(4) {
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            transition-delay: .4s;
        }

        .team-box ul li:nth-child(5) {
            -webkit-transition-delay: .5s;
            -o-transition-delay: .5s;
            transition-delay: .5s;
        }

        .team-box ul li:nth-child(6) {
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
        }

        .team-box ul li:nth-child(7) {
            -webkit-transition-delay: .7s;
            -o-transition-delay: .7s;
            transition-delay: .7s;
        }

    .team-box:hover ul li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

/* ----- Team Ends ----- */


/* ----- Blog & News ----- */
.news_box,
.webcats li a > span,
ul.links li a::before {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#blog .blog-item {
    border-bottom: 1px solid #cccccc;
}

    #blog .blog-item:last-child {
        border-bottom: none;
    }

/*News box*/
.news_wrap .news_box {
    background: #fff;
    margin: -50px 10px 0 10px;
    padding: 20px 15px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news_wrap .image {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news_box:hover h4 > a,
.news_box:focus h4 > a,
.blog-item:hover h3 > a,
.blog-item:focus h3 > a {
    color: #4fb8aa;
}

/*Comments & Date*/
ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.commment li {
    margin-left: 10px;
}

    .commment li:first-child {
        margin-left: 0;
    }

    .commment li:last-child {
        margin-right: 0;
    }

    .commment li a {
        display: block;
        color: #a5a5a5;
        font-size: 14px;
    }

        .commment li a > i {
            margin-right: 4px;
            vertical-align: middle;
            color: #b2cb20;
        }

.news_wrap .news_box .commment {
    margin: 20px 0;
}

/*Pagination*/
.pagination li > .page-link {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 4px;
    border: none;
    background: #4fb8aa;
}

.pagination li > .page-link,
.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

    .pagination li > .page-link:hover,
    .pagination li > .page-link:focus {
        background: #b2cb20;
        color: #fff;
    }

.pagination li.active > .page-link {
    background: #e84455;
}

/*Single Post*/
.single_post {
    overflow: hidden;
}

    .single_post .post {
        height: 60px;
        width: 60px;
        padding-right: 10px;
    }

    .single_post .post,
    .single_post .text {
        display: table-cell;
        vertical-align: middle;
    }

        .single_post .post > img {
            width: 100%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .single_post .text > a {
            font-weight: 600;
        }

    .single_post:hover a,
    .single_post:focus a {
        color: #4fb8aa;
    }

/*Tags*/
.webtags li {
    margin: 1px;
}

    .webtags li a {
        -webkit-border-radius: 24px;
        border-radius: 24px;
        color: #6a6a6a;
        font-size: 12px;
        margin: 2px 0;
        padding: 5px 16px;
        border: 1px solid #c7c7c7;
        display: block;
    }

        .webtags li a:hover,
        .webtags li a:focus {
            color: #fff;
            background: #4fb8aa;
            border: 1px solid #4fb8aa;
        }

/*Category*/
.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
}

    .webcats li a > span {
        display: inline-block;
        margin-left: 5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 12px;
        height: 24px;
        width: 24px;
        text-align: center;
        color: #c7c7c7;
        line-height: 24px;
        float: right;
    }

    .webcats li a:hover,
    .webcats li a:focus {
        color: #4fb8aa;
    }

.webcats li:first-child a {
    margin-top: 0;
}

.webcats li:last-child a {
    margin-bottom: 0;
}

.webcats li a:hover > span,
.webcats li a:focus > span {
    background: #4fb8aa;
    color: #fff;
}

/* useful links */
ul.links > li + li {
    margin-top: 10px;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

ul.links li a {
    font-size: 14px;
}

    ul.links li a > i {
        display: inline-table;
        vertical-align: middle;
        width: 20px;
    }

    ul.links li a:hover,
    ul.links li a:focus {
        color: #ffffff;
    }

    ul.links li a::before {
        background: #4fb8aa;
        margin-right: 5px;
        content: "";
        display: inline-block;
        height: 5px;
        width: 0;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    ul.links li a:hover::before {
        width: 5px;
    }

/*Form Search*/
.widget_search .input-group {
    width: 260px;
}

.widget_search .form-control {
    width: 214px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #d6d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .input-group-addon {
    height: 38px;
    background-color: #4fb8aa;
    color: #fff;
    position: relative;
    top: 0;
    left: -5px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.widget {
    /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    padding: 30px 15px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*Quotes*/
blockquote.blockquote {
    position: relative;
}

    blockquote.blockquote::before {
        content: "\f10d";
        width: 40px;
        font-size: 28px;
        margin-right: 5px;
        color: #a1a1a1;
        font-family: "FontAwesome";
    }

/*Profile Image*/
.profile_bg {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}

.profile_border {
    border-top: 1px solid #c8c8c8;
}

    .profile_border:last-child {
        border-bottom: 1px solid #c8c8c8;
    }

.profile {
    background: #fff;
    padding: 15px;
    display: table;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .profile .p_pic,
    .profile .profile_text {
        display: table-cell;
    }

    .profile .p_pic {
        width: 100px;
        height: 100px;
        padding-right: 15px;
    }

        .profile .p_pic img {
            width: 100%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.profile_text {
    vertical-align: top;
    padding-right: 10px;
}

    .profile_text h5 {
        margin-bottom: 8px;
    }

    .profile_text strong {
        color: #b2cb20;
        font-size: 14px;
    }

    .profile_text span {
        color: #5b5b5b;
        font-size: 13px;
    }

/*post shares*/
.post-shareit {
    border-bottom: 1px solid #d2d1d1;
    padding: 0 0 10px 0;
}

/* ----- Blog & News ends ----- */



#text_rotator_parent {
    background: url(../images/text-rotator.jpg) no-repeat;
    width: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.rotate_caption {
    padding: 10% 1%;
}

#text_rotator h1,
#text_rotator p {
    color: #fff;
}

#text_rotator p {
    margin: 10px 0 0 0;
    font-size: 18px;
}

#text_rotator a {
    margin: 30px 3px 5px 3px;
}

/* ---------- OWL Slider ends ---------- */

/* ----- ABout US ----- */
.history-media {
    position: relative;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

    .history-media .d-table-cell {
        vertical-align: middle;
    }

        .history-media .d-table-cell:last-child {
            padding-left: 15px;
        }

    .history-media:hover {
        background: #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

/*two equal blocks*/
.split-box .heading-title {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 1480px) {
    .split-box .padding {
        padding: 6.5rem;
    }
}

@media (max-width: 1366px) {
    .split-box .padding {
        padding: 5.5rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .split-box .padding {
        padding: 3rem 0;
    }
}

@media (max-width: 992px) {
    .split-box {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* ----- ABout US ----- */

/* ----- Paralax bg  ----- */
#parallax-bg {
    background: url(../images/parallax2.jpg) no-repeat;
    padding: 10% 0;
}

    #parallax-bg.parallax-one {
        background: url(../images/parallax1.jpg) no-repeat;
    }

.banner-fullscreen {
    background: url(../images/banner-flat.jpg) no-repeat;
}

#simple-banner {
    background: url(../images/counter.jpg) no-repeat;
}

#fading-banner {
    background: url(../images/bg-single-3.jpg) no-repeat;
}

#parallax-bg,
#parallax-bg.parallax-one,
.banner-fullscreen,
#simple-banner,
#fading-banner {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
}

    #parallax-bg h1 {
        font-size: 3rem;
    }

#particles-js {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .6;
}

/*Single Porfolio parallax*/
.item-one {
    background: url(../images/bg-single-1.jpg) no-repeat;
}

.item-two {
    background: url(../images/bg-single-2.jpg) no-repeat;
}

.item-three {
    background: url(../images/bg-single-3.jpg) no-repeat;
}

.item-four {
    background: url(../images/bg-single-4.jpg) no-repeat;
}

.item-five {
    background: url(../images/bg-single-5.jpg) no-repeat;
}

.item-six {
    background: url(../images/bg-single-6.jpg) no-repeat;
}

.item-seven {
    background: url(../images/bg-single-7.jpg) no-repeat;
}

.item-eight {
    background: url(../images/bg-single-8.jpg) no-repeat;
}

.item-nine {
    background: url(../images/bg-single-9.jpg) no-repeat;
}

.single-items {
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
}

.item-titles:hover a {
    color: inherit;
}

/*Morphext*/
.morphext > .animated {
    display: inline-block;
}


/* ----- Paralax bg ends  ----- */

/**------ Page Header -------**/
.page_header {
    background: url(../images/page-tittle.jpg) no-repeat;
}

.page_shop_header {
    background: url(../images/page-tittle-1.jpg) no-repeat;
}

.page_header {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    background-position: center center;
    position: relative;
}

    .page_header .page-content {
        position: relative;
    }

        .page_header .page-content h1 {
            font-size: 2.5rem;
            margin-top: 3rem;
        }

        .page_header .page-content h1,
        .page_header .page-content p {
            color: #fff;
        }

        .page_header .page-content .page_nav {
            background: #fff;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            padding: 18px 40px 10px;
            display: inline-block;
            margin-top: 80px;
            color: #7f7f7f;
            font-size: 0.875rem;
            float: right;
            margin-bottom: -2px;
        }

            .page_header .page-content .page_nav a {
                display: inline-block;
                margin: 0 10px;
                color: #0b0b0b;
            }

            .page_header .page-content .page_nav span i {
                margin-right: 5px;
            }

@media (max-width:992px) {
    .page_header .page-content .page_nav {
        padding: 18px 30px 10px;
    }
}

@media (max-width:768px) {
    .page_header .page-content .page_nav {
        padding: 18px 16px 10px;
        float: none;
        width: 100%;
    }
}

/**-------Page Header ends------**/


/*------ FAQ's ------ */
.faq_content .items > li > a {
    background: #fff;
    color: #384141;
    display: block;
    margin-bottom: 10px;
    padding: 15px 10px 15px 55px;
    position: relative;
    border: 1px solid #d5d5d5;
}

    .faq_content .items > li > a:hover,
    .faq_content .items > li > a.expanded {
        background: #4fb8aa;
        color: #fff;
    }

    .faq_content .items > li > a:after {
        background: #fff;
        content: "\f105";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 20px;
        height: 100%;
        left: 0;
        line-height: 30px;
        padding: 10px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 40px;
        border-right: 1px solid #d5d5d5;
    }

    .faq_content .items > li > a.expanded:after,
    .faq_content .items > li > a:hover::after {
        background: #b2cb20;
        border-color: #b2cb20;
    }

.faq_content .sub-items {
    display: none;
    padding: 20px 15px;
    border: 1px solid #d5d5d5;
    border-top: none;
    margin-bottom: 10px;
}

    .faq_content .sub-items p {
        margin: 0;
    }

faq_content .tab_drawer_heading:after {
    content: "\f107";
    display: inline-block;
    right: 20px;
    position: absolute;
    font-family: 'FontAwesome';
}

.faq_content .items > li > a.expanded {
    margin-bottom: 0;
}

    .faq_content .items > li > a.expanded:after .faq_content .tab_drawer_heading.d_active:after {
        content: "\f106";
    }

/* ------ FAQ's ------ */


/* ------ SHOP ------ */
.shopping-box {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #000000;
}

    .shopping-box .shop_content {
        padding: 20px 15px;
    }

    .shopping-box:hover .overlay .opens {
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    .shopping-box .price-product {
        font-family: 'Open Sans', sans-serif;
        color: #b2cb20;
    }

.quote .quote {
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    max-width: 80px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
}

.quote .btn_common {
    font-size: 11px;
    padding: 10px 1.25rem;
}

.quote, .quote a {
    display: inline-block;
}

.shopping-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.shopping-box:hover h4 > a,
.shopping-box:focus h4 > a {
    color: #4fb8aa;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.quote .quote:focus {
    outline: none;
}

/*Tabs*/
.tab-container {
    border: 1px solid #d1d1d1;
    padding: 2.5rem 1rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .tab-container > p {
        margin-bottom: 0;
    }

    .tab-container .accordion-item + div > p {
        margin-bottom: 1rem;
    }

.tab-to-accordion.accordion-mod .tabset-list {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.tab-to-accordion.accordion-mod .accordion-item {
    height: auto;
    overflow: visible;
    visibility: visible;
    margin: 0 0 15px;
}

.tabset-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .tabset-list a,
    .accordion-item a {
        display: block;
        padding: 12px 1.75rem;
        color: #fff;
        font-weight: 600;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        line-height: normal;
    }

    .tabset-list a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.accordion-item {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

    .accordion-item a {
        background: #4fb8aa;
    }

.tabset-list li:first-child a {
    margin-left: 0;
    background: #b2cb20;
}

.tabset-list li:nth-child(2) a {
    background: #4fb8aa;
}

.tabset-list li:last-child a {
    margin-right: 0;
    background: #e84455;
}

.tabset-list .active > a {
    color: #fff;
    background: #d1d1d1 !important;
}

.accordion-item a:hover {
    background: #e84455;
}

.accordion-item.active > a {
    color: #fff;
    background: #e84455;
}

.tab-container p:last-child {
    margin-bottom: 0;
}

/*Cart table*/
.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
}

    .cart_table .table-responsive thead tr > th {
        padding: 15px 20px;
        border-bottom-width: 1px;
    }

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 20px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
}

.cart_table .btn-close {
    display: inline-block;
    color: #e84455;
    font-size: 20px;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

    .cart_table .shopping-product > img {
        width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: #4fb8aa;
}

.apply_coupon {
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 20px;
}

    .apply_coupon .coupon > form input {
        height: 42px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .apply_coupon .coupon > form .form-group > input {
        width: 100%;
    }

    .apply_coupon .coupon a {
        display: inline-table;
    }

.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .totals .table-responsive tr > td {
        border: none;
        padding: 17px 10px;
    }

    .totals form.findus .form-control {
        margin-bottom: 15px;
    }

@media (max-width: 768px) {
    .apply_coupon .btn_common {
        font-size: 10px;
        padding: 10px 1rem;
    }
}

/* ----- SHOP ----- */


/* ------- 404 ------ */
#error .error {
    position: relative;
}

    #error .error h1 {
        position: relative;
        color: #ebebeb;
        font-size: 9.375rem;
    }

    #error .error h2 {
        font-size: 3.125rem;
        left: 50%;
        top: 50%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* ------- 404 ------ */

/*-------------------------------*/
/* Partner/ Logo's*/
/*-------------------------------*/
#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 60px;
    overflow: hidden;
}

    #partners-slider .logo-item, #partners-slider .logo-item > img {
        display: inline-block;
    }

.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

/*-------------------------------*/
/* Partner/ Logo's ends*/
/*-------------------------------*/

/* ----- Contact Us ----- */
.contact-table {
    overflow: hidden;
}

    .contact-table .cells {
        vertical-align: top;
    }

    .contact-table .icon-cell {
        display: inline-block;
        background: #4fb8aa;
        color: #fff;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
        -webkit-transition: all .5s ease-in;
        -o-transition: all .5s ease-in;
        transition: all .5s ease-in;
    }

.contact_address .contact-table:first-child .icon-cell,
.contact_address .contact-table.colorone .icon-cell {
    background: #4fb8aa;
}

.contact_address .contact-table:nth-child(2) .icon-cell,
.contact_address .contact-table.colortwo .icon-cell {
    background: #b2cb20;
}

.contact_address .contact-table:nth-child(3) .icon-cell,
.contact_address .contact-table.colorthree .icon-cell {
    background: #e84455;
}

.contact_address .contact-table:nth-child(4) .icon-cell,
.contact_address .contact-table.colorfour .icon-cell {
    background: #d46408;
}

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #b5b5b5;
}

:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #b5b5b5;
}

::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #b5b5b5;
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b5b5b5;
}

textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
}

textarea {
    resize: none;
}

label {
    font-weight: normal;
    margin: 0;
}

button {
    border: none;
    cursor: pointer;
}

    button:focus,
    textarea:focus {
        outline: none;
        outline: 0;
    }

form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.findus:not(.form-inline) .form-group {
    width: 100%;
}

form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

form.findus textarea {
    width: 100%;
    min-height: 160px;
}

.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

    .form-control:focus,
    textarea:focus {
        border-color: #4fb8aa;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }

form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: FontAwesome;
    color: inherit;
    font-size: 16px;
    padding: 9px 8px;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*Map*/
#map-container {
    width: 100%;
    height: 400px;
}

p.logomap {
    font-weight: 500;
}
/* ----- Contact Us ends ----- */


/* --------------- FOOTER ---------------*/
footer {
    background: #384141;
}

.footer_panel .divider-left {
    background: #fff;
}

footer, footer p {
    color: #fff;
}

    footer .footer_panel h3 {
        display: block;
    }

    footer .footer_panel .footer_logo {
        display: inline-block;
    }

.footer_logo > img {
    width: 110px;
}

footer .footer_panel p.address,
.services p.address {
    margin-left: 25px;
    margin-bottom: 15px;
}

    footer .footer_panel p.address a:hover {
        color: #b2cb20;
    }

    footer .footer_panel p.address > i,
    .services p.address > i {
        display: inline-block;
        font-size: 15px;
        margin-left: -25px;
        vertical-align: middle;
        width: 25px;
    }

.footer_panel ul.links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.copyright {
    width: 100%;
    padding: 20px 0;
}

    .copyright p {
        margin: 0;
        font-size: 0.875rem;
        line-height: normal;
    }

        .copyright p > a:hover {
            color: #4fb8aa;
        }




@media (max-width:1200px) {
    h1,
    #parallax-bg h1 {
        font-size: 2.56rem;
    }

    h2 {
        font-size: 2.45rem;
    }

    h3 {
        font-size: 1.65rem;
    }

    h4 {
        font-size: 1.15rem;
    }
}

@media (min-width:536px) and (max-width:1024px) {
    ul.social_icon li a {
        font-size: 14px;
        height: 30px;
        line-height: 28px;
        width: 30px;
    }

    p {
        font-size: 13px;
    }
}

@media (max-width:992px) {
    h1,
    #parallax-bg h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.125rem;
    }
}

@media (max-width:768px) {
    .container {
        max-width: 98%;
    }

    h1,
    #parallax-bg h1 {
        font-size: 2.65rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.375rem;
    }

    h4 {
        font-size: 1.115rem;
    }

    .btn_common {
        padding: 10px 2.2rem;
        font-size: 12px;
    }
}

@media (max-width:560px) {
    #parallax-bg h1 {
        font-size: 2.2rem;
    }

    .btn_common {
        padding: 8px 2rem;
        font-size: 11px;
    }
}

/* ------ New Styles ------  */

#shop .findus .form-group {
    margin-bottom: 20px !important;
}

.split-box .heading_space {
    margin-bottom: 2.375rem;
}

@media screen and (max-width: 991px) {
    #shop .findus .form-group {
        width: 100%;
    }

    .apply_coupon .coupon a {
        width: 49.6%;
    }

    #shop .findus .btn_common, .findus .form-group {
        width: 100%;
    }

    #shop .findus .apply_coupon .btn_common {
        width: 100%;
    }

    #shop .findus {
        margin: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .padding {
        padding: 4rem 0;
    }

    .padding-top {
        padding-top: 4rem;
    }

    .padding-bottom {
        padding-bottom: 4rem;
    }

    .icon_box {
        padding: 15px;
    }

        .icon_box.margin_tophalf {
            margin-top: 2rem;
        }

    #shop .findus .form-group {
        margin-bottom: 20px !important;
    }

    .split-box .padding-bottom-sm-0 {
        padding-bottom: 0 !important;
    }

    .cart_table .d-table {
        display: table !important;
    }

    #shop .d-table-cell {
        display: contents !important;
    }
}

@media screen and (max-width: 576px) {

    .cart_table .table-responsive tbody tr > td {
        padding: 10px !important;
    }

    #shop h4 {
        font-size: 1rem;
    }

    .cart_table .shopping-product {
        margin-left: 5px;
    }

    .apply_coupon .coupon a {
        width: 49.2%;
    }
}





/* ----- PreLoader ----- */
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}

.spinner {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.container1 > div,
.container2 > div {
    width: 16px;
    height: 16px;
    /*border: 5px solid #4fb8aa;*/
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -o-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.container1 .circle1,
.container2 .circle4 {
    border: 5px solid #4fb8aa;
}

.container1 .circle2,
.container2 .circle1 {
    border: 5px solid #b2cb20;
}

.container1 .circle3,
.container2 .circle2 {
    border: 5px solid #e84455;
}

.container1 .circle4,
.container2 .circle3 {
    border: 5px solid #d46408;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.circle1, .circle2 {
    top: 0;
}

.circle1 {
    left: 0;
}

.circle2 {
    right: 0;
}

.circle3, .circle4 {
    bottom: 0;
}

.circle3 {
    right: 0;
}

.circle4 {
    left: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    -o-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    -o-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    -o-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.4);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@-o-keyframes bouncedelay {
    0%, 80%, 100% {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }

    40% {
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -o-transform: scale(0.0);
        transform: scale(0.0);
        -webkit-transform: scale(0.25);
    }

    40% {
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.img-responsive {
    width: 100%;
}
