@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Poppins:200,300,400,500,600,700');
body {
    padding: 0;
    margin: 0;
    color: #a5a5a5;
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    direction: ltr;
}

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;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, 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-top: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px
}

.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: 10px
}

.top60 {
    margin-top: 60px;
}

.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: #ebeff2;
}

.bg_dark {
    background: #384141;
}

.darkcolor {
    color: #384141;
}

.color {
    color: #4fb8aa;
}

.whitecolor {
    color: #fff !important;
}

.primarycolor {
    color: #ffbf00;
}

.secondrycolor {
    color: #4fb8aa;
}

.dangercolor {
    color: #e84455;
}

.bg_secondry {
    background: #4fb8aa;
}

.font-light {
    font-weight: 100;
}

.font-light2 {
    font-weight: 200;
}

.font-xlight {
    font-weight: 100;
}

.font-bold {
    font-weight: bold;
}

.font-medium {
    font-weight: 500;
}


/*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: #e84455;
    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:nth-of-type(3n+1) .service-box {
    background: #e84455;
}

#services-slider .owl-item:nth-of-type(3n+3) .service-box {
    background: #4fb8aa;
}

#services-slider .owl-item.center .service-box {
    background: #ffbf00;
    padding: 4.5rem 1rem;
    margin-top: -25px;
}

#services-slider .service-box:hover,
#services-slider .owl-item:nth-of-type(3n+1) .service-box:hover,
#services-slider .owl-item:nth-of-type(3n+3) .service-box:hover,
#services-slider .owl-item.center .service-box:hover {
    background: #384141;
}

@media screen and (max-width: 768px) {
    #services-slider {
        margin: -70px 0 0;
    }
}


/*heading Style*/

.heading {
    border-bottom: 1px solid #dadada;
    display: inline-block;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background: #ffbf00;
    display: block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-center {
    margin: 10px auto -2px;
}

.heading>span {
    font-weight: 200;
}


/*features*/

.icon_box,
.icon_box i {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.icon_box {
    padding: 25px 15px;
    position: relative;
}

.icon_box.whitebg {
    background: #fff;
    padding: 2.75rem 15px;
}

.icon_box:hover {
    cursor: pointer;
    background: #ffbf00;
    border-radius: 5px;
}

.icon_box i {
    display: inline-block;
    font-size: 44px;
    color: #ffbf00;
    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: #ffbf00;
}

.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: #ffbf00;
}

.icon_wraper [class^="col"]:nth-child(6) .icon_box:hover {
    background: #4fb8aa;
}


/* ----- Paralax bg  ----- */

#parallax-bg {
    /* background: url(../images/parallax2.jpg) no-repeat; */
    padding: 10% 0;
}

#parallax-bg.parallax-one {
    background: url(../../images/banner-central.webp) no-repeat;
}

#parallax-bg,
#parallax-bg.parallax-one,
.banner-fullscreen,
#simple-banner,
#fading-banner,
.bg-crypto {
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    /* background-attachment: fixed; */
    background-position: center center;
}

.white_transparent {
    border: 1px solid #fff !important;
    background: transparent;
    color: #060606 !important;
}

.white_transparent:hover,
.white_transparent:focus {
    background: #fff;
    /* color: #384141; */
    color: #161919;
}

.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;
}

@media (max-width:768px) {
    .container {
        max-width: 98%;
    }
    h1,
    #parallax-bg h1 {
        font-size: 1rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    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;
    }
}


/* ----- 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: #ffbf00;
}

#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 ----- */


/* ---------- 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 ----- */


/* --------------- 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: #ffbf00;
}

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;
}


/* ---- 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 !important;
}

ul.social_icon li a:hover,
ul.social_icon li a:focus {
    background: #ffbf00;
    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.insta:hover,
ul.social_icon li a.insta: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;
}


/* ----- 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;
    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;
    -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 #ffbf00;
}

.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);
    }
}


/* ---- BackTop Button ---- */

.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: #ffbf00;
}

.scrollToTop:hover {
    background: #4fb8aa;
}

.scrollToTop,
.scrollToTop:hover,
.scrollToTop:focus {
    color: #fff;
}


/* ------------ 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-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1000;
}

.transparent-bg,
.transparent-bg-dark,
.boxed-nav,
.center-brand,
.dark-nav,
.nav-gradient {
    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;
}

.nav-gradient,
.nav-gradient.fixedmenu {
    background-color: #F73E73;
    background: -webkit-gradient(linear, left top, right top, from(#F7A872), to(#F73E73));
    background: linear-gradient(to right, #F7A872, #F73E73);
}

.navbar-brand {
    margin-top: 4px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4px;
    padding: 0;
    width: 180px;
    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: 180px;
}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled {
    display: none;
}

.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.collapse {
    position: relative;
}

.navbar-nav .nav-item {
    margin: 12px 1.25rem;
}

.nav-gradient .navbar-nav .nav-item {
    margin-left: .25rem;
    margin-right: .25rem;
}

.hvr-multi .navbar-nav .nav-item {
    margin: 0 .25rem;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.transparent-bg .navbar-nav .nav-link,
.center-brand .navbar-nav .nav-link,
.nav-gradient .navbar-nav .nav-link {
    color: #fff;
}

.fixedmenu .navbar-nav .nav-link {
    color: #384141;
}

.nav-gradient.fixedmenu .navbar-nav .nav-link {
    color: #fff;
}

.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,
.nav-gradient .navbar-nav .nav-link::before {
    display: none;
}


/* ---- Social Icons ends ---- */

@media (max-width: 500px) {
    .scrollable-menu {
        height: auto;
        max-height: 300px;
        overflow-x: hidden;
        background-color: #F4F6F7;
        /* #F7F9F9;*/
    }
}

@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);
    }
    .navbar-nav .nav-item {
        margin: 4px 0;
    }
    .navbar-nav .nav-link {
        padding: 4px 0 !important;
    }
    .nav-social {
        display: none;
    }
    .side-menu .inner-wrapper {
        padding: 3rem 2.5rem;
    }
}


/*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: #ffbf00;
}

.dropdown-menu.danger .dropdown-item:hover,
.dropdown-menu.danger .dropdown-item:focus {
    background: #e84455;
}

.dropdown-menu .dropdown-title {
    margin-left: 1rem;
}

.text-carrusel {
    top: 25%
}

@media (max-width: 1200px) {
    .ch1 {
        font-size: 3.1rem;
    }
    .ch3 {
        font-size: 1.3rem;
    }
    .ch4 {
        font-size: 1.15rem;
    }
    .cont-services {
        margin-top: 50px !important;
    }
    .text-carrusel {
        top: 15%;
    }
}

@media (max-width: 890px) {
    .text-carrusel {
        top: 0%;
    }
}

@media (max-width: 991px) {
    #nav-list-bg {
        background-color: rgba(255, 255, 255, .20);
    }
}