*{
    padding: 0;
    margin:0;
}

ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
}

img{
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif;
}

body{
    font-family: 'DM Sans', sans-serif;
}

.container{
    max-width: 1240px;
}

/* .ava{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
} */

/* header */
.header-top{
    background: #0355a7;
    padding: 10px 0;
    color: #fff;
}


.header-top p{
    margin-bottom: 0;
}

.header-top a i{
    color: #fff;
    margin-right: 10px;
}

.header-top a i:hover{
    color: #0355a7;
    transition: 300ms ease-in-out;
}


.header-bottom{
    padding: 20px 0;
}

.logo{
    width:15rem;
    margin-top: 15px;
}



.header-info i{
    font-size: 20px;
    display: block;
    height: 60px;
    width:60px;
    background: #0355a7;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-right: 10px;
}
.header-info{
    padding: 10px 20px;
    position: relative;
}

.dfa{
    border-right: 1px solid #0011ff5e;
}

.dfa:last-child{
    border-right: none;
}

.header-info P{
    margin-bottom: 0;
}

.header-detail{
    margin-top: 10px;
    position: relative;
}

.header-detail h5{
    
    color: #0355a7;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.header-detail a, .header-detail p{
    color: #000;
    font-size: 15px;
}

.s .header-info::after{
    display: none;
}

