

/*Global Styling*/
    @font-face {
        font-family: 'Montserrat';
        src: url('fonts/revicons/Montserrat-VariableFont_wght.ttf') format('truetype');
        font-display: swap;
    }
body {
    font-size: 15px;
    color: #808080;
    font-weight: normal;
    font-family:'Montserrat', sans-serif;
    overflow-x: hidden;
}
::selection{
    background: rgba(3, 169, 245, 0.5) !important;
    color: #fff;
}

table,
tr,
td,
blockquote {
    color: #a5a5a5;
}

html {
    font-size: 16px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

button:focus,
button:active,
input:focus,
input:active {
    outline: none!important;
    box-shadow: none!important;
}
select:focus,
select:active {
    outline: none!important;
    box-shadow: none!important;
}
small {
    font-size: 60%;
}

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

h1,
h2,
h3,
h4,
h5,
.button,
.numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.125rem;
    font-size: inherit;

}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.875rem;
}

p {
    font-size: 15px;
}

p.title {
    font-size: 1rem;
}

.italic {
    font-style: italic;
}

button {
    line-height: 1;
}


/* Helper Classes & Short-codes */

p {
    font-weight: normal;
    line-height: 1.7;
}

.padding {
    padding: 7.5rem 0;
}

.padding_testi {
    padding: 7.5rem 0;
}

.padding_top {
    padding-top: 7.5rem;
}

.padding_bottom {
    padding-bottom: 7.5rem;
}

.margin {
    margin: 7.5rem 0;
}

.margin_bottom {
    margin-bottom: 7.5rem;
}

.margin_top {
    margin-top: 7.5rem;
}

.padding_half {
    padding: 3.75rem 0;
}

.margin_half {
    margin: 3.75rem 0;
}

.padding_bottom_half {
    padding-bottom: 3.75rem;
}

.margin_bottom_half {
    margin-bottom: 3.75rem;
}

.padding_top_half {
    padding-top: 3.75rem;
}

