:root {
    --primary-color: #CEA967;
    --secondry-color: #004870;
}
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap');

.header-top-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}
.header-top-address ul li span{
    font-size: 20px;
    color: #fff;
}

.header-top-address ul li i {
    margin-right: 5px;
    color: #fff;
    /* font-size: 15px; */
}

/*================================
<--  Consen Nav Menu Area Css -->
==================================*/
.consen_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    width: 100%;
    /* margin-bottom: -88px; */
}

@media(min-width: 768px){
    .consen_nav_manu {
        position: absolute;
        padding: 0 100px;
    }
}

@media(max-width:600px){
    .about-area .about-thumb img{
        width: 100% !important;
        margin: 0 !important;
    }
    #back-to-top{
        right: 10px !important;
    }
}

/* consen Menu Css*/
nav.consen_menu {
    text-align: right;
}

.consen_menu ul {
    list-style: none;
    display: inline-block;
}
/* Style Three */
.consen_nav_manu.style-three {
    margin-bottom: 0;
}

.consen_menu li a:hover:before {
    width: 101%;
}

/*video button*/
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px dashed #fff;
    border-radius: 50%;
    padding: 7px;
    transform: translate(-50%, -50%);
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    color: #FF3B00;
    background: #fff;
    display: inline-block;
    font-size: 26px;
}

.style-two.video-icon {
    position: absolute;
    top: 80px;
    right: -20px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 0;
}

.style-two.video-icon a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
    font-size: 15px;
}

.case-study-thumb:hover .style-two.video-icon {
    /* top: 0px; */
    opacity: 1;
    /* display: grid; */
    
}

/**
======================================================
<--  Consen Section Title Css -->
======================================================**/

/* .banner-area {
    background: url(../images/slider/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
} */

/* .banner-area.style-two {
    background: url(../images/resource/hero.mp4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
} */

.banner-area.style-two:before {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 0, 0, 0)), to(#004870));
    background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #004870);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-area.style-two {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 992px) {
    .banner-area.style-two {
        height: 100vh;
        padding-top: 60px;
    }
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.banner-content {
    position: relative;
    z-index: 1;
    color: #fff; /* Adjust text color for better visibility */
}

/* .banner-button {
    position: relative;
    z-index: 1;
} */

.dreamit-icon-list ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dreamit-icon-list ul li i {
    margin-right: 10px;
}

@media(min-width: 1024px){
    .banner-content{
        padding-top: 60px;
    }
}

.banner-content h1 {
    font-size: 46px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 56px;
}

.banner-button a {
    display: inline-block;
    background: var(--primary-color);
    padding: 14px 35px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;
}

.banner-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background: var(--secondry-color);
    transform: scale(0);
    transition: .5s;
}

.banner-button a:hover:before {
    transform: scale(1);
}



/**
======================================================
<--  Consen Section Title Css -->
======================================================**/
.consen-section-title h2 {
    font-size: 36px;
    margin: 0;
}

.consen-section-title span {
    color: var(--primary-color);
}

.consen-section-title p {
    opacity: 70%;
    padding: 13px 0 0;
}

/*style two*/
.consen-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--primary-color);
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
}

.consen-section-title h5:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: var(--primary-color);
}

/*center before after*/

