.navbar-brand img{
    width: 180px;
}

.main-header{
   background: rgba(255, 255, 255, 0.61);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

}



.home-baner-section{
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 55;
}

.home-baner-section video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.baner-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000004c;
}
.hero-content h1{
    font-size:60px;
    font-weight:400;
    color: #fff;
}
.hero-content p{
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}
.hero-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.hero-content ul li{
    font-weight:500;
    color: #fff;
    font-size: 17px;
    position: relative;
}
.hero-content ul li::before{
    width: 8px;
    height: 8px;
    content: '';
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: 5px;
    rotate: 50deg;
}

.hero-body{
    margin-top: 20px;
}
.hero-body a{
    font-weight: 500;
}
.about-us-content h3{
    font-size: 17px;
    margin: 0;
    margin-bottom: 5px;
    color: var(--accent-color);
}
.about-us-content h2{
    margin: 0;
    font-size: 35px;
    text-transform: none;
}
.about-us-content p{
    margin: 5px 0;
    font-size: 16.5px;
    color: #302f2f;
}

.about-us-content h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.about-us-content ul li{
     font-size: 16px;
    color: #302f2f;
}

.section-padding{
    padding: 40px 0;
}

.about-us-images img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}
.about-us-images .col-lg-7,.about-us-images .col-lg-5{
    padding: 0 8px;
}
.section-title-cs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-title-cs h2{
    font-size: 38px;
    font-weight:500;
    text-transform: none;
    margin: 0; 
    text-align: center;
}
.section-title-cs p{
    font-size: 17px;
    margin: 7px 0; 
    text-align: center;     
}
.btn-section{
    margin-top: 15px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-item-content h2 a{
    font-size: 18px;
}
.service-item-content p{
    font-size: 16px;
}
.project-item-content h2 a{
    font-weight: 500;
}

.why-choose-content h2{
    font-size:37px;
    margin: 0;
    text-transform: none;

}
.why-choose-content h3{
    margin: 0;
}
.why-choose-content p{
    font-size: 16px;
    color: #222;
    margin: 8px 0;
}
.why-choose-items-list ul{
    padding: 0;
    padding-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 25px;
    list-style: none;
}
.why-choose-items-list h6{
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}
.why-choose-items-list ul {
    padding-left: 25px;
}
.why-choose-items-list ul li{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border: 1px solid #767676; */
    /* padding: 15px; */
    /* border-radius: 10px; */
    color: #242424;
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0;
    position: relative;
}
.why-choose-items-list ul li::before{
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    position: absolute;
    top: 5px;
    left: -20px;
    rotate: 50deg;
    content: '';
}
.contact-us-form h2{
    font-size: 35px;
    margin: 0;
    text-transform: none;
    font-weight: 500;
}
.contact-us-form h3{
    color: var(--accent-color);
}
.contact-us-form p{
    margin: 0;
    font-size: 16px;
    color: #222;
}
.contact-form label{
    font-size: 14px !important;
    font-weight: 500 !important;
}
.contact-form .form-control{
    font-size: 15px;
    border: 1px solid #302f2f75;
    color: #302f2f;
    border-radius: 10px;
}
.contact-form .form-control::placeholder{
    font-size: 15px;
    color: #302f2f !important;
}
.contact-info-item i{
    font-size: 35px;
    color: var(--accent-color);
}
.contact-info-item{
    display: flex !important;
    justify-content: flex-start;
    flex-wrap: nowrap;
}






.carousel-btn2 .owl-nav {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}


.carousel-btn2 .owl-nav button {
    width: 45px;
    height: 45px;
    font-size: 35px !important;
    background-color: #f0ac98 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 50%;

}

.carousel-btn2 .owl-nav button span {
    padding-bottom: 5px !important;
    color: #fff;
}


.carousel-btn2 .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -25px;

}

.carousel-btn2 .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -25px;

}

