body{
    font-family: 'Inter';
    overflow-x: hidden;
}
html {
    /* scrollbar-color: #000 #000;
    scrollbar-width: thin; */
    scroll-behavior: smooth;
}
html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background: #ca252b; 
}
::-webkit-scrollbar-thumb:hover {
    background: #ca252b; 
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype'),
        url('../fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype'),
        url('../fonts/Inter-SemiBold.svg#Inter-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Light.woff2') format('woff2'),
        url('../fonts/Inter-Light.woff') format('woff'),
        url('../fonts/Inter-Light.ttf') format('truetype'),
        url('../fonts/Inter-Light.svg#Inter-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype'),
        url('../fonts/Inter-Bold.svg#Inter-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Thin.eot');
    src: url('../fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Thin.woff2') format('woff2'),
        url('../fonts/Inter-Thin.woff') format('woff'),
        url('../fonts/Inter-Thin.ttf') format('truetype'),
        url('../fonts/Inter-Thin.svg#Inter-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('FuturaCondMedium.eot');
    src: url('FuturaCondMedium.eot?#iefix') format('embedded-opentype'),
        url('FuturaCondMedium.woff2') format('woff2'),
        url('FuturaCondMedium.woff') format('woff'),
        url('FuturaCondMedium.ttf') format('truetype'),
        url('FuturaCondMedium.svg#FuturaCondMedium') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
.main-container{
    margin: 0 95px;
}
header{
    background: #151413;
}
.hc-offcanvas-nav.hc-nav-1.nav-position-left .nav-container {
    transform: translate3d(-493px, 0, 0);
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #d5d5d5;
    padding: 10px 25px;
    font-weight: 300;
    font-size: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #fff;
}
.navbar-brand h3{
    font-size: 32px;
    color: #fff;
    font-family: 'Futura';
    background: url(../images/logo-bg.webp) repeat-y;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    -webkit-background-clip: text;
    animation: animate 10s ease forward;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 90s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    transition: 10s;
    margin: 0;
    line-height: 1;
}
@-webkit-keyframes aitf {
    0% {
        background-position: 0% 10%;
    }
    10% {
        background-position: 10% 20%;
    }
    20% {
        background-position: 20% 30%;
    }
    30% {
        background-position: 30% 40%;
    }
    40% {
        background-position: 40% 50%;
    }
    50% {
        background-position: 50% 60%;
    }
    60% {
        background-position: 60% 70%;
    }
    70% {
        background-position: 70% 80%;
    }
    80% {
        background-position: 80% 90%;
    }
    90% {
        background-position: 90% 95%;
    }
    100% {
        background-position: 95% 100%;
    }
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
}
.call-btn{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.5px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
}
.call-btn a{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}
.email-icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.5px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 75px;
}
.email-icon a{
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}
header .toggle {
    height: auto;
    width: auto;
    top: 27px;
    right: 0;
}
.desktop-menu{
    position: relative;
}
.headerRightmainAll ul{
    margin: 0;
    padding: 0;
}
.headerRightmainAll li{
    list-style: none;
}
.sub-titil p{
    color: #fff;
    opacity: 0.5;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}
.sub-titil{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.sub-titil::after{
    position: absolute;
    content: '';
    background: #fff;
    opacity: 0.5;
    right: 145px;
    bottom: 7px;
    width: 98px;
    height: 1px;

}


.navbar-box .btn-link li:nth-of-type(5), .navbar-box .btn-link li:nth-of-type(4), .navbar-box .btn-link li:nth-of-type(3), .navbar-box .btn-link li:nth-of-type(2), .navbar-box .btn-link li:nth-of-type(1) {
    opacity: 0;
    transition: 0.3s ease-in all;
  }
  
  .navbar-box .btn-link li:nth-of-type(5).nav-link-open, .navbar-box .btn-link li:nth-of-type(4).nav-link-open, .navbar-box .btn-link li:nth-of-type(3).nav-link-open, .navbar-box .btn-link li:nth-of-type(2).nav-link-open, .navbar-box .btn-link li:nth-of-type(1).nav-link-open {
    opacity: 1;
    transform: translateY(10px);
  }
  
  .navbar-box .btn-link li a::after, .navbar-box .btn-link li a::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    background-color: #2a3255;
    left: 0;
    border-radius: 2px;
    transition: 0.3s ease all;
  }
  .burger {
    position: absolute;
    top: 30px;
    right: 0px;
    color: #23f0ff;
    cursor: pointer;
    z-index: 9999;
    display: flex;
}
.burger i{
    font-size: 18px;
    color: #e5e5e5;
}
.burger.burger-open i{
    color: #fff !important;
    font-size: 35px;
}
  .burger i:nth-of-type(1) {
    display: block;
  }
  .burger i:nth-of-type(2) {
    display: none;
  }
  .burger.burger-open {
    color: #2a3255 !important;
  }
  .burger.burger-open i:nth-of-type(1) {
    display: none;
  }
  .burger.burger-open i:nth-of-type(2) {
    display: block;
  }
  .call-btn, .email-icon {padding: 11px;}
  .navbar-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 400px;
    background-color: #1c1a18;
    clip-path: circle(0px at 0 0px);
    transition: 0.5s ease all;
    z-index: 99;
  }
  .navbar-box .nav-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0;
    margin: 0;
  }
  .navbar-box .nav-links li {
    list-style-type: none; text-decoration: none;
    margin: 20px 0;
  }
  .navbar-box .nav-links li:nth-of-type(1).nav-link-open {
    transition-delay: 0.25s;
  }
  .navbar-box .nav-links li:nth-of-type(2).nav-link-open {
    transition-delay: 0.35s;
  }
  .navbar-box .nav-links li:nth-of-type(3).nav-link-open {
    transition-delay: 0.45s;
  }
  .navbar-box .nav-links li:nth-of-type(4).nav-link-open {
    transition-delay: 0.55s;
  }
  .navbar-box .nav-links li:nth-of-type(5).nav-link-open {
    transition-delay: 0.65s;
  }
  .navbar-box .nav-links li a {
    text-decoration: none;
    color: #2a3255;
    font-size: 17px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none !important;
  }
  .navbar-box .nav-links li a:hover {color: #707070;}
  .navbar-box .nav-links li a::before {
    top: -2px;
  }
  .navbar-box .nav-links li a::after {
    bottom: -5px;
  }
  .navbar-box .nav-links li a:hover::before {
    width: 100%;
  }
  .navbar-box .nav-links li a:hover::after {
    width: 100%;
  }
  .navbar-box.nav-open {
    display: block;
    clip-path: circle(100%);
  }
/* banner */
.banner{
    background: #151413;
    padding-bottom: 120px;
}
.banner-text h3{
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 35px;
}
.banner-text .pin-spacer{
    padding: 0 !important;
}
.banner-text{
    display: flex;
    align-items: center;
    justify-content: center;
}
/* about us */
.about-text h3{
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding-bottom: 20px;
    margin: 0;
}
.about-text span{
    font-weight: normal;
}
.about-text p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.about-text a{
    background: #E4E4E4;
    padding: 10px 25px;
    border-radius: 17px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: 0.5s;
}
.about-text a img{
    transition: 0.5s;
}
.about-text a:hover img{
    padding-left: 5px;
    transition: 0.5s;
}
.about-btn{
    padding-top: 30px;
}
.about-text{
    padding: 0 15%;
    padding-right: 0;
}
.dgp-img{
    padding-right: 15%;
}
.about-sec{
    padding: 8% 0px;
    background: #fff;
    border-radius: 156px 156px 0px;
    margin-top: -145px;
    position: relative;
    z-index: 9;
    padding-bottom: 5%;
}
/* achievement */
.achievement{
    background: #E9E8E8;
    padding: 10% 50px;
    border-radius: 22px;
}
.bg-box{
    background: #fff;
    border-radius: 22px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.bg-box:last-child{
    margin-bottom: 0;
}
.bg-box h5{
    margin: 0;
    font-size: 17px;
    font-weight: normal;
    color: #000000;
}
.all-box{
    padding-left: 15%;
}
.round-icon{
    width: 40px;
    height: 40px;
    border: 1px solid #707070;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.achievement-text h3{
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.achievement-text{
    padding-right: 40px;
    padding-top: 30px;
}
/* services */
.services-sec{
    background: #151413;
    border-radius: 156px 156px 0 0px;
    padding: 7% 0;
    position: relative;
    margin-top: 8%;
}
.services-sec h3{
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 20px;
}
.services-sec p{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0 27%;
    margin-bottom: 80px;
}
.service-box h4{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
}
.service-box h6{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
}
.service-box p{
    padding: 0;
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: left;
    color: #E4E4E4;
}
.service-box{
    background: #181716;
    border: 1px solid #707070;
    padding: 30px 20px;
    border-radius: 22px;
    position: relative;
}
.service-box::before{
    position: absolute;
    content: '';
    background: #151413;
    border: 1px solid #707070;
    width: 20px;
    height: 20px;
    border-radius: 50%;    
    right: -49px;
    top: 35%;
    margin-top: 0;
    translate: -50% -50%;
}
.services-slider{
    position: relative;
}
.services-sec::after{
    position: absolute;
    content: '';
    width: 90%;
    height: 1px;
    background: #707070;
    left: 0;
    top: 52%;
}
.services-sec .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/arrow--1.webp) #535353 no-repeat;
    background-position: center;
    width: 70px;
    height: 40px;
    border-radius: 38px;
    margin-right: 10px;
    transition: 0.5s;
}
.services-sec .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.services-sec .owl-carousel .owl-nav button.owl-prev:hover{
    background: url(../images/arrow--1.webp) #2C2C2C no-repeat;
    background-position: center;
    transition: 0.5s;
}
.services-sec .owl-carousel .owl-nav button.owl-next{
    background: url(../images/arrow--2.webp) #535353 no-repeat;
    background-position: center;
    width: 70px;
    height: 40px;
    border-radius: 38px;
    transition: 0.5s;
}
.services-sec .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.services-sec .owl-carousel .owl-nav button.owl-next:hover{
    background: url(../images/arrow--2.webp) #2C2C2C no-repeat;
    transition: 0.5s;
    background-position: center;
}
.services-sec .owl-nav{
    text-align: center;
    padding-top: 30px;
}
/* other */
.other-box-detils{
    background: #fff;
    border-radius: 156px 156px 0px 0px;
}
.other-slide-sec{
    background: #151413;
    position: relative;
    padding-bottom: 5%;
}
.other-text h5{
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}
.other-text h4{
    font-size: 25px;
    color: #000;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}
.other-text p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.other-text{
    padding: 0 7%;
}
.other-slide-sec .owl-carousel .owl-dots.disabled{
    display: block;
}
.other-slide-sec .owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #BEBBBB;
    margin: 5px;
}
.owl-dots{
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-align: center;
    margin-left: 106px;
}
.other-slide-sec{
    position: relative;
}

.other-slide-sec .section {
    overflow: hidden;
  }
  
 .other-slide-sec .wrapper {
    height: 58vh;
  }
  
 .other-slide-sec .list {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
    padding: 0.2rem;
}
/* .other-img{
    height: 100%;
}
.other-img img{
   height: 100%; 
}  */
 .other-slide-sec .item {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
    /* box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px; */
    overflow: hidden;
    background: #fff;
    border-radius: 156px 156px 0px 0px !important;
  }
  .other-slide-sec .item_content {
    background-color: #fff;
    color: #292929;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3rem;
    display: flex;
    position: relative;
    width: 50%;
  }
.pin-spacer{
    padding-left: 0 !important;
    width: 100% !important;
}
.more--btn{
    padding-top: 0;
}
.more--btn a{
    background: #E4E4E4;
    padding: 10px 25px;
    border-radius: 17px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    transition: 0.5s;
}
.more--btn a:hover{
    background: #151413;
    color: #fff;
    transition: 0.5s;
}
/* footer */
.footer-bg{
    background: #151413;
    padding-top: 0%;
}
.email-footer h4{
    color: #F5F5F5;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
}
.email-footer a{
    color: #8B8A89;
    font-size: 16px;
    text-decoration: none;
    transition: 0.5s;
}
.email-footer a:hover{
    color: #fff;
    transition: 0.5s;
}
.follow-us h4{
    color: #F5F5F5;
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    padding-bottom: 30px;
}
.follow-us a{
    color: #8B8A89;
    font-size: 15px;
    text-decoration: none;
    transition: 0.5s;
}
.follow-us a:hover{
    color: #fff;
    transition: 0.5s;
}
.follow-us li{
    list-style: none;
    padding-bottom: 5px;
}
.follow-us{
    text-align: right;
}
.follow-us img{
    width: 16px;
}
.follow-us li:last-child{
    padding-bottom: 0;
}
.border-line{
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin: 0;
}
.coppy-text p{
    font-size: 12px;
    font-weight: 100;
    color: #F5F5F5;
    margin: 0;
}
.terms-text a{
    color: #F5F5F5;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    transition: 0.5s;
}
.terms-text a:hover{
    color: #fff;
    transition: 0.5;
}
.terms-text{
    text-align: right;
}
.coppy-sec{
    padding-top: 30px;
    padding-bottom: 20px;
}
.phone-other-box{
    display: none;
}
a#scroll {
    width: 50px;
      height: 50px;
      background: #535353;
      display: inline-block;
      position: fixed;
      right: 15px;
      bottom: 15px;
      border-radius: 50%;
      z-index: 99;
  }
  #scroll span {
      position: absolute;
      top: 50%;
      right: 50%;
      height: 0;
      width: 0;
      margin-left: -9px;
      margin-top: -5px;
      border-bottom: 10px solid #fff;
      left: 50%;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
}
/* about us */
.sub-banner{
    background: #151413;
    padding: 8% 0;
}
.about-img h4{
    font-size: 25px;
    font-weight: 300;
    color: #000000;
    padding-top: 40px;
}
.about-img p{
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.about-img span{
    font-weight: 600;
}
.about-img{
    padding-right: 10%;
}
.about-contant p{
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.about-contant p:last-child{
    margin-bottom: 0;
}
.about-contant{
    padding-left: 10%;
}
.achievement-sec{
    background: #fff;
    box-shadow: 0px -9px 6px #00000017;
    border-radius: 156px 156px 0px 0px;
    padding: 5% 0;
    margin-top: 20px;
}
.achievement-about h3{
    color: #000000;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}
.achievement-about h6{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.achivement-img{
    padding-left: 20%;
}
.achievement-about{
    padding-right: 10%;
}
.about-sservice-sec{
    background: url(../images/service-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 3%;
}
.about-sservice-sec::after{
    display: none;
}
.about-sservice-sec .service-box::before{
    display: none;
}
.about-sservice-sec h3{
    text-align: left;
    padding-bottom: 40px;
}
.about-sservice-sec .owl-nav{
    position: absolute;
    right: 0;
    top: -105px;
    padding-top: 0;
}
.sub-footer{
    padding-top: 5% ;
}
.about-services{
    border-radius: 72px;
    padding: 40px 35px;
    border: none;
}
/* contact */
.contact-sec{
    background: #F5F5F5;
    border-radius: 156px 156px 0px 0px;
    padding: 8% 0px;
    margin-top: -145px;
    padding-bottom: 0;
}
.contact-text h4{
    color: #000;
    font-weight: 300;
    font-size: 25px;
    text-align: center;
}
.contact-text h3{
    color: #000;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
}
.contact-form h3{
    font-size: 35px;
    color: #000;
    font-weight: normal;
}
.contact-form .form-control{
    background: transparent;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
}
.contact-form input::placeholder{
    color: #000;
    font-size: 15px;
    font-weight: normal;
}
.contact-form .form-group{
    margin-bottom: 30px;
}
.contact-form textarea::placeholder{
    color: #000;
    font-size: 15px;
    font-weight: normal;
}
.submite-btn a{
    background: #2C2C2C;
    border-radius: 13px;
    padding: 10px 12px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
.submite-btn img{
    padding-left: 10px;
}
.contact-form{
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 22px;
    padding: 30px 20px;
    margin-right: 19%;
    padding-bottom: 13%;
}
.contact-bg{
    background: url(../images/service-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 7% 0;
    margin-top: -65px;
}
.contact-email{
    padding: 5% 0;
    background: #F5F5F5;
}
.contact-phone a{
    font-weight: 500;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: 0.5s;
}
.contact-phone a:hover{
    text-decoration: underline;
    transition: 0.5s;
}
.contact-phone{
    text-align: center;
}
.contact-form h4{
    color: #000;
    font-size: 30px;
    font-weight: normal;
}
.contact-form h4{
    font-size: 22px;
    padding-bottom: 20px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
/* news media */
.media-box{
    background: #171717;
    border-radius: 48px 0px 0px 48px;
    padding: 40px 30px 30px 40px;
    height: 100%;
}
.media-box h3{
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 0;
}
.news-contant p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    opacity: 0.7;
    padding-top: 10px;
}
.news-contant a{
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    font-size: 15px;
    font-weight: normal;
}
.border-top{
    border-top: 1px solid #5c5c5c !important;
    margin-top: 30px;
}
.news-other-text h5{
    color: #E4E4E4;
    font-size: 20px;
    font-weight: 600;
}
.news-other-text p{
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    color: #fff;
}
.news-other-text{
    border-left: 1px solid #5c5c5c;
    padding: 40px 20px;
    padding-bottom: 0;
}
.border0line{
    border-left: none;
}
.other-news h6{
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    padding-top: 20px;
}
.other-news p{
    color: #000000;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #0000004d;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.other-news{
    border-radius: 0px 48px 48px 0px;
    background: #E4E4E4;
    padding: 30px 20px;
    height: 865px;
    overflow: hidden;
}
.visible {
    display: block;
}
.read-more-btn{
    cursor: pointer !important;
}

.old-nwes h5{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    padding-top: 10px;
}
.old-nwes{
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px #0000004d;
    border-radius: 10px;
}
.news-img img{
    border-radius: 20px;
}
.padd-line1{
    padding-right: 0;
}
.padd-line2{
    padding-left: 0;
}
.news-sec{
    padding: 8% 0;
    padding-bottom: 5%;
}
.old-nwes a{
    text-decoration: none;
}
.news-sec .owl-carousel .owl-nav.disabled{
    display: none;
}
.news-sec .owl-carousel .owl-nav button.owl-next{
    background: url(../images/right-small.webp) no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
}
.news-sec .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.news-sec .owl-carousel .owl-nav button.owl-prev{
    background: url(../images/left-small.webp) no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
}
.news-sec .owl-carousel .owl-nav button.owl-prev span{
    display: none;
}
.news-slider{
    position: relative;
}
.news-sec .owl-nav{
   position: absolute;
   right: 0;
   bottom: 30px;
}
/* photo-gallery */
.gallery__item {
    overflow: hidden;
}
.gallery__image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    height: 100%;
    width: 100%;
}
.gallery__image:hover {
    cursor: pointer;
    opacity: 0.7;
    transform: scale(1.15);
}
.gallery__image:hover + .gallery__image__caption {
    display: block;
}
.gallery__image__caption {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    border-radius: 0.375rem;
    color: #fefefe;
    font-weight: 600;
    margin-top: 1.25rem;
    padding: 1rem;
    white-space: nowrap;
    z-index: 1;
}
.gallery__navigation--next, .gallery__navigation--prev, .gallery__navigation--close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    opacity: 0.5;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.2s ease-in-out;
    width: 42px;
}
.gallery__navigation--next:hover, .gallery__navigation--prev:hover, .gallery__navigation--close:hover {
    opacity: 1;
}
.gallery__navigation--next::before, .gallery__navigation--prev::before {
    display: flex;
    content: "";
    border: solid #fff;
    border-width: 0 0.25rem 0.25rem 0;
    padding: 0.5rem;
}
.gallery__navigation--next {
    right: 1.5rem;
    transform: rotate(-45deg);
}
.gallery__navigation--prev {
    left: 1.5rem;
    transform: rotate(135deg);
}
.gallery__navigation--close {
    top: 2rem;
    right: 2rem;
}
.gallery__navigation--close::before {
    position: absolute;
    left: 1rem;
    background-color: #fff;
    content: " ";
    height: 33px;
    transform: rotate(45deg);
    width: 2px;
}
.gallery__navigation--close::after {
    position: absolute;
    left: 1rem;
    background-color: #fff;
    content: " ";
    height: 33px;
    transform: rotate(-45deg);
    width: 2px;
}
.gallery__modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    inset: 0;
    overflow-y: scroll;
    width: 100%;
    z-index: 1;
}
.gallery__modal img {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
}
.gallery__modal[aria-hidden=true] {
    display: none;
}
.gallery__modal[aria-hidden=false] {
    display: flex;
    z-index: 999999;
}
.gallery-box{
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 30px;
}
.gallery-box figure{
    margin: 0;
}
.gallery{
    background: url(../images/photo-image.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5% 5%;
    background-attachment: fixed;
}
.photo-gallery-sec{
    background: #151413;
    padding: 8% 0;
    padding-bottom: 0;
}
.bg--filter{
    background: #ffffff66;
    box-shadow: 0px 3px 6px #FFFFFF29;
    border: 1px solid #FFFFFF;
    border-radius: 36px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(35px);
    padding: 30px 20px;
    padding-bottom: 5px;
}
.pagination-item ul{
    margin: 0;
    padding: 0;
}
.pagination-item li{
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
.pagination-item a{
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    transition: 0.5s;
}
.pagination-item a:hover{
    font-weight: normal;
    transition: 0.5s;
}
.pag-active{
    font-weight: normal !important;
    color: #fff !important;
}
.pagination-item{
    padding-top: 30px;
    text-align: right;
}
.photo-gallery-sec h3{
    font-size: 30px;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
    font-weight: normal;
}
/* video-gallery */
.main-vedio .btn-primary{
    background: #E4E4E4;
    border-radius: 26px;
    padding: 8px 25px;
    box-shadow: none;
    border: none;
    color: #000;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 150%);
}
.main-vedio{
    position: relative;
    border-bottom: 1px solid #404040;
    padding-bottom: 65px;
}
.video-box{
    position: relative;
}
.video-box .btn-primary{
    background: #2C2C2C;
    border-radius: 50%;
    border: none;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.slide-sec{
    margin-left: 7%;
    padding: 5% 0;
    position: relative;
}
.slide-sec::before{
    position: absolute;
    content: '';
    background: #404040;
    left: 0;
    bottom: 0;
    width: 91%;
    height: 1px;

}

.services-slider .item {height: 100%;}
.services-slider .service-box {height:100%;}
.services-slider .owl-stage {display:flex;}

.services-about-slider .item {height: 100%;}
.services-about-slider .service-box {height:100%;}
.services-about-slider .owl-stage {display:flex;}


.box {
    width: 100%;
    height: 865px;   /* visible window */
    overflow: hidden;
    display: inline-block;
    position: relative;
  }

  .box .item {
    position: absolute;
    width: 100%;
    left: 0;
  }

  .box .item_child {
    border-radius: 5px;
  }
/* Responsive */
@media (max-width: 991px){
.main-container{
    margin: 0 15px;
}
.burger{
    top: 17px;
}
.burger i{
    font-size: 16px;
}
.navbar-box .nav-links li a{
    font-size: 20px;
}
.navbar-box .nav-links li{
    margin: 20px 0;
}
.burger.burger-open i{
    font-size: 25px;
}
.navbar-brand{
    width: 150px;
}
.sub-titil p{
    font-size: 8px;
}
.sub-titil::after {
    position: absolute;
    content: '';
    background: #fff;display:none;
    opacity: 0.5;
    right: 58px;
    bottom: 7px;
    width: 30px;
    height: 1px;
}
.navbar-light .navbar-toggler{
    display: none;
}
.email-icon{
    margin-right: 0;
    width: 25px;
    height: 25px;
    margin-left: -5g0px;
}
.email-icon a{
    font-size: 10px;
}
.call-btn{
    margin-right: -122px;
    width: 25px;
    height: 25px;
}
header .navbar{
    gap: 10px;
    padding-right: 30px;
}
header .navbar-brand h3{
    font-size: 14px;
    font-weight: 500;
}
header .toggle{
    top: 14px;
}
.banner-text h3{
    font-size: 20px;
    line-height: 30px;
}
.about-sec{
    margin-top: 0;
}
.banner{
    padding-top: 1%;
    border-radius: 0 0 20px 20px;
}
.banner-text{
    background: #181716;
    border: 1px solid #707070;
    padding: 20px 15px;
    border-radius: 10px;
}
.dgp-img{
    padding-right: 0;
}
.about-text{
    padding-left: 0;
}
.about-text h3{
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 0px;
}
.round-icon{
    display: none;
}
.about-text p{
    font-size: 14px;
}
.about-btn {
    padding-top: 10px;
}
.achievement{
    padding: 7% 15px;
}
.bg-box{
    margin-bottom: 15px;
}
.achievement-text{
    padding: 0;
}
.achievement-text h3{
    font-size: 25px;
    padding-bottom: 10px;
}
.achievement-text p{
    font-size: 14px;
}
.all-box{
    padding-left: 0;
}
.bg-box h5{
    font-size: 15px;
}
.round-icon{
    margin: unset;
    margin-bottom: 10px;
}
.services-sec{
    border-radius: 20px 20px 0 0px;
    margin-top: 7%;
}
.services-sec p{
    padding: 0;
    font-size: 13px;
    margin-bottom: 20px;
}
.services-sec .owl-carousel .owl-nav button.owl-prev{
    width: 55px;
    height: 30px;
}
.services-sec .owl-carousel .owl-nav button.owl-next{
    width: 55px;
    height: 30px;
}
.services-sec .owl-nav{
    padding-top: 20px;
}
.services-sec::after{
    display: none;
}
.service-box::before{
    display: none;
}
.service-box{
    padding: 20px 15px;
}
.service-box h4{
    margin-bottom: 25px;
    font-size: 20px;
}
.service-box h6{
    font-size: 16px;
    margin-bottom: 15px;
}
.service-box p{
    font-size: 14px;
    margin-bottom: 0;
}
.item {
    display: flex;
    flex-direction: column;
}
.phone-other-box{
    display: block;
}
.vertical-section{
    display: none;
}
.other-slide-sec .item{
    width: auto;
    height: auto;
    position: relative;
}
.other-box-detils{
    border-radius: 20px 20px 0px 0px;
}
.other-text{
    padding: 20px 15px;
}
.other-text h4{
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0;
}
.other-slide-sec .owl-dots{
    position: relative;
    bottom: 0;
    margin-left: 0;
    display: none;
}
.follow-us{
    text-align: left;
}
.email-footer h4{
    padding-bottom: 10px;
}
.follow-us h4{
    padding-bottom: 10px;
}
.email-footer{
    padding-bottom: 20px;
}
.follow-us a{
    font-size: 14px;
}
.terms-text{
    text-align: left;
}
.coppy-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.services-sec h3{
    font-size: 25px;
    margin-bottom: 10px;
}
.about-text a{
    font-size: 13px;
}
.call-btn a{
    font-size: 10px;
}
.other-slide-sec .item{
    border-radius: 20px 20px 0px 0px !important;
}
.other-text p{
    font-size: 14px;
}
.more--btn a {
    padding: 7px 25px;
    font-size: 12px;
    
}
.other-text h5{
    font-size: 14px;
}
.oder-1{
    order: 2;
}
.dgp-img{
    padding-top: 30px;
}
.dgp-img img{
    border-radius: 20px;
}
.about-sec .main-container{
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 5px 12px 0px #0000004a;
    padding: 20px 15px;
}
#button{
    width: 40px;
    height: 40px;
    right: 15px;
}
#button::after{
    font-size: 17px;
}
/* about us */
.sub-banner{
    border-radius: 0;
    display: none;
}
.about-img p{
    font-size: 15px;
}
.about-img h4{
    padding-top: 15px;
}
.about-contant{
    padding-left: 0;
}
.about-contant p{
    font-size: 14px;
}
.achievement-sec{
    border-radius: 20px;
    box-shadow: 3px 5px 12px 0px #0000004a;
    margin: 20px 15px;
}
.achievement-about h3{
    font-size: 25px;
}
.achievement-about h6{
    font-size: 15px;
}
.achivement-img{
    padding-left: 0;
}
.about-services{
    border-radius: 20px;
}
.about-sservice-sec h3{
    margin: 0;
    padding-bottom: 20px;
}
.about-sservice-sec .owl-nav{
    position: relative;
    top: 0;
}
.about-img{
    padding-right: 0;
}
/* contact */
.contact-sec{
    margin-top: 0;
    border-radius: 20px;
    margin: 20px 15px;
    box-shadow: 0px 3px 6px #00000029;
}
.contact-form{
    padding: 20px 15px;
    margin-right: 0;
}
.contact-text h4{
    font-size: 20px;
}
.contact-text h3{
    font-size: 25px;
}
.contact-text{
    padding-bottom: 20px;
}
.contact-bg{
    padding: 13% 0;
}
.contact-phone{
    text-align: left;
}
.contact-phone a{
    font-size: 17px;
}
.contact-phone{
    margin-bottom: 20px;
}
.contact-email{
    padding-bottom: 0;
}
a#scroll {
    width: 40px;
    height: 40px;
}
#scroll span{
    margin-left: 0px; 
    margin-top: 0px;
    border-bottom: 6px solid #fff;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translate(-50%, -50%);
}
/*  */
.media-box{
    padding: 30px 15px;
    border-radius: 10px;
}
.media-box h3{
    font-size: 20px;
}
.padd-line1 {
    padding-right: 15px;
}
.padd-line2 {
    padding-left: 15px;
}
.news-contant p{
    font-size: 14px;
}
.old-nwes h5{
    font-size: 18px;
    margin: 0;
}
.border-top{
    border-top: none !important;
}
.news-sec .owl-nav{
    position: relative;
    bottom: 0;
}
.news-other-text{
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.news-other-text h5{
    color: #000;
}
.news-other-text p{
    color: #000;
    font-size: 14px;
}
.other-news{
    border-radius: 10px;
    margin-top: 20px;
    height: auto;
}
.other-news p{
    font-size: 14px;
}



/* photo-gallery */
.bg--filter{
    border-radius: 20px;
    padding: 20px 0;
}
.gallery-box{
    margin-bottom: 20px;
}
.gallery{
    padding: 5% 8%;
}
.pagination-item{
    text-align: center;
    padding-top: 20px;
}
.photo-gallery-sec h3{
    font-size: 25px;
    padding-bottom: 15px;
}
/* video-galler */
.main-vedio .btn-primary{
    font-size: 15px;
}
.main-vedio .btn-primary{
    transform: translate(-50%, -50%);
}
.slide-sec{
    margin: 0 15px;
}
.slide-sec::before{
    width: 100%;
}
.main-vedio{
    padding-bottom: 30px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {    
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 11px;
}

.navbar-brand h3 {
    font-size: 26px;
}

.banner-text h3 {
    font-size: 20px;
    line-height: 28px;
}

.main-container {
    margin: 0 60px;
}

}
@media (min-width:1440px) {

    div.banner-text h3 {
    font-size: 28px;  
    line-height: 40px;
}
.services-sec h3,.achievement-text h3,.about-text h3 {font-size: 42px;}

}