/********** Template CSS **********/
:root {
    --primary: #295ff4;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;

}


body{
    overflow-x: hidden !important;
    width: 100%;
    max-width:100vw;
    box-sizing: border-box;
}



@media (max-width: 450px) {
    .main-banner  {
        height:100ch !important;
    }
}


.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


.topbar-right {
    position: relative;
    background: var(--primary);
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 75px;
    display: flex;
    align-items: center;
    background: var(--primary);
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: var(--primary);
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .our-mission-know-more{
      height: auto;
    }
    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, #334469fb 0%, rgba(2, 36, 91, 0) 100%), url(../img/new/DSC00342.JPG) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  height: 480px;
}

.page-header-service {
  background: linear-gradient(to right, #334469fb 0%, rgba(2, 36, 91, 0) 100%), url(../img/new/IMG_3333.jpeg) center center no-repeat;
  background-size: cover;
height: 480px;
display: flex;
align-items: center;
}

.page-header-expertise {
  background: linear-gradient(to right, #334469fb 0%, rgba(2, 36, 91, 0) 100%), url(../img/new/IMG_3339.jpeg) center center no-repeat;
  background-size: cover;
height: 480px;
display: flex;
align-items: center;
}

.page-header-contact {
  background: linear-gradient(to right, #334469fb 0%, rgba(2, 36, 91, 0) 100%), url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
height: 480px;
display: flex;
align-items: center;
}

.page-header .breadcrumb-item+.breadcrumb-item::before , .page-header-contact .breadcrumb-item+.breadcrumb-item::before ,.page-header-service .breadcrumb-item+.breadcrumb-item::before{
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header-contact .breadcrumb-item,
.page-header-contact .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.page-header-service .breadcrumb-item,
.page-header-service .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.page-header-expertise .breadcrumb-item,
.page-header-expertise .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


.page-header-contact .contact-title{
  margin: auto 0;
}

/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    margin: 65px 0 25px 0;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-img {
    position: absolute;
    padding: 12px;
    width: 130px;
    height: 130px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

.service-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
}

.project-item img {
    transition: .5s;
}

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;
}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;

    background-color: #465061 !important;
    background-color: var(--dark) !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;

    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}



.sub-header {
    background-color: #1f272b;
    position: relative;
    z-index: 1111;
    display: grid;
    grid-template-columns: 90% 10%;
    justify-content: space-between;
    align-items: center;
    padding: 10px 150px;
  }

  .sub-header p {
    margin-right: 30px;
  }


  @media (max-width: 1200px) {
    .sub-header {
        padding: 10px 50px;
  }


    .sub-header p{
        font-size: 12px;
  }

}


@media (max-width: 900px) {
    .sub-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


  }
  .sub-header p{
    font-size: 11px;
}

.sub-header .sb{
    flex-wrap: wrap;
    justify-content: center;
}


}




  .sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
  }

  .sub-header .right-icons {
    text-align: right;
    padding: 8px 0px;
  }

  .sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
  }

  .sub-header .right-icons ul li a {
    color: #fff;
    font-size: 14px;
    transition: all .3s;
  }

  .sub-header .right-icons ul li a:hover {
    color: #f5a425;
  }

  .sub-header .left-content p em {
     font-style: normal;
     color: #f5a425;
  }

  /* .background-header {
    background-color: #fff!important;
    height: 80px!important;
    position: fixed!important;
    top: 0!important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  } */

  .background-header .main-nav .nav li a {
    color: #1e1e1e!important;
  }

  .background-header .logo,
  .background-header .main-nav .nav li a {
    color: #1e1e1e!important;
  }

  .background-header .main-nav .nav li:hover a {
    color: var(--primary)!important;
  }

  .background-header .nav li a.active {
    color: var(--primary) !important;
  }

  .header-area {
    background-color: rgba(250,250,250,0.15);
    background-color: white;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }

  .header-area .main-nav {
    min-height: 80px;
    background: transparent;
  }

  .header-area .main-nav .logo {
    line-height: 80px;
    color: hsl(0, 0%, 96%);
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .background-header .main-nav .logo {
    line-height: 75px;
  }

  .background-header .nav {
    margin-top: 20px !important;
  }

  .header-area .main-nav .nav {
    float: right;
    margin-top: 20px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
  }

  .header-area .main-nav .nav li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-area .main-nav .nav li:last-child {
    padding-right: 0px;
  }

  .header-area .main-nav .nav li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: .7px;
    font-family: "Rubik",sans-serif;
  }

  .header-area .main-nav .nav li:hover a,
  .header-area .main-nav .nav li a.active {
    color: #295ff4!important;
  }

  .background-header .main-nav .nav li:hover a,
  .background-header .main-nav .nav li a.active {
    color: var(--primary)!important;
    opacity: 1;
  }

  .header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
  }

  .header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
  }

  .background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
  }

  .header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: var(--primary)!important;
    padding-left: 25px;
  }

  .header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
  }

  .header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }

  .header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
  }

  .background-header .main-nav .menu-trigger {
    top: 23px;
  }

  .header-area .main-nav .menu-trigger span,
  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
  }

  .background-header .main-nav .menu-trigger span,
  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
  }

  .background-header .main-nav .menu-trigger span:before,
  .background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger span:before,
  .header-area .main-nav .menu-trigger span:after {
    content: "";
  }

  .header-area .main-nav .menu-trigger span {
    top: 16px;
  }

  .header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
  }

  .header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
  }

  .header-area .main-nav .menu-trigger.active span,
  .header-area .main-nav .menu-trigger.active span:before,
  .header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
  }

  .header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
  }

  .background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
  }

  .header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
  }

  .background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
  }

  .header-area.header-sticky {
    /* min-height: 80px; */
    height: 80px;
  }

  .header-area .nav {
    margin-top: 30px;
  }

  .header-area.header-sticky .nav li a.active {
    color: #3866FF;
  }

  @media (max-width: 1200px) {
    .header-area .main-nav .nav li {
      padding-left: 7px;
      padding-right: 7px;
    }
    .header-area .main-nav:before {
      display: none;
    }
    #map{
      height: 500px;
    }
  }



  @media (max-width: 1050px) {
    .header-area .main-nav .logo {
      color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
      color: #3866FF!important;
      opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
      width: 100%;
    }
    .header-area {
      background-color: #f7f7f7;
      padding: 0px 15px;
      height: 100px;
      box-shadow: none;
      text-align: center;
    }
    .header-area .container {
      padding: 0px;
    }
    .header-area .logo {
      margin-left: 30px;
    }
    .header-area .menu-trigger {
      display: block !important;
    }
    .header-area .main-nav {
      overflow: hidden;
    }
    .header-area .main-nav .nav {
      float: none;
      width: 100%;
      display: none;
      -webkit-transition: all 0s ease 0s;
      -moz-transition: all 0s ease 0s;
      -o-transition: all 0s ease 0s;
      transition: all 0s ease 0s;
      margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
      border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
      margin-top: 100px !important;
    }
    .header-area .main-nav .nav li {
      width: 100%;
      background: #fff;
      border-bottom: 1px solid #eee;
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
      height: 50px !important;
      line-height: 50px !important;
      padding: 0px !important;
      border: none !important;
      background: #f7f7f7 !important;
      color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
      background: #eee !important;
      color: #3866FF!important;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
      position: relative;
      visibility: inherit;
      opacity: 1;
      z-index: 1;
      transform: translateY(0%);
      top: 0px;
      width: 100%;
      box-shadow: none;
      height: 0px;
      transition: all 0s;
    }
    .header-area .main-nav .nav li.submenu ul li a {
      font-size: 12px;
      font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
      width: 0px;
    }
    .header-area .main-nav .nav li.has-sub ul.sub-menu {
      height: auto;
    }
    .header-area .main-nav .nav li.has-sub:after {
      color: #3B566E;
      right: 30px;
      font-size: 14px;
      top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
      height: 0px;
    }
  }

  @media (min-width: 1050px) {
    .header-area .main-nav .nav {
      display: flex !important;
    }
  }


  /*
  ---------------------------------------------
  banner
  ---------------------------------------------
  */

  .main-banner {
    position: relative;
    /* max-height: 100%; */
    overflow: hidden;
    margin-bottom: -7px;
    height: 90ch;
    position: relative;
    background-size: cover;

  }

  #bg-video {
    position: absolute;
    top: 0;
    left: 0;
      min-width: 100%;
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      background-size: cover;
  }
  #bg-video img{
    height: 100vh;
    width: 100%;
  }
  #bg-video::-webkit-media-controls {
      display: none !important;
  }

  .video-overlay {
      position: absolute;
      background-color: rgba(31, 39, 43, 0.67);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
  }

  .main-banner .caption {
    position: relative;
    /* top: 30%;
    transform: translateY(-50%); */
    margin-top: 50px;
  }

  .main-banner .caption h6 {
    margin-top: 0px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
  }

  .main-banner .caption h2 span {
    color: #295ff4;
  }

  .main-banner .caption h2 {
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    margin-bottom: 20px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }

  .main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
  }

  .main-banner .caption p {
    color: #fff;
    font-size: 17px;
    max-width: 970px;
    line-height: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;

  }


  .mission .main-button-red ,.vision .main-button-red{
    margin-bottom: 20px;
  }

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

  @media screen and (max-width: 767px) {

    .main-banner .caption h6 {
      font-weight: 500;
    }

    .main-banner .caption h2 {
      font-size: 36px;
    }

  }