.heading_space {
    margin-bottom: 3.75rem;
}
.heading_space_half {
    margin-bottom: 2.25rem;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

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

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom25 {
    margin-bottom: 25px;
}

.top25 {
    margin-top: 25px;
}

.bottom30 {
    margin-bottom: 30px;
}

.top30 {
    margin-top: 30px;
}

.bottom35 {
    margin-bottom: 35px;
}

.top40 {
    margin-top: 40px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom45 {
    margin-bottom: 45px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.top50 {
    margin-top: 50px;
}

.top60 {
    margin-top: 60px;
}

.top90 {
    margin-top: 90px;
    line-height: 1.4;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom0 {
    margin-bottom: 0 !important;
}

.margin_tophalf {
    margin-top: 3.75rem;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}
.pb-60{
    padding-bottom: 60px;
}
.font-bold {
    font-weight: bold;
}

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

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

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

.font-404-heading {
    font-size: 130px;
}

.coming-soon-heading {
    font-size: 85px;
}

.font-11 {
    font-size: 11px;
}

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

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}
.font-30 {
    font-size: 30px;
}
.bglight {
    background: #f6f7f8;
}

.bgdefault {
    background: #24cdd5;
}

.bgdark {
    background: #0f1318;
}
.bgyellow{
        background-color:#ffcc00;
    }
.bggradient{
    background-image: linear-gradient(to right, #ffcc00, #ffd119 100%);
}
.bgmulticolor{
 background-image: linear-gradient(120deg, #feac5e, #c779d0, #4bc0c8);   
}

.whitecolor {
    color: #ffffff;
}

.darkcolor {
    color: #384141;
}

.blackcolor {
    color: #0f1318;
}
.defaultcolor {
    color: #ffcc00;
}

.container-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.hover-default:hover,
.hover-default:focus {
    color: #24cdd5;
}

.tparrows:hover {
    background: transparent;
}


/*heading Titles */

.heading-title h2 {
    line-height: 1;
}

.heading-title>span {
    font-size: 1.125rem;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.heading {
    color: #696969;
}

.line-height-17 {
    line-height: 1.7;
}
.heading_small h3{
    font-size: 1.5rem;
}
.heading_small span{
    font-size: 1rem;
}

/*img wrap*/

.image {
    overflow: hidden;
}

a.image,
.image img {
    display: block;
}

.image img {
    width: 100%;
}

section,
.image,
.image img {
    position: relative;
}

.login-image img {
    transition: all 300ms linear;
}

.login-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.coming-soon-image:hover img {
    transform: scale(1.1);
}

.opacity-0 {
    opacity: 0 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}

.opacity-4 {
    opacity: 0.4 !important;
}

.opacity-5 {
    opacity: 0.5 !important;
}

.opacity-6 {
    opacity: 0.6 !important;
}

.opacity-7 {
    opacity: 0.7 !important;
}

.opacity-8 {
    opacity: 0.8 !important;
}

.opacity-9 {
    opacity: 0.9 !important;
}

.opacity-10 {
    opacity: 1 !important;
}

.z-index-n1 {
    z-index: -1 !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index-3 {
    z-index: 3 !important;
}

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.z-index-7 {
    z-index: 7 !important;
}

.z-index-8 {
    z-index: 8 !important;
}

.z-index-9 {
    z-index: 9 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

.z-index-11 {
    z-index: 11 !important;
}

.z-index-12 {
    z-index: 12 !important;
}

.z-index-13 {
    z-index: 13 !important;
}

.z-index-14 {
    z-index: 14 !important;
}

.z-index-15 {
    z-index: 15 !important;
}

.z-index-16 {
    z-index: 16 !important;
}

.z-index-17 {
    z-index: 17 !important;
}

.z-index-n1 {
    z-index: -1;
}

.scale-price {
    transform: scale(0.6) !important;
    opacity: 0;
}

.scale-star {
    transform: scale(0.5) !important;
}

.no-border {
    border:none !important;
}

/*center block*/

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

/*navbar styling*/
/* Set the height of the carousel */
        .carousel {
            height: 100vh; /* Full viewport height */
        }
        .carousel-inner img {
            width: 100%;
            height: 100%; /* Make the image fill the entire area */
            object-fit: cover; /* Maintain aspect ratio while covering */
        }
        .carousel-item {
        height: 100vh; /* Full screen height */
        align-items: center; /* Center content vertically */
        justify-content: center; /* Center content horizontally */
        }
        
        .carousel-cap {
            position: absolute;
            top: 55%; /* Center vertically */
            left: 50%; /* Center horizontally */
            transform: translate(-50%, -50%); /* Adjust for perfect centering */
            color: #fff; /* Text color */
            text-align: center; /* Center text */
            z-index: 2; /* Ensure caption is above the overlay */
            
        }
        @media (max-width: 576px) {
            .carousel-caption h2 {
            font-size: 20px; /* Adjust font size for mobile */
            }
            .slide-box, .services{
            margin-top:0px !important ;
            }
           .navbar-nav, .navbar-nav .dropdown-menu{
            text-align:right;
            background-color:rgba(36, 38, 41, 0.4);
         
           }
           .flag img{
            width:300px;   
            }    
        }
        
        @media (max-width: 1024px) {
           .slide-box, .services{
            margin-top:0px !important;
           }
           .navbar-nav, .navbar-nav .dropdown-menu{
            text-align:right;
            background-color:rgba(36, 38, 41, 0.4);
           } 
        } 
        .dropdown-menu .dropdown-item{
            background-color:rgba(36, 38, 41, 0.4); 
        }
        
        .navbar {
            height: 80px; /* Adjust navbar height */
        }
        .dropdown-item {
            padding: 14px ; /* Increase spacing */
        }

/*hero image styling*/
.hero {
    position: relative;
    height: 100vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content {
    position: relative;
    z-index: 2; /* Content should be above the overlay */
    padding: 20px;
}
.hero h2 {
    margin: 10px 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity here */
    z-index: 1; /* Ensure overlay is above the background but below the content */
}

/*hero image styling ends*/


/* ---- gray index ---- */

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ---- gray index ends ---- */

/* Pulse */

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.split-blog-scale img {
    transform: scale(1);
    transition: 1s;
}

.split-blog-scale:hover img {
    transform: scale(1.15);
}

/*video section ends*/


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

.social-icons-simple {
    margin-top: -3px;
}

ul.social-icons-simple li,
ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a,
ul.social-icons-simple li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: block;
    color: #0f1318;
    position: relative;
    z-index: 1;
    border: 1px solid #7c7c7c;
}
ul.no-border li a{
    border: none !important;
}

ul.social-icons-simple li a {
    border: none;
}

ul.social-icons.whitebg li a {
    background: #fff;
}

ul.social-icons li:last-child a {
    margin-right: 0;
}

ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons li a::before,
ul.social-icons-simple li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before,
ul.social-icons-simple li a:hover::before,
ul.social-icons-simple li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

ul.social-icons.white li a,
ul.social-icons-simple.white li a,
ul.social-icons li a:hover,
ul.social-icons li a:focus,
ul.social-icons.white li a:hover,
ul.social-icons.white li a:focus {
    color: #fff;
}
/*icon bg bover */
.facebook:before{
    background-color: #4267B2 !important;
}
.twitter:before{
    background-color: #1DA1F2 !important;
}
.insta:before{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.linkedin:before{
    background-color: #0077B5 !important;
}
.whatsapp:before{
    background-color: #09cc16 !important;
    color:white !important;
}

.iconsmail:before{
    background-color:darkgrey !important;
    color:white;
}

/*-----Buttons-----*/

.button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.75rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.transition-3 {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s;}

.button-padding {
    padding: .8rem 2.75rem !important;
}

.btnsecondary {}

.btnprimary {
    background: #24cdd5;
    color: #fff;
}
.button-4{
    background-color:#862165;
    box-shadow: 0 10px 9px -3px #A0219E;
    color:white;
}

.button-4:hover {
    transform: translateY(-0.25em);
    box-shadow: 0 10px 9px -3px #862165;
    }
.button-4:active {
transform: translateY(0);
box-shadow: unset;
}
.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-image: -webkit-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -moz-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -o-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: linear-gradient(to right, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    color: #0f1318!important;
}
.blackgradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#0f1318), color-stop(51%, #4f4f4f), to(#0f1318));
    background-image: -webkit-linear-gradient(left, #0f1318 0%, #4f4f4f , #0f1318 100%);
    background-image: -moz-linear-gradient(left, #0f1318 0%, #4f4f4f , #0f1318 100%);
    background-image: -o-linear-gradient(left, #0f1318 0%, #4f4f4f , #0f1318 100%);
    background-image: linear-gradient(to right, #0f1318 0%, #4f4f4f , #0f1318 100%);
    color: #fff;
}
.blackgradient-btn:hover {
    background-position: right center;
     color: #ffffff;
}

.gradient-btn:hover {
    background-position: right center;
}

.blackgradient-btn,
.btnsecondary:hover,
.btnsecondary:focus,
.btnprimary:hover,
.btnprimary:focus,
.gradient-btn:hover,
.gradient-btn:focus {
    color: #fff;
}

.btn-dark,
.btn-dark:active {
    background: #2D2D2D !important;
    outline: none;
}

.btn-dark:hover,
.btn-dark:focus {
    border-color: #2D2D2D !important;
    background: transparent !important;
    color: #2D2D2D !important;
}

.btn-dark.hover-light:hover {
    color: #fff;
    border-color: #fff !important;
}

.btn-primary,
.btn-primary:active {
    background: #24CDD5 !important;
    outline: none;
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: #24CDD5 !important;
    background: transparent !important;
    color: #24CDD5 !important;
}

.btn-secondary,
.btn-secondary:active {
    background: #6B747C !important;
    outline: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    border-color: #6B747C !important;
    background: transparent !important;
    color: #6B747C !important;
}



/* transitions common*/

a,
*::before,
*::after,
.button,
.image img,
.navbar,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
#services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i::before,
i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}


.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}


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

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.dropdown-toggle::after {
    transition: all 0s !important;
}
.btn-close{
    background: none;
}

/* ----- Navigation Starts ----- */

.navbar {
    padding: 0.35rem 0;
    z-index: 1000;
}

.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
}

.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}

.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

.fixed-bottom.menu-top .dropdown-toggle::after {
    content: "\f106";
}


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

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}


/**/

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}

.scroll-down i {
    font-size: 12px;
    padding-left: 10px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    margin: 16px 0;
    padding: 0;
    width: 90px;
    position: relative;
}

.navbar-brand.center-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;
    z-index: 1;
}

.center-brand+.navbar-collapse {
    margin: 3px 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 .nav-item {
    position: relative;
}

.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-nav .nav-link {
    padding: 8px 0 !important;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    color: #0f1318;
    position: relative;
    line-height: normal;
    margin: 16px 1.0rem;
    display: inline-block;
}
/*.navbar-nav .nav-item:last-child .nav-link{*/
/*    margin-right: 0;*/
/*}*/

.nav-item.dropdown:hover {
    cursor: pointer;
}

.text-warning-hvr:hover,
.text-warning-hvr:focus {
    color: #ffc107;
}

.text-grey {
    color: #a5a5a5;
}

.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}

.transparent-bg .navbar-nav .nav-link {
    color: #fff;
}
.static-nav .navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background: #24CDD5 !important;
    margin: auto;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.transparent-bg.darkcolor .navbar-nav .nav-link {
    color: #0f1318;
}
.whitecolor .navbar-nav .nav-link {
    color: #fff;
}

.navbar-nav .nav-link.active:before {
    width: 100%;
}



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


/*DropDowns*/

.collapse {
    position: relative;
}

.sideNavPages {
    /*border-left: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}

.sideNavPagesInner {
    margin-left: 30px;
}

.sideNavPagesInner .nav-link {
    font-size: 1.2rem !important;
}

.collapsePagesSideMenu {
    display: flex !important;
}

.collapsePagesSideMenu .fas {
    font-size: 12px;
    margin: auto 10px auto auto;
}

.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}

.sideNavPages .nav-link {
    font-size: 1.335rem !important;
    margin-left: 30px !important;
}

.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}

.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}

.navbar-nav .nav-link:hover,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu.megamenu .dropdown-item:hover {
    color: #24cdd5 !important;
}

.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}

.hover-light:hover {
    color: #fff !important;
}

.underline {
    text-decoration: underline!important;
}

.services-main:hover img {
    transform: scale(1.08);
}

.services-main:hover h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        min-width: 260px;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    .navbar.menu-top .dropdown-menu {
        transform-origin: 100% 100%;
    }
    .dropright .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 0 0;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu,
    .dropright:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/*-----Side Menu----*/




/*Header Social Icons*/

.navbar .social-icons li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.navbar.fixedmenu .social-icons.white li a {
    color: #0f1318;
}

.navbar.fixedmenu .social-icons.white li a:hover,
.side-menu .social-icons-simple li a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }
    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }
    .video-content-col{
        margin-right: 15px;
    }
    #app-slider, .app-slider-lock{
        left: 25px !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
    .sideNavPages .nav-link {
        font-size: 1.125rem !important;
    }
    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }
    .contactus-wrapp.position-absolute{
        width: 96% !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        background: rgba(38, 49, 60, 0.55);
        padding: 0;
    }
    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 2.5rem;
    }
    .side-nav .navbar-nav .nav-link {
        font-size: 1.125rem;
    }
    .sideNavPages .nav-link {
        font-size: 1rem !important;
    }
    .side-menu .btn-close {
        top: 33px;
        margin-right: 1.2rem;
        right: 15px;
    }
    nav.side-nav {
        margin-top: 35px;
    }
    .process-wrapp li::before {
        width: 0 !important;
    }
    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }
    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }
    .video-content-col{
        max-width: 350px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 26px;
    }
    .side-menu {
        width: 80% !important;
    }
    .dropdown-menu .dropdown-title {
        display: none;
    }
    .bottom15 .icon {
        float: left;
    }
    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }
    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #ffcc00;
    }
    .coming-soon-heading {
        font-size: 70px;
    }
    ul.count_down li {
        padding: 0 20px !important;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 50px !important;
    }
    .video-content-col{
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
    }
    #blog .news_item{
        margin-bottom: 30px;
    }
    .contactus-wrapp.position-absolute{
        width: 94% !important;
        top: -220px !important;
    }
}