.home-service-box{
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat ;
    width: 100%;
    height: 350px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;

}
.home-service-overlay{
    padding: 30px;
    position: absolute;
    top:75%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;

}
.home-service-overlay h3{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.home-service-overlay hr{
    background-color: #fff;
    border-color: #fff;
}
.home-service-overlay p{
    font-size: 15px;
    color: #fff;
    margin: 0;
}
.home-service-overlay a{
    width: fit-content;
   
}
.home-service-box:hover .home-service-overlay{
    top: 0;
    transition: 0.5s;
    background-color: #00000076;
    backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
}
.about-us-item-title h3{
    font-size: 18px;
}
.feature-item-content h3{
    font-size: 20px;
}
.feature-item-content{
    padding: 25px;
}
.feature-item{
    padding: 0;
}
.feature-item-content p{
    font-size: 15.5px;
    color: #302f2f;
}
.feature-item-content ul{
    padding-left: 20px;
}
.feature-item-content ul li{
    margin: 10px 0;
    color: #302f2f;
    font-size: 15px;
}
.policy-container{
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.policy-container h3{
    font-size: 20px;
}
.policy-container p{
    margin: 0;
    font-size: 15.5px;
    margin-top: 5px;
    color: #4a4949;
}



.product-modal-content .modal-top{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.product-modal-content .modal-top .btn-close-cs{
    width: 35px;
    height: 35px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 50%;
    border: 0;
    margin-top: -15px;
    margin-right: -15px;
}

.product-modal-dt-left{
    width: 100%;
    height:300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-modal-dt-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
h3.product-pop-title{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
h3.product-pop-title a{
    font-size: 14px;
    padding: 13px 25px;
    min-width: 150px;
    border-radius: 7px;
}
h3.product-pop-title a:hover{
    border-radius: 40px;
}
.product-modal-right ul{
 list-style: none;
 margin: 0;
 padding: 0;

}
.product-modal-right ul li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}
.product-modal-right ul li span{
    min-width: 12px;
    height: 12px;
    background-color: var(--accent-color);
    margin-top: 3px;
}
.product-modal-right ul li .product-modal-li-info h6{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-modal-right ul li .product-modal-li-info p{
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.product-modal-right h3{
    font-size: 18px;
    font-weight: 500;
    margin: 12px 0;
    color: var(--accent-color);
}

.service-right-content h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;

}
.service-right-content p{
    font-size: 15px;
    margin: 7px 0;
    color: #4a4949;
}
.baner-blank{
    height: 20vh;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
}
.baner-blank h3{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}



.cms-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.cms-container p {
    font-size: 15px;
    color: #222222;
}

.cms-container ul li {
    font-size: 15px;
    color: #222222;
    margin: 10px 0;
}

.cms-container {
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
    background-color: #fff;
}

.title-section h3{
    font-size: 20px;
    margin: 10px 0;
    margin-bottom: 0;
}




.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    width: 180px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #8c1616;
    color: #8c1616;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
    cursor: pointer;
}
.tab:hover{
    color: #fff;
    background-color: #8c1616;
}
.tabs {
    width: 100%;
    display: flex;
    justify-content:center;

}

.panels {
    background: #fffffff6;
    min-height: 200px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 20px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.5em;
    font-weight: bold
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel ,
#four:checked~.panels #four-panel ,
#five:checked~.panels #five-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab ,
#four:checked~.tabs #four-tab ,
#five:checked~.tabs #five-tab {
    background: var(--accent-color);
    color: #fff;
}


.gallery-img-bx-1{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    border-radius: 7px;
    overflow: hidden;
  }
  .gallery-img-bx-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mpd-right{
    padding-right: 5px;
  }
  .mpd-left{
    padding-left: 5px;
  }
  .gallery-video{
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
  }
  .gallery-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ft-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .award-item-cotent{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .award-item-cotent span{
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    rotate: 50deg;
  }

  .projects-box{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    min-height: 27rem;
  }
  .projects-box-img {
    width: 100%;
    height: 250px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .projects-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .projects-box h3{
    font-size: 19px;
    margin: 10px 0;
  }
  .projects-box p{
    margin: 0;
    font-size: 15px;
    color: #000;
  }


  
.benefits-widget-second {
    width: 100%;
    /* padding: 5px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.benefits-widget-second span {
    min-width: 80px;
    min-height: 80px;
    background-color: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.benefits-widget-second span::before {
    width: 2px;
    height: 20px;
    content: '';
    background-color: #ccc;
    position: absolute;
    top: 100%;
    left: 50%;
}

.benefits-widget-second-info {
    padding: 20px;
    background-color: #fcfcfc;
    margin-top: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.benefits-widget-second-info h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color:#000;
    margin: 0;
    margin-bottom: 12px;
}

.benefits-widget-second-info p {
    font-size: 15px;
    text-align: center;
    line-height: 23px;
    hyphens: auto;
    /* word-break: break-all; */
    margin: 0;
    color: #222;
}
.pb-cs{
    padding-bottom: 150px;
}
.safety-container{
    background-color: #fff;
    margin-top: -130px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 20px;
    padding: 20px;
}
.safety-container h3{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.safety-container ul{
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 35px;
}
.safety-container ul li{
    margin: 20px 0;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    position: relative;
}
.safety-container ul li::before{
     width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    position: absolute;
    top: 8px;
    left: -25px;
    rotate: 50deg;
    content: '';
}

.service-box-main .projects-box-img{
    height: 300px;
}

.service-box-main a{
       padding: 8px 20px;
    background-color: var(--accent-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 10px 0;
    border-radius: 5px;
    font-size: 15px;
    margin-left: auto;

}
.service-box-main a:hover{
    border-radius: 40px;
}

.service-box-main p{
     display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-project-container{
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.project-main-img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.project-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-main-info{
    padding: 20px;
    padding-left: 0;
}
.p-info-left{
    padding-right: 20px;
    padding-left: 20px;
}
.project-main-info h3{
    font-size: 30px;
    font-weight: 600;
}
.project-main-info p{
    color: #000;
    font-size: 15.5px;
    margin: 5px 0;
}
.project-main-info p span{
    font-weight: 600;

}
.project-main-info p i{
    color: var(--accent-color);
}
.project-main-info h6{
    color: var(--accent-color);
    margin: 5px 0;
    font-weight: 600;
}
.project-main-info ul{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
}
.project-main-info ul li{
    margin: 15px 0;
    font-weight: 500;
    color: #222222;
    position: relative;
    font-size: 15.5px;
}
.project-main-info ul li::before{
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    position: absolute;
    top: 5px;
    left: -20px;
    content: '';
    rotate: 50deg;
}

.up-project-container{
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
}

.up-project-main-img{
    width: 100%;
    height:400px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.up-project-main-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.up-project-info{
    padding: 10px;
}

.up-project-info h3{
    font-size: 20px;
}