.services {
    /* margin-top: -320px; */
    position: relative;
    width: 100%;
    margin-top: 40px;
  }

  .services2 {
    position: relative;
    width: 100%;
  }

  .services .item {
    /* background-image: url(../images/service-item-bg.jpg); */
    background-color: #295ff48c;
    background-color: #b6b8bf55;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding: 25px;
    backdrop-filter: blur(20px);
  }

  .services .item .icon {
    max-width: 60px;
    margin: 0 auto;
  }

  .services .item h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
  }

  .services .item p {
    color: #fff;
    font-size: 13px;
  }

  .services .owl-nav {
    display: inline-block !important;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-25px);
  }

  .services .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -30px;
  }

  .services .owl-nav .owl-prev span,
  .services .owl-nav .owl-next span {
    opacity: 0;
  }

  .services .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }

  .services .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }

  .services .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }

  .services .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }

  .services .owl-nav .owl-next:hover {
    opacity: 0.9;
  }

  .services .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -30px;
  }

  .services .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }


  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color:  var(--secondary);
}

a:hover {
	color: var(--primary);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #3866FF;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
/*
---------------------------------------------
services
---------------------------------------------
*/


  section.heading-page {
    background-image: url(../images/heading-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 110px;
    text-align: center;
  }

  section.heading-page h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
  }

  section.heading-page h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
  }