@media (max-width: 576px) {
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }
    .side-menu {
        width: 100% !important;
    }
    .navbar-nav {
        margin-top: 1.5rem;
    }
    .contactus-wrapp.position-absolute{
        top: -300px !important;
    }
    .full-map {
        height: 540px !important;
    }
}


/*---- Navigation Ends ----*/

/*---- OWl / Revolution ----*/

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 11;
}

.revicon li a {
    height: 40px;
}


/*Buttons*/

/* Contact Area */
.counter_area ::-moz-selection {
    contact_area: #fff;
    text-shadow: none;
}
.contact_area ::-moz-selection {
    color: #fff;
    text-shadow: none;
}
.contact_area ::selection {
    color: #fff;
    text-shadow: none;
}

.contact_area ::placeholder {
    color: #fff;
    font-size: 16px;
}
.contact_area ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.contact_area ::-moz-placeholder {
    /* Firefox 19+ */    
    color: #fff;
}
.contact_area :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.contact_area :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

/*contact area ends*/
/*-----Page Headers----- */

.page-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.single-items {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}


.dark-gradient {
    background: rgba(0, 0, 0, 0.4);
}

.contact-banner::before,
.contact-banner iframe {
    position: absolute;
}

.contact-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.page-header .page-titles,
.page-header .title-wrap {
    position: relative;
}

