body {
   font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
/*** Spinner Start ***/
#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;
}
.zipper-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zip-line {
  width: 10px;
  height: 400px!important;
  background: repeating-linear-gradient(
    #ee2c2c 0 10px,
    transparent 10px 20px
  );
  position: relative;
  animation: unzip 4s ease-out forwards;
}
.zip-head {
  width: 30px;
  height: 30px;
  background: #495689;
  border-radius: 4px;
  position: absolute;
  left: -10px;
  top: 0;
  animation: move-head 5s ease-out forwards;
}
@keyframes move-head {
  0% {
    top: 0;
  }
  100% {
    top: 800px;
  }
}
@keyframes unzip {
  0% {
    height: 400px;
  }
  100% {
    height: 0px;
  }
}
/*** Spinner End ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}
.btn-square {
    width: 32px;
    height: 32px;
        font-size: 14px;
}
.btn-sm-square {
    width: 34px;
    height: 34px;
}
.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}
.btn-xl-square {
    width: 56px;
    height: 56px;
}
.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn.btn-primary {
    color: var(--bs-white);
    border-radius: 50px;
}
.btn.btn-primary:hover {
    background: #536090;
    color: var(--bs-white);
}
.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}
.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}
/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}
.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}
.header-top {
    height: 125px;
    position: relative;
}
@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 45px;
        top: 0;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }
    .navbar-brand-2 {
        display: none;
    }
}
ul.dropdown-menu
 {
    padding-left: 0px;
}
@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }
    .navbar {
        justify-content: space-between;
    }
    .header-top .container {
        max-height: 80px;
    }
    .navbar-brand {
        display: none;
    }
    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }
    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }
    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
    .navbar .navbar-collapse {
        margin-top: -20px;
    }
}
.nav-bar .navbar {
    z-index: 9;
}
.navbar-light .navbar-brand img {
    max-height: 167px;
    transition: .5s;
    padding-top: 7px;
}
.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 37px;
    font-size: 17px;
}
.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #ee2c2c;
}
@media (max-width: 991px) {
    .navbar {
        padding: 20px 0;
    }
    .navbar .navbar-nav .nav-link {
        padding: 0;
    }
    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        text-align: left;
        margin-left: 20px;
    }
    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }
    .navbar .navbar-nav {
        top: 10%;
        width: 100%;
        display: flex;
        position: relative;
        background: #1f2b38;
    }
    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }
    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
        background-color: antiquewhite;
    }
}
/*.navbar .dropdown-toggle::after {*/
/*    border: none;*/
/*    content: "\f107";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 600;*/
/*    vertical-align: middle;*/
/*    margin-left: 8px;*/
/*}*/
.dropdown .dropdown-menu .dropdown-item:hover {
    background: #2f3f79;
    color: #fff;
}
@media (min-width: 992px) {
    .navbar {
        padding: 0px;
    }
    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .navbar .navbar-nav {
        width: 100%;
        display: flex;
       justify-content: right;
        align-items: flex-end;
        border-radius: 10px;
        padding-top: 4px;
    }
    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 19px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }
    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        padding: 13px 13px 13px 0;
        z-index: 99;
    }  
}
/*** Navbar End ***/
/*** Carousel Hero Header Start ***/
.hero-section {
    background-image: url(../img/homeage-hero-background.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-bg-half-1 {
    background-image: url(../img/header-2.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}
.hero-bg-half-2 {
    background-image: url(../img/header-1.jpg);
    clip-path: polygon(37% 0%, 100% 0%, 100% 100%, 0% 100%);
    filter: grayscale(10%);
    transform: scale(100% - 50%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    top: 0;
}
.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 150px;
    height: 50%;
    position: absolute;
    left: 54%;
    top: 0;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}
.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}
.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 150px;
    height: 50%;
    position: absolute;
    right: -43%;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}
.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 630px;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #465487;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 30px;
}
.header-carousel .owl-nav .owl-prev {
    bottom: 310px;
    left: 17px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 310px;
    right: 17px;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 #ee2c2c;
    color: #fff;
}
.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    z-index: 9;
}
@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 700px;
    }
}
/*** Carousel Hero Header End ***/
/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}
.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/
/*** Banner Start ***/
.banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/banner-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
.banner .container {
    position: relative;
    z-index: 99;
}
.banner::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    top: -200px;
    left: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}
