

/*
=============
 Global
=============
*/

i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

a{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}

/*
=============
 Header
=============
*/
.site-header .transparent-menu.sticky{
    background-color: #021327;
}

/*
============
 Nav Menu
============
*/
.nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav-menu .menu-ul li{
    position: relative;
    margin-right: 10px;
}
.nav-menu .menu-ul li a{
    display: inline-block;
    padding: 15px 10px;
}

.nav-menu .menu-ul li .sub-menu{
    position: absolute;
    display: block;
    background-color: red;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu .menu-ul li .sub-menu li{
    margin: 0;
}
.nav-menu .menu-ul li .sub-menu li a{
    display: block;
}
.nav-menu .menu-ul li:hover .sub-menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav-menu .menu-toggle{
    display: none;
}



@media (max-width: 768px){

    .nav-menu .menu-toggle{
        display: block;
    }

    .nav-menu .menu-ul {
        position: absolute;
        top: 100%;
        display: block;
        background-color: yellow;
        width: 100%;
        display: none;
    }

    .nav-menu ul li a{
        width: 100%;
    }

}

.top-header-banner {
  background-image: url(http://localhost/gocabd/wp-content/uploads/2025/11/bannar-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.dreamit-swiper-slider {
        position: relative;
        width: 100%;
        height: 500px; /* slider height */
    }

    .dreamit-swiper-slider .swiper-slide {
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    .dreamit-swiper-slider .slide-overlay {
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: rgba(0,0,0,0.3);
    }

    .dreamit-swiper-slider .hero-text-wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2;
        color: #fff;
    }
.hero-text h1 {
    font-size: 30px;
    line-height: 40px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: 20px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.logo img {
    width: 200px;
    height: 85px;
}
.single-blog-content p {
    font-size: 17px;
    line-height: 27px;
    color: #000000;
}
ol.wp-block-list li {
   font-size: 17px;
    line-height: 27px;
    color: #000000;
}

/*
==============
Section Title
==============
*/

.section-title{
    position: relative;
}
.section-title.style1 .subtitle {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #800000;
    margin: 0 0 23px;
    position: relative;
    padding-left: 0;
    display: inline-block;
}
.section-title.style1 .subtitle img {
    margin-right: 8px;
    position: relative;
    top: 6px;
}
.section-title.style1 h3.title {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 0;
}
.section-title.center .description {
    width: 40%;
    margin: 17px auto 0;
}
.section-title .title span{
    color: #800000;
}
.section-title .description {
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 0;
}
.opacity-low{
    opacity: 70%;
}
.section-title.t_center {
    position: relative;
    text-align: center;
}

/*section title two*/
.section-title.style2 .subtitle {
    position: relative;
    display: inline-block;
    color: #800000;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-size: 18px;
    left: 53px;
}
.section-title.style2 .subtitle:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -53px;
    height: 2px;
    width: 41px;
    background: #800000;
}
.section-title.style2 .description {
    font-size: 16px;
    font-weight: 400;
    margin: 16px 0 0;
}

/*
============
Service Box
============
*/
/*service box*/
.service-box.style1 {
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 10px;
    transition: .5s;
}
.service-box.style1 .thumb {
    line-height: 0;
}
.service-box.style1 .thumb img{
    width: 100%;
}
.service-box.style1 .icon {
    display: inline-block;
    position: absolute;
    top: -40px;
}
.service-box.style1 .content {
    text-align: left;
    background: #fff;
    padding: 46px 31px 19px;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.service-box.style1 .title a {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
    margin: 0 0 34px;
    color: #001819;
}
.service-box.style1 .title a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -17px;
    left: 0;
    background: #800000;
}
.service-box.style1 p.description {
    transition: .5s;
    margin: 4px 0 16px;
    border-bottom: 1px solid rgba(0,24,25,0.10);
    padding-bottom: 24px;
    font-size: 17px;
}
.service-box.style1 .service-btn {
     position: inherit;
     right: 0; 
     top: 0; 
}
.service-box.style1 .service-btn a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    text-transform: capitalize;
    color: #1e1e1e;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    top: 12px;
}
.service-box.style1 .service-btn a:after {
    position: absolute;
    left: 0;
    bottom: 18px;
    content: "";
    transition: .5s;
    height: 1px;
    background-color: rgba(0,24,25,0.10);
    width: 31%;
}
.service-box.style1:hover .service-btn a:after{
    background-color: #1e1e1e;;
}
.service-box.style1 .service-btn a i {
    display: inline-block;
    font-size: 15px;
    border-radius: 50%;
    color: #111111;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    transform: rotate(-45deg);
    position: relative;
    top: -12px;
    border: 1px solid rgba(0,24,25,0.10);
    transition: 0.5s;
}
.service-box.style1:hover .service-btn a i{
    border-color:#800000 ;
    background: #800000;
    color: #fff;
}
.service-box:hover{
    transform: translateY(-20px);
}
.service-box .icon img {
    transition: .5s;
}
p.description {
    transition: .5s;
}


/*keyframes*/
@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*
===============
Service Carousel  Css
==============
*/
.service_item.style_one {
    margin: 0 10px;
    position: relative;
    transition: .5s;
    background: #F5F8ED;
    border-radius: 10px;
    padding: 20px;
    transition: all 400ms linear;
    overflow: hidden;
}
.service_item.style_one:hover{
   background: #001819; 
}
.service_item.style_one .service_content {
    padding: 30px 19px 14px;
    border-radius: 5px;
    position: relative;
    background: transparent;
    z-index: 1;
    transition: 0.5s;
}
.service_item.style_one:hover .service_content{
    background: transparent;
}
.service_item.style_one .service_box_icon {
    display: inline-block;
    transition: .5s;
}
.service_item.style_one .icon_shape {
    display: inline-block;
    position: absolute;
    right: -25px;
    bottom: -30px;
    transition: .5s;
    opacity: 0;
    transition: all 400ms linear;
    transform: rotate(95deg);
}
.service_item.style_one:hover .icon_shape{
    opacity: 1;
}
.service_item.style_one h2.title {
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0 26px;
    position: relative;
    transition: all 400ms linear;
}
.service_item.style_one h2.title a{
    font-size: 26px;
    font-weight: 600;
    margin: 15px 0 26px;
    position: relative;
    color: #001819;
    transition: all 400ms linear;
}
.service_item.style_one:hover h2.title a{
    color:#fff;
}
.service_item.style_one h2.title:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #800000;
}
.service_item.style_one p.description {
    transition: .5s;
    font-size: 17px;
    margin: 36px 0 0;
}
.service_item.style_one .service_thumb img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.service_item.style_one .service_thumb{
    position: relative;
}
.service_item.style_one .service_thumb::before {
    background: rgba(121,186,0, 0.6);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 500ms linear;
    z-index: 9999;
}
.service_item.style_one:hover .service_thumb::before {
    left: 10%;
    right: 10%;
    opacity: 0;
    transition: all 500ms linear;
}
.service_item.style_one .details-button a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    transform: rotate(-45deg);
    transition: .5s;
    color: #79ba00;
    position: absolute;
    top: 30px;
    right: 19px;
    transition: all 400ms linear;
}
.service_item.style_one:hover .details-button a{
    background:#79ba00;
    color:#fff;
}