.page-header .page-titles {
    z-index: 5;
}

.title-wrap h3 {
    margin-top: 3px;
}

.page-header .title-wrap {
    padding: 1.125rem 1.5rem;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 1;
    z-index: 2;
    margin-bottom: -24px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}

.contact-banner iframe {
    height: 100%;
    width: 100%;
}


/*-----Page Headers -----*/


/*-----Aboutus----- */

.aboutus h2 {
    font-size: 2.25rem;
}

#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters,
.progress-bars .progress,
.progress-bars .progress p {
    position: relative;
}

.half-section-alt::before,
.progress-bars .progress .progress-bar,
.progress-bars .progress .progress-bar span,
.progress-bars .progress .progress-bar span::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after {
    position: absolute;
}

#services-slider .service-box>span,
.process-wrapp li>.pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span::after {
    display: inline-block;
}

.bg-light-dark {
    background: #556772;
}

.gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-image: -webkit-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -moz-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -o-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: linear-gradient(to right, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
}

/*Services main*/

.services-main .services-content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2rem 1rem;
    margin-top: -30px;
    background: #ffffff;
    z-index: 5;
}


/*Services ends*/


/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    z-index: 1;
}

.process-wrapp li,
.process-wrapp li>.pro-step {
    text-align: center;
}

.process-wrapp li {
    padding: 70px 15px 0 15px;
    display: table-cell;
}

.process-wrapp li:hover {
    cursor: pointer;
}

