@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* WebKit Browsers (Chrome, Edge, Safari) */
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 1px;
    background-color: #22243d;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #22243d;
    border-radius: 10px;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #22243d #ccc;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

.container {
  position: relative;
  margin: auto;
  max-width: 1920px;
  padding: 0 35px;
}

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

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.mb-2 {
    margin-bottom: 6px;
}

.col-md-6 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.text-center {
    text-align: center;
}

.d-block {
    display: block;
}

.mb-1 {
    margin-bottom: 7px;
}

p {
    margin: 0;
}

.item-center {
    align-items: center;
}

/* header */
/* header.fixed {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    background: var(--White);
    border-bottom: 1px solid var(--TextColor);
} */

header {
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    padding: 13px 30px 12px 35px;
    background: #22243d;
    border: 1px solid #22243d;

    margin-top: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

header .icon-bar {
    display: none;
}

.top_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_header ul {
    display: flex;
    font-size: 20px;
}

.top_header .email svg {
    font-size: 20px;
}

.top_header ul li a {
    width: 42px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}

.top_header ul li + li {
    border-left: 1px solid var(--ThemeColor4);
}

.top_header .email {
    display: flex;
    gap: 8px;
    align-items: center;
}

.head-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.second_header_in .navbar-nav {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.toggle_bars {
    display: none;
}

.toggle_bars i {
    color: #fff;
}

.toggleclose {
    display: none;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.second_header_in .navbar-nav a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.side_header {
    width: 30%;
    text-align: end;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.second_header_in .navbar-nav a:hover {
    color: #dcf343;
    text-decoration: underline;
}

header .nav-link.active {
    color: #fff;
    /* text-decoration: underline; */
}

.number svg {
    position: absolute;
    left: 0;
}

.number {
    color: var(--TextColor);
    font-weight: 600;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}

header .logo_div {
    width: 30%;
}

header .navbar {
    width: 50%;
}

.number span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.number svg {
    position: absolute;
    left: 0;
    font-size: 28px;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: rotate(-30deg);
}

.custom_btn {
    background: var(--TextColor);
    padding: 14px 22px;
    color: var(--White);
    text-decoration: none;
    border-radius: var(--Radius);
    display: inline-block;
    box-shadow: 0px 4px 10px #00000059;
    border: none;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.d-none {
    display: none;
}

/*
.header.fixed {
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    background: var(--White);
    border-bottom: 1px solid var(--TextColor);
} */

/* .fixed .logo img.--transition-ease {
    height: 90px;
} */

.custom_btn.lg_btn {
    padding: 20px 36px;
}

ul {
    padding: 0;
}

header .side_header a {
    padding: 9px 11px;
    background: #dcf343;
    border-radius: 19px;
    font-size: 15px;
    color: #22243d;
    text-decoration: none;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    justify-content: center;
    gap: 10px;
    border-radius: 29px;
}

header .side_header a.whatsapp-btn {
    background-color: #4949e9;
    color: #fff;
    width: 30%;
}

.align-item {
    align-items: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

footer {
    background: #1a1b28;
    position: relative;
    padding-top: 60px;
}

footer .footer-cta {
    border-bottom: 1px solid #373636;
    margin-bottom: 50px;
    padding-bottom: 27px;
}

footer .single-cta {
    width: 80%;
}

footer .single-cta i {
    color: #4949e9;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

footer .single-cta a {
    color: #757575;
    font-size: 15px;
    display: block;
    text-decoration: none;
    margin-top: 7px;
}

footer .single-cta a:hover {
    text-decoration: underline;
}

footer .cta-text {
    padding-left: 15px;
    display: inline-block;
}

footer .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

footer .cta-text span {
    color: #757575;
    font-size: 15px;
}

footer .footer-content {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
}

footer .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

footer .footer-logo {
    margin-bottom: 30px;
}

footer .footer-logo img {
    max-width: 200px;
}

footer .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

footer .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

footer .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

footer .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget.social ul li i {
    font-size: 22px;
    color: #22243d;
    width: 40px;
    height: 40px;

    padding: 10px;
    background-color: #fff;
    border-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #fff;
    transition: 0.5s;
}

.footer-widget.social ul li a {
    transition: 0.5s;
}

.footer-widget.social ul li a:hover i {
    background-color: #4949e9;
    border: 1px solid #4949e9;
    color: #fff;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: auto;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #4949e9;
}

.footer-widget ul {
    gap: 10px;
    flex-wrap: wrap;
}

.footer-widget ul.d-flex.foot-links li {
    width: 45%;
}

.footer-widget ul li {
    display: block;

    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #4949e9;
}

.footer-widget ul li a {
    color: #fff;
    transition: 0.5s;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #4949e9;
    padding: 13px 20px;
    border: 1px solid #4949e9;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #4949e9;
    padding: 25px 0;
}

.copyright-area p {
    margin: 0;
    font-size: 18px;
    color: #878787;
    color: #fff;
    text-align: center;
}

.copyright-area p a {
    color: #dcf343;
    transition: 0.5s;
}

.copyright-area p a:hover {
    color: #fff;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #4949e9;
}

.footer-menu li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.text-end {
    text-align: end;
}

.col-md-4 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.whatsapp-icon .btn-whatsapp-pulse {
    z-index: 10;
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.whatsapp-icon .btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

footer .col-md-4 {
    width: 33.33%;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* nav-item.dropdown */
.nav-item.dropdown:hover .dropdown-content {
    display: block;
}
.nav-item.dropdown .nav-link.dropbtn {
    background: transparent;
    color: #fff;
    border: navajowhite;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}
.nav-item.dropdown {
    position: relative;
    display: inline-block;
    font-family: "Inter", sans-serif;
}
.nav-item.dropdown .dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}
.nav-item.dropdown .dropdown-contentin {
    background-color: #dcf343;
    min-width: 260px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border-radius: 7px;
}
.nav-item.dropdown .dropdown-content a {
    color: #000 !important;
    padding: 14px 20px;
    text-decoration: none !important;
    display: block;
    font-family: "Inter", sans-serif;
}
.nav-item.dropdown a:hover {
    background-color: #fff;
    text-decoration: none;
}
.nav-item.dropdown .show {
    display: block;
}

/* left_side */
.left_side ul li a {
    opacity: 0.8;
    padding: 9px 20px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    display: flex;
    gap: 13px;
    align-items: center;
    font-weight: 500;
}
.left_side ul li a:hover {
    opacity: 1;
}
.left_side ul li {
    display: block;
    text-align: left;
}
.left_side {
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    width: 320px;
    position: fixed;
    z-index: 99;
    top: 100px;
    display: flex;
    align-items: center;
    margin-left: -320px;
}
.left_side .left_side_in {
    width: 320px;
    background: #fff;
    border-radius: 0px 15px 15px 0;
    padding: 20px 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #4949e970;
    max-height: 82vh;
    overflow-y: auto;
}
.left_side.main {
    margin-left: 0;
}
.left_side ul li a img {
    height: 18px;
}
.tableoflist span {
    margin-left: 8px;
}

.left_side.main .tableoflist span {
    display: none;
}
.left_side.main .tableoflist {
    width: 45px;
    padding: 0 0;
    margin-right: -45px;
}

.tableoflist {
    margin-right: -195px;
    position: relative;
    float: right;
    width: auto;
    height: 46px;
    text-align: center;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 6px #ccc;
    border-radius: 0 6px 6px 0;
    top: 13px;
    padding: 0 20px;
}

.tableoflist .close {
    display: none;
}
.tableoflist img {
    width: 28px;
}
.left_side.main .tableoflist img {
    display: none;
}
.left_side.main .tableoflist .close {
    display: block !important;
}
.left_side .left_side_in h4 {
    padding: 4px 20px 0;
    margin-bottom: 14px;
    font-size: 20px;
}

.left_side.main .tableoflist .close.arrow_bottom {
    display: none !important;
}











.home_2 .service-boxes .images img{ height: 234px;}
.home_2 .service-boxes .images {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 234px;
}
.home_2 .service-boxes .images::after {
  background: white;

  content: "";

  position: absolute;

  right: -80px;

  bottom: -75px;

  height: 150px;

  width: 150px;

  transform: rotate(133deg);

}




 .copyright-area p {
    text-align: center !important;
  }



@media (max-width: 1600px) {
    header .side_header a.whatsapp-btn {
        width: 35%;
    }
}

@media (max-width: 1399.98px) {
    /* main-header */
    .second_header_in .navbar-nav {
        gap: 20px;
    }

    header .side_header a.whatsapp-btn {
        width: 25%;
    }

    header .logo_div {
        width: 30%;
    }

    header .navbar {
        width: 20%;
    }

    .side_header {
        width: 45%;
    }

    footer .row {
        flex-wrap: wrap;
    }
}

@media (max-width: 1199.98px) {
      .container {
  padding: 0 20px;
}
    /* header */
    footer .footer-content .col-md-4 {
        width: 50%;
    }

    header {
        border: 0;
        border-radius: 0px;
        border-bottom: 1px solid #4949e9;
        margin-top: 0;
        padding: 10px 14px;
        max-width: 100%;
    }

    .side_header {
        display: none;
    }

    header .logo_div {
        width: 50%;
    }

    .second_header_in .navbar {
        display: block;
        width: 100%;
        position: fixed;
        left: -111%;
        height: 100%;
        top: 0;
        z-index: 9;
    }

    .header .icon-bar {
        display: flex;
        width: 43%;
        justify-content: end;
        gap: 10px;
    }

    .toggle_bars {
        display: inherit;
        font-size: 28px;
        border: #4949e9;
        background: top;
        position: absolute;
        right: 20px;
        transition: 0.5s;
    }

    .side_header {
        text-align: center;
    }

    .toggle_bars.toggleclose {
        position: absolute;
        right: 20px;
        color: #fff;
        top: 10px;
        transition: 0.5s;
    }

    .second_header_in .navbar.main {
        left: 0;
    }

    .second_header_in .navbar-nav a {
        display: block;
        padding: 10px 0;
        font-size: 20px;
    }

    .second_header_in .navbar-nav {
        display: block;
        padding: 35px 20px;
        gap: inherit;
        position: absolute;
        top: 77px;
        background-color: #4949e9;
        width: 30%;
        height: 100%;
    }

    .second_header_in .navbar-nav a {
        color: #fff;
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {

    footer .footer-content .col-md-4 {
    width: 100%;
  }
    /* header */

    .side_header {
        width: 35%;
    }

    footer .col-md-4 {
        width: 50%;
    }

    footer .single-cta {
        width: 100%;
        margin-top: 30px;
    }

    .footer-widget ul li {
        width: auto;
    }
}

@media (max-width: 886px) {
    .toggle_bars {
        right: 70px;
    }

    .header .icon-bar {
        width: 35%;
    }
     .col-md-6 {
    width: 100% !important;
  }
}



@media (max-width: 767.98px) {
    footer .cta-text {
  padding-left: 0;
}
  .footer-widget ul {
    gap: 0 10px;
    justify-content: center;
  }
      .footer-widget-heading h3::before {

  left: 0 !important;
  bottom: -10px;
  right: 0;
  margin: auto;
}
    .copyright-area {
  padding: 15px 0;
}
  .container {
    padding: 0 15px;
  }
  .home_3 .choose-wrap .choose-right li {
    padding: 0px 15px;
  }
   .home_3 .choose-wrap {
    padding: 20px 15px;
    border-radius: 12px;
  }
    .home_1 .home-form {
  padding: 15px 15px 15px 15px;
    }
.home_2 .service-boxes {
  padding: 15px;
}
    /* header */
    .second_header_in .navbar-nav {
        width: 100%;
    }

    .toggle_bars {
        right: 10px;
    }

    .logo img {
        height: 42px;
    }

    .number svg {
        font-size: 22px;
    }

    .number {
        padding-left: 35px;
    }

    /*
    .fixed .logo img.--transition-ease {
        height: 62px;
    } */

    .custom_btn {
        padding: 10px 16px;
    }

    header .logo_div {
        text-align: left;
    }

    .header .icon-bar {
        width: 43%;
    }

    .side_header {
        gap: 10px;
        width: 45%;
        justify-content: end;
        text-align: end;
    }

    .head-right {
        gap: 0;
    }

    .logo {
        width: 160px;
    }

    footer .footer-content .col-md-4 {
        width: 100%;
    }

    footer .footer-cta .col-md-4 {
        width: 100%;
    }

    footer .footer-cta .single-cta {
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .footer-widget {
        text-align: center;
        margin-bottom: 25px;
    }

    footer .footer-content {
        margin-bottom: 0px;
    }

    footer {
        padding-top: 30px;
    }

    footer .single-cta i {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .copyright-area p {
        font-size: 15px;
    }

    footer .single-cta {
        width: 100%;
    }

    .footer-widget-heading h3 {
        margin-bottom: 26px;
    }

    .footer-widget ul.d-flex.foot-links li {
        width: 100%;
    }

    /* .footer-widget ul {
        gap: 0;
    } */

    footer .footer-text p {
  text-align: center !important;
}
}

@media (max-width: 600px) {
    /* header */
    .second_header_in {
        display: block;
    }

    .top_header ul li a {
        padding: 6px 0;
    }

    .logo {
        margin-left: 0;
        width: auto;
    }

    .head-right {
        position: relative;
        gap: 0;
    }

    header .logo_div {
        width: 45%;
    }

    .side_header {
        gap: 10px;
        justify-content: end;
        width: 55%;
        padding: 10px 0;
        border-top: 1px solid var(--ThemeColor4);
    }

    .toggle_bars.toggleclose {
        text-align: end;
    }

    /* .fixed .logo img.--transition-ease {
        height: 80px;
    } */

    /* .header.fixed {
        position: relative;
    } */

    footer .footer-content .col-md-4 {
        width: 100%;
    }



    .footer-widget-heading {
        text-align: center;
    }

    .footer-widget {
        text-align: center;
    }

   
    .footer-widget ul li {
    }

    .copyright-area p {
        font-size: 14px;
    }

    .faq .card-data > h3 {
        text-align: center;
        line-height: 1.3;
        font-size: 19px;
    }

    .faq .card-data > p {
        text-align: center;
        font-size: 14px;
    }

    .faq .card-data > .card-num {
        text-align: center;
    }

    .faq .card-data > .card-footer {
        left: 40%;
    }

    .footer-widget ul {
        justify-content: center;
        align-items: center;
    }

    .footer-widget.social ul li i {
        width: 30px;
        height: 30px;
        font-size: 19px;
    }

    .logo img {
        height: 50px;
    }
}

@media (max-width: 500px) {
    .side_header {
        width: 100%;
    }

    .header .icon-bar {
        width: 41%;
        gap: 17px;
    }
}

.testimonials_carousel {
    overflow: hidden;
}


/* /////////// Loader ////////////// */
.loader img {
  height: 80px;
}
.loader {
  position: fixed;
  background: #ffffffe3;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