@media (max-width: 1300px) {
    .services .owl-nav .owl-next{
      right: -30px;
    }
    .services .owl-nav .owl-prev{
      left: -25px;
    }
    .our-mission-know-more{
      height: auto;
    }
  }

  @media (max-width: 1200px) {
    .services .owl-nav .owl-next{
      right: -70px;
    }
    .services .owl-nav .owl-prev{
      left: -65px;
    }

  }

  @media (max-width: 1085px) {
    .services .owl-nav .owl-next{
      right: -30px;
    }
    .services .owl-nav .owl-prev{
      left: -25px;
    }

  }

  @media (max-width: 1405px) {
    .column-1050{
      flex-direction: column;
    }
  }

@media (max-width: 1005px) {
    .services .owl-nav .owl-next{
      display: none;
    }
    .services .owl-nav .owl-prev{
      display: none;
    }
  }

@media (max-width: 992px) {

  .column-1050{
    flex-direction: row;
  }


    /* .main-banner .caption {
      top: 50%;
    } */

    .main-banner .caption h2 {
      margin-top: 10px;
      margin-bottom: 10px;
      font-size: 22px;
    }

    .main-banner .caption .main-button-red {
      margin-top: 15px;
    }

    .services {
      margin-top: 60px;
      position: relative;
    }
    .services .item h4{
      font-size: 16px;
    }
    .services .item p{
      font-size: 12px;
    }
    .services .item {
      background: #b6b8bfdc;
    }
    .accordions {
      margin-left: 0px;
    }

    .new-students {
      margin-top: 15px;
    }

    section.our-value .video {
      margin-left: 0px;
      margin-top: 15px;
    }



  }
  @media (max-width: 767px) {

    .sub-header .left-content p {
      display: none;
    }

    .sub-header .right-icons {
      text-align: center;
    }

    .main-nav .nav .sub-menu {
      display: none;
    }

    .header-area .main-nav .nav li ul.sub-menu li a {
      color: #1f272b;
    }

  }