.process-wrapp li>.pro-step {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.process-wrapp.no-rounded li>.pro-step,
.process-wrapp.no-rounded li>.pro-step::before {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.process-wrapp li>.pro-step::before {
    background: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ffd119));
    background: -webkit-linear-gradient(left, #ffcc00, #ffd119);
    background: -o-linear-gradient(left, #ffcc00, #ffd119);
    background: linear-gradient(90deg, #ffcc00, #ffd119);
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.process-wrapp li p:first-child {
    font-size: 15px;
}

.process-wrapp li p:last-child {
    font-size: 13px;
    margin-bottom: 4px;
}

.process-wrapp li:hover>.pro-step {
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active>.pro-step{
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active:hover>.pro-step {
    border-color: transparent !important;
}

.process-wrapp li:hover>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active:hover>.pro-step::before {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 50%;
}
.process-wrapp:hover li.active>.pro-step::before{
    opacity: 0;
    visibility: hidden;
}
.process-wrapp:hover li.active>.pro-step{
    border-color: #fff;
}

.process-wrapp li::before,
.process-wrapp li::after {
    height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}

.process-wrap li::before,
.process-wrap li::after {
    height: 1px;
    top: 115px;
    background: black;
    width: 30%;
    z-index: -1;
    margin: 0;
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li::before {
    left: 0;
}

.process-wrapp li::after {
    right: 0;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}
/*Work Process ends */


/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}

.feature-item.innovative-border {
    border: 1px solid #24cdd5;
    padding: 15px 10px 0 10px;
    position: relative;
}

.feature-item.innovative-border.arr-left::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid #24cdd5;
    border-bottom: 1px solid #24cdd5;
    background: #fff;
    top: calc(50% - 7px);
    right: -8px;
    transform: rotate(-45deg);
}

.feature-item.innovative-border.arr-right::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #24cdd5;
    border-top: 1px solid #24cdd5;
    background: #fff;
    top: calc(50% - 7px);
    left: -8px;
    transform: rotate(-45deg);
}

.feature-item img,
.feature-item .icon {
    display: inline-flex;
}

.feature-item.image {
    max-width: 250px;
    margin-top: 35px;
}

.feature-item h4 {
    font-size: 1.5rem;
}

.feature-item .icon {
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #24cdd5;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .text h3 {
    width: 100%;
}

.feature-item:hover .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item:hover .icon {
    transform: translateY(-6px);
}

.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps>img {
    opacity: 0;
}

.image.mobile-apps.active>img {
    opacity: 1;
}

/*half sections*/

.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6f7f8;
}


/*App Features ends*/


/* Counters */

.bg-counters {
    background: url(../images/efdforexjourney.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}

.counters .count_nums,
.counters i {
    vertical-align: middle;
}


/*Counters ends */

@media screen and (max-width: 1400px) {
    .counters .count_nums {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1266px) {
    .counters .count_nums {
        font-size: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: justify;
    }
    .process-wrapp li {
        display: inline-block;
        max-width: 300px;
    }
    .process-wrapp li:first-child::before,
    .process-wrapp li:last-child::after {
        opacity: 1;
        visibility: visible;
    }
    #app-feature .feature-item {
        max-width: 300px;
        display: inline-block;
    }
    .app-image img{
        max-width: 100%;
    }
    #app-slider , .app-slider-lock{
        position: absolute;
        top: 10px;
        width: 195px;
        left: 10px !important;
        height: 400px;
    }
    .app-slider-lock-btn{
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    #services-slider {
        margin: -70px 0 0;
    }
    #services-slider.half-margin {
        margin: -55px 0 0;
    }
    .app-image img {
        max-width: 100%;
    }
    #app-slider , .app-slider-lock{
        top: 8px;
        width: 155px;
        left: 8px;
        overflow: hidden;
    }
    .app-image {
        width: 170px;
        margin: 3rem auto;
    }
}
/*-----Aboutus ends -----*/


/*----- Team -----*/

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.equal-shadow-team .team-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-image: -webkit-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -moz-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -o-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: linear-gradient(to right, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
}

.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: -15px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.bg-black {
    background: #000000;
}


/*----- Team ends -----*/

/*----- Gallery Portfolio -----*/


/*filters*/

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
}

.cbp-l-filters .cbp-filter-item,
.cbp-l-filters .cbp-filter-item span {
    display: inline-block;
}

.cbp-l-filters .cbp-filter-item span {
    color: #0f1318;
    font-size: 0.85rem;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
}

.cbp-l-filters>.cbp-filter-item+.cbp-filter-item::before {
    display: inline-block;
    padding-right: 0.6rem;
    padding-left: 5px;
    color: inherit;
    content: "/";
}