.navbar-collapse{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.navbar-brand{
    display: none;
}
.header-last{
    border-top:1px solid #eeeeee;
}

.navbar{
    padding: 0;
   
}

.header-last .nav-link{
    border-right:1px solid #eeeeee;
    font-size: 14px;
    padding: 25px !important;
    font-weight: 700;
}

.header-btn{
    margin-left: auto;
    padding: 0 20px;
}

.h-btn{
    background: #0355a7;
    color: #fff;
    padding: 15px 25px;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    border-radius: 5px;
}



.h-btn span{
    position: relative;
    z-index: 111;
}
.h-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #0f0e0e;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.h-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}



.header-last .nav-link.active,.header-last .nav-link:hover{
    color: #0355a7;
    font-weight: 700;
    transition: 300ms ease-in-out;
}

.navbar-toggler{
    border-radius: 0 !important;
    border-color: #0355a7;
}

.navbar-toggler-icon{
    filter: invert(47%) sepia(48%) saturate(2120%) hue-rotate(336deg) brightness(95%) contrast(97%);
}

.ax{
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: 10px;
}

.footer-logo{
    width: 15rem;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.header-last .navbar-nav .dropdown-menu {
    padding:0 !important;
    border-radius:0;
}

.header-last .navbar-nav .dropdown-menu li a{
    padding:15px 25px;
    border-bottom:1px dotted #eeeeee;
}

.header-last .navbar-nav .dropdown-menu li a:hover{
    background:#0355a7;
    color:#fff;
    transition: all .3s ease-in-out;
}

/* banner */
.banner{
    overflow: hidden;
    position: relative;
    
}

.strike{
    padding: 10rem 0 20rem;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    filter: grayscale(0);
    background-position: center top;
}
.b1{
    background:linear-gradient(90deg, #000 0%, transparent 100%), url(b1.jpg);
    background-size: cover;
}
.b2{
    background:linear-gradient(270deg, #000 0%, transparent 100%), url(b2.jpg);
    background-size: cover;
    background-position: bottom center;
}

.xs{
    padding:10rem 0;
    color: #fff;
    /* background: rgba(0, 0, 0, 0.582); */
    position: relative;
    z-index: 11;
    text-align: left;
    
}

.xs.pa{
    text-align: right;
}

.xs h3{
    color: #F3F1F2;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.xs h1{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 50px;
}

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

.banner-button{
    margin-top: 30px;
}

.b-btn{
    padding: 15px 35px;
    background: #0355a7;
    color: #fff;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
}

.banner .owl-item.active .strike{
    transform: scale(1.15);
    transition: all 6000ms ease-in-out;
}

.slide{
    position: relative;
    overflow: hidden;
    padding: 20rem 0;
}


.banner .owl-item.active h3{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 200ms;
    visibility: visible;
}
.banner .owl-item.active h1{
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: 300ms;
    visibility: visible;
}
.banner .owl-item.active p{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 400ms;
    visibility: visible;
}
.banner .owl-item.active .banner-button{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: 500ms;
    visibility: visible;
}

.shape{
    margin-top: -250px;
    position: relative;
    z-index: 1111;
   
}

.span-title{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.span-title .border-left{
    height: 5px;
    width: 40px;
    background: #0355a7;
    border-radius: 5px;
    margin-right: 3px;
}

.span-title .border-right{
    height: 5px;
    width: 15px;
    border-radius: 5px;
    background: #0355a7;
    margin-right: 15px;
}

.span-title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.title{
    text-align: center;
}

.title .span-title{
    justify-content: center;
}

/* about */
.about{
    padding: 5rem 0;
}

.about h2{
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.about-img{
    border: 5px solid #0355a7;
    box-shadow: 0px 15px 35px 0 rgba(0, 0, 0, 0.2);
    margin: 20px;
}

.about-btn{
    margin-top: 35px;
}

.about-btn a{
    padding: 15px 35px;
    background: #0355a7;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

/* services */
.services{
    padding: 5rem 0;
    background: #0f0e0e;
    background-position: center;
    background-size: contain;
    
}

.services h2{
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.service-img{
    position: relative;
}



.service-content{
    padding: 40px;
    background: #0355a7;
    position: relative;
    color: #fff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

.services .span-title{
    color: #fff;
}

.service-content h5{
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 20px; */
}

.service-content h5 a{
    color: #fff;
}

.service-content p{
    font-size: 15px;
}

.service-btn{
    transform: translateY(-100%);
    transition: 0.3s;
    z-index: 1;
    position: relative;
}

.service-card:hover .service-btn{
    transform: translateY(0);
}

.service-btn a{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: #0355a7;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.service-img{
    height: 16rem;
    position: relative;
}

.service-img::before{
    background-image: -webkit-linear-gradient(90deg, #0355a7 0%, rgba(0, 0, 206, 0) 100%);
    content: "";
    height: 90px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.service-img img{
    object-fit: cover;
}

/* gallery */
.gallery{
    padding: 5rem 0;
}


.gallery h2{
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}

.gallery p{
    font-style: italic;
    text-transform: uppercase;
}

.g-img{
    height: 16rem;
    margin: 10px;
}

.g-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery .owl-nav{
    position: absolute;
    top: 40%;
    width:100%
}

.gallery .owl-prev{
    position: absolute;
    left: -10px;
}

.gallery .owl-next{
    position: absolute;
    right: 10px
}

.gallery .owl-nav i{
    width: 35px;
    height: 50px;
    display: block;
    background: #0355a7;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    font-weight: 900;
}

.gallery p{
    font-weight: 900;
    color: #0355a7;
    font-style: italic;
}

.g-btn{
    background: #0355a7;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.g-btn span{
    position: relative;
    z-index: 111;
}
.g-btn::before{
    position: absolute;
    top: 115px;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: #0f0e0e;
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
    border-radius: 50%;
    
    transition-duration: 800ms;
    z-index: 1;

}



.g-btn:hover::before{
    top:0%;
    left: -70px;
    right: -70px;
}



/* choose */
.cha{
    background: url(panel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.vas{
    padding: 50px 40px;
    background: #0f0e0e;
    height: 100%;
    color: #fff;
}

.vas h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.vas h6{
    font-weight: 700;
}

.vas p{
    font-size: 13px;
}

.ch-box{
    padding: 10px 0px;
    display: flex;
    
    
}

.c-icon{
    margin-right: 10px;
    
}

.c-icon img{
    width: 70px;
    height: 70px;
    max-width: unset;
}

/* reviews */
.reviews{
    padding: 5rem 0;
}

.reviews h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.testi-item{
    margin: 10px;
}

.testi-content{
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
    padding:30px 40px 60px;
    background: #fff;
}

.testi-img{
    position: relative;
    bottom: 38px;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.testi-img img{
    border-radius: 50%;
}

.testi-info{
    text-align: center;
    margin-top: -25px;
}

.testi-info h5{
    font-weight: 700;
    margin-bottom: 2px;
}

.testi-info p{
    color: #747a85;
    font-size: 15px;
}

.testi-icon{
    height: auto;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 25px;
}

/* .testi-icon img{
    filter: invert(27%) sepia(68%) saturate(2060%) hue-rotate(333deg) brightness(81%) contrast(89%);
} */

/* footer */
footer{
    padding: 5rem 0 20px;
    background:#0355a7;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

footer h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

footer p{
    color: #e1ecff;
    font-size: 15px;
}

.footer-top{
    padding-bottom: 2rem;
    border-bottom: 1px solid #747a85;
}

.footer-top li, .footer-top a{
    color: #e1e1e1;
}

.footer-top li{
    margin-bottom: 11px;
    position: relative;
}

.footer-top li i{
    color:#e1e1e1;
    font-size: 13px;
    margin-right: 10px;
}


.footer-contact li i{
    color: #fff;
    background: #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}

.footer-contact{
    margin-bottom: 45px;
}

.avx{
    margin-bottom: 30px;
}

.footer-social{
    margin-top: 20px;
}

.footer-social i{
    background: #000;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .5s ease-in-out;
}

.footer-social a:hover i{
    color: #0355a7;
    background: #fff;
}

.footer-bottom{
    padding: 20px 0;
    text-align: center;
}

.footer-bottom a{
    color: #fff;
    font-family: 700;
}

/* bread */

.bread {
    background: linear-gradient(rgba(0, 0, 0, 0.62),rgba(0, 0, 0, 0.47)),url(b2.jpg);
        background-attachment: fixed !important;
        background-size: cover !important;
        color: #fff;
        padding: 7rem 0
    }

    .bread h2{
    font-weight: 700;
    font-size: 48px;
}

.bread .bread-crumb{
    position: relative;
    display: inline-block;
    padding-left: 260px;
    margin-top: 20px;
}

.bread .bread-crumb::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 220px;
    height: 2px;
    background-color: #868686;
}

.bread .bread-crumb li{
    position: relative;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    padding-right: 15px;
    color: #fff;
}

.bread-crumb li::before{
    position: absolute;
    right: -15px;
    width: 25px;
    top: 1px;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    content: ":";
}

.bread-crumb li a{
    color: #fff;
}

.bread-crumb li:last-child{
    
        padding-right: 0;
        margin-right: 0;
}

.bread-crumb li:last-child::before{
    display: none;
}

/* contacts */
.contacts{
    padding: 5rem  0;
}
.contact-form{
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 3%);
    padding: 30px 50px;
    border-radius: 15px;
}

.contact-form h2{
    font-weight: 700;
    color: #0355a7;
    margin-bottom: 15px;
}

.contact-form p{
    color: #696969;
    font-size: 15px;
}

.contact-form .form-control{
        padding: 12px 20px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
    margin-top: 15px;
}

.contact-form .asd{
    padding: 14px 36px;
    border-radius: 5px;
    background: #0355a7;
    color: #fff;
    border: none;
}

.contact-form button i{
    margin-right: 5px;
}

.contact-box{
    padding: 15px 20px;
    border-radius: 5px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-box i{
    font-size: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #0355a7;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}

.contact-box h3{
    font-size: 18px;
    font-weight: 700;
    color: #0355a7;
}

.faq-data {
    padding: 5rem 2rem;
}


/* accordion */
  .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
    justify-content: center;
    
  }
  
  .accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid #d4d4d4;
    visibility: visible;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
  }
  
  .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
    background: #0355a7;
    color: #fff;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    font-weight: 600;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: all 0.2s ease;
  }
  
  .accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-180deg);
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.2s ease;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper {
    padding: 20px;
    grid-template-rows: 1fr;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
    
    line-height: 1.5;
  }


  .accordion .accordion-item ul{
    padding-left: 50px;
  }

  .accordion-item li{
    list-style: disc;
  }

  .sav .accordion-item-header{
    background: #00B0F6 !important;
  }


  .faqv{
    width: 50%;
    margin: 0 auto;
  }

  .faq-data{
    padding: 5rem 2rem;
  }


  /* services-single */
  .services-single{
    padding: 5rem 0;
  }

  .services-single h2{
     font-weight: 700;
     color: #0355a7;
     margin-bottom: 25px;
  }

  .services-single ul{
    padding-left: 20px;
  }

  .services-single li{
    list-style: disc;
  }

  .services-single li::marker{
    color: #0355a7;
  }

@media screen and (min-width:992px) and (max-width:1200px){
    /* .header-bottom .s{
        display: none;
    } */

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

    .header-bottom a, .header-bottom p{
        font-size: 14px !important;
    }

    .header-last .nav-link{
        font-size: 13px;
    }

    .header-info i{
        font-size: 18px;
        height: 50px;
        width: 50px;
        line-height: 48px;
        margin-top: 10px;
    }
}


@media screen and (max-width:992px) {
    .navbar-brand{
        display: block;
        width: 15rem;
    }

    .header-bottom{
        display: none;
    }

    .header-last .nav-link{
        border: none !important;
        padding: 10px 0 !important;
    }

    .navbar-collapse{
        border: none !important;
    }

    .header-last{
        padding: 20px 0;
    }

    .banner{
        overflow: hidden;
        position: relative;
    }

    .cy{display: none;}

    .gallery{
        overflow: hidden;
    }

    .header-btn{
        margin-left: 0 !important;
        text-align: left !important;
        padding: 0% !important;
        width: 100%;
        margin-top: 10px;
    }

    .about-img{
        margin-bottom: 40px;
    }

    .ss-img{
        margin-bottom: 40px;
    }

    .bread .bread-crumb{
        padding-left: 60px;
    }

    .bread .bread-crumb::before{
        width: 40px;
    }
}

@media (min-width: 768px) {
  .custom-padding {
    padding-left: 200px;
  }
}

@media (max-width: 767.98px) {
  .custom-padding {
    padding-left: 0;
  }
}