/*
.vision .row{
    height: 55vh;
  } */
  .main-vision-image{
    height: 620px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 5px;

  }
  .main-vision-image img{
    width: 80%;
    width: 342px;
    height: 500px;
    border-radius: 5px;
  }

  .direction-column{
    display: flex;
    flex-direction:column;
    justify-content: space-around;
    height: 500px;
  }

  .sub-vision-image-up,.sub-vision-image-down{
    height: 200px;
    width: 79%;
    border-radius: 5px;
  }

  .sub-vision-image-up img{
    height: 100%;
    width: 80%;
    width: 240px;
    border-radius: 5px;
  }
  .sub-vision-image-down img{
    height: 100%;
    width: 95%;
    width: 285px;
    border-radius: 5px;
  }


  .our-mission{
    text-align: left;
    padding-top:60px ;
  }


  .our-vision{
    text-align: left;
    padding-top:20px ;}


  /* .our-mission h1,.our-vision h1{
    margin-top: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    margin-bottom: 20px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    color: #191a20bf;
  } */


  .our-mission p,.our-vision p,.p-know-more p{

      color: #1f272b;
      font-size: 17px;
      max-width: 970px;
      line-height: 35px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;


    }


    p{

    }
    .our-mission-know-more{
      width: 100%;
      height: auto;
      border-radius: 5px;
      background-color: #295ff460;
      margin-top: 40px;
      display: grid;
      grid-template-columns: 20% 80%;
    }

    .icon-know-more{
    display: flex;
    align-items: center;
    justify-content: center;
    }

    .icon-know-more img{
      height: 90px;
      width: 90px;
      }

      .p-know-more p{
        padding: 10px 10px 10px 0;
        font-size: 16px;
      }

      .about-back-image{
        height: 62vh;
        width: 100%;
        border: 1px solid red;

        position: relative;
      }





      .about-back-image .about-div:nth-child(2)::after{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;

      }


      .about-back-image .about-div2{
        background-color:#c6392376;

        position: relative;
        padding: 50px;
        color: white;
      }


      .about-div2 p{
      font-size: 16px;
      max-width: 970px;
      line-height: 35px;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
        color: white;
      }



      .about-back-image .about-div1{
        background-image: url("shutterstock_2252434979.jpg");
        background-color:#2a63ffb8;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
      }


      /* .our-value-ips{
        background-image: url("../img/value-bg.png");
      } */


      section.our-value {
        background-image:
        linear-gradient(to top, rgba(50, 50, 51, 0.52), rgba(13, 6, 11, 0.769)),
        url('../img/value-bg.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 140px 0px 35px 0px;
        margin-bottom: 200px;
      }

      our-service{
        height: 500px;
        padding: 140px 0px 125px 0px;
        margin-bottom: 200px;
      }

      section.our-value h2 {
        font-size: 38px;
        color: #fff;
        line-height: 50px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 50px;
        text-align: center;
      }


      .our-value .card,.our-service .card{
        height: 580px;
        border-radius: 5px;
        margin-bottom: 10px;
      }

      .owl-carousel {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      @media (max-width: 1200px) {
        .sub-vision-image-down img{
          width: 245px !important;
        }
      }

      @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1500px !important;
        }
      }

      .down-content h4{
        color: white;
      }

      .our-points p{
        padding: 7px;
      }
      .card{
        cursor: pointer;
      }
       .card,.our-service .card{
          position: relative;
          padding: 50px 30px;
          text-align: center;
          box-shadow: 0 10px 15px #0001;
          transition: all 0.5s ease;
      }

      .card:hover,.our-service .card:hover{
        box-shadow: 0 20px 30px #0002;
      }

     .card::after{
        right:100%;
        content: '';
        position: absolute;
        inset: calc(100% - 3px) 100% 0 0;
        background: var(--primary) ;
        transition: all 0.5s ease;
      }

      .card:hover::after{
        right:0;
      }

      .card_head{
        position: relative;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items:center;
      }

      .card_head i{
        font-size: 3em;
        color: var(--primary);
        --ionicon-stroke-width:0.5em;
      }


      .card_head .rounded-border{
        position: absolute;
        width: 120px;
        height: 120px;
        border: 1px solid var(--primary);
        box-shadow: inset 0 0 20px #295ff4a8,
                          0 0 20px #295ff4a8;
        border-radius: 10em;
        transform: rotate(-45deg);
        animation: rotate-360 2s linear infinite;
        animation-play-state: paused;
      }

      .card:hover .rounded-border{animation-play-state: running;}
      @keyframes rotate-360 {
        from {transform: rotate(-45deg); }
        to {transform: rotate(315deg);}

      }
       .card_head .circle{
        position: absolute;
        width: 14px;
        height: 14px;
        background: var(--primary);
        border-radius: 100%;
        top: -7px;
        transform: translateX(-50%);
        box-shadow:  0 118px 0 var(--primary);
      }