.cbp-l-filters.whitecolor .cbp-filter-item span {
    color: #fff;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:hover span,
.cbp-l-filters .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item-active span {
    color: #24cdd5;
}

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -moz-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -o-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover .gallery-hvr {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cbp-item img {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover img {
    transform: scale(1.1);
}

.gallery-hvr .opens {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #0f1318;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.gallery-hvr .opens::before,
.shopping-box .overlay .opens::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: .3;
    visibility: hidden;
    background: #24cdd5;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.gallery-hvr .opens:hover::before,
.gallery-hvr .opens:focus::before,
.shopping-box .overlay .opens:hover::before,
.shopping-box .overlay .opens:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-hvr .opens:hover,
.gallery-hvr .opens:focus {
    color: #fff;
}

.gallery-hvr .center-box {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.cbp-l-loadMore-stop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #fff !important;
    padding: 2px 35px;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
    font-size: 15px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fancybox-thumbs__list a:before {
    border-color: #24cdd5;
}


/*----- Gallery ends -----*/


/* ----- Partner ----- */
.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 ends ----- */


/*----- Contact US -----*/

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}
.contactus-wrapp.position-absolute{
    width: 83%;
    top: -180px;
}
.form-group {
    margin-bottom: 1rem;
}
textarea {
    min-height: 160px!important;
    resize: none;
}
.single-page-footer {
    margin-top: 0;
}

.single-page-footer .contactus-wrapp {
    transform: translateY(0px);
    background: #F1F1F1;
}

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked+label::before {
    background: #fff;
}

.getin_form .form-control {
    background-color: transparent; /* Makes the input field transparent */
    border: 1px solid #0f1318; /* Semi-transparent white border */
    color: #0f1318; /* White text color */
    padding: 10px;
    border-radius: 5px;
    outline: none;
    
}
.form-control::placeholder {
    color: #0f1318; /* Semi-transparent white for placeholder text */
}



/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
select {
    width: 100%;
    padding-left: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
	transition:.5s;
}
option {
    color:#000;
   
}
.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked+label::before {
    background: #24cdd5;
    border-color: #24cdd5;
    color: #fff;
}

textarea {
    min-height: 160px;
    resize: none;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #0f1318;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}

/* ----- Our Blog ----- */

.news_item {
    background: #fff;
}

.news_item.shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-equal {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news_desc p{
    margin-bottom: 0;
}
#our-blog .news_desc p{
    margin-bottom: 35px;
}
#our-blog .news_item{
    margin-bottom: 30px;
}
.news_item .news_desc {
    padding: 20px 30px;
}
.news_item .news_desc h3{
    font-size: 1.2rem !important;
}

#our-blog .cbp-item:hover img {
    transform: scale(1.15);
}

.news_item:hover .image img {
    transform: scale(1.05);
}

.news_item,
.eny_profile,
blockquote.blockquote,
.widget_search .input-group-addon,
.eny_profile .profile_text {
    position: relative;
}

.meta-tags li,
.meta-tags li a,
blockquote.blockquote::before,
ul.rounded li::before,
.webtags li,
.webcats li a::before,
.webcats li a>span {
    display: inline-block;
}

.single_post span,
.webcats li,
.webcats li a,
.webtags li a,
.btn_reply {
    display: block;
}

.meta-tags>li+li {
    margin-left: 10px;
}

.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
}

.meta-tags li a>i {
    font-size: 17px;
    margin-right: 5px;
}

.meta-tags li a>i,
.meta-tags>li+li::before,
.webcats li a::before,
.single_post .text {
    vertical-align: text-bottom;
}
ul.rounded li::before{
    vertical-align: unset;
}

.news_item:hover h3{
    color: #24cdd5;
}
.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
    color: #24CDD5;
}
.news_item .blog-img{
    position: relative;
    margin: 0 auto;
}
/* ------- 404 ------ */

    .flip-card {
      background-color: transparent;
      width: 270px;
      height: 360px;
      perspective: 1000px;
      border-radius:10px;
    }
    
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius:10px;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }
    
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    
    .flip-card-front {
      background-color:white;
      color: black;
       border-radius:10px;
    }
    .flip-card-front img {
    width: 100%; /* Ensure image covers the front */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px;
}
    
    .flip-card-back {
        background-image:linear-gradient(to right,#ffcc00 , #ffd119 100%);
        color: white;
        align-items:center;
        border-radius:10px;
        padding:15px;
        transform: rotateY(180deg);
    }
    .flip-card-back>div>p{
        color:white;
    }

#error .error {
    position: relative;
}

#error .error h1 {
    position: relative;
    color: #ebebeb;
    font-size: 10rem;
}

#error .error h2 {
    font-size: 2rem;
    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%);
    animation: moveUpDown404 1s infinite linear;
}