/*
=============
Icon Box Css
=============
*/
.icon-box.style1 {
    display: flex;
    gap: 15px;
    padding: 25px 20px 25px;
    background: #E3E6EA;
    border-radius: 5px;
    position: relative;
    transition: .5s;
    z-index: 1;
}
.icon-box.style1::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  background: #47AD49;
  border-radius: 5px;
  transition: .5s;
  z-index: -1;
}
.icon-box.style1:hover:before{
    width: 100%;
    left: 0;
}
.icon-box.style1 .icon-box-content h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0 0 10px;
    transition: 0.5s;
}
.icon-box.style1:hover .icon-box-content h2{
    color: #fff;
}
.icon-box.style1 .icon-box-content .description p {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin: 0;
    font-weight: 500;
    transition: 0.5s;
}
.icon-box.style1:hover .icon-box-content .description p{
    color: #fff;
}
.icon-box.style1 .icon-box-icon .icon i {
    background: #47AD49;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
}
.icon-box.style1:hover .icon-box-icon .icon i{
    transform: scaleX(-1);
    color: #000;
    background: #E3E6EA;
}


/* This for loop creates the    necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/*
================
Counter Area Css
================
*/
.single-counter.style1 {
    position: relative;
    padding: 20px 0;
    background: #E3E6EA;
    border-radius: 10px;
    z-index: 1;
    transition: .5s;
}
.single-counter.style1::before{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #800000;
    border-radius: 10px;
    z-index: -1;
    transition: .5s;
}
.single-counter.style1:hover:before{
    width: 100%;
    left: 0;
}
.single-counter.style1 .icon {
    margin-bottom: 15px;
    line-height: 0;
    transition: .5s;
}
.single-counter.style1:hover .icon{
    transform: scaleX(-1);
}
.single-counter.style1 span {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    color: #000;
    transition: .5s;
}
.single-counter.style1:hover span{
    color: #fff;
}
.single-counter.style1 h6 {
    color: #222;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 500;
    transition: .5s;
}
.single-counter.style1:hover h6{
    color: #fff;
}

/*
==========
 Team
==========
*/
.team.style1 {
    text-align: center;
    position: relative;
    z-index: 1;
}
.team.style1 .image {
    line-height: 0;
    transition: .5s;
}
.team.style1 .bio .name {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    margin: 15px 0 5px;
}
.team.style1 .bio .designation {
    color: #222;
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}

/*heading*/
.right_menu{
    position: sticky;
    padding: 140px;
}

h2.heading-text {
    position: relative;
    z-index: 1;
}
h2.heading-text:before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    height: 2px;
    width: 30px;
    background: #800000;
}
.heading h4 {
    border-bottom: 2px solid#DDE0E7;
    padding-bottom: 20px;
}

/*heading style three*/

.heading.style3 p.heading-text span {
    color: #800000;
}


/*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);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}
@keyframes MOVIE-BG {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(60px);
        transform: translateX(60px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}
.dance4 {
    -webkit-animation: dance4 3s alternate infinite;
    animation: dance4 3s alternate infinite;
}
@keyframes dance4 {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}


.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/* The End Of CSS */