.card_body{
  margin-top: 30px;
}

.card_body h3{
  font-size: 1.5rem;
  color: hsl(229, 9%, 30%);
  margin: 30px 20px 20px;
}
.card_body p {
  font-size: .9rem;
  color: hsl(229, 11%, 36%);
  line-height: 30px;
}

.card_body .btn {
  margin-top: 20px;
  text-decoration: none;
  color:var(--primary);
  font-weight: 600;
  font-size: 1.05em;
  opacity: 0.9;
}

.card_body .btn:hover{
  opacity: 1;
}

.card-primary{
  --hue:270;
}
.card-secondary{
  --hue:168;
}
.card-tertiary{
  --hue:340;
}

.main-vision-image2{
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 5px;
  position: relative;
}

.main-vision-image2 img{
  width: 80%;
  width: 442px;
  height: 300px;
  border-radius: 5px;
}


.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
  position: absolute;
  top: -220px;
  left: 130px;

}

.services2 .card{
  padding: 0;
  height: 520px;
}
.services2 .card .card_body{
  padding:20px;
  margin: 0;
  text-align: left;
}
.services2 .card .card_body p{
  font-size: 14px;

}
.services2 .card .card_body h3{
  margin: 0;

}
.services2 .card_head{
  width: 100%;
  height: 260px;
  position: relative;
  padding: 0;
}

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


.ftco-section {
  padding: 7em 0; }


  .wrapper {
    width: 100%; }


    .no-gutters {
      margin-right: 0;
      margin-left: 0; }
      .no-gutters > .col,
      .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }


        #map {
          width: 100%;
        }
          @media (max-width: 767.98px) {
            #map {
              height: 300px; }
            .row.our-value{
              justify-content: center;
            }
            .p-know-more p{
              font-size: 14px;
            }
            .our-mission-know-more{
              height: auto;
            }
            }