@keyframes moveUpDown404 {
    0% {
        transform: translate(-50%, -50%);
    }
    25% {
        transform: translate(-50%, -60%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    75% {
        transform: translate(-50%, -40%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}


/* 404 */




/*Pagination*/

.pagination li>a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

.pagination li>a:hover,
.pagination li>a:focus,
.pagination li.active>a {
    background: #24cdd5 !important;
    color: #fff;
    border: 0;
}

.pagination li>a.disabled {
    pointer-events: none;
}

.pagination li>a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo>img,
.single_post .post>img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

blockquote.blockquote {
    font-style: italic;
}

blockquote.blockquote::before {
    content: "\f10d";
    width: 40px;
    font-size: 28px;
    margin-right: 5px;
    color: #a1a1a1;
}

ul.rounded>li+li {
    margin-top: 20px;
}

.rounded li {
    padding-left: 20px;
}

ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: #24cdd5;
    margin-right: 10px;
    margin-left: -20px;
}
.contact-box p {
    margin-bottom: 0;
}


/* ----- Our Blog ends ----- */

/* ----- Pricing ----- */

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

.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.active .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;
    display: inline-block;
}

.pricing-list li {
    margin: 14px 0 14px 25px;
    text-align: left;
    font-size: 1rem;
    position: relative;
}

.price-included {
    position: relative;
    display: table;
    margin: 14px auto;
    padding: 2px 0 10px 5px;
    text-align: left;
    font-size: 1.1rem;
}

.pricing-item.active {
    background: #0f1318;
}

.pricing-item .button {
    border-color: #fff;
    background-image: linear-gradient(to right, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    color: #fff;
    display: table;
    margin: 0 auto;
}

.pricing-item.active,
.pricing-item.active .darkcolor{
    color: #fff;
}

/*price sale*/

.pricing-item.sale::before,
.shopping-box .sale::before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 60px;
    color: #E84455;
    z-index: 1;
}

.pricing-item.gray.sale::before {
    color: #4A5158;
}

.shopping-box .sale::before {
    z-index: 100;
}

.pricing-item.sale::after,
.shopping-box .sale::after {
    content: "- " attr(data-sale) "%";
    position: absolute;
    top: 6px;
    right: 21px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.shopping-box .sale::after {
    z-index: 101;
}

.pricing-item.sale:hover::after,
.shopping-box .sale:hover::after {
    content: 'Sale';
    right: 24px;
}

.pricing-list li::before,
.price-included::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -25px;
    color: #B2CB20;
}

.pricing-list li.price-not::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -23px;
    color: #E84455;
}
.pricing-item.active .pricing-list li::before{
    color: #fff;
}

.price-toggle-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    display: inline-flex;
}

.price-toggle-wrapper .Pricing-toggle-button {
    padding: 10px 110px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.price-toggle-wrapper .Pricing-toggle-button.active {
    color: #fff;
    cursor: default;
}

.price-toggle-wrapper .Pricing-toggle-button.month::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    transform: translateX(95%);
    z-index: -1;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), color-stop(51%, #ffd119), to(#ffcc00));
    background-image: -webkit-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -moz-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: -o-linear-gradient(left, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-image: linear-gradient(to right, #ffcc00 0%, #ffd119 51%, #ffcc00 100%);
    background-position: right center;
}

.price-toggle-wrapper .Pricing-toggle-button.month.active::before {
    transform: translateX(-5%);
    background-position: left center;
}

.pricing-price {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1);
}

@media (max-width:992px) {
    .pricing-item .pricing-currency {
        font-size: 2.5rem;
    }
    .pricing-list li {
        font-size: 0.9375rem;
    }
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 70px;
    }
    .testi-box .top90 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 40px;
        font-size: 13px;
    }
    #our-blog .news_item.last-blog{
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 30px;
    }
    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        transform: translateX(0) !important;
    }
    #syncCarousel .owl-stage {
        pointer-events: none;
    }
}


/* ----- Pricing ends ----- */


/*----- Footer -----*/

.footer_logo {
    width: 90px;
}

.footer_logo,
.footer_logo>img,
.readmorebtn,
ul.links li a,
ul.links li a::before,
ul.hours_links li>span {
    display: inline-block;
}

ul.latest_news li,
ul.latest_news li a,
ul.hours_links li {
    display: block;
}

ul.hours_links li,
ul.links li a,
ul.hours_links li>span {
    position: relative;
}

.footer_logo>img {
    width: 100%;
}

footer .footer_panel .address-item>span {
    width: 30px;
    font-size: 30px;
}

ul.links li a {
    color: #ffffff;
    margin-bottom: 10px;
}

ul.links li a::before {
    color: #475869;
    margin-right: 5px;
    content: "\f0da";
    vertical-align: baseline;
}

.bg-light-dark ul.links li a::before {
    color: #7596a8;
}

ul.links li a:hover::before {
    padding-right: 5px;
}

ul.latest_news li {
    padding-bottom: 15px;
    border-bottom: 1px solid #4e4e4e;
    margin-bottom: 15px;
}

footer p,
ul.latest_news li .date {
    font-size: 13px;
}

ul.hours_links li:first-child {
    padding-top: 0;
}

ul.hours_links li {
    padding: 8px 0;
    z-index: 1;
}

ul.hours_links li::before {
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #fff;
    top: 56%;
    margin-top: -1px;
}

ul.hours_links li:first-child::before {
    top: 50%;
}

ul.hours_links li::before,
ul.hours_links li span:last-child {
    position: absolute;
}

ul.hours_links li>span {
    z-index: 1;
    padding-right: 5px;
}

.bgdark ul.hours_links li>span {
    background: #0f1318;
}

.bg-light-dark ul.hours_links li>span {
    background: #556772;
}

ul.hours_links li span:last-child {
    right: 0;
    padding-left: 5px;
}

ul.latest_news li,
ul.links li a,
ul.hours_links li,
.readmorebtn {
    font-size: 13px;
}

ul.links li a:hover,
ul.links li a:focus,
ul.latest_news li a:hover,
ul.latest_news li a:focus,
.footer_panel p>a:hover,
.readmorebtn:hover,
.readmorebtn:focus {
    color: #ffd119;
}