/**
======================================================
<--  Consen Service Area css -->
======================================================**/
.service-area {
    background: url(../images/resource/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 70px;
}

/*style two upper*/

/**Service style three**/
.service-area.new-style {
    background: url(../images/resource/service-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.service-area.new-style:before{
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(19, 19, 35, 0.9); */
    background-color: rgba(0, 72, 112, 0.7); 
}

/*service shape */
.service-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

/*service bottom text*/

/* Service New Style */
/* .service-area.new-style {
    background: #fff;
} */

@media(min-width: 992px){
    .service-area.new-style .single-service-box{
        height: 670px;
    }
    .service-area.new-style .service-content a{
        position: absolute !important;
        bottom: 20px;
    }
}

.service-area.new-style .single-service-box {
    border: 1px dashed #CCCCCC;
    padding: 10px;
    transition: .5s;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.service-area.new-style .service-box-thumb img {
    width: 100%;
}

.service-area.new-style .service-content {
    padding: 15px 20px 12px;
}

.service-area.new-style .service-content h2 {
    font-size: 22px;
    color: #232323;
}

.service-area.new-style .service-content p {
    padding-top: 12px;
    color: #686868;
    font-size: 18px;
}

.service-area.new-style .service-content a {
    font-weight: 500;
    font-size: 18px;
    padding-left: 38px;
    position: relative;
    transition: .5s;
}

.service-box-thumb{
    position: relative;
}
.service-area.new-style .single-service-box img {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.service-area.new-style .single-service-box:hover img.feature-image {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/* .service-area.new-style .single-service-box:hover{
    background-color: #fff;
}
.service-area.new-style .single-service-box:hover .service-content h2{
    color: #232323 !important;
}
.service-area.new-style .single-service-box:hover .service-content p,
.service-area.new-style .single-service-box:hover .service-content ul li{
    color: #686868 !important;    
} */

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

/**
======================================================
<--  Consen About Area Css -->
======================================================**/
.about-area {
    background: url(../images/about/about-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    background-size: cover;
    position: relative;
}

.about-area .about-thumb img{
    position: relative;
    width: 100%;
    /* margin-left: 50px; */
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dreamit-icon-list ul li {
    /* display: inline-block; */
    list-style: none;
    padding: 14px 0 0px;
}

.dreamit-icon-list ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    background-color: var(--primary-color);
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}

.dreamit-icon-list ul li span {
    color: #fff;
}
/* Feature Area New Style */

p.about-text2 {
    opacity: inherit;
    padding: 0;
}

/* Abpit New Style */
.about-area.new-style {
    background: url(../images/about/about-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .about-thumb {
    position: relative;
    /* margin-left: -20px;
    margin-right: 50px; */
}

.new-button a {
    display: inline-block;
    background: var(--primary-color);
    padding: 14px 35px;
    color: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 500;;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    background: var(--secondry-color);
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}


/***
======================================================
<--  Consen Counter Area Css -->
======================================================***/

/***
======================================================
<--  Consen Case Study Area Css -->
======================================================***/
.case-study-area {
    /* background: url(../images/resource/service-bg.png); */
    background: url(../images/resource/why-choose-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center; */
    padding: 60px 0;
}

.case-study-single-box {
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/*case thumb*/
.case-study-thumb {
    position: relative;
    z-index: 1;
    height: 310px;
}

.case-study-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(3, 4, 34, 0.902) 0%, rgba(3, 4, 34, 0.902) 15%, rgba(3, 3, 33, 0) 50%, rgba(3, 3, 33, 0) 100%);
    border-radius: 6px;
}

.case-study-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*case content*/
.case-study-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
    margin: auto;
    transition: .5s;
}

.case-study-title h6 {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
    padding: 0 0 0 32px;
    position: relative;
    transition: .5s;
}

.case-study-title h6:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 10px;
    width: 22px;
    border: 1px solid var(--primary-color);
}

.case-study-title h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

/*case button*/

/*case all hover*/
.case-study-thumb:hover .case-study-content {
    bottom: 28px;
}

.case-study-thumb:hover .case-study-title h6 {
    color: #fff;
    ;
}

.case-study-thumb:hover .case-study-title h6:before {
    border: 1px solid #fff;
}
/*owl carousel*/
.owl-dots {
    text-align: center;
    padding: 18px 0 0;
}

.owl-dot {
    width: 19px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    display: inline-block;
    margin-right: 10px;
}

.owl-dot.active {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: var(--primary-color);
    display: inline-block;
    position: relative;
    top: 4px;
}

/**case study style two**/
.why-choose-us-area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

/*case study thumb*/
.why-choose-us-thumb {
    position: relative;
    margin-bottom: 25px;
}
.why-choose-us-thumb img{
    width: 100%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.case-study-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.video-icon.style-two ul li{
    margin-bottom: 4px;
    list-style: none;
}

/***
======================================================
<--  Consen Testimonial Area Css -->
======================================================***/
.testimonial-area {
    /* background: url(../images/resource/testimonial-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
    background-color: var(--secondry-color);
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../images/resource/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background-color: var(--primary-color);
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

/* .quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../images/resource/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
} */

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
    margin-bottom: 0;
}

.em-testi-start-icon i {
    color: var(--primary-color);
    transition: .5s;
    display: inline-block;
}

/*testi counter*/
.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}



.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: "Crimson Pro", serif;
    color: var(--primary-color);
}

.testi-counter-title p {
    color: #fff;
    padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

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

/***
==================================================
<-- Consen Form Box Css -->
==================================================***/
.contract-form-bg {
    padding: 15px 35px 32px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    /* left: 100px; */
}
/*form title*/
.contact-form-title {
    padding: 0 0 10px;
}

.contact-form-title h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #333;
}

.contact-form-title p {
    color: #333;
    font-size: 15px;
    padding: 10px 0 0;
    opacity: .7;
}

/*form input*/
.form_box input,
.form_box select {
    width: 100%;
    height: 50px;
    /* padding-left: 25px; */
    background: transparent;
    border-radius: 0;
    color: #000;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: .5s;
}
.form_box input::placeholder {
    color: rgb(0, 0, 0, .5);
}

.form_box input:focus, 
.form_box select:focus{
    /* border: none; */
    outline: none;
    box-shadow: none !important;
}

.form_box input:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: var(--primary-color);
    display: block;
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    width: 100%;
    font-family: "Crimson Pro", serif;
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: var(--primary-color);
}

/***
======================================================
<-- Consen Brand Area Css -->
======================================================***/


/***
======================================================
<--  Consen Skill Area Css -->
======================================================***/

.call-do-action-area {
    background: url(../images/resource/bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
    background-attachment: fixed;
    position: relative;
}

.call-do-action-area:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(19, 19, 35, 0.9); */
    background-color: rgba(0, 0, 0, 0.6); 
}

.call-do-action-area h2{
    font-size: 48px !important;
    line-height: 60px;
}

/*skill right thumb*/

/*skill thumb*/

/***
======================================================
<--  Consen Blog Area Css -->
======================================================***/

/*blog content*/

/*blog button*/

/*blog all hover*/

/**Blog area style two**/

/*blog button*/

/*blog all hover*/

/*blog shape*/

/* Blog New Style */

/***
======================================================
<--  Consen footer Area Css -->
======================================================***/
.footer-middle {
    background: url(../images/resource/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0px;
    background-position: center center;
}

.footer-bg {
    padding-bottom: 25px;
    position: relative;
}

/*widget title*/
h4.widget-title {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

h4.widget-title:before {
    position: absolute;
    content: "";
    left: 0;
    top: 42px;
    background: var(--primary-color);
    width: 50px;
    height: 2px;
    transition: .5s;
}

/*social icon*/

/*footer menu*/

/*recent post image*/

/*footer all hover*/

/**footer bottom area**/
.footer-bottom-area {
    background: var(--secondry-color);
    padding: 19px 0;
}

.footer-bottom-content {
    text-align: right;
    padding: 10px 0 0;
}

.footer-bottom-content-copy p {
    color: #FFf;
    margin: 0 0 5px;
    text-align: center;
}

.footer-middle.new-style .footer-bottom-content-copy p {
    opacity: .7;
}

/**footer shape**/

/**footer area style two**/

/*style upper*/

/* Footer New Style */

.footer-middle.new-style {
    background: var(--secondry-color);
}

.footer-middle.new-style .widget-location h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    /* padding: 12px 0 12px; */
}

.footer-middle.new-style .widget-location span,
.footer-middle.new-style .widget-location a{
    color: #fff;
    opacity: .7;
}

.footer-middle.new-style .widget-location a:hover{
    opacity: 1;
}

.footer-middle.new-style .footer-bottom-content {
    text-align: left;
}

/***
======================================================
<--  Consen Subscribe Area Css -->
======================================================***/

/**subscribe shape**/

/*Subscribe area two */

/* Subscribe New Style */

/***
======================================================
<--  Consen Lines CSS -->
======================================================***/

/*style two*/

/** style three **/

/*style four*/

/*left bounce animation*/

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.style-two .dreamit-icon-list ul li span {
    color: #fff;
    font-size: 22px;
}

/*tabe*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/*categories*/
.widget-title {
    margin-bottom: 20px;
    position: relative;
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*=====================================
<-- Consen Error Area Css -->
=======================================*/

.map-section {
    position: relative;
    margin-top: 15px;
}

/*=====================================
<-- Consen Search Box Css -->
=======================================*/
/*nav button*/

/*html css*/

/*===========================
<-- Consen Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: var(--secondry-color);
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: var(--primary-color);
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

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

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

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

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

.brand-single-box .brand-thumb img{
    width: 100%;
}


.review-text {
    display: inline;
}

.more-text {
    display: none;
}

.read-more-btn {
    background-color: transparent;
    color: #000;
    border: none;
    cursor: pointer;
    padding: 0;
}

.read-more-btn:focus {
    outline: none !important;
    border: 0 !important;
}

.owl-carousel .owl-dot,
.owl-dot{
    background-color: #333 !important;
}
.owl-dot.active,
.owl-dot.active{
    background-color: var(--primary-color) !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}


/* Back To Top*/
#back-to-top {
    color: #fff;
    border: 0 none;
    cursor: pointer;
    width: 42px;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    outline: medium none;
    position: fixed;
    right: 30px;
    bottom: -20px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 90px;
}
#back-to-top i {
    display: block;
}
#back-to-top i:before {
    font-size: 17px;
}
.sticky-call_icon {
    position: relative;
    display: block;
    margin-bottom: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

/* .header-top-address svg {
    margin-bottom: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
} */

.sticky-call_icon:hover,
.whatsapp:hover,
.header-top-address:hover{
    opacity: .8;
}

.sticky-call_icon i {
    position: relative;
    /* top: 9px; */
    line-height: 45px;
    font-size: 18px;
    color: #fff
}

#back-to-top svg {
    margin-top: 8px;
}
.whatsapp {
    margin-top: 30px;
}
.whatsapp img{
    width: 48px;
}

@media(min-width: 992px){
    .why-choose-us-area .consen-section-title{
        margin-bottom: 50px;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0 0 0 / .4);
}

.popup-content {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background-color: #f5f7f7;
}

@media(min-width:768px) and (max-width:1200px) {
    .popup-content {
        width: 350px
    }
}

@media(min-width:1200px) {
    .popup-content {
        width: 30%;
    }
}

@media(max-width:547px) {
    .popup-content {
        width: 95%
    }
    .logo_img img{  
        width: 250px !important
    }
    .call-do-action-area{
        padding: 60px 0;
    }
}
@media(max-width: 768px){
    .header-top-address a span{
        display: none;
    }
}

.form-trigger {
    cursor: pointer
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    top: 10px;
    right: 18px;
    z-index: 99;
}
.close:hover{
    color: #333;
}

#popupFormContainer .contract-form-bg{
    left: 0 !important;
}

.logo_img img{  
    width: 320px
}

.testimonial-content1 .quote-thumb img{
    width: 50px;
}

@media (min-width: 991px) {
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

.single-service-box ul li{
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

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

/* Define a custom class for offset-lg-1 */
.offset-lg-1 {
    margin-left: 8.33333%; /* 1 column out of 12 is 8.33333% */
}

/* Ensure it applies only on large screens (≥992px) */
@media (max-width: 991.98px) {
    .offset-lg-1 {
        margin-left: 0; /* Remove the offset for smaller screens */
    }
}
/* Default: No specific width (stacked layout for small screens) */
.col-md-7,
.col-md-5 {
    width: 100%; /* Full width by default for smaller screens */
    flex: 0 0 auto; /* Prevent shrinking/growing */
}

/* Medium screens (≥768px) */
@media (min-width: 768px) {
    .col-md-7 {
        width: 58.33333%; /* 7 out of 12 columns */
    }

    .col-md-5 {
        width: 41.66667%; /* 5 out of 12 columns */
    }
}

.form_box {
    position: relative;
}

.form_box i {
    position: absolute; /* Position the icon */
    right: 1rem; /* Align to the right */
    top: 50%; /* Vertically center */
    transform: translateY(-50%); /* Adjust for centering */
    pointer-events: none; /* Ensure the icon doesn’t interfere with clicks */
    color: #555; /* Icon color */
}

.form_box select {
    -webkit-appearance: none; /* Removes arrow in Safari and Chrome */
    -moz-appearance: none; /* Removes arrow in Firefox */
    appearance: none; /* Removes arrow in modern browsers */
    background: none; /* Removes background in some browsers */
}
.iti {
	width: 100%;
}
.error {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}
.w-20{
	width: 20px !important;
}

.icon-box {
    position: relative;
    border: 1px solid #161A2D1A;
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}
.about-contact-box-content p {
    margin-bottom: 0;
    color: #fff;
}
.about-contact-box-content h3 {
    font-size: 20px;
    margin: 0;
}
.about-contact-box-content h3 a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    /* font-family: var(--body-font); */
    font-size: 22px;
    font-weight: 600;
}
.about-contact-box {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 20px;
}
@media (min-width: 992px) {
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
.float-right {
    float: right;
}