.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .dbox {
      margin-bottom: 0;
      padding: 0; } }
  .dbox p {
    margin-bottom: 0; }
    .dbox p span {
      font-weight: 500;
      color: #000; }
    .dbox p a {
      color: #2553b8; }
  .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2553b8;
    margin: 0 auto;
    margin-bottom: 20px; }
    .dbox .icon span {
      font-size: 20px;
      color: #fff; }
  .dbox .text {
    width: 100%; }


    .contact-wrap {
      position: relative;
      height: 600px;
      background: #e8edf0; }


      #form-message-warning, #form-message-success {
        display: none; }

      #form-message-warning {
        color: red; }


        #form-message-warning, #form-message-success {
          display: none; }

        #form-message-warning {
          color: red; }

        #form-message-success {
          color: #28a745;
          font-size: 18px;
          font-weight: 500; }

          .contactForm .label {
            color: #000;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600; }

          .contactForm .form-control {
            border: none; }

          #map {
            width: 100%; }
            @media (max-width: 767.98px) {
              #map {
                height: 300px; } }

          #contactForm .error {
            color: red;
            font-size: 12px; }

          #contactForm .form-control {
            font-size: 16px; }

            .form-group {
              margin-bottom: 1rem; }

              label {
                display: inline-block;
                margin-bottom: 0.5rem; }


                input:focus,textarea:focus{
                  outline: 2px solid var(--primary) !important;
                }

                .inputs {
                  border: 1px solid rgba(0, 0, 0, 0.228);
                  padding: 10px;
                  width: 100%;
                  border-radius: 5px;
                }

                .inputs-btn{
                  width: 100%;
                  border: 1px solid rgba(0, 0, 0, 0.228);
                  padding: 15px;
                  border-radius: 5px;
                  background-color: var(--primary);
                  color: white;
                }

                .inputs-btn:hover{
                  background-color: #295ff4ec;
                  color: white;

                }

                .services-details .card_head img{
                  width: 70px;
                  height: 70px;
                }

                .details-service-image{
                  margin-bottom: 150px;
                }

                .details-service-image img{
                  height: 100%;
                  width: 100%;
                }

                .card-details{
                  width: 100%;
                  height: auto;
                  padding: 35px;
                  /* margin-bottom: 30px; */
                }

                .card-details ul{
                  list-style: none;
                  margin: 0;
                  padding: 0;
                }

                .card-details ul li{
                  font-size: 17px;
                  font-weight: 600;
                  border-radius: 1px;
                  letter-spacing: .1rem;
                  margin-bottom: 2px;
                  padding: 10px 20px;
                  transition: all .3s;
                  border-radius: 5px;
                  background: #d8e9f9a0;
                }

                .card-details ul li.active{
                  background-color: #3d71ffcb;
                  color: white;

                }
                .card-details ul li.active a{
                  color: white;
                }

                .card-details ul li:hover{

                  transition: all .3s;
                  transform: scaleX(1.08);
                }
                .card-details ul li:hover a{

                  transition: all .3s;
                }
                .card-details ul li i{
                  font-size: 21px;
                  text-align: right;
                }

                .card-details ul li a{
                  display: flex;
                  justify-content: space-between;
                }
                .contact-text{
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  margin-bottom: 20px;
                  width: 65%;
                }


                .details.card{
                  padding: 25px;
                  text-align: left;
                }
                .details.card h3{
                  margin: 20px 0;
                }
                .details.card .card_head{
                  height: auto;
                }

                .details.card .card_body h3{
                  font-size: 1.3rem;
                }

                .image-expertise{
                  height: 400px;
                  width: 100%;
                }

                .image-expertise img{
                  height: 100%;
                  width: 100%;
                }

                .card-exp{
                  height: 240px;
                  width: 100%;
                  margin-bottom: 20px;
                  border-radius: 5px;
                  padding: 20px;
                  position: relative;
                  border: 1px solid rgba(0, 0, 0, 0.123);
                }

                .header-cadr-exp{
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                }

                .card-exper{
                  text-align: left;
                  height: 275px;
                  margin-bottom: 20px;
                }
                .card-exper .card_head {
                  right: 41px;
                  height: 80px;
                }
                .card-exper .card_body {
                  margin-top: 10px;
                }

                .card-exper .card_head .rounded-border
                {
                  width: 75px;
                  height: 75px;
                }

                .card.card-exper{
                  padding: 15px 15px 60px;
                }
                .card.card-exper:hover{

                  padding: 15px 15px 60px;
                }

                .card-exper-header h4{
                  border-bottom: 3px solid #295ff449;
                  padding-bottom: 30px;
                  border-spacing: 60%;
                }



                .card-exper-header h4{
                  width: 70%;
                }
                .card-exper-header i{
                  font-size: 2em;
                }











                .hexagon-wrapper {

                  display: flex;
                  text-align: initial;
                  width: 75px;
                  height: 75px;
                  cursor: pointer;
                  justify-content: start;
                }

                .hexagon {
                  position: relative;
                  width: 46%;
                  height: 80%;
                  margin: auto;
                  color: white;
                  background: #295ff4;
                  display: flex;
                  align-content: center;
                  justify-content: center;
                  transition: 0.5s;
                  transform: rotate(90deg);
                  border-radius: 2px;
                }

                .hexagon i {
                  z-index: 1;
                  margin: auto;
                  font-size: 30px;
                  color: transparent;
                  background: white;
                  background-clip: text;
                  -webkit-background-clip: text;
                  transform: rotate(-90deg);
                }

                .hexagon:before,
                .hexagon:after {
                  position: absolute;
                  content: "";
                  background: inherit;
                  height: 100%;
                  width: 100%;
                  border-radius: 0;
                  transition: 0.5s;
                  transform-origin: center;
                  border-radius: 2px;
                }
                .hexagon:before {
                  transform: rotateZ(120deg);
                }
                .hexagon:after {
                  transform: rotateZ(-120deg);
                }
                .hexagon:hover {
                  border-radius: 50px;
                  transition: 0.5s;
                }
                .hexagon:hover:before {
                  border-radius: 50px;
                  transition: 0.5s;
                }
                .hexagon:hover:after {
                  border-radius: 50px;
                  transition: 0.5s;
                }


                .quality ul li {
                  list-style: circle !important;
                  font-size: 18px;
                  color: #00000081;
                }

                .quality ul li::marker{
                  color: var(--primary);
                }

                .card-body-details img{
                    width: 50px;
                    height: 50px;
                    margin-right: 30px;
                }
                 .card-body-details-info{
                    background-color: #d8e9f9a0;
                    padding: 20px;
                }


                .hero-btn{
                    margin: 20px 0;
                }




                .about-imgs img {
                  object-fit: cover;
                  width: 100%; /* Ensures the image scales with its container */
                  height: 300px; /* Maintains aspect ratio */
                }
                
                @media (min-width: 600px) and (max-width: 699px) {
                  .about-imgs img {
                    height: 300px;
                  }
                }
                
                @media (min-width: 700px) and (max-width: 1199px) {
                  .about-imgs img {
                    height: 400px;
                  }
                }
                
                @media (min-width: 1200px) {
                  .about-imgs img {
                    height: 513px;
                  }
                }
                

                .sub-header .sm{
                  color: rgba(255, 255, 255, 0.791);
                }

              
              
                @media (min-width: 1400) {
                  .why-img{
                    height: 791px;
                  object-fit: cover;
                }
                }

                
                @media (min-width: 992px) {
                  .why-img{
                    height: auto;
                  object-fit: cover;
                }
                }

                @media (min-width: 992px) {
                  .mission.ab .img{
                      height: auto;
                    }
                }

                .mission.ab .img{
                object-fit:cover;height: 680px;width: 100%;box-shadow: 10px  10px  25px #3867ff55;
                }


                .no .owl-nav{
                  display: none;
                }