*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.row {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 0px;
}

.top_header{
    background-color: #082264;
    padding: 7px 12px;
}

.header_menu ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.top_text ul {
 list-style-type: none;
 display: flex;
 gap:10px;
 color:#fff;
 margin-bottom:0px;
}

.top_text ul li a{
    color:#ffffff;
    text-decoration: none;
}

.top_menu_header{
    padding: 20px 20px 0px 20px;
    background-color: #f0ffff00;

}

.owl-item.active .banner_line h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: animate__bounceInDown;
    animation-delay: 0.3s;

}

.abt_wrap{
    max-width: 400px;
    margin: auto;
}

.top_text p{
    font-size:12px;
}

.logo_wrapper img{
    width: 112px;
    height: 71px;
}

.header_menu ul {
    list-style-type: none;
    padding-left: 0px;
    display: inline-flex;
    gap: 20px;
    margin-bottom:0px;
}

.fixed_head{
    position: fixed;
    width:100%;
    z-index:99;
}

.banner_img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_text{
    position: absolute;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner_img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    /* background-image: url(../images/right-curved-bg.webp); */
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner_img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.text_wrapper{
    position: absolute;
    left: -57px;
    bottom: 45px;
    padding: 29px;
    z-index: 1;
    background-color: #ffffffb3;
}

.banner_line h2 {
    text-align: left;
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
}

.banner_line h2 span{
  color:#ffaa18;
}

.left-banner{
    position: relative;
}

.call_boxs{
    background-color: #082264;
    border-radius: 50px;
    padding: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.call_wrapper{
    font-size: 20px;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 999;
    padding: 10px;
    background-color: #fff;
    /* border-bottom-right-radius: 20px;
    border-top-right-radius: 20px; */
}

.socila_media{
    display: flex;
    padding-top: 70px;
    width: 100px;
    background-color: #ffffff;
    float: right;
}

.socila_media ul li{
    padding-top:10px;
}

.socila_media ul{
    list-style-type: none;
    padding-left: 0px;
}

.call_boxs i{
  color:#ffaa18;

}

.socila_media ul li a{
    text-decoration: none;
    color: #fcab1e;
    font-size: 16px;
}

.call_number a{
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.abt_section{
    position: relative;
    padding-top:60px;
    padding-bottom:60px;
    background-color: #ffffff;
    z-index:99;
}

.stop_banner{
    position: sticky;
    top:0px;
    z-index: 9;
}

.about_wrapper_text{
    max-width: 550px;
}

.about_wrapper_text h2{
    text-align: left;
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
}

.dummy_logo{
 width:120px;
 margin: auto;
}

.about_wrapper_text h6{
    color:#ffaa18;
    text-transform: uppercase;
}

.btn_web a{
    background-color: #082264;
    padding: 7px 25px;
    border-radius: 20px;
    margin-left: 14px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}


.main_btn a{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.about_wrapper_text  p{
  text-align: justify;
}

.contact-icon i{
    color: #ffaa18;
    padding-right: 11px;
}


.counter{
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e2eaff;
    background: linear-gradient(to bottom, #e2eaff, #0822644a), url(../images/banner4.webp);
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.services_box h3 {
    font-weight: 700;
    color: #082264;
}

.services_box h2{
    color: #ffaa18;
}

.services_section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e2eaff;
    z-index: 99;
}


.ser_wrapper{
    padding:10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
    
}

.ser_text p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.ser_text{
    max-width: 240px;
}
.ser_text h3
{
    padding: 10px 0px;
    font-size: 24px;
}

.ser_img {
    width: 50%;
    object-fit: cover;
}

.ser_img img {
    object-fit: cover;
    width: 100%;
}

.ser_icon img{
    width: 42px;
}


.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #ffaa18;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #ffaa18;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #ffaa18;
    border: 1px solid #000000;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }

  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5 !important;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #ffaa18;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    margin: 2em 0;
  }
  
  



  
  .footer, footer.nb-footer {
    position: relative;
    z-index:99;
    border-top: 2px solid #ffc259;
    background: linear-gradient(to bottom, #082264, #0b225c), url(../images/slider-1.jpg);
}

footer.nb-footer .about {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1170px;
    text-align: center;
}

footer.nb-footer .about p {
    font-size: 15px;
    color: #fff;
    margin-top: 30px;
}

footer.nb-footer .about .social-media {
    margin-top: 15px;
}

footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer.nb-footer .about .social-media ul li a:hover {
    background: #8181800a;
    color: #fff;
    border-color: #000000;
}

footer.nb-footer .footer-info-single {
    margin-top: 30px;
}

footer.nb-footer .footer-info-single .title {
    color: #aaa;
    text-transform: uppercase;
    font-size: 16px;
    border-left: 4px solid #ffffff;
    padding-left: 5px;
}

footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    font-weight: 200;
    margin-top: 15px;
    text-decoration: none;
}

footer.nb-footer .footer-info-single ul li a:hover {
    color: #ffffff;
}

footer.nb-footer .footer-info-single p {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 0;
    text-decoration: none;
    margin-bottom: 3px;
    font-weight: 200;
}

footer.nb-footer .copyright {
    margin-top: 15px;
    background: #000000;
    padding: 7px 0;
    color: #000;
}

footer.nb-footer .copyright p {
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}


footer.list-unstyled ul li {
    margin-top: 10px;
}


.form-subscribe .form-control {
    background-color: hsl(0deg 0% 100%);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto;
}

.social-media ul {
    gap: 6px;
}

.logo_footer {
    width: 150px;
}

footer.nb-footer .about .social-media ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: #ffc259;
    border-color: #ffc259;
    height: 46.5px;
}

.copyright p a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 200;
    font-size: 11px;
}

footer.nb-footer .copyright p {
    margin: 0;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6d6969;
}