ul.latest_news li span.defaultcolor {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.latest_news li a:hover+span.defaultcolor,
ul.latest_news li a:focus+span.defaultcolor {
    color: #fff !important;
}


/* Footer ends */
@media screen and (width: 1920px){
    .contactus-wrapp.position-absolute {
        width: 83%;
        left: 168px;
        top: -180px;
    }
    #app-slider, .app-slider-lock {
        left: 60px;
    }
    .bottom35 {
        margin-bottom: 35px;
    }
    .font-normal {
        font-weight: normal;
        font-size: 3rem;
    }
}
@media (max-width: 1600px) and (min-width: 1400px){
    #app-slider, .app-slider-lock {
        left: 60px;
    }
    .bottom35 {
        margin-bottom: 40px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1266px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 2.75rem;
    }
    h3 {
        font-size: 1.375rem;
    }
    .contactus-wrapp.position-absolute {
        width: 88% !important;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2.2rem;
    }
    h1 {
        font-size: 2.2rem;
    }
    p {
        font-size: 13px;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    #shop .findus .form-group {
        margin-bottom: 20px !important;
        width: 100%;
    }
    #shop .findus .button,
    .findus .form-group {
        width: 100%;
    }
    .navbar-brand.center-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .padding_testi {
        padding: 3.25rem 0 9.75rem 0;
    }
    .process-wrapp li {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .revicon {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .feature-item.innovative-border.arr-left::before {
        top: auto;
        bottom: -8px;
        right: calc(50% - 7px);
        transform: rotate(45deg);
    }
    .feature-item.innovative-border.arr-right::before {
        right: auto;
        top: -8px;
        left: calc(50% - 7px);
        transform: rotate(45deg);
    }
    /*.padding {
        padding: 6rem 0;
    }*/
    
.padding {
    padding: 7.5rem 11px;
}
    .padding_top {
        padding-top: 6rem;
    }
    .padding_bottom {
        padding-bottom: 6rem;
    }
    .margin {
        margin: 6rem 0;
    }
    .margin_bottom {
        margin-bottom: 6rem;
    }
    .margin_top {
        margin-top: 4rem;
    }
    .padding_half {
        padding: 2rem 0;
    }
    .margin_half {
        margin: 2rem 0;
    }
    .padding_bottom_half {
        padding-bottom: 2rem;
    }
    .margin_bottom_half {
        margin-bottom: 2rem;
    }
    .padding_top_half {
        padding-top: 2rem;
    }
    .heading_space {
        margin-bottom: 2rem;
    }
    .team-box:hover .team-content h4 {
        margin-top: -10px;
    }
    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu.megamenu .dropdown-item:focus {
        color: #24cdd5;
    }
    .transparent-form textarea {
        height: 40px;
        min-height: 40px;
        overflow-y: hidden;
    }
    .video-play-button {
        top: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }
    .process-wrapp li {
        padding: 50px 15px 0 15px;
    }
    .forget-buttons {
        display: flex;
        justify-content: space-between;
    }
    .forget-buttons button {
        width: 47%;
    }
    .cbp-l-filters .cbp-filter-item {
        margin: 0 .3rem 0.9rem;
    }
    .heading .divider-left {
        margin: 10px auto;
    }
    .video-content-setting {
        padding: 5rem 4rem;
    }
    #particles-text-morph {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 13px;
    }
    .container {
        max-width: 98% !important;
    }
    .profile .p_pic,
    .profile .profile_text {
        display: block;
    }
    .profile_bg {
        padding: 5px;
    }
    .title-wrap h3 {
        display: block;
        margin: 3px auto;
        text-align: center;
        float: unset !important;
    }
    .title-wrap ul {
        float: unset !important;
        display: flex;
        justify-content: center;
    }
    .apply_coupon .coupon a {
        display: block;
        width: 100%;
    }
    .dark-slider h2,
    .light-slider h2 {
        font-size: 34px !important;
    }
    .dark-slider p,
    .light-slider p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
    .process-wrapp li {
        padding: 35px 15px 0 15px;
    }
    .page-header .page-titles {
        transform: translateY(20px);
    }
    #pagepiling .darkcolor {
        color: #fff;
    }
    .sidemenu_btn {
        margin-right: 0;
    }
}

@media (max-width: 424px) {
    .side-menu .btn-close {
        margin-right: 0.7rem;
    }
    #services-slider .service-box>span {
        padding-top: 0.5rem;
    }
    .eny_profile .profile_text .readmorebtn {
        top: auto;
        bottom: -20px;
    }
}

@media (max-width: 360px) {
    .tabset-list a,
    .accordion-item a {
        display: block;
        padding: 10px 1.3rem;
    }
    #testimonial-slider .owl-nav {
        width: 270px;
    }
    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .dark-slider h2,
    .light-slider h2 {
        font-size: 28px !important;
    }
}


/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #3EABDC;
}

::-webkit-scrollbar-thumb {
    background: #3EABDC;
}

::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #3992bf;
}
.justify {
    text-align: justify !important;
}
#we-trade {
    display: none;
}
.float{
	position:fixed;
    bottom:25px;
    left: 6px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    z-index:100;
}