.banner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 500px;
    bottom: -200px;
    right: 0;
    background: var(--bs-primary);
    transform: rotate(45deg);
    z-index: 1;
}
.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}
.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}
/*** Banner End ***/
/*** Service Start ***/
.service .nav .nav-item {
    width: 75%;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}
.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}
.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}
.service .nav-item a span {
    color: var(--bs-dark);
}
.service .nav-item a.active span {
    color: var(--bs-white);
}
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}
.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}
@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }
    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }
    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/
/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.projects .nav-item a.active {
    background: var(--bs-primary);
}
.projects .nav-item a span {
    color: var(--bs-dark);
}
.projects .nav-item a.active span {
    color: var(--bs-white);
}
.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}
.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}
/*** Projects End ***/
/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}
.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}
.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}
.blog .blog-item .blog-img img {
    transition: 0.5s;
}
.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}
.blog .blog-item .blog-heading {
    position: relative;
    background: var(--bs-white);
}
.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}
.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}
.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--bs-primary);
}
.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}
.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--bs-dark);
}
/*** Blog End ***/
/*** Team Start ***/
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}
.team .team-item .team-img img {
    transition: 0.5s;
}
.team .team-item:hover .team-img img {
    transform: scale(1.1);
}
.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}
.team .team-item:hover .team-img .team-icon {
    right: 25px;
}
.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}
.team .team-item:hover .team-img::after {
    height: 100%;
}
.team .team-item .team-content {
    transition: 0.5s;
}
.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
/*** Team End ***/
/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
}
#accordionExample {
    border: 1px solid #f5f5f5;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: #2d3973;
    font-size: 18px;
}
.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}
/*** FAQs End ***/
/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}
.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}
.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}
.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}
.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}
.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    margin: 15px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}
@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 18px;
    height: 18px;
    background: #ee2c2c;
    transition: 0.5s;
}
.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}
.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #4f5c8d;
    transition: 0.5s;
}
.testimonial-quote
 {
    text-align: left;
    padding-left: 30px;
    padding-top: 6px;
}
/*** Testimonial End ***/
/*** Footer Start ***/
.footer {
        background: #e6ecf3;
    background-image: url(../img/footer-deco-1.png);
    background-position: left top;
    padding-top: 50px;
    background-repeat: repeat-x;
}
.footer .footer-item a {
  line-height: 30px;
    color: #333232;
    transition: 0.5s;
        font-size: 15px;
}
.footer .footer-item p {
    line-height: 26px;
    color: #333232;
    font-size: 15px;
}
.footer .footer-item a:hover {
    color: #2d3b75;
}
.footer .footer-item .footer-btn a {
    transition: 0.5s;
}
.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}
.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/
/*** copyright Start ***/
.copyright {
   border-top: 1px solid rgb(84 84 84);
    background: #1f2b38;
}
/*** copyright end ***/
/**********************************new css**************************/
.features-item {
        border: 1px solid #b6c1db;
    border-radius: 10px;
    padding: 30px 30px;
    margin-bottom: 40px;
    background: #ffffff;
    position: relative;
    height: 260px;
}
.features-item::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: -5px;
    background: #f1f4fc;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -1;
    transition: .3s ease-in;
}
.features-item::after{
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -10px;
    background: #DFE5F0;
    border: 1px solid #b6c1db;
    border-radius: 8px;
    height: 70px;
    z-index: -2;
    transition: .3s ease-in;
}
.features-content .content-top
 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.features-content p {
    color: #3d3d3e;
    padding-top: 11px;
}
.features-content .content-top .icon {
    font-size: 50px;
    line-height: 0;
    position: relative;
    color: #0055ff;
    z-index: 1;
    margin-right: 15px;
}
.features-content .content-top .icon::before {
    content: "";
    position: absolute;
  left: -13px;
    top: -6px;
    width: 46px;
    height: 46px;
    background: #f696964d;
    z-index: -1;
    border-radius: 50%;
    transition: .3s ease-in;
}
.features-content .content-top .title {
    font-size: 19px;
    margin-bottom: 0;
}
.features-item:hover::after, .features-item:hover::before {
    bottom: 3px;
}
.ussp{
    padding: 15px 30px 20px 30px;
}
ul.list-sytle-four {
    margin: 32px 0 20px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
ul.list-sytle-four li:first-child {
    border-top: 1px solid rgb(0 0 0 / 33%);
    border-top-right-radius: 30px;
    padding-left: 0;
}
ul.list-sytle-four li {
    padding: 30px;
    position: relative;
    z-index: 1;
    height: 198px;
}
ul.list-sytle-four li h4 {
    position: relative;
    z-index: 1;
    font-size: 20px;
    color: #1f2b38;
}
ul.list-sytle-four li p {
    margin: 0;
}
ul.list-sytle-four li:first-child::after {
    position: absolute;
    right: 0;
    bottom: auto;
    content: "";
    top: 0;
    height: 64px;
    width: 50px;
    border-right: 1px solid rgb(0 0 0 / 33%);
    border-top-right-radius: 30px;
}
ul.list-sytle-four li:nth-child(2) {
    border-bottom: 1px solid rgb(0 0 0 / 33%);
    border-bottom-left-radius: 30px;
    padding-right: 0;
}
ul.list-sytle-four li:nth-child(2)::after {
    position: absolute;
    left: -1px;
    bottom: 0;
    content: "";
    top: 65px;
    width: 50px;
    border-left: 1px solid rgb(0 0 0 / 33%);
    border-bottom-left-radius: 30px;
}
.welimage
 {
    position: relative;
}
.welimage .wel2 {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 100%;
}
.welimage img{
    height: auto;
    max-width: 100%;
 }
.zip_divider_wrap {
        /* z-index: -1; */
    margin-top: -70px;
}
    .full_wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.zip_divider_wrap img{
    max-width: 100%;
}
.catback {
    display: flex;
        background-color: #ee2c2c;
}
.categorybase {
    position: relative;
    overflow: hidden;
}
.categorybase img {
    transition: all .6s ease-in-out;
}
.categorybase .cat {
    position: absolute;
    transition: 0.5s;
    bottom: 0%;
    color: #fff;
    text-align: center;
    width: 100%;
    background: #1f2b38;
    padding: 7px 0px;
}
.categorybase .cat a {
    color: #ffffff;
    font-size: 19px;
}
.categoryblack {
    background: #ee2c2c;
    padding: 50px 40px;
    height: 508px;
}
.headingmain2 {
  font-size: 40px;
    font-weight: 300;
    color: #fff;
    line-height: 46px;
    text-align: center;
    margin: 50px auto;
    text-transform: uppercase;
    width: 328px;
    max-width: 328px;
}
.subheading {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.categorybase:hover img {
    transform: scale(1.1);
}
.m3__zipper {
    text-align: center;
}
.m3-zipper__image {
    width: 9px;
    margin: 0 auto;
}
.m3-zipper__image img{
    animation: moveUpDown 2s ease-in-out infinite;
  position: relative;
}
@keyframes moveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -20px; /* Move up by 20px */
  }
}
h4.below-zip::before {
    position: absolute;
    content: "";
    width: 200px;
    background-image: url(../img/zipper4.png);
    background-repeat: no-repeat;
    height: 24px;
    margin-top: 30px;
}
.featureback2 {
    background: url(../img/featureback.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 350px;
}
.feature {
    text-align: right;
    position: relative;
    margin-top: -18%;
}
.featuremain {
   padding-top: 42px;
}
.headingmain {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 300;
    color: #000;
    line-height: 70px;
    position: relative;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.review{
display: flex;
}
.custom .container-fluid {
    display: flex;
}
.custom {
    padding: 0px 30px 0px 30px;
    margin-top: -95px;
}
.custom-sec {
    padding: 30px 20px 0px 26px;
    height: 285px;
    max-height: 285px;
    background-color: #f5f5f5;
}
.custom-sec h4 {
    padding-top: 22px;
    color: #000;
}
.custom-sec p {
    padding-top: 12px;
}
.blue-bk h4.below-zip {
    text-align: center;
}
.blue-bk h3 {
    text-align: center;
    color: #fff;
}
.counter {
       display: flex;
    font-size: 50px;
    width: 200px;
    height: 89px;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 29px;
    color: #fff;
}
.countr {
    display: flex;
}
.countr h3 {
    font-size: 39px;
    padding: 70px 0 50px 50px;
    color: #fff;
}
.counter-sectn {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    background-color: #ee2c2c;
}
.count1 p {
    color: #fff;
}
.client-logo h3 {
    font-size: 29px;
    padding: 76px 0 50px 30px;
    color: #fff;
}
.client-sectn {
    display: flex;
}
.client-logo {
    display: flex;
}
.logo1 {
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    /* background: #e6ecf3; */
    padding: 50px;
    height: 210px;
    flex-direction: column;
    border-radius: 10px;
    background-image: url(../img/logo-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 50%;
}
.faq-section {
    padding-top: 50px;
}
.counter-hdn{
    background-color: #2d3d77;
    background-image: url(../img/shape1.png);
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}
/********************why us*********************/
.fa-quote-right:before{
    color: #4a5789;
}
.choose-us-style-one-area {
    position: relative;
    z-index: 1;
}
.default-padding-top {
    padding-top: 120px;
    background-color: #e6ecf3;
}
.heading-left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.offset-lg-1 {
        margin-left: 8.33333333%;
    }
.experience-style-one h2
 {
    margin: 0;
    line-height: 1;
    color: #ffffff;
}
.choose-us-one-thumb
 {
    padding: 60px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-top-left-radius: 10px;
}
.choose-us-one-thumb .content
 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1200px;
    gap: 25px;
}
.titlee {
    font-weight: 500;
    font-style: normal;
    font-size: 33px;
    padding-top: 100px;
    line-height: 36px;
}
.split-text {
    overflow: hidden;
    position: relative;
}
.split-text .line {
    overflow: hidden;
    display: none;
}
.choose-us-style-one-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #1f2b38;
    z-index: -1;
}
.experience-style-one h2 strong {
    font-size: 160px;
    line-height: 120px;
    display: block;
    margin-bottom: 20px;
    color: #ee2c2c;
    position: relative;
}
.experience-style-one{
    text-align: center;
}
.circle-progress .circle {
    position: relative;
    display: inline-block;
}
.circle-progress .progressbar {
    text-align: center;
    display: inline-block;
}
.heading-left .circle-progress {
    display: flex;
    gap: 80px;
}
.process-style-one {
    display: grid;
    gap: 40px;
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr 1fr 1fr;
}
.process-style-one-item span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #d8e7ef;
    text-align: center;
    color: #04000b;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 30px;
}
.process-style-one-item h4 {
    font-size: 19px;
}
.process-style-one::after {
    position: absolute;
    left: 5px;
    right: 5px;
    content: "";
    height: 3px;
    border-top: 2px dashed #cccccc;
    top: 22px;
    z-index: -1;
}
.circle{
    background-image: url(../img/circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.circle-progress .circle strong {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #04000b;
    font-weight: 500;
    margin-top: -3px;
}
.circle-progress .progressbar h4 {
    margin: 0;
    margin-top: 8px;
    color: #000;
}
.testimonial-inner h4 {
    color: #000;
}
.msn-top {
    padding-top: 350px;
    padding-right: 0px;
}
.mission-vision {
    display: flex;
    background-color: #202C39FC;
    margin-left: 300px;
}
.msn
 {
    background-image: url(../img/about-bkimg.webp);
   background-size: cover;
    background-repeat: no-repeat;
    background-position: inherit;
}
.m1 {
    padding: 35px 40px 20px 50px;
    height: 350px;
}
.m1 p {
    color: #e4e4e4;
    padding-top: 10px;
}
.m1 h5 {
    color: #fff;
    padding: 12px 0;
    font-size: 24px;
}
.about {
    padding-top: 35px;
    padding-bottom: 10px;
    background-image: url(../img/footer-bg-dot.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}    
.aa {
    text-align: center;
}
h3.about-hdn {
    font-size: 33px;
    font-weight: 500; 
    padding-top: 30px;
}
.ceo {
    display: flex;
    background-image: linear-gradient(90deg, #f8f8f8 80%, #fff 0%);
    padding-top: 28px;
}
.mmm {
    margin-top: 61px;
    background-color: #293974;
    padding: 50px 41px 50px 50px;
    color: #ffffff;
}
.ceo-nm {
    padding-top: 100px;
}
.mmm h4 {
    color: #fff;
    padding-top: 15px;
}
.blue-bk {
    background-color: #202C39;
    padding: 150px 0;
}
.product h4.below-zip {
    text-align: center;
}
.product h3 {
    text-align: center;
}
.product p{
    text-align: center;
}
/************************************************************************/
.zip-products {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 400px;
  background: #f2f2f2;
  padding: 40px;
}
.product {
  flex: 1;
  padding: 40px;
  text-align: center;
}
.left {
  background: #e8f0fe;
}
.right {
  background: #ffe4e1;
}
.zip-center1 {
  width: 8px;
  height: 100%;
  position: relative;
  background: repeating-linear-gradient(
    #2c3a75 0 10px,
    transparent 10px 20px
  );
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.zip-line1 {
  width: 10px;
  height: 508px!important;
  position: relative;
  animation: unzip 4s ease-out forwards;
}
.zip-head1 {
  width: 15px;
    height: 20px;
    background: #e8ee2c;
    border-radius: 4px;
    animation: moveDown 4s infinite alternate;
    left: -4px;
    position: absolute;
    z-index: 1;
}
@keyframes moveDown {
  0% { margin-top: 10px; }
  100% { margin-top: 300px; }
}
.policies {
    text-align: center;
    padding-top: 33px;
}
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	height: 75px;
}
@media only screen and (max-width: 767px)
{
   .mobile-menu .arrow {
    margin-left: -27px;
    transition: transform 0.3s ease;
    display: inline-block;
  }
  .mobile-menu .arrow.rotate {
    transform: rotate(180deg); /* ▲ points up */
  }
  .mobile-menu .dropdown-menu {
    display: none;
  }
  .mobile-menu .dropdown-menu.show {
    display: block;
  }
.mobile-menu ul li a.nav-link {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}
.mobile-menu ul li a span{
padding: 0 16px;
}
#mobileMenuToggle {
    color: #ee2c2c;
    font-weight: 300;
}
.dropdown-menu a.dropdown-item {
    background-color: #1f2b38;
    color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
   padding: 15px 0 0px 9px;
}   
.featureback2 {
    background-attachment: local!important;
}
ul.list-sytle-four li h4 {
    font-size: 15px;
}
li.nav-item a{
    display: block;
    transition: 0.3s;
    font-size: 22px;
}
   .navbar .navbar-nav .nav-item {
        padding: 12px;
}
.fixed-top {
	position: absolute;
	 height: 45px;
}
a.navbar-brand.d-block.d-lg-none {
    width: 75px;
    margin-top: -24px;
    background-color: #fff;
    border-radius: 9px;
    padding: 6px;
    height: 70px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
}
