@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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&amp;display=swap');
:root {
    --insta-font: "Roboto", sans-serif;
    --insta-font2: "Rubik", sans-serif;
    --insta-heading-font: "Poppins", sans-serif;
    --insta-special-font: "Homemade Apple", cursive;
      --insta-font: "Poppins";
    --insta-font2: "Poppins";
    --insta-heading-font: "Poppins";
    --insta-special-font:  "Poppins";
    --insta-text: #636363;
    --insta-text-rgb: 99, 99, 99;
    --insta-text-gray: #767676;
    --insta-text-gray-rgb: 118, 118, 118;
    --insta-base: #000;
    --insta-red: #000;
    --gradient-color2: linear-gradient(45deg, #a00a0d 0%, #251683 100%);
    --insta-border-color: #dddddd;
    --insta-border-color-rgb: 221, 221, 221;
    --insta-letter-space: 0.1em;
    --insta-letter-space-xl: 0.2em;
    --section-space: 120px;
    --section-space2: 116px;
}

body img {
    -webkit-user-drag: none;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

.bg-insta-red {
    background: var(--insta-red) !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

body {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    color: var(--insta-text, #636363);
    line-height: 1.75;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--insta-base, #1e235c);
    transition: all 400ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--insta-heading-font, "Poppins", serif);
    color: var(--insta-black, #122f2a);
}

@media (max-width: 575px) {
    .h1 br,
    .h2 br,
    .h3 br,
    .h4 br,
    .h5 br,
    .h6 br,
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.section-space {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
}

.section-space-sm {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .section-space {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .section-space-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .section-space {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.section-space2 {
    padding-top: var(--section-space2, 118px);
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space2 {
        padding-top: 96px;
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space2 {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

.section-space-top {
    padding-top: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-top {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-top {
        padding-top: 80px;
    }
}

.section-space-top2 {
    padding-top: var(--section-space2, 118px);
}

@media (max-width: 767px) {
    .section-space-top2 {
        padding-top: 96px;
    }
}

@media (max-width: 575px) {
    .section-space-top2 {
        padding-top: 80px;
    }
}

.section-space-bottom {
    padding-bottom: var(--section-space, 120px);
}

@media (max-width: 767px) {
    .section-space-bottom {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom {
        padding-bottom: 80px;
    }
}

.section-space-bottom2 {
    padding-bottom: 239px;
}

@media (max-width: 991px) {
    .section-space-bottom2 {
        padding-bottom: var(--section-space, 120px);
    }
}

@media (max-width: 767px) {
    .section-space-bottom2 {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .section-space-bottom2 {
        padding-bottom: 80px;
    }
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1350px) {
    .container {
        max-width: 1300px;
    }
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-10 {
    --bs-gutter-y: 10px;
}

.gutter-y-15 {
    --bs-gutter-y: 15px;
}

.gutter-y-20 {
    --bs-gutter-y: 20px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gutter-y-40 {
    --bs-gutter-y: 40px;
}

.gutter-y-50 {
    --bs-gutter-y: 50px;
}

.gutter-y-60 {
    --bs-gutter-y: 60px;
}

.gutter-y-70 {
    --bs-gutter-y: 70px;
}

.gutter-y-80 {
    --bs-gutter-y: 80px;
}

.logo-retina img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 60px;
}

/* template button */

.insta-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    padding: 10.5px 77px 10.5px 35px;
    background-color: var(--insta-red);
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
    border-radius: 8px;
    z-index: 1;
    transition: all 500ms ease;
}

.insta-btn::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background-color: var(--insta-base, #1e235c);
    z-index: -1;
    transition: all 500ms ease;
}

.insta-btn:hover::after {
    width: 100%;
    left: 0;
}

.insta-btn__icon-box {
    width: 44px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--insta-base, #1e235c);
    border-radius: 0 8px 8px 0;
    overflow: hidden;
    transition: all 500ms ease;
}

.insta-btn__icon-box::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--insta-white, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
}

.insta-btn:hover .insta-btn__icon-box {
    background-color: var(--insta-red);
}

.insta-btn__icon {
    display: inline-flex;
    font-size: 13px;
    color: var(--insta-white, #ffffff);
    transition: all 400ms ease;
}

.insta-btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.insta-btn:hover .insta-btn__icon {
    animation: slideLeft 400ms;
}

.insta-btn--base {
    background-color: var(--insta-base, #1e235c);
}

.insta-btn--base::after {
    background-color: var(--insta-black3, #19232b);
}

.insta-btn--base .insta-btn__icon-box {
    background-color: var(--insta-black3, #19232b);
}

.insta-btn--base:hover .insta-btn__icon-box {
    background-color: var(--insta-base, #1e235c);
}

.insta-btn--white {
    color: var(--insta-black3, #19232b);
    background-color: var(--insta-white, #ffffff);
}

.insta-btn--white::after {
    background-color: var(--insta-black3, #19232b);
}

.insta-btn--white .insta-btn__icon-box {
    background-color: var(--insta-black3, #19232b);
}

.insta-btn--white:hover {
    color: var(--insta-white, #ffffff);
}

.insta-btn--white:hover .insta-btn__icon-box {
    background-color: var(--insta-base, #1e235c);
}

.sec-title {
    margin-bottom: 49px;
}

.sec-title--two .sec-title__top {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.sec-title--two .sec-title__box {
    background-color: var(--insta-base, #1e235c);
}

.sec-title--two .sec-title__box::after {
    border-color: transparent transparent transparent var(--insta-base, #1e235c);
}

.sec-title--two .sec-title__box--right::after {
    left: -6px;
    border-width: 4.5px 7.8px 4.5px 0;
    border-color: transparent var(--insta-base, #1e235c) transparent transparent;
}

.sec-title--two .sec-title__box__inner {
    width: 10px;
    height: 10px;
    background-color: var(--insta-white, #ffffff);
}

.sec-title--two .sec-title__box__inner::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-black5, #0f3667);
}

.sec-title--two .sec-title__tagline {
    color: var(--insta-base, #1e235c);
}

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

.sec-title__top {
    margin-bottom: 22px;
    padding: 7px 25px 5px;
    display: inline-flex;
    gap: 15px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 30px;
}

.sec-title__box {
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--insta-white, #ffffff);
}

.sec-title__box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent var(--insta-white, #ffffff);
}

.sec-title__box__inner {
    width: 8px;
    height: 8px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-black5, #0f3667);
}

.sec-title__tagline {
    margin: 0;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 18px;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3;
}

.sec-title__title {
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.314;
    color: var(--insta-base)
}

@media (max-width: 575px) {
    .sec-title__title {
        font-size: 26px;
    }
}

@media (max-width: 430px) {
    .sec-title__title {
        font-size: 24px;
    }
}

.sec-title__title__highlight {
    color: var(--insta-base, #1e235c);
    border-bottom: 2px solid var(--insta-base, #1e235c);
}

.insta-ratings {
    display: flex;
    align-items: center;
    gap: 9px;
}

.insta-ratings__icon {
    display: inline-flex;
    align-items: baseline;
    font-size: 16px;
    color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

.insta-ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    background-color: var(--insta-white, #ffffff);
    font-size: 33px;
    color: var(--insta-black5, #0f3667);
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.video-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.video-btn__ripple::before,
.video-btn__ripple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 RGBA(var(--insta-white-rgb, 255, 255, 255), 0.22);
    -webkit-animation: videoRipple 3s infinite;
    animation: videoRipple 3s infinite;
}

.video-btn__ropple::before {
    position: absolute;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.video-btn__ripple::after {
    position: absolute;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@keyframes videoRipple {
    70% {
        box-shadow: 0 0 0 40px RGBA(var(--insta-white-rgb, 255, 255, 255), 0);
    }
    100% {
        box-shadow: 0 0 0 0 RGBA(var(--insta-white-rgb, 255, 255, 255), 0);
    }
}

.social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.social-links a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: RGBA(var(--insta-white-rgb, 255, 255, 255), 0.17);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.social-links__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.social-links__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.social-links a:hover {
    background-color: var(--insta-base, #1e235c);
}

.social-links a:hover .social-links__icon {
    color: var(--insta-white, #ffffff);
    animation: slideTop 400ms;
}

.progress-box+.progress-box {
    margin-top: 28px;
}

.progress-box__title {
    margin-bottom: 13px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--insta-text, #636363);
    line-height: 1.625;
}

@media (max-width: 575px) {
    .progress-box__title {
        font-size: 15px;
    }
}

.progress-box__bar {
    margin-left: 4px;
    position: relative;
    width: 100%;
    height: 4px;
    background-color: var(--insta-gray4, #dbdbdb);
    border-radius: 2px;
}

.progress-box__bar::after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--insta-base, #1e235c);
    border-radius: 10px;
}

.progress-box__bar__inner {
    position: absolute;
    height: 100%;
    width: 0px;
    top: 0;
    left: 0;
    background-color: var(--insta-base, #1e235c);
    border-radius: inherit;
    transition: all 800ms linear;
}

.progress-box__number {
    position: absolute;
    bottom: calc(100% + 13px);
    right: 0;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    color: var(--insta-text, #636363);
    font-weight: 700;
    line-height: 1.625;
}

@media (max-width: 575px) {
    .progress-box__number {
        font-size: 15px;
    }
}

.post-pagination {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background-color: var(--insta-white3, #f1f6f7);
    color: var(--insta-text, #636363);
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 43px;
    overflow: hidden;
    transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon {
    display: inline-flex;
    font-size: 13px;
    color: var(--insta-text, #636363);
    transition: all 400ms ease;
}

.post-pagination a .post-pagination__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.post-pagination a:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.post-pagination a:hover .post-pagination__icon {
    color: var(--insta-white, #ffffff);
    animation: slideLeft 400ms;
}

.post-pagination li.active a {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.post-pagination li.active a .post-pagination__icon {
    color: var(--insta-white, #ffffff);
}

.tabs-box .tabs-content .tab:not(.active-tab) {
    display: none;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: var(--insta-base, #1e235c);
}

.tns-outer .tns-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.tns-outer .tns-controls button {
    width: 45px;
    height: 45px;
    border: 2px solid #f4f4f4;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--insta-text, #636363);
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--insta-black, #122f2a);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 35px;
    }
}

.ul-list-one li::before {
    content: "\e907";
    color: var(--insta-base, #1e235c);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: "azino-icon";
}

.preloader {
    position: fixed;
    background-color: var(--insta-black5, #0f3667);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */

.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -25px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top__text {
    display: inline;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
    margin-right: 8px;
    -webkit-text-stroke-width: .18px;
    -webkit-text-stroke-color: white;
    /* text-shadow: 0px 0px 2px white; */
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--insta-base, #1e235c);
    position: relative;
    overflow: hidden;
    border: 1px solid white;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--insta-black, #122f2a);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 80px;
}

.insta-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.insta-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.insta-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.insta-owl__carousel--with-shadow .owl-stage-outer {
    overflow: visible;
}

.insta-owl__carousel--with-shadow .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.insta-owl__carousel--with-shadow .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 17px;
    color: var(--insta-black, #122f2a);
    background-color: var(--insta-white2, #ecf2f2);
    border-radius: 50%;
    transition: all 400ms ease;
    border: 1px solid white;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
    border: none;
    outline: none;
    color: inherit;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    outline: 0;
    border: 0;
    flex-shrink: 0;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--insta-base, #1e235c);
    transition: all 400ms ease;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
    background-color: transparent;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--insta-base, #1e235c);
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span,
.insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.insta-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.insta-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
    display: none;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.blog-card__image {
    margin-bottom: -103px;
    position: relative;
    z-index: 2;
}

.blog-card__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: var(--insta-base, #1e235c);
    border-radius: 0 100px 0 100px;
    transition: all 500ms ease;
}

.blog-card__image__inner {
    position: relative;
    border-radius: 0 100px 0 100px;
    overflow: hidden;
    z-index: 1;
}

.blog-card__image__inner img {
    width: 100%;
    display: block;
    border-radius: inherit;
    transition: all 500ms ease;
}

.blog-card__image__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--insta-black3-rgb, 25, 35, 43), 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-20%);
    z-index: 1;
    border-radius: inherit;
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-card__image__link::before,
.blog-card__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--insta-white, #ffffff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-card__image__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image::after {
    top: -4px;
    opacity: 1;
}

.blog-card:hover .blog-card__image__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-card:hover .blog-card__image img {
    transform: scale(1.1);
}

.blog-card__date {
    width: 90px;
    height: 95px;
    position: relative;
    position: absolute;
    left: 34px;
    bottom: -26px;
    transform: rotate(-27deg);
    z-index: 2;
    background-color: var(--insta-black5, #0f3667);
    border-radius: 0px 30px 0 30px;
    overflow: hidden;
    transition: all 500ms ease;
}

.blog-card__date::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid var(--insta-white, #ffffff);
    border-radius: inherit;
}

.blog-card__date__day {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(27deg);
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--insta-white, #ffffff);
    line-height: 54px;
    border-radius: 23px;
    background-color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

.blog-card__date__month {
    margin-left: 11px;
    margin-top: 50px;
    position: relative;
    display: block;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--insta-white, #ffffff);
    text-transform: uppercase;
    line-height: 1;
    z-index: 1;
    transform: rotate(27deg);
}

.blog-card__date__year {
    margin-left: 25px;
    position: relative;
    display: block;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 16px;
    font-weight: 500;
    color: var(--insta-white, #ffffff);
    line-height: 1;
    z-index: 1;
}

.blog-card:hover .blog-card__date {
    background-color: var(--insta-base, #1e235c);
}

.blog-card:hover .blog-card__date__day {
    background-color: var(--insta-black3, #19232b);
}

.blog-card__content {
    position: relative;
    padding: 153px 30px 40px;
    border: 1px solid var(--insta-gray2, #b4b5ba);
    border-radius: 100px 0 100px 0;
    z-index: 1;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 375px) {
    .blog-card__content {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-card:hover .blog-card__content {
    border-color: var(--insta-base, #1e235c);
}

.blog-card-three__image img {
    border-radius: 15px;
}

.blog-card__title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
    color: var(--insta-base);
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__title {
        font-size: 21px;
    }
}

@media (max-width: 375px) {
    .blog-card__title {
        font-size: 21px;
    }
}

.blog-card__title:hover {
    color: var(--insta-base, #1e235c);
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.blog-card__title a:hover {
    background-size: 100% 1px;
}

.blog-card__text {
    margin-bottom: 26px;
}

.blog-card__link {
    display: block;
    width: 203px;
    position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__link {
        width: 173px;
    }
}

@media (max-width: 375px) {
    .blog-card__link {
        width: 173px;
    }
}

.blog-card__link__front {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-black3, #19232b);
    perspective: 300px;
    transform-origin: top center;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
    transition: transform 500ms ease;
}

.blog-card__link__front svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.blog-card__link:hover .blog-card__link__front {
    transform-origin: bottom center;
    transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}

.blog-card__link__back {
    padding: 10.5px 82px 10.5px 38px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 700ms ease, top 700ms ease;
    transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
    perspective: 300px;
    transform-origin: bottom center;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-card__link__back {
        padding-left: 25px;
        padding-right: 65px;
    }
}

@media (max-width: 390px) {
    .blog-card__link__back {
        padding-left: 25px;
        padding-right: 65px;
    }
}

.blog-card__link:hover .blog-card__link__back {
    transition: transform 500ms ease, top 500ms ease;
    transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}

.blog-card__shape {
    position: absolute;
    width: 38px;
    height: 34px;
    background-color: var(--insta-gray3, #eeeeee);
    clip-path: polygon(7% 0, 0% 100%, 100% 100%);
    transition: all 600ms ease;
}

@media (max-width: 375px) {
    .blog-card__shape {
        width: 30px;
        height: 26px;
    }
}

.blog-card__shape--1 {
    right: 74px;
    bottom: 29px;
}

.blog-card__shape--2 {
    right: 51px;
    bottom: 49px;
}

.blog-card__shape--3 {
    right: 23px;
    bottom: 66px;
}

.blog-card:hover .blog-card__shape {
    transform: rotate(180deg);
}

.blog-card:hover .blog-card__shape--2 {
    background-color: var(--insta-base, #1e235c);
}

.blog-card--four .blog-card__image::after {
    display: none;
}

.blog-card--four .blog-card__content {
    border-color: var(--insta-gray, #e0e0e0);
    border-radius: 0 0 100px 0;
}

@media (max-width: 390px) {
    .blog-card--four .insta-btn {
        padding-left: 25px;
        padding-right: 65px;
    }
}

.blog-one,
.blog-two,
.blog-three,
.blog-page {
    background-color: var(--insta-white, #ffffff);
}

.blog-page .post-pagination {
    justify-content: center;
}

@media (max-width: 991px) {
    .blog-page .post-pagination {
        margin-top: 20px;
    }
}

.blog-page--list .post-pagination,
.blog-page--sidebar .post-pagination {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .blog-page--list .post-pagination,
    .blog-page--sidebar .post-pagination {
        margin-top: 10px;
    }
}

.blog-page--sidebar .post-pagination {
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .blog-page--sidebar .post-pagination {
        justify-content: center;
    }
}

.blog-page--grid .post-pagination {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .blog-page--grid .post-pagination {
        margin-top: 20px;
    }
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar {
    position: relative;
    z-index: 999;
}

.topbar__bg {
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--insta-black4, #0f3564);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 2% 100%);
}

@media (min-width: 1860px) {
    .topbar__bg {
        width: calc(100% - 478px);
    }
}

@media (max-width: 1859px) {
    .topbar__bg {
        width: 100%;
        max-width: 1428px;
    }
}

@media (max-width: 1599px) {
    .topbar__bg {
        max-width: 1230px;
    }
}

@media (max-width: 1199px) {
    .topbar__bg {
        clip-path: none;
    }
}

.topbar__bg::after {
    content: "";
    width: 152px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--insta-base, #1e235c);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 27% 100%);
}

@media (max-width: 1599px) {
    .topbar__bg::after {
        width: 130px;
    }
}

@media (max-width: 1199px) {
    .topbar__bg::after {
        display: none;
    }
}

.topbar .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1487px;
}

.topbar__inner {
    position: relative;
    max-width: 1124px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

@media (max-width: 991px) {
    .topbar__inner {
        justify-content: center;
    }
}

.topbar__info {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 35px;
}

@media (max-width: 991px) {
    .topbar__info {
        display: none;
    }
}

.topbar__info li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-white, #ffffff);
    line-height: 1.2;
}

.topbar__info li:hover {
    color: var(--insta-base, #1e235c);
}

.topbar__info li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar__info li a:hover {
    background-size: 100% 1px;
}

.topbar__info__icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-white, #ffffff);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
}

.topbar__info__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

.topbar__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.topbar__info li:hover .topbar__info__icon-box {
    background-color: var(--insta-base, #1e235c);
}

.topbar__info li:hover .topbar__info__icon {
    color: var(--insta-white, #ffffff);
    animation: slideTop 400ms;
}

.contact-wrapper {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.contact-wrapper li+li,
.social-icon li+li {
    margin-left: 15px;
}

.contact-wrapper li a {
    color: white;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: right;
}

.contact-wrapper li a span+span {
    padding-left: 10px;
}

.contact-wrapper li a span.icon-color {
    color: white;
}

.contact-wrapper li a:hover {
    color: var(--insta-red);
}

.topbar__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 991px) {
    .topbar__right {
        justify-content: center;
    }
    .contact-wrapper li a {
        font-size: 12px;
    }
    .contact-wrapper {
        padding-left: 0;
    }
}

.topbar__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    font-family: var(--insta-font, "Roboto", sans-serif);
    position: relative;
    display: block;
    width: 100%;
    min-width: 0px !important;
    background-color: transparent;
}

.topbar__language .bootstrap-select .dropdown-menu {
    border: none;
    box-shadow: 0px 3px 18px RGBA(var(--insta-black-rgb, 18, 47, 42), 0.07);
}

.topbar__language .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 35px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: transparent !important;
    margin: 0;
    padding: 0 20px 0 0;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-white, #ffffff) !important;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.topbar__language .bootstrap-select>.dropdown-toggle::after {
    content: "";
    border: solid var(--insta-white, #ffffff);
    border-width: 0 1px 1px 0;
    padding: 4px;
    position: absolute;
    top: calc(50% - 3px);
    right: 1px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
}

.topbar__language .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid RGBA(var(--insta-border-color-rgb, 221, 221, 221), 0.8);
}

.topbar__language .bootstrap-select .dropdown-menu>li>a {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    color: var(--insta-black, #122f2a);
    background-color: var(--insta-white, #ffffff);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.topbar__language .bootstrap-select .dropdown-menu>li:hover>a,
.topbar__language .bootstrap-select .dropdown-menu>li.selected>a {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border-color: RGBA(var(--insta-border-color-rgb, 221, 221, 221), 0.2);
}

.topbar--one {
    z-index: auto;
}

.topbar--one .container-fluid {
    z-index: auto;
}

.topbar--two {
    background-color: var(--insta-base);
    z-index: auto;
}

@media (max-width: 1075px) {
    .topbar__inner {
        display: flex;
        flex-wrap: wrap;
    }
}

.topbar--two .topbar__inner {
    padding: 0;
    position: relative;
    max-width: 100%;
}

.topbar--two .topbar__text {
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.warning-text-head {
    margin: 0px;
    color: red;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    animation: blinkWarning 1200ms linear infinite alternate;
}

@keyframes blinkWarning {
    0% {
        /* opacity: 1; */
        transform: translateX(0);
    }
    65% {
        /* opacity: 1; */
        transform: translateX(0px);
    }
    75% {
        opacity: 1;
        transform: translateX(6px);
    }
    85% {
        /* opacity: 0.55; */
        transform: translateX(0px);
    }
    95% {
        /* opacity: 1; */
        transform: translateX(6px);
    }
    100% {
        opacity: 0.55;
        transform: translateX(0px);
    }
}

@media (max-width: 1366px) {
    .warning-text-head,
    .topbar--two .topbar__text {
        font-size: 14px;
        line-height: 1.16;
        padding: 0;
        padding-top: 6px;
    }
}

@media (max-width: 661px) {
    .warning-text-head,
    .topbar--two .topbar__text {
        font-size: 10px;
        margin-bottom: 4px;
    }
}

.topbar--two .topbar__text span {
    color: rgb(207, 21, 21);
    font-weight: 500;
    text-transform: uppercase;
}

.topbar--two .topbar__right {
    gap: 1px;
}

.topbar--two .social-links {
    gap: 1px;
}

.topbar--two .social-links a {
    width: 50px;
    height: 51px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 0;
}

@media (max-width: 1261px) {
    .topbar--two .social-links a {
        height: 35px;
    }
}

.topbar--two .social-links a:hover {
    background-color: #1a2d97;
}

.topbar--two .topbar__language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    padding: 8px 26px;
    background-color: var(--insta-base, #1e235c);
}

.topbar--two .topbar__language .bootstrap-select>.dropdown-toggle::after {
    top: calc(50% - 4px);
}

.topbar--two .topbar__language .bootstrap-select .dropdown-menu {
    left: -26px !important;
}

.topbar--three {
    background-color: var(--insta-black4, #0f3564);
    z-index: auto;
}

.topbar--three .container-fluid {
    max-width: 1487px;
}

.topbar--three .topbar__inner {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.header {
    position: relative;
    background-color: var(--insta-white, #ffffff);
    z-index: 999;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.header::before {
    content: "";
    position: absolute;
    top: -57px;
    left: 0;
    width: 507px;
    height: calc(100% + 90px);
    position: absolute;
    background-color: var(--insta-base, #1e235c);
    clip-path: polygon(0 0, 100% 0%, 73% 100%, 0 100%);
}

@media (max-width: 1599px) {
    .header::before {
        width: 450px;
    }
}

@media (max-width: 991px) {
    .header::before {
        width: 380px;
    }
}

@media (max-width: 575px) {
    .header::before {
        display: none;
    }
}

.header-four {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.main-header {
    position: relative;
    z-index: 999;
}

@media (max-width: 1199px) {
    .main-header {
        background-color: var(--insta-white, #ffffff);
    }
}

.main-header .container-fluid {
    position: relative;
    z-index: 1;
    max-width: 1487px;
}

.main-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 1199px) {
    .main-header__inner {
        padding: 20px 0;
    }
}

.main-header__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -71px;
    width: calc(100% + 71px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 1199px) {
    .main-header__inner::before {
        display: none;
    }
}

@media (max-width: 430px) {
    .main-header__logo {
        margin-right: 30px;
    }
}

.main-header__logo img {
    max-width: 100%;
    height: auto;
}

.main-header__right {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.main-header__nav {
    margin-right: 42px;
}

@media (max-width: 1199px) {
    .main-header__nav {
        margin-right: 0;
    }
}

.main-header__search,
.main-header__user {
    position: relative;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--insta-gray, #e0e0e0);
    overflow: hidden;
    transition: all 500ms ease;
}

.main-header__search__icon,
.main-header__user__icon {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    color: var(--insta-text-gray, #767676);
    transition: all 500ms ease;
}

.main-header__search__icon svg,
.main-header__user__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-header__search:hover,
.main-header__user:hover {
    background-color: var(--insta-base, #1e235c);
}

.main-header__search:hover .main-header__search__icon,
.main-header__search:hover .main-header__user__icon,
.main-header__user:hover .main-header__search__icon,
.main-header__user:hover .main-header__user__icon {
    color: var(--insta-white, #ffffff);
    animation: slideTop 400ms;
}

@media (max-width: 1199px) {
    .main-header__search {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.main-header__user {
    margin-left: 20px;
}

.main-header__btn {
    margin-left: 30px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header__btn {
        margin-left: 20px;
        padding-left: 25px;
        padding-right: 67px;
    }
}

@media (max-width: 767px) {
    .main-header__btn {
        display: none;
    }
}

.main-header--one {
    z-index: auto;
}

.main-header--two {
    background-color: var(--insta-white, #ffffff);
}

.main-header--two .main-header__shape {
    position: absolute;
    top: -51px;
    left: 0;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1890px) {
    .main-header--two .main-header__shape {
        display: none;
    }
}

.main-header--two .main-header__inner {
    background-color: transparent;
}

.main-header--two .main-header__inner::before {
    display: none;
}

.main-header--two .main-header__logo {
    position: relative;
}

.main-header--two .main-header__logo::after {
    content: "";
    width: calc(100% + 6px);
    height: calc(100% + 47px);
    background-color: var(--insta-white, #ffffff);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 51px 0 51px 51px;
    box-shadow: rgba(var(--insta-black-rgb, 18, 47, 42), 0.1) 0px 16px 10px -10px;
}

@media (max-width: 750px) {
    .main-header--two .main-header__logo::after {
        display: none;
    }
}

.main-header--two .main-header__logo img {
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
    max-height: 80px;
    padding-right: 18px;
}

.main-header--two .main-header__nav {
    margin-right: 15px;
}

@media (max-width: 1199px) {
    .main-header--two .main-header__nav {
        margin-right: 0;
    }
}

@media (max-width: 750px) {
    .main-header--two .main-header__logo img {
        margin-bottom: 0px;
        max-height: 60px;
    }
}

.main-header--two .main-menu .main-menu__list>li {
    padding-top: 30.5px;
    padding-bottom: 30.5px;
}

.main-header--three {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
}

.main-header--three .container-fluid {
    max-width: 1691px;
    padding-left: 37px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: 0;
    background-color: var(--insta-base, #1e235c);
    border-bottom: 1px solid RGBA(var(--insta-white-rgb, 255, 255, 255), 0.24);
}

@media (min-width: 1930px) {
    .main-header--three .container-fluid {
        margin-right: auto;
    }
}

@media (max-width: 1599px) {
    .main-header--three .container-fluid {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .main-header--three .container-fluid {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .main-header--three .container-fluid {
        padding-right: 15px;
    }
}

.main-header--three .main-header__inner {
    background-color: transparent;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__inner {
        padding: 22.5px 0;
    }
}

.main-header--three .main-header__inner::before {
    display: none;
}

.main-header--three .main-header__logo {
    position: relative;
}

@media (max-width: 450px) {
    .main-header--three .main-header__logo {
        margin-right: 60px;
    }
}

.main-header--three .main-header__logo::before {
    content: "";
    width: calc(100% + 72px);
    height: calc(100% + 74px);
    background-color: var(--insta-white, #ffffff);
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .main-header--three .main-header__logo::before {
        height: calc(100% + 46px);
    }
}

@media (max-width: 767px) {
    .main-header--three .main-header__logo::before {
        width: calc(100% + 60px);
    }
}

.main-header--three .main-header__logo::after {
    content: "";
    width: calc(100% + 54px);
    height: calc(100% + 52px);
    border: 1px dashed var(--insta-base, #1e235c);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__logo::after {
        height: calc(100% + 28px);
    }
}

@media (max-width: 767px) {
    .main-header--three .main-header__logo::after {
        width: calc(100% + 38px);
    }
}

.main-header--three .main-header__logo img {
    position: relative;
    z-index: 2;
}

.main-header--three .main-header__right {
    z-index: 2;
}

.main-header--three .main-header__nav {
    margin-right: 33px;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__nav {
        margin-right: 0;
    }
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .main-header--three .main-menu .main-menu__list>li+li {
        margin-left: 21px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-header--three .main-menu .main-menu__list>li+li {
        margin-left: 18px;
    }
}

.main-header--three .main-menu .main-menu__list>li {
    padding-top: 53px;
    padding-bottom: 53px;
}

.main-menu .main-menu__list>li>a img {
    max-height: 21px;
}

.main-header--three .main-menu .main-menu__list>li>a,
.main-header--three .main-menu .main-menu__list>li.megamenu>a::after,
.main-header--three .main-menu .main-menu__list>li.dropdown>a::after {
    color: var(--insta-white, #ffffff);
}

.main-header--three .main-menu .main-menu__list>li.current>a,
.main-header--three .main-menu .main-menu__list>li:hover>a,
.main-header--three .main-menu .main-menu__list>li.current>a::after,
.main-header--three .main-menu .main-menu__list>li.megamenu:hover>a::after,
.main-header--three .main-menu .main-menu__list>li.dropdown:hover>a::after {
    color: var(--insta-black, #122f2a);
}

.main-header--three .main-menu .main-menu__list__square {
    background-color: var(--insta-white, #ffffff);
}

.main-header--three .mobile-nav__btn span {
    background-color: var(--insta-white, #ffffff);
}

.main-header--three .mobile-nav__btn:hover span {
    background-color: var(--insta-black, #122f2a);
}

.main-header--three .main-header__search,
.main-header--three .main-header__user {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    overflow: visible;
    background-color: transparent;
}

.main-header--three .main-header__search__icon,
.main-header--three .main-header__user__icon {
    font-size: 25px;
    color: var(--insta-white, #ffffff);
}

@media (max-width: 1599px) {
    .main-header--three .main-header__search__icon,
    .main-header--three .main-header__user__icon {
        font-size: 20px;
    }
}

.main-header--three .main-header__search:hover,
.main-header--three .main-header__user:hover {
    background-color: transparent;
}

.main-header--three .main-header__search:hover .main-header__search__icon,
.main-header--three .main-header__search:hover .main-header__user__icon,
.main-header--three .main-header__user:hover .main-header__search__icon,
.main-header--three .main-header__user:hover .main-header__user__icon {
    color: var(--insta-black, #122f2a);
    animation-play-state: paused;
}

@media (max-width: 1199px) {
    .main-header--three .main-header__search {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .main-header--three .main-header__search {
        margin-left: 25px;
    }
}

.main-header--three .main-header__user {
    margin-left: 29px;
}

@media (max-width: 575px) {
    .main-header--three .main-header__user {
        margin-left: 20px;
    }
}

.main-header--three .main-header__btn {
    margin-left: 33px;
    color: var(--insta-black3, #19232b);
    background-color: var(--insta-white, #ffffff);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .main-header--three .main-header__btn {
        display: none;
    }
}

.main-header--three .main-header__btn::after {
    background-color: var(--insta-black3, #19232b);
}

.main-header--three .main-header__btn .insta-btn__icon-box {
    background-color: var(--insta-black3, #19232b);
}

.main-header--three .main-header__btn:hover {
    color: var(--insta-white, #ffffff);
}

.main-header--three .main-header__btn:hover .insta-btn__icon-box {
    background-color: var(--insta-white, #ffffff);
}

.main-header--three .main-header__btn:hover .insta-btn__icon {
    color: var(--insta-black3, #19232b);
}

.main-header--three .sidebar-btn__toggler--nav {
    margin-left: 141px;
}

@media (max-width: 1599px) {
    .main-header--three .sidebar-btn__toggler--nav {
        margin-left: 80px;
    }
}

@media (max-width: 1499px) {
    .main-header--three .sidebar-btn__toggler--nav {
        margin-left: 70px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .main-header--three .sidebar-btn__toggler--nav {
        margin-left: 80px;
    }
}

@media (max-width: 1199px) {
    .main-header--three .sidebar-btn__toggler--nav {
        margin-left: 60px;
    }
}

@media (max-width: 575px) {
    .main-header--three .sidebar-btn__toggler--nav {
        display: none;
        margin-left: 25px;
    }
}

.main-header--three .sidebar-btn__toggler--nav::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 2px);
    transform: translate(-50%, -50%);
    width: 128px;
    height: calc(100% + 78px);
    background-color: var(--insta-black4, #0f3564);
    z-index: -1;
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .main-header--three .sidebar-btn__toggler--nav::after {
        width: 102px;
        left: calc(50% - 5px);
    }
}

@media (max-width: 1199px) {
    .main-header--three .sidebar-btn__toggler--nav::after {
        width: 102px;
        height: 100px;
        left: calc(50% - 5px);
    }
}

@media (max-width: 575px) {
    .main-header--three .sidebar-btn__toggler--nav::after {
        display: none;
    }
}

.main-header--four {
    z-index: auto;
}

.main-header--four .container-fluid {
    z-index: auto;
}

.main-header--four .main-header__inner::before {
    width: calc(100% + 80px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
}

.main-header--four .main-header__inner::after {
    content: "";
    width: calc(100% + 1000px);
    height: 100%;
    position: absolute;
    top: 0;
    right: -2400px;
    background-color: var(--insta-black4, #0f3564);
    z-index: -1;
}

.main-header--four .main-menu .main-menu__list>li {
    padding-top: 41.5px;
    padding-bottom: 41.5px;
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .main-header--four .main-menu .main-menu__list>li+li {
        margin-left: 15px;
    }
}

@media (max-width: 1799px) {
    .main-header--two .sidebar-btn__toggler--nav,
    .main-header--four .sidebar-btn__toggler--nav {
        margin-left: 15px;
        width: 52px;
        height: 52px;
        /* border: 1px solid var(--insta-base, #1e235c); */
    }
    .main-header--two .sidebar-btn__toggler--nav span,
    .main-header--four .sidebar-btn__toggler--nav span {
        background-color: var(--insta-base, #1e235c);
    }
}

/* @media (min-width: 1200px) and (max-width: 1299px) {
  .main-header--two .sidebar-btn__toggler--nav ,
  .main-header--four .sidebar-btn__toggler--nav {
    display: none;
  }
} */

@media (max-width: 575px) {
    .main-header--two .sidebar-btn__toggler--nav,
    .main-header--four .sidebar-btn__toggler--nav {
        display: none;
    }
}

@media (min-width: 1800px) {
    .main-header--two .sidebar-btn__toggler--nav,
    .main-header--four .sidebar-btn__toggler--nav {
        position: relative;
        position: absolute;
        top: 0;
        right: -163px;
    }
}

.sticky-header {}

.sticky-header.active {
    position: fixed;
    top: -250px;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-color: var(--insta-white, #ffffff);
    box-shadow: 0px 3px 18px rgba(var(--insta-black-rgb, 18, 47, 42), 0.07);
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-90px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sticky-header--cloned.main-header--two .main-header__shape {
    display: none;
}

.sticky-header--cloned.sticky-header--one-page .main-menu .main-menu__list>li>a::after {
    display: none !important;
}

.mobile-nav__btn {
    width: 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    z-index: 3;
}

@media (min-width: 1200px) {
    .mobile-nav__btn {
        display: none;
    }
}

.mobile-nav__btn span {
    width: 100%;
    height: 2px;
    background-color: var(--insta-black, #122f2a);
    transition: all 500ms ease;
}

.mobile-nav__btn span:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile-nav__btn:hover span {
    background-color: var(--insta-base, #1e235c);
}

.sidebar-btn__toggler--nav {
    position: relative;
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--insta-white, #ffffff);
}

.sidebar-btn__toggler--nav__bar {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.sidebar-btn__toggler--nav span {
    display: block;
    width: 33px;
    height: 3px;
    background-color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.sidebar-btn__toggler--nav span:nth-child(2) {
    width: 27px;
    margin: 7px 0;
}

.sidebar-btn__toggler--nav span:nth-child(3) {
    width: 23px;
}

.sidebar-btn__toggler--nav:hover span {
    width: 33px;
    background-color: var(--insta-base, #1e235c);
}

.main-menu {
    /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul {
        display: flex;
    }
}

.main-menu .main-menu__list>li {
    position: relative;
    padding-top: 38px;
    padding-bottom: 38px;
}

.main-menu .main-menu__list>li.dropdown>a {
    position: relative;
}

.main-menu .main-menu__list>li+li {
    margin-left: 16px;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-menu .main-menu__list>li+li {
        margin-left: 15px;
    }
}

.main-menu .main-menu__list>li>a {
    position: relative;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    color: var(--insta-black2, #333333);
    line-height: 1.25;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 500ms ease;
}

@media (max-width: 1425px) {
    .main-menu .main-menu__list>li>a {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {
    .main-menu .main-menu__list>li>a {
        font-size: 11px;
    }
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a {
    color: var(--insta-base, #1e235c);
    text-shadow: 0 0 0.5px currentColor;
}

.main-menu .main-menu__list>li.megamenu>a,
.main-menu .main-menu__list>li.dropdown>a {
    padding-right: 10px;
}

.main-menu .main-menu__list>li.megamenu>a::after,
.main-menu .main-menu__list>li.dropdown>a::after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: 700;
    color: var(--insta-black2, #333333);
    transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li.megamenu:hover>a::after,
.main-menu .main-menu__list>li.dropdown:hover>a::after {
    color: var(--insta-base, #1e235c);
}

.main-menu .main-menu__list__square {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: -20px;
    width: 5px;
    height: 5px;
    opacity: 0;
    background-color: var(--insta-base, #1e235c);
    transition: all 400ms ease;
}

.main-menu .main-menu__list__square:nth-child(1) {
    left: 50px;
}

.main-menu .main-menu__list__square:nth-child(2) {
    left: 58px;
    background-color: var(--insta-black4, #0f3564);
}

.main-menu .main-menu__list__square:nth-child(3) {
    left: 66px;
}

.main-menu .main-menu__list>li.current>a .main-menu__list__square,
.main-menu .main-menu__list>li.megamenu:hover>a .main-menu__list__square,
.main-menu .main-menu__list>li.dropdown:hover>a .main-menu__list__square {
    top: -10px;
    opacity: 1;
}

.main-menu .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: -155px;
    min-width: 550px;
    /* flex-direction: column; */
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    z-index: 99;
    background-color: var(--insta-base);
    box-shadow: 0px 10px 60px 0px RGBA(var(--insta-white-rgb, 255, 255, 255), 0.07);
    padding: 15px 20px 11px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>.megamenu {
    position: static;
}

.main-menu .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.main-menu .main-menu__list li ul li img {
    max-height: 25px;
}

.main-menu .main-menu__list li ul li {
    /* flex: 1 1 100%; */
    width: calc(50% - 15px);
    position: relative;
    background: white;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 6px;
}

.main-menu .main-menu__list li ul.li-full li {
    width: 100%;
}

.main-menu .main-menu__list li ul.li-full {
    min-width: 310px;
    left: -25px;
}

.main-menu .main-menu__list li ul li>a {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 15px;
    line-height: 26px;
    color: var(--insta-black, #122f2a);
    font-weight: 600;
    display: flex;
    text-transform: capitalize;
    padding: 8px 15px;
    transition: 400ms;
    margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li>a::after {
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 0;
    font-size: 6px;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f45c";
    color: var(--insta-white, #ffffff);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(0);
}

.main-menu .main-menu__list li ul li.current>a,
.main-menu .main-menu__list li ul li:hover>a {
    background-color: var(--insta-red);
    color: var(--insta-white, #ffffff);
}

.main-menu .main-menu__list li ul li.current>a::after,
.main-menu .main-menu__list li ul li:hover>a::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.main-menu .main-menu__list li ul li>ul {
    top: 0;
    left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .main-menu__list li:nth-last-child(1) ul li>ul,
    .main-menu__list li:nth-last-child(2) ul li>ul {
        left: auto;
        right: calc(100% + 20px);
    }
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;
    visibility: visible;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
    z-index: 999999;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    padding: 0;
    background-color: var(--insta-white, #ffffff);
    display: block !important;
    margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
    display: none;
}

.mobile-nav__container .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.main-menu .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active,
.stricky-header .main-menu__list>.megamenu.megamenu-clickable>ul.megamenu-clickable--active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
    overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
    bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
    overflow: unset;
}

.mobile-nav__content .demo-one .container {
    padding-left: 15px;
    padding-right: 15px;
}

.megamenu-popup {
    position: relative;
}

.megamenu-popup .megamenu-clickable--close {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    color: var(--insta-black, #122f2a);
}

@media (min-width: 1300px) {
    .megamenu-popup .megamenu-clickable--close {
        top: 38px;
        right: 40px;
    }
}

.megamenu-popup .megamenu-clickable--close:hover {
    color: var(--insta-base, #1e235c);
}

.megamenu-popup .megamenu-clickable--close .icon-close {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    color: currentColor;
    transition: all 500ms ease;
}

.megamenu-popup .megamenu-clickable--close .icon-close::before,
.megamenu-popup .megamenu-clickable--close .icon-close::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.megamenu-popup .megamenu-clickable--close .icon-close::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    visibility: hidden;
    position: fixed;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase {
    margin-bottom: -1px;
    margin-top: 0;
    border-bottom: 1px solid RGBA(var(--insta-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--insta-white, #ffffff);
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--insta-black10, #000000);
    opacity: 0.6;
    cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
    width: 300px;
    background-color: white;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 45px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
    display: block;
    padding: 0;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    display: inline-flex;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: black;
    cursor: pointer;
    transition: all 500ms ease;
}

.mobile-nav__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__close:hover {
    color: var(--insta-base, #1e235c);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid RGBA(var(--insta-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li>a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid RGBA(var(--insta-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li>a {
    display: flex;
    justify-content: space-between;
    font-family: var(--insta-font, "Roboto", sans-serif);
    line-height: 30px;
    color: black;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li>a img {
    display: none;
}

.mobile-nav__content .main-menu__list>li>ul>li>a {
    font-size: 15px;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--insta-base, #1e235c);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: var(--insta-base, #1e235c);
    border: none;
    outline: none;
    color: var(--insta-white, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: var(--insta-red);
    color: white;
}

.mobile-nav__social {
    gap: 10px;
}

.mobile-nav__social a {
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--insta-base, #1e235c);
}

.mobile-nav__social a:hover {
    background-color: var(--insta-base, #1e235c);
}

.mobile-nav__social .social-links__icon {
    font-size: 13px;
    color: var(--insta-white, #ffffff);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile-nav__contact li {
    color: black;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--insta-base, #1e235c);
}

.mobile-nav__contact__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--insta-base, #1e235c);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    color: var(--insta-white, #ffffff);
}

.mobile-nav__contact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
    display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.form-one__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0;
}

@media (min-width: 991px) {
    .form-one__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-one__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.form-one__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--insta-font, "Roboto", sans-serif);
}

.form-one .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.form-one .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 67px;
    outline: none !important;
    border-radius: 5px;
    border: 0;
    background-color: var(--insta-white3, #f1f6f7) !important;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 67px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 375px) {
    .form-one .bootstrap-select>.dropdown-toggle {
        padding-left: 23px;
        padding-right: 23px;
    }
}

.form-one .bootstrap-select>.dropdown-toggle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--insta-text, #636363);
}

@media (max-width: 375px) {
    .form-one .bootstrap-select>.dropdown-toggle::before {
        right: 23px;
    }
}

.form-one .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

.form-one .bootstrap-select .dropdown-menu {
    border: none;
}

.form-one .bootstrap-select .dropdown-menu>li>a {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
    color: var(--insta-black, #122f2a);
    background-color: var(--insta-white3, #f1f6f7);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-one .bootstrap-select .dropdown-menu>li:hover>a,
.form-one .bootstrap-select .dropdown-menu>li.selected>a {
    background-color: var(--insta-base, #1e235c);
    color: var(--insta-white, #ffffff);
    border-color: var(--insta-base, #1e235c);
}

.form-one .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-one .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=password],
.form-one input[type=tel],
.form-one textarea {
    display: block;
    width: 100%;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363);
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    padding: 0 26px;
    height: 67px;
    background-color: var(--insta-white3, #f1f6f7);
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 400ms ease;
}

.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=password]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
    color: var(--insta-black, #122f2a);
    border-color: var(--insta-base, #1e235c);
}

@media (max-width: 375px) {
    .form-one input[type=text],
    .form-one input[type=email],
    .form-one input[type=password],
    .form-one input[type=tel],
    .form-one textarea {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.form-one textarea {
    height: 143px;
    padding: 26px 26px 0;
}

@media (max-width: 375px) {
    .form-one textarea {
        padding: 20px 20px 0;
    }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.6;
    cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    background-color: var(--insta-white, #ffffff);
    font-size: 15px;
    font-weight: 400;
    color: var(--insta-text, #636363);
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    border-radius: 60px;
    transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: var(--insta-black, #122f2a);
}

.search-popup__form .insta-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 60px 60px 0;
}

.search-popup__form .insta-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.6;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    background-color: var(--insta-white2, #ecf2f2);
    position: relative;
    padding-top: 62px;
    padding-bottom: 62px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .page-header {
        padding-bottom: 60px;
    }
}

@media (max-width: 575px) {
    .page-header {
        padding-top: 60px;
    }
}

.page-header__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.059;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header__title {
    margin-bottom: 11px;
    font-size: 40px;
    color: var(--insta-black5, #0f3667);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    max-width: 850px;
}

.serv-img-round {
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .page-header__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .page-header__title {
        font-size: 28px;
        max-width: 438px;
    }
}

@media (max-width: 575px) {
    .page-header__title {
        font-size: 25px;
        max-width: 338px;
    }
}

@media (max-width: 390px) {
    .page-header__title {
        font-size: 25px;
        max-width: 238px;
    }
}

.page-header__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 217px;
    max-width: 200px;
    right: 130px;
    bottom: 6px;
    z-index: 1;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1799px) {
    .page-header__image {
        right: 80px;
    }
}

@media (max-width: 1599px) {
    .page-header__image {
        max-width: 200px;
        right: 130px;
        bottom: 6px;
    }
}

@media (max-width: 1399px) {
    .page-header__image {
        max-width: 600px;
        right: 60px;
    }
}

@media (max-width: 1199px) {
    .page-header__image {
        display: none;
    }
}

.page-header__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 43px;
    bottom: 0;
    animation: treeMove 6s ease infinite;
}

@media (max-width: 1799px) {
    .page-header__shape-one {
        max-width: 70px;
        left: 30px;
    }
}

@media (max-width: 390px) {
    .page-header__shape-one {
        max-width: 50px;
        left: 10px;
    }
}

.page-header__shape-two {
    position: relative;
    position: absolute;
    bottom: 62px;
    right: 25%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border: 8px solid var(--insta-base, #1e235c);
    border-radius: 50%;
    animation: moveHorizontal 2s linear infinite;
}

.page-header__shape-two::before {
    content: "";
    position: absolute;
    top: -23px;
    left: -33px;
    width: 45px;
    height: 45px;
    border: 3px solid RGBA(var(--insta-base-rgb, 3, 101, 211), 0.3);
    border-radius: 50%;
}

@media (max-width: 575px) {
    .page-header__shape-two {
        display: none;
    }
}

.page-header__shape-three {
    width: 320px;
    height: 345px;
    position: absolute;
    right: -50px;
    bottom: -148px;
    background-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 0.3);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 579.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5629 8945 c-3 -2 -68 -12 -145 -20 -270 -31 -295 -34 -347 -44 -29 -6 -113 -20 -187 -31 -74 -12 -153 -26 -175 -32 -22 -6 -62 -14 -90 -19 -58 -9 -147 -31 -222 -53 -29 -9 -74 -22 -100 -30 -27 -8 -100 -31 -163 -51 -63 -20 -124 -39 -135 -42 -11 -3 -34 -11 -52 -19 -17 -8 -36 -14 -42 -14 -6 0 -19 -4 -29 -10 -9 -5 -44 -21 -77 -36 -292 -130 -544 -279 -667 -393 -29 -27 -67 -61 -85 -75 -17 -15 -67 -70 -110 -124 -43 -53 -80 -99 -84 -102 -23 -21 -92 -162 -149 -305 -13 -32 -38 -125 -52 -190 -26 -123 -14 -442 22 -575 28 -106 56 -197 92 -300 71 -208 97 -284 108 -330 49 -190 61 -402 32 -570 -24 -138 -40 -202 -53 -215 -5 -5 -9 -18 -9 -28 0 -10 -6 -33 -14 -50 -7 -18 -27 -63 -42 -102 -30 -72 -130 -247 -145 -253 -5 -2 -9 -8 -9 -13 0 -14 -101 -150 -160 -214 -104 -114 -275 -277 -360 -343 -47 -37 -87 -69 -90 -72 -3 -3 -27 -21 -53 -40 -26 -19 -64 -48 -84 -63 -20 -15 -64 -44 -97 -64 -34 -20 -97 -60 -141 -89 -44 -28 -116 -71 -160 -95 -44 -23 -102 -55 -130 -71 -72 -41 -240 -125 -310 -155 -33 -14 -98 -43 -145 -65 -102 -48 -110 -51 -180 -79 -30 -12 -69 -28 -87 -35 -17 -8 -35 -14 -41 -14 -5 0 -23 -7 -38 -15 -16 -8 -36 -15 -45 -15 -8 0 -19 -4 -25 -8 -12 -11 -238 -94 -334 -122 -41 -12 -92 -28 -113 -36 -20 -8 -49 -14 -63 -14 -14 0 -24 -4 -22 -10 1 -5 60 -69 129 -142 69 -73 147 -158 174 -188 26 -30 82 -91 124 -135 87 -91 364 -386 460 -490 36 -39 126 -135 201 -215 75 -80 161 -172 191 -204 29 -33 68 -73 84 -91 48 -49 285 -304 340 -365 28 -30 84 -91 126 -135 41 -44 115 -123 165 -176 49 -52 127 -136 174 -186 47 -50 132 -141 190 -204 58 -62 179 -192 270 -288 91 -97 186 -198 210 -225 39 -43 168 -181 208 -222 7 -8 15 -14 17 -14 4 0 79 76 483 490 379 389 648 664 772 791 52 53 232 238 400 410 168 173 341 350 385 395 44 44 206 210 359 367 153 158 285 287 292 287 12 0 14 497 14 3095 l0 3095 -78 0 c-43 0 -81 -2 -83 -5z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 579.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5629 8945 c-3 -2 -68 -12 -145 -20 -270 -31 -295 -34 -347 -44 -29 -6 -113 -20 -187 -31 -74 -12 -153 -26 -175 -32 -22 -6 -62 -14 -90 -19 -58 -9 -147 -31 -222 -53 -29 -9 -74 -22 -100 -30 -27 -8 -100 -31 -163 -51 -63 -20 -124 -39 -135 -42 -11 -3 -34 -11 -52 -19 -17 -8 -36 -14 -42 -14 -6 0 -19 -4 -29 -10 -9 -5 -44 -21 -77 -36 -292 -130 -544 -279 -667 -393 -29 -27 -67 -61 -85 -75 -17 -15 -67 -70 -110 -124 -43 -53 -80 -99 -84 -102 -23 -21 -92 -162 -149 -305 -13 -32 -38 -125 -52 -190 -26 -123 -14 -442 22 -575 28 -106 56 -197 92 -300 71 -208 97 -284 108 -330 49 -190 61 -402 32 -570 -24 -138 -40 -202 -53 -215 -5 -5 -9 -18 -9 -28 0 -10 -6 -33 -14 -50 -7 -18 -27 -63 -42 -102 -30 -72 -130 -247 -145 -253 -5 -2 -9 -8 -9 -13 0 -14 -101 -150 -160 -214 -104 -114 -275 -277 -360 -343 -47 -37 -87 -69 -90 -72 -3 -3 -27 -21 -53 -40 -26 -19 -64 -48 -84 -63 -20 -15 -64 -44 -97 -64 -34 -20 -97 -60 -141 -89 -44 -28 -116 -71 -160 -95 -44 -23 -102 -55 -130 -71 -72 -41 -240 -125 -310 -155 -33 -14 -98 -43 -145 -65 -102 -48 -110 -51 -180 -79 -30 -12 -69 -28 -87 -35 -17 -8 -35 -14 -41 -14 -5 0 -23 -7 -38 -15 -16 -8 -36 -15 -45 -15 -8 0 -19 -4 -25 -8 -12 -11 -238 -94 -334 -122 -41 -12 -92 -28 -113 -36 -20 -8 -49 -14 -63 -14 -14 0 -24 -4 -22 -10 1 -5 60 -69 129 -142 69 -73 147 -158 174 -188 26 -30 82 -91 124 -135 87 -91 364 -386 460 -490 36 -39 126 -135 201 -215 75 -80 161 -172 191 -204 29 -33 68 -73 84 -91 48 -49 285 -304 340 -365 28 -30 84 -91 126 -135 41 -44 115 -123 165 -176 49 -52 127 -136 174 -186 47 -50 132 -141 190 -204 58 -62 179 -192 270 -288 91 -97 186 -198 210 -225 39 -43 168 -181 208 -222 7 -8 15 -14 17 -14 4 0 79 76 483 490 379 389 648 664 772 791 52 53 232 238 400 410 168 173 341 350 385 395 44 44 206 210 359 367 153 158 285 287 292 287 12 0 14 497 14 3095 l0 3095 -78 0 c-43 0 -81 -2 -83 -5z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 590px) {
    .page-header__shape-three {
        right: -50px;
        bottom: -78px;
        width: 200px;
        height: 225px;
    }
}

.page-header__shape-four {
    width: 331px;
    height: 333px;
    position: absolute;
    right: -65px;
    bottom: -137px;
    background-color: var(--insta-base, #1e235c);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 546.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5400 8985 c0 -8 -1 -15 -2 -16 -2 -1 -64 -7 -138 -15 -249 -25 -490 -71 -790 -148 -192 -50 -251 -67 -293 -84 -16 -7 -34 -12 -42 -12 -7 0 -26 -6 -42 -14 -15 -8 -44 -21 -63 -29 -151 -61 -403 -188 -495 -249 -343 -228 -556 -496 -649 -813 -10 -33 -22 -73 -27 -90 -32 -111 -42 -350 -22 -528 19 -158 98 -475 149 -594 8 -17 14 -37 14 -45 0 -8 4 -18 9 -23 10 -12 65 -171 81 -235 70 -283 63 -523 -21 -783 -11 -32 -23 -65 -28 -75 -132 -271 -146 -294 -229 -398 -149 -186 -307 -335 -507 -477 -44 -31 -84 -60 -90 -65 -49 -38 -200 -130 -316 -192 -144 -76 -182 -96 -259 -135 -92 -46 -286 -128 -455 -192 -22 -9 -49 -19 -60 -24 -26 -10 -124 -49 -150 -58 -49 -19 -217 -71 -290 -91 -44 -12 -97 -28 -118 -36 -20 -8 -48 -14 -62 -14 -13 0 -26 -4 -30 -9 -3 -6 -27 -13 -53 -17 -26 -3 -55 -11 -64 -16 -10 -5 -37 -13 -60 -18 -24 -5 -72 -17 -108 -25 -36 -9 -85 -21 -109 -26 -24 -5 -46 -11 -49 -14 -5 -4 138 -159 349 -380 58 -60 181 -191 274 -290 93 -99 212 -225 264 -280 126 -132 350 -371 426 -454 33 -36 85 -90 115 -121 30 -31 82 -85 114 -121 33 -35 105 -112 160 -170 212 -221 394 -416 427 -453 19 -22 72 -78 119 -126 47 -47 105 -108 129 -136 24 -27 87 -94 140 -149 88 -93 222 -233 520 -549 63 -67 127 -134 142 -150 l28 -30 148 151 c357 364 806 823 1018 1041 127 130 281 288 343 352 63 63 242 247 400 408 157 160 292 292 299 292 11 0 13 582 13 3370 l0 3370 -30 0 c-20 0 -30 -5 -30 -15z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 546.000000 900.000000"><g transform="translate(0.000000,900.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M5400 8985 c0 -8 -1 -15 -2 -16 -2 -1 -64 -7 -138 -15 -249 -25 -490 -71 -790 -148 -192 -50 -251 -67 -293 -84 -16 -7 -34 -12 -42 -12 -7 0 -26 -6 -42 -14 -15 -8 -44 -21 -63 -29 -151 -61 -403 -188 -495 -249 -343 -228 -556 -496 -649 -813 -10 -33 -22 -73 -27 -90 -32 -111 -42 -350 -22 -528 19 -158 98 -475 149 -594 8 -17 14 -37 14 -45 0 -8 4 -18 9 -23 10 -12 65 -171 81 -235 70 -283 63 -523 -21 -783 -11 -32 -23 -65 -28 -75 -132 -271 -146 -294 -229 -398 -149 -186 -307 -335 -507 -477 -44 -31 -84 -60 -90 -65 -49 -38 -200 -130 -316 -192 -144 -76 -182 -96 -259 -135 -92 -46 -286 -128 -455 -192 -22 -9 -49 -19 -60 -24 -26 -10 -124 -49 -150 -58 -49 -19 -217 -71 -290 -91 -44 -12 -97 -28 -118 -36 -20 -8 -48 -14 -62 -14 -13 0 -26 -4 -30 -9 -3 -6 -27 -13 -53 -17 -26 -3 -55 -11 -64 -16 -10 -5 -37 -13 -60 -18 -24 -5 -72 -17 -108 -25 -36 -9 -85 -21 -109 -26 -24 -5 -46 -11 -49 -14 -5 -4 138 -159 349 -380 58 -60 181 -191 274 -290 93 -99 212 -225 264 -280 126 -132 350 -371 426 -454 33 -36 85 -90 115 -121 30 -31 82 -85 114 -121 33 -35 105 -112 160 -170 212 -221 394 -416 427 -453 19 -22 72 -78 119 -126 47 -47 105 -108 129 -136 24 -27 87 -94 140 -149 88 -93 222 -233 520 -549 63 -67 127 -134 142 -150 l28 -30 148 151 c357 364 806 823 1018 1041 127 130 281 288 343 352 63 63 242 247 400 408 157 160 292 292 299 292 11 0 13 582 13 3370 l0 3370 -30 0 c-20 0 -30 -5 -30 -15z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.floated-serv-img {
    max-width: 800px;
}

.floated-form {
    max-width: 446px;
    width: 446px;
    float: right;
    margin-left: 21px;
}

/*@media (min-width: 1400px) {*/

/*    .floated-serv-img{*/

/*        max-width: 800px;*/

/*    }*/

/*}*/

@media (max-width: 1349px) {
    .floated-serv-img {
        max-width: 698px;
    }
}

@media (max-width: 1200px) {
    .floated-serv-img {
        max-width: 542px;
    }
    .floated-form {
        max-width: 366px;
        width: 366px;
    }
}

@media (max-width: 1000px) {
    .floated-serv-img {
        max-width: 100%;
    }
    .floated-form {
        max-width: 100%;
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}

/* Target when screen width is 1000px or less */

@media screen and (max-width: 1000px) {
    .clearfix-cstm {
        display: flex;
        flex-direction: row;
        /* Default layout */
        gap: 20px;
        /* Optional spacing */
    }
    .clearfix-cstm {
        flex-direction: column;
        /* Stack elements vertically */
    }
    .floated-form {
        order: 1;
        /* Moves it to the bottom */
    }
}

@media (max-width: 590px) {
    .page-header__shape-four {
        right: -66px;
        bottom: -83px;
        width: 221px;
        height: 223px;
    }
}

.insta-breadcrumb {
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
}

.insta-breadcrumb li {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: var(--insta-text, #636363);
    line-height: 1.25;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .insta-breadcrumb li {
        font-size: 15px;
    }
}

.insta-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}

.insta-breadcrumb li span,
.insta-breadcrumb li a {
    display: inline-flex;
}

.insta-breadcrumb li:not(:first-child) span {
    color: var(--insta-base, #1e235c);
}

.insta-breadcrumb li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.insta-breadcrumb li a:hover {
    background-size: 100% 1px;
}

.insta-breadcrumb li a:hover {
    color: var(--insta-base, #1e235c);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-one {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one.active {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.sidebar-one__logo img {
    background: white;
    padding: 5px 21px;
    border-radius: 4px;
}

.sidebar-one__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--insta-black10, #000000);
    opacity: 0.6;
    cursor: url(../images/close.png), auto;
}

.sidebar-one__content {
    width: 310px;
    background-color: #02011c;
    z-index: 10;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sidebar-one__content::-webkit-scrollbar {
    display: none;
}

.sidebar-one.active .sidebar-one__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.sidebar-one__close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: var(--insta-white, #ffffff);
    cursor: pointer;
    transition: all 400ms ease;
}

.sidebar-one__close svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__close:hover {
    color: var(--insta-base, #1e235c);
}

.sidebar-one__item:not(:last-child) {
    margin-bottom: 40px;
}

.sidebar-one__title {
    position: relative;
    font-size: 25px;
    color: var(--insta-white, #ffffff);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.sidebar-one__title::before,
.sidebar-one__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: var(--insta-base, #1e235c);
    width: 20px;
    height: 2px;
}

.sidebar-one__title::after {
    width: 50px;
    left: 25px;
}

.sidebar-one__about__text {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--insta-white2, #ecf2f2);
}

.sidebar-one__info__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-one__info__list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--insta-white2, #ecf2f2);
    font-weight: 500;
    line-height: 1.75;
}

.sidebar-one__info__list li+li {
    margin-top: 20px;
}

.sidebar-one__info__list li .sidebar-one__info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    position: relative;
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    margin-right: 12px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-one__info__list li .sidebar-one__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__info__list li:hover .sidebar-one__info__icon>* {
    animation: slideTop 400ms;
}

.sidebar-one__info__list li address {
    margin: 0;
    color: inherit;
    text-transform: capitalize;
}

.sidebar-one__info__list li a {
    position: relative;
    top: 1px;
    color: inherit;
}

.sidebar-one__info__list li a:hover {
    color: var(--insta-red);
}

.sidebar-one .social-links {
    gap: 4px;
}

.sidebar-one .social-links a {
    width: 45px;
    height: 45px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 0;
}

.sidebar-one .social-links a:hover {
    background-color: var(--insta-white, #ffffff);
}

.sidebar-one .social-links__icon {
    font-size: 16px;
}

.sidebar-one .social-links a:hover .social-links__icon {
    color: var(--insta-base, #1e235c);
}

.sidebar-one__newsletter__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-one__newsletter__input {
    outline: 0;
    border: 0;
    padding-left: 20px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    width: calc(100% - 50px);
    height: 50px;
    background-color: rgba(var(--insta-white-rgb, 255, 255, 255), 0.09);
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn {
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 18px;
    color: var(--insta-white, #ffffff);
    width: 50px;
    height: 50px;
    background-color: var(--insta-base, #1e235c);
    overflow: hidden;
    transition: all 400ms ease;
}

.sidebar-one__newsletter__btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar-one__newsletter__btn:hover {
    color: var(--insta-base, #1e235c);
    background-color: var(--insta-white, #ffffff);
}

.sidebar-one__newsletter__btn:hover>* {
    animation: slideTop 400ms;
}

.insurance-sidebar__single+.insurance-sidebar__single {
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .insurance-sidebar__single+.insurance-sidebar__single {
        margin-top: 30px;
    }
}

.insurance-sidebar__single {
    padding: 43px 36px 51px;
    background-color: var(--insta-white2, #ecf2f2);
    border-radius: 10px;
}

@media (max-width: 425px) {
    .insurance-sidebar__single {
        padding: 33px 30px 40px;
    }
}

@media (max-width: 390px) {
    .insurance-sidebar__single {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.insurance-sidebar__title {
    margin-bottom: 21px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.454;
}

.insurance-sidebar__nav {
    margin: 0;
}

.insurance-sidebar__nav li+li {
    margin-top: 20px;
}

.insurance-sidebar__nav li a {
    position: relative;
    padding: 12px 35px 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--insta-black2, #333333);
    line-height: 1.5;
    display: flex;
    align-items: center;
    border-radius: 25px;
    background-color: var(--insta-white, #ffffff);
    z-index: 1;
    overflow: hidden;
    transition: all 500ms ease;
}

.insurance-sidebar__nav li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--insta-base, #1e235c);
    z-index: -1;
    transition: all 500ms ease;
}

.insurance-sidebar__nav li a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    color: var(--insta-black2, #333333);
    font-weight: 900;
    transition: all 500ms ease;
}

.insurance-sidebar__nav li a .insurance-sidebar__nav__icon {
    margin-right: 11px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-black8, #202221);
    transition: all 500ms ease;
}

.insurance-sidebar__nav li a .insurance-sidebar__nav__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.insurance-sidebar__nav li.current a,
.insurance-sidebar__nav li:hover a {
    color: var(--insta-white, #ffffff);
}

.insurance-sidebar__nav li.current a::before,
.insurance-sidebar__nav li:hover a::before {
    width: 100%;
    left: 0;
}

.insurance-sidebar__nav li.current a::after,
.insurance-sidebar__nav li:hover a::after {
    color: var(--insta-white, #ffffff);
}

.insurance-sidebar__nav li.current a .insurance-sidebar__nav__icon,
.insurance-sidebar__nav li:hover a .insurance-sidebar__nav__icon {
    color: var(--insta-base, #1e235c);
    background-color: var(--insta-white, #ffffff);
}

.insurance-sidebar__btn+.insurance-sidebar__btn {
    margin-top: 20px;
}

.insurance-sidebar__btn {
    position: relative;
    padding: 12px 50px 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 25px;
    background-color: var(--insta-white, #ffffff);
    font-size: 16px;
    font-weight: 600;
    color: var(--insta-black2, #333333);
    line-height: 1.5;
    z-index: 1;
    overflow: hidden;
    transition: all 500ms ease;
}

@media (max-width: 375px) {
    .insurance-sidebar__btn {
        gap: 12px;
    }
}

.insurance-sidebar__btn::after {
    content: "\e921";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    color: inherit;
}

.insurance-sidebar__btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--insta-base, #1e235c);
    z-index: -1;
    transition: all 500ms ease;
}

.insurance-sidebar__btn:hover {
    color: var(--insta-white, #ffffff);
}

.insurance-sidebar__btn:hover::before {
    width: 100%;
    left: 0;
}

.insurance-sidebar__btn__icon {
    display: inline-flex;
    font-size: 26px;
    color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

.insurance-sidebar__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.insurance-sidebar__btn:hover .insurance-sidebar__btn__icon {
    color: var(--insta-white, #ffffff);
}

.sidebar__single {
    padding: 34px 32px;
    background-color: var(--insta-white3, #f1f6f7);
    border-radius: 20px;
}

@media (max-width: 375px) {
    .sidebar__single {
        padding: 26px 25px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 60px;
}

@media (max-width: 991px) {
    .sidebar__single+.sidebar__single {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .sidebar__single+.sidebar__single {
        margin-top: 40px;
    }
}

.sidebar__title {
    position: relative;
    margin-bottom: 34px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.sidebar__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 39px;
    height: 3px;
    background-color: var(--insta-base, #1e235c);
}

.sidebar__form {
    padding: 0;
}

.sidebar__search {
    position: relative;
}

.sidebar__search input[type=search],
.sidebar__search input[type=text] {
    padding-left: 23px;
    outline: none;
    border: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: var(--insta-text, #636363);
    font-weight: 400;
    background-color: var(--insta-white3, #f1f6f7);
    border-radius: 100px;
    transition: all 400ms ease;
}

.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
    color: var(--insta-black, #122f2a);
}

.sidebar__search button[type=submit] {
    padding: 0;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    border-radius: 50%;
    transition: all 400ms ease;
}

.sidebar__search button[type=submit] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__search button[type=submit]:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-black, #122f2a);
}

.sidebar__categories-wrapper {
    margin-top: 50px !important;
    padding-bottom: 37px;
}

@media (max-width: 767px) {
    .sidebar__categories-wrapper {
        margin-top: 40px !important;
    }
}

@media (max-width: 375px) {
    .sidebar__categories-wrapper {
        padding-bottom: 29px;
    }
}

.sidebar__categories {
    margin: 0;
}

.sidebar__categories-title {
    margin-bottom: 28px;
}

.sidebar__categories-title::after {
    width: 67px;
}

.sidebar__categories li:not(:last-child) {
    margin-bottom: 9.41px;
}

.sidebar__categories li a {
    position: relative;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 17px;
    color: var(--insta-text, #636363);
    text-transform: capitalize;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
}

.sidebar__categories li a:hover {
    color: var(--insta-base, #1e235c);
}

.sidebar__categories li a span {
    color: inherit;
}

.sidebar__categories__text {
    display: flex;
    align-items: center;
    gap: 11px;
}

.sidebar__categories__icon {
    display: inline-flex;
    font-size: 15px;
    overflow: hidden;
}

.sidebar__categories__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__categories a:hover .sidebar__categories__icon>* {
    animation: slideLeft 400ms;
}

.sidebar__tags-wrapper {
    padding-bottom: 43px;
}

@media (max-width: 375px) {
    .sidebar__tags-wrapper {
        padding-bottom: 35px;
    }
}

.sidebar__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.sidebar__tags a {
    padding: 2.52px 21px;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 16px;
    color: var(--insta-black, #122f2a);
    line-height: 1.437;
    text-transform: capitalize;
    font-weight: 400;
    background-color: var(--insta-white, #ffffff);
    border: 1px solid var(--insta-white4, #d7d7d7);
    transition: all 500ms ease;
}

.sidebar__tags a:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border-color: var(--insta-base, #1e235c);
}

.sidebar__posts-wrapper {
    padding-bottom: 43px;
}

@media (max-width: 375px) {
    .sidebar__posts-wrapper {
        padding-bottom: 35px;
    }
}

.sidebar__posts {
    margin: 0;
}

.sidebar__posts-title::after {
    width: 77px;
}

.sidebar__posts__item {
    display: flex;
    gap: 20px 15px;
}

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

.sidebar__posts__item:not(:last-of-type) {
    margin-bottom: 30px;
}

.sidebar__posts__image {
    width: 94px;
    flex-shrink: 0;
}

.sidebar__posts__image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.sidebar__posts__content {
    margin-top: 7px;
    width: calc(100% - 94px);
}

@media (max-width: 375px) {
    .sidebar__posts__content {
        margin: 0;
        width: 100%;
    }
}

.sidebar__posts__meta {
    display: flex;
    gap: 11px;
    margin-bottom: 7px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.sidebar__posts__meta__icon {
    display: inline-flex;
    font-size: 12px;
}

.sidebar__posts__meta__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.sidebar__posts__title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.352;
}

.sidebar__posts__title:hover {
    color: var(--insta-base, #1e235c);
}

.sidebar__posts__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__posts__title a:hover {
    background-size: 100% 1px;
}

.sidebar__call {
    position: relative;
    padding: 328px 17px 22px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sidebar__call::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 30%, RGBA(var(--insta-base-rgb, 3, 101, 211), 0.77)) 70%;
    border-radius: inherit;
}

.sidebar__call__logo {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 23px;
    right: 18px;
    max-height: 50px;
    z-index: 1;
}

.sidebar__call__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: var(--insta-black5, #0f3667);
    border-radius: 43px;
    z-index: 1;
}

@media (max-width: 390px) {
    .sidebar__call__inner {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
    }
}

.sidebar__call__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: inherit;
}

.sidebar__call__icon {
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 42px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: 43px;
}

.sidebar__call__content {
    position: relative;
    z-index: 1;
}

.sidebar__call__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.4;
}

.sidebar__call__number {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-white, #ffffff);
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.sidebar__call__number:hover {
    background-size: 100% 1px;
}

.sidebar__call__number:hover {
    color: var(--insta-red);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

.google-map {
    position: relative;
}

.google-map iframe {
    position: relative;
    display: block;
    border: none;
    height: 433px;
    width: 100%;
}

.google-map__contact {
    overflow: hidden;
    background-color: var(--insta-white, #ffffff);
    mix-blend-mode: luminosity;
}

.contact-map {
    position: relative;
    background-color: var(--insta-white, #ffffff);
}

.contact-map--home .google-map iframe {
    height: 443px;
}

.contact-map .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/

.client-carousel {
    position: relative;
    padding-top: 85px;
    padding-bottom: 85px;
    background-color: var(--insta-white, #ffffff);
}

.client-carousel--about::after {
    display: block !important;
}

.client-carousel--border-full::before,
.client-carousel--border-full::after {
    width: 100% !important;
}

@media (max-width: 991px) {
    .client-carousel {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .client-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.client-carousel::before,
.client-carousel::after {
    content: "";
    width: calc(100% - 28px);
    height: 1px;
    background-color: var(--insta-border-color, #dddddd);
    position: absolute;
    right: 0;
}

.client-carousel::before {
    top: 0;
}

.client-carousel::after {
    bottom: 0;
    display: none;
}

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

.client-carousel__carousel {
    position: relative;
}

.client-carousel__carousel .owl-stage {
    display: flex;
    align-items: center;
}

.client-carousel__item {
    position: relative;
    padding: 26px 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .client-carousel__item {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .client-carousel__item {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

.client-carousel__item img {
    max-width: 100%;
    width: auto !important;
}

.client-carousel__image {
    margin: auto;
}

.client-carousel__hover {
    padding: 26px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--insta-black5, #0f3667);
    border-radius: 38px;
    transition: opacity 300ms ease;
}

@media (max-width: 767px) {
    .client-carousel__hover {
        padding: 25px;
    }
}

.client-carousel__item:hover .client-carousel__hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.main-footer {
    position: relative;
    background-color: var(--insta-base);
}

.main-footer .girl-with-laptop {
    position: absolute;
    right: 30px;
    top: -176px;
    width: 225px;
    z-index: 4;
}

.main-footer .rocket-img {
    position: absolute;
    left: 30px;
    top: -100px;
    max-width: 225px;
    z-index: 4;
    animation: shakeleft 1.5s linear infinite alternate;
}

@keyframes shakeleft {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-35px);
    }
}

.svg-anm {
    width: 100%;
    position: absolute;
    top: -1rem;
    z-index: 2;
    left: 1;
    overflow: hidden;
}

.svg-anm svg {
    width: 150%;
    margin-left: -16%;
    height: 6rem;
    animation: shaking 16s linear infinite;
}

@keyframes shaking {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-10%);
    }
    50% {
        transform: translateX(0%);
    }
    75% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(0%);
    }
}

.elementor-shape-fill {
    fill: white;
}

footer svg:not(:root) {
    overflow: hidden;
}

.main-footer--home-2 .main-footer__top {
    padding-top: 50px;
}

.main-footer--home-2 .main-footer__shape-one {
    top: -165px;
}

.main-footer__top {
    padding-top: 215px;
    padding-bottom: 12px !important;
    position: relative;
    overflow: hidden;
}

.main-footer__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-footer__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--insta-black5-rgb, 15, 54, 103), 0.94);
}

.main-footer .container {
    position: relative;
    z-index: 2;
}

.main-footer__bottom {
    text-align: center;
    background-color: var(--insta-red);
}

.main-footer__bottom__inner {
    padding: 13.5px 0;
    text-align: center;
}

.main-footer__copyright {
    margin: 0;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    color: var(--insta-white, #ffffff);
}

.main-footer__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-footer__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
    .main-footer__shape-one {
        max-width: 500px;
    }
}

@media (max-width: 1399px) {
    .main-footer__shape-one {
        max-width: 400px;
    }
}

.main-footer__shape-two {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 1;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1599px) {
    .main-footer__shape-two {
        max-width: 250px;
    }
}

.footer-widget--gallery .footer-widget__title {
    margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-widget--gallery .footer-widget__title {
        margin-bottom: 21px;
    }
}

@media (max-width: 767px) {
    .footer-widget--gallery .footer-widget__title {
        margin-bottom: 21px;
    }
    .main-footer .girl-with-laptop {
        right: 5px;
        top: -75px;
        width: 100px;
    }
    .main-footer .rocket-img {
        left: 30px;
        top: -60px;
        max-width: 100px;
    }
}

.footer-widget__title {
    position: relative;
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    font-weight: 700;
    line-height: 1.409;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer-widget__title::after {
    content: "";
    width: 35px;
    height: 2px;
    background-color: var(--insta-red);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.footer-widget__title img {
    max-height: 30px;
}

.footer-widget__logo {
    display: inline-flex;
    margin-bottom: 37px;
}

.footer-widget__about {
    margin-bottom: 24px;
    padding-right: 52px;
    color: var(--insta-white, #ffffff);
    font-weight: 400;
    line-height: 1.8125;
}

.cstm-width-widget {
    width: 20%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-widget__about {
        padding-right: 15px;
    }
    .cstm-width-widget {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .footer-widget__about {
        padding-right: 0;
    }
    .cstm-width-widget {
        width: 50%;
    }
}

.ft-line-dot {
    margin-top: 50px;
    width: 100%;
    border-top: 1.6px dotted white;
}

.footer-widget .social-links a {
    width: 40px;
    height: 40px;
}

.footer-widget__links {
    margin: 0;
    max-height: 228px;
    overflow-y: auto;
    scrollbar-width: thin;
    /*margin-right: 21px;*/
}

.footer-widget__links li+li {
    margin-top: 13px;
}

.footer-widget__links li {
    font-size: 13px;
    color: var(--insta-white, #ffffff);
    font-weight: 400;
    line-height: 1.75;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .footer-widget__links li {
        font-size: 11px;
    }
}

.footer-widget__links li a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.footer-widget__links li a:hover {
    background-size: 100% 1px;
}

.footer-widget__links li a:hover {
    color: var(--insta-red);
}

.footer-widget__info {
    margin: 0;
}

/* .footer-widget__info li + li {
  margin-top: 16px;
} */

.footer-widget__info li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: var(--insta-white, #ffffff);
    font-weight: 400;
    line-height: 1.75;
}

.footer-widget__info li a {
    display: inline-block;
    color: inherit;
}

.footer-widget__info li a:hover {
    color: var(--insta-red);
}

.footer-widget__info__icon {
    position: relative;
    top: 5px;
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-white, #ffffff);
}

.footer-widget__info__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.footer-widget__gallery__link {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
}

.footer-widget__gallery__link img {
    max-width: 100%;
    border-radius: inherit;
}

@media (max-width: 1199px) {
    .footer-widget__gallery__link img {
        width: 100%;
        display: block;
    }
}

.footer-widget__gallery__overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    font-size: 23px;
    color: var(--insta-white, #ffffff);
    border-radius: inherit;
    background-color: rgba(var(--insta-base-rgb, 3, 101, 211), 0.8);
    transition: all 500ms ease;
}

.footer-widget__gallery__overlay svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.footer-widget__gallery__link:hover .footer-widget__gallery__overlay {
    height: 100%;
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/

.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--insta-base, #1e235c);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--insta-base, #1e235c);
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--insta-base, #1e235c);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes shapeMover {
    0%,
    100% {
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }
    50% {
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(15px);
        transform: rotate(5deg) translateX(15px);
    }
    50% {
        -webkit-transform: rotate(10deg) translateX(30px);
        transform: rotate(10deg) translateX(30px);
    }
}

@keyframes leafMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }
    25%,
    75% {
        transform: rotate(-2deg) translateX(5px);
    }
    50% {
        transform: rotate(-4deg) translateX(10px);
    }
}

@keyframes messageMove {
    0%,
    100% {
        transform: translateX(0);
    }
    25%,
    75% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px);
    }
}

@keyframes textRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shapeRotate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0);
    }
}

@keyframes flowerRotate {
    0%,
    100% {
        transform: rotate(0deg);
    }
    25%,
    75% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
}

@keyframes zump {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zumpBottom {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1.15);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes moveHorizontal2 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    50% {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes smartMove {
    0% {
        width: 0;
    }
    15% {
        width: 100%;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 100%;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove2 {
    0% {
        width: 0;
    }
    15% {
        width: 126px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 126px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes smartMove3 {
    0% {
        width: 0;
    }
    15% {
        width: 173px;
    }
    85% {
        opacity: 1;
    }
    90% {
        width: 173px;
        opacity: 0;
    }
    100% {
        width: 0;
        opacity: 0;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
        transform: translateY(10px) translateX(10px) rotate(5deg);
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
}

@keyframes rectMove {
    0%,
    50%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25%,
    75% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes moveBackground {
    0% {
        background-position: -1920px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes moveBackgroundY {
    0% {
        background-position: 100% 1920px;
    }
    100% {
        background-position: 100% 0;
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideLeft {
    49% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes animatedCircle {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/

.slider-image {
    width: auto !important;
    display: inline-block !important;
    max-width: 100%;
    height: auto;
}

.main-slider-one {
    position: relative;
    background-color: var(--insta-white, #ffffff);
    overflow: hidden;
    z-index: 1;
}

.main-slider-one__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

@media (min-width: 1200px) {
    .main-slider-one__carousel.owl-carousel .owl-dots {
        top: 50%;
        left: 34px;
        transform: translateY(-50%) translateX(0%);
        flex-direction: column;
    }
}

@media (min-width: 1600px) {
    .main-slider-one__carousel.owl-carousel .owl-dots {
        left: 38px;
    }
}

@media (min-width: 1800px) {
    .main-slider-one__carousel.owl-carousel .owl-dots {
        left: 73px;
    }
}

.main-slider-one__item {
    position: relative;
    padding-top: 216px;
    padding-bottom: 176px;
    background-color: var(--insta-white2, #ecf2f2);
}

@media (max-width: 1399px) {
    .main-slider-one__item {
        padding-bottom: 200px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__item {
        padding-bottom: 250px;
    }
}

@media (max-width: 575px) {
    .main-slider-one__item {
        padding-top: 200px;
        padding-bottom: 270px;
    }
}

.main-slider-one__image-left {
    width: 665px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0.1;
}

.main-slider-one__image-right {
    width: 1016px;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1799px) {
    .main-slider-one__image-right {
        width: 830px;
    }
}

@media (max-width: 1599px) {
    .main-slider-one__image-right {
        width: 720px;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__image-right {
        width: 600px;
    }
}

@media (max-width: 1199px) {
    .main-slider-one__image-right {
        display: none;
    }
}

.main-slider-one__image-right::before {
    content: "";
    width: 11px;
    height: 107px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: var(--insta-base, #1e235c);
    transform: rotate(-13deg) skewY(13deg);
}

@media (max-width: 1799px) {
    .main-slider-one__image-right::before {
        left: -1px;
        transform: rotate(-11deg) skewY(13deg);
    }
}

@media (max-width: 1599px) {
    .main-slider-one__image-right::before {
        left: -2px;
        transform: rotate(-10deg) skewY(13deg);
    }
}

@media (max-width: 1399px) {
    .main-slider-one__image-right::before {
        left: -3px;
        transform: rotate(-8deg) skewY(13deg);
    }
}

.main-slider-one__image-right__inner {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
    overflow: hidden;
    z-index: 1;
}

.main-slider-one__image-right__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 17% 100%);
    transition: transform 7000ms ease;
}

.main-slider-one__image-right__image {
    position: absolute;
    top: 90px;
    left: -50px;
    display: inline-block !important;
    width: 164px !important;
    height: 164px;
    border-radius: 50%;
    border: 10px solid var(--insta-white, #ffffff);
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}

.main-slider-one__experience {
    padding: 15px 57px 18px;
    position: relative;
    position: absolute;
    left: -185px;
    bottom: 59px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 44px 0 0 44px;
    clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}

@media (max-width: 1799px) {
    .main-slider-one__experience {
        left: -222px;
        padding-right: 70px;
    }
}

@media (max-width: 1599px) {
    .main-slider-one__experience {
        left: -239px;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__experience {
        left: -258px;
    }
}

.main-slider-one__experience::after {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-radius: inherit;
    background-image: url(../images/shapes/main-slider-shape-1-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

@media (max-width: 1799px) {
    .main-slider-one__experience::after {
        width: calc(100% - 35px);
    }
}

.main-slider-one__experience__title {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.5;
}

.main-slider-one__experience__title span {
    font-size: 29px;
}

.main-slider-one .container {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .main-slider-one .container {
        max-width: 1559px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .main-slider-one .container {
        max-width: 1619px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

.main-slider-one__content {
    position: relative;
    z-index: 2;
}

.main-slider-one__content__shape-one {
    position: absolute;
    top: -39px;
    left: 218px;
    z-index: -1;
    opacity: 0;
    transition: all 1200ms ease;
    animation: treeMove 6s ease infinite;
}

.main-slider-one__top {
    overflow: hidden;
}

.main-slider-one__top__inner {
    margin-bottom: 17px;
    padding: 7px 25px 5px;
    display: inline-flex;
    gap: 15px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 30px;
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one__top__box {
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--insta-base, #1e235c);
}

.main-slider-one__top__box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent var(--insta-base, #1e235c);
}

.main-slider-one__top__box__inner {
    width: 10px;
    height: 10px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-white, #ffffff);
}

.main-slider-one__top__box__inner::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-black5, #0f3667);
}

.main-slider-one__tagline {
    margin: 0;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 18px;
    color: var(--insta-base, #1e235c);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3;
}

.main-slider-one__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.25;
}

@media (max-width: 1599px) {
    .main-slider-one__title {
        font-size: 51px;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__title {
        font-size: 45px;
    }
}

@media (min-width: 1099px) and (max-width: 1299px) {
    .main-slider-one__title {
        font-size: 43px;
    }
}

@media (max-width: 767px) {
    .main-slider-one__title {
        font-size: 43px;
    }
}

@media (max-width: 575px) {
    .main-slider-one__title {
        font-size: 40px;
    }
}

@media (max-width: 430px) {
    .main-slider-one__title {
        font-size: 35px;
    }
}

.main-slider-one__title__text {
    display: inline-block;
    position: relative;
    color: var(--insta-base, #1e235c);
    font-weight: 400;
}

.main-slider-one__title__text::after {
    content: "";
    width: 128px;
    height: 4px;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: 94%;
    right: 33px;
}

@media (max-width: 1599px) {
    .main-slider-one__title__text::after {
        width: 115px;
        right: 30px;
    }
}

@media (max-width: 1399px) {
    .main-slider-one__title__text::after {
        width: 95px;
        height: 3px;
        right: 25px;
    }
}

@media (max-width: 575px) {
    .main-slider-one__title__text::after {
        width: 85px;
        right: 22px;
    }
}

@media (max-width: 430px) {
    .main-slider-one__title__text::after {
        width: 74px;
        right: 20px;
    }
}

.main-slider-one__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(200px);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-one__title__inner::before,
.main-slider-one__title__inner::after {
    content: "";
    position: absolute;
    width: calc(50% + 2px);
    height: 100%;
    background-color: var(--insta-base, #1e235c);
    z-index: 2;
    transition: all 1000ms ease;
}

.main-slider-one__title__inner::before {
    top: 0;
    right: 0;
}

.main-slider-one__title__inner::after {
    top: 0;
    left: 0;
}

.main-slider-one__description {
    margin-bottom: 31px;
    padding-right: 115px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-slider-one__description {
        padding-right: 0px;
    }
}

.main-slider-one__text {
    margin-bottom: 0;
    font-size: 17px;
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

@media (max-width: 767px) {
    .main-slider-one__text {
        font-size: 16px;
    }
}

.main-slider-one__button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 31px;
}

.main-slider-one__button__inner {
    overflow: hidden;
}

.main-slider-one__btn-1,
.main-slider-one__btn-2 {
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-one .video-btn {
    width: 58px;
    height: 58px;
    font-size: 25px;
    color: var(--insta-black6, #232323);
    background-color: RGBA(var(--insta-white-rgb, 255, 255, 255), 0.47);
}

.main-slider-one .video-btn::after {
    content: "";
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
    z-index: -1;
}

.main-slider-one .video-btn__ripple::before,
.main-slider-one .video-btn__ripple::after {
    animation: none;
}

.main-slider-one__shape-box {
    width: 58px;
    height: 58px;
    position: relative;
    position: absolute;
    left: 49px;
    bottom: 71px;
    border-radius: 50%;
    border: 9px solid var(--insta-base, #1e235c);
    opacity: 0;
    transition: all 1200ms ease;
    animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
    .main-slider-one__shape-box {
        width: 50px;
        height: 50px;
        left: 30px;
        bottom: 150px;
    }
}

.main-slider-one__shape-box::after {
    content: "";
    width: calc(100% + 13px);
    height: calc(100% + 13px);
    position: absolute;
    top: 25px;
    right: -27px;
    border: 3px solid RGBA(var(--insta-base-rgb, 3, 101, 211), 0.2);
    border-radius: inherit;
}

@media (max-width: 575px) {
    .main-slider-one__shape-box::after {
        top: 15px;
        right: -20px;
    }
}

.main-slider-one__shape-one {
    position: absolute;
    top: 57px;
    left: 36%;
    opacity: 0;
    transition: all 1200ms ease;
    animation: textRotate 5s infinite linear;
}

.main-slider-one .active .main-slider-one__top__inner,
.main-slider-one .active .main-slider-one__title__inner,
.main-slider-one .active .main-slider-one__text,
.main-slider-one .active .main-slider-one__btn-1,
.main-slider-one .active .main-slider-one__btn-2,
.main-slider-one .active .main-slider-one__image-right__image {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-one .active .main-slider-one__title__inner {
    transition-delay: 500ms;
}

.main-slider-one .active .main-slider-one__title__inner::before,
.main-slider-one .active .main-slider-one__title__inner::after {
    transition-delay: 2500ms;
}

.main-slider-one .active .main-slider-one__title__inner::before {
    top: 0;
    right: 105%;
}

.main-slider-one .active .main-slider-one__title__inner::after {
    top: 0;
    left: 105%;
}

.main-slider-one .active .main-slider-one__text {
    transition-delay: 800ms;
}

.main-slider-one .active .main-slider-one__btn-1 {
    transition-delay: 1100ms;
}

.main-slider-one .active .main-slider-one__btn-2 {
    transition-delay: 1300ms;
}

.main-slider-one .active .main-slider-one__image-right__bg {
    transform: scale(1.15);
}

.main-slider-one .active .main-slider-one__image-right__image {
    transition: transform 1000ms ease, opacity 1000ms ease;
}

.main-slider-one .active .main-slider-one__experience {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: transform 1000ms ease, opacity 1000ms ease;
}

.main-slider-one .active .main-slider-one__content__shape-one,
.main-slider-one .active .main-slider-one__shape-one,
.main-slider-one .active .main-slider-one__shape-box {
    opacity: 1;
    transition-delay: 700ms;
}

.main-slider-two {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*min-height: 550px;*/
}

.main-slider-two {
    min-height: 500px;
}

@media (max-width: 1399px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        margin-top: 0;
        position: absolute;
        left: 40%;
        bottom: 140px;
        transform: translateX(-50%);
    }
    .main-slider-two__carousel.owl-carousel .owl-nav button:hover {
        border-color: white !important;
    }
}

@media (max-width: 767px) {
    .main-slider-two__carousel.owl-carousel .owl-nav {
        bottom: 100px;
    }
    .main-slider-two {
        min-height: 200px;
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button {
    color: var(--insta-white, #ffffff);
    background-color: transparent;
    border: 1px solid var(--insta-white, #ffffff);
}

@media (min-width: 1400px) {
    .main-slider-two__carousel.owl-carousel .owl-nav button.owl-prev,
    .main-slider-two__carousel.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: calc(50% - 62px);
        transform: translateY(-50%);
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}

@media (min-width: 1600px) {
    .main-slider-two__carousel.owl-carousel .owl-nav button.owl-prev {
        left: 100px;
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

@media (min-width: 1600px) {
    .main-slider-two__carousel.owl-carousel .owl-nav button.owl-next {
        right: 100px;
    }
}

.main-slider-two__carousel.owl-carousel .owl-nav button:hover {
    border-color: var(--insta-base, #1e235c);
}

.main-slider-two__item {
    position: relative;
    padding-top: 132px;
    padding-bottom: 240px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-two__item {
        padding-bottom: 240px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__item {
        padding-bottom: 200px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__item {
        padding-top: 150px;
    }
}

.main-slider-two__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--insta-base);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 390.000000"><g transform="translate(0.000000,390.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2024 c0 -1776 1 -1878 18 -1890 34 -27 143 -72 222 -94 92 -25 171 -32 400 -37 228 -5 356 3 495 29 33 6 83 14 110 18 28 4 73 13 100 20 28 6 76 18 108 26 84 20 176 44 227 59 41 12 71 20 200 56 25 7 63 15 85 19 22 4 60 12 85 18 127 31 317 59 457 69 95 6 285 -15 368 -41 22 -7 67 -21 100 -31 33 -9 76 -23 95 -30 45 -16 121 -35 190 -48 36 -7 1041 -11 2898 -14 l2842 -3 0 1875 0 1875 -4500 0 -4500 0 0 -1876z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 390.000000"><g transform="translate(0.000000,390.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2024 c0 -1776 1 -1878 18 -1890 34 -27 143 -72 222 -94 92 -25 171 -32 400 -37 228 -5 356 3 495 29 33 6 83 14 110 18 28 4 73 13 100 20 28 6 76 18 108 26 84 20 176 44 227 59 41 12 71 20 200 56 25 7 63 15 85 19 22 4 60 12 85 18 127 31 317 59 457 69 95 6 285 -15 368 -41 22 -7 67 -21 100 -31 33 -9 76 -23 95 -30 45 -16 121 -35 190 -48 36 -7 1041 -11 2898 -14 l2842 -3 0 1875 0 1875 -4500 0 -4500 0 0 -1876z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.main-slider-two__image {
    width: 1162px;
    height: calc(100% - 33px);
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1799px) {
    .main-slider-two__image {
        width: 860px;
    }
}

@media (max-width: 1599px) {
    .main-slider-two__image {
        width: 860px;
    }
}

@media (max-width: 1399px) {
    .main-slider-two__image {
        width: 700px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__image {
        width: 550px;
    }
}

@media (max-width: 1000px) {
    .main-slider-two__image {
        display: none;
    }
}

#home_banner_mobile {
    display: none;
}

@media (max-width: 600px) {
    #home_banner_mobile {
        display: block;
    }
    #home_banner {
        display: none;
    }
}

.main-slider-two__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: var(--insta-white, #ffffff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 206.000000"><g transform="translate(0.000000,206.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M649 4047 c-245 -267 -203 -480 175 -882 270 -287 430 -513 509 -717 207 -536 -152 -1295 -1018 -2153 l-298 -295 2992 0 2991 0 0 2060 0 2060 -2642 0 -2643 0 -66 -73z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 206.000000"><g transform="translate(0.000000,206.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M649 4047 c-245 -267 -203 -480 175 -882 270 -287 430 -513 509 -717 207 -536 -152 -1295 -1018 -2153 l-298 -295 2992 0 2991 0 0 2060 0 2060 -2642 0 -2643 0 -66 -73z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.main-slider-two__image__bg {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 206.000000"><g transform="translate(0.000000,206.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M649 4047 c-245 -267 -203 -480 175 -882 270 -287 430 -513 509 -717 207 -536 -152 -1295 -1018 -2153 l-298 -295 2992 0 2991 0 0 2060 0 2060 -2642 0 -2643 0 -66 -73z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 206.000000"><g transform="translate(0.000000,206.000000) scale(0.050000,-0.050000)" stroke="none"> <path d="M649 4047 c-245 -267 -203 -480 175 -882 270 -287 430 -513 509 -717 207 -536 -152 -1295 -1018 -2153 l-298 -295 2992 0 2991 0 0 2060 0 2060 -2642 0 -2643 0 -66 -73z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.main-slider-two__image__bg__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 7000ms ease;
}

.main-slider-two__image__shape {
    position: absolute;
    right: -100%;
    bottom: -145px;
    opacity: 0;
    z-index: 1;
    animation: moveHorizontal 2s infinite linear;
}

.main-slider-two .container {
    position: relative;
    z-index: 2;
}

.main-slider-two__content {
    position: relative;
    z-index: 2;
}

@media (max-width: 1599px) {
    .main-slider-two__content {
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__content {
        padding-right: 0px;
        max-width: 490px;
    }
}

.main-slider-two__top {
    position: relative;
    display: table;
}

.main-slider-two__top__inner {
    overflow: hidden;
}

.main-slider-two__top__star {
    position: absolute;
    top: -61px;
    right: -80px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 126px;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
    line-height: 1;
    opacity: 0;
    transition: all 1400ms ease;
    animation: animatedStar 1500ms ease infinite;
}

@media (max-width: 430px) {
    .main-slider-two__top__star {
        top: -90px;
        right: 0;
    }
}

.main-slider-two__rating-box {
    opacity: 0;
    transform: translateY(-150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-two__rating {
    margin-bottom: 23px;
    padding-bottom: 4px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.main-slider-two__rating__list {
    position: relative;
    top: 2px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.main-slider-two__rating__list li {
    display: inline-flex;
    font-size: 18px;
    color: gold;
}

.main-slider-two__rating__list li svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-two__rating__text {
    margin: 0;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
    font-style: italic;
}

.main-slider-two__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 60px;
    color: var(--insta-white, #ffffff);
    line-height: 1.25;
}

@media (max-width: 1599px) {
    .main-slider-two__title {
        font-size: 54px;
    }
}

@media (max-width: 991px) {
    .main-slider-two__title {
        font-size: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-two__title {
        font-size: 32px;
    }
}

@media (max-width: 430px) {
    .main-slider-two__title {
        font-size: 30px;
    }
}

@media (max-width: 360px) {
    .main-slider-two__title {
        font-size: 26px;
    }
}

.main-slider-two__title__text {
    display: inline-block;
    position: relative;
    color: var(--insta-black5, #0f3667);
    font-weight: 500;
    text-shadow: 2px 2px 0 var(--insta-red), -2px -2px 0 var(--insta-red), 2px -2px 0 var(--insta-red), -2px 2px 0 var(--insta-red), 2px 2px 0 var(--insta-red);
    z-index: 1;
}

.main-slider-two__title__text::after {
    content: "";
    width: 194px;
    height: 13px;
    position: absolute;
    right: 0px;
    bottom: -3px;
    background-image: url(../images/shapes/main-slider-title-shape-2-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}

@media (max-width: 575px) {
    .main-slider-two__title__text::after {
        display: none;
    }
}

.main-slider-two__title__inner {
    padding-bottom: 2px;
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(-200px);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

@media (max-width: 575px) {
    .main-slider-two__title__inner {
        padding-bottom: 0;
    }
}

.main-slider-two__title__inner::before,
.main-slider-two__title__inner::after {
    content: "";
    position: absolute;
    width: calc(50% + 2px);
    height: 100%;
    background-color: var(--insta-white, #ffffff);
    z-index: 2;
    transition: all 1000ms ease;
}

.main-slider-two__title__inner::before {
    top: 0;
    right: 0;
}

.main-slider-two__title__inner::after {
    top: 0;
    left: 0;
}

.main-slider-two__description {
    margin-bottom: 31px;
    padding-right: 60px;
    overflow: hidden;
}

@media (max-width: 1599px) {
    .main-slider-two__description {
        padding-right: 0px;
    }
}

.main-slider-two__text {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    opacity: 0;
    transform: translateY(-150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

@media (max-width: 767px) {
    .main-slider-two__text {
        font-size: 16px;
    }
}

.main-slider-two__button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-slider-two__button__inner {
    overflow: hidden;
}

.main-slider-two__btn,
.main-slider-two__call {
    opacity: 0;
    transform: translateY(-150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-two__btn {
    color: var(--insta-black4, #0f3564);
    background-color: var(--insta-white, #ffffff);
}

.main-slider-two__btn::after {
    background-color: var(--insta-base, #1e235c);
}

.main-slider-two__btn .insta-btn__icon-box {
    background-color: var(--insta-red);
}

.main-slider-two__btn:hover {
    color: var(--insta-white, #ffffff);
}

.main-slider-two__btn:hover .insta-btn__icon-box {
    background-color: var(--insta-base);
}

.main-slider-two__call {
    display: flex;
    align-items: center;
    gap: 19px;
}

.main-slider-two__call__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-white, #ffffff);
    border-radius: 50%;
    font-size: 20px;
    color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

.main-slider-two__call__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-two__call:hover .main-slider-two__call__icon {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-red);
}

.main-slider-two__call__title {
    margin: 0;
    font-size: 17px;
    color: var(--insta-white, #ffffff);
}

.main-slider-two__call__number {
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.main-slider-two__call__number:hover {
    background-size: 100% 1px;
}

.main-slider-two__call__number:hover {
    color: var(--insta-red);
}

.main-slider-two__shape-one {
    position: absolute;
    left: -100%;
    bottom: 104px;
    opacity: 0;
    animation: moveHorizontal2 2s infinite linear;
}

.main-slider-two__shape-two {
    position: absolute;
    left: -100%;
    bottom: 194px;
    opacity: 0;
    animation: zump 2s infinite linear;
}

@media (max-width: 1799px) {
    .main-slider-two__shape-two {
        max-width: 180px !important;
    }
}

@media (max-width: 1599px) {
    .main-slider-two__shape-two {
        bottom: 100px;
    }
}

@media (max-width: 1599px) {
    .main-slider-two__shape-two {
        bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .main-slider-two__shape-two {
        bottom: 150px;
    }
}

@media (max-width: 767px) {
    .main-slider-two__shape-two {
        bottom: 40px;
        width: 100px !important;
    }
}

.main-slider-two .active .main-slider-two__image__bg__inner {
    transform: scale(1.10);
}

.main-slider-two .active .main-slider-two__rating-box,
.main-slider-two .active .main-slider-two__title__inner,
.main-slider-two .active .main-slider-two__text,
.main-slider-two .active .main-slider-two__btn,
.main-slider-two .active .main-slider-two__call {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-two .active .main-slider-two__top__star {
    opacity: 1;
    transition-delay: 1000ms;
}

.main-slider-two .active .main-slider-two__title__inner {
    transition-delay: 500ms;
}

.main-slider-two .active .main-slider-two__title__inner::before,
.main-slider-two .active .main-slider-two__title__inner::after {
    transition-delay: 1200ms;
}

.main-slider-two .active .main-slider-two__title__inner::before {
    top: 0;
    right: 105%;
}

.main-slider-two .active .main-slider-two__title__inner::after {
    top: 0;
    left: 105%;
}

.main-slider-two .active .main-slider-two__text {
    transition-delay: 800ms;
}

.main-slider-two .active .main-slider-two__btn {
    transition-delay: 1100ms;
}

.main-slider-two .active .main-slider-two__call {
    transition-delay: 1300ms;
}

.main-slider-two .active .main-slider-two__image__shape {
    right: 0;
    opacity: 1;
    transition: all 1500ms ease;
}

.main-slider-two .active .main-slider-two__shape-one,
.main-slider-two .active .main-slider-two__shape-two {
    left: 0;
    opacity: 1;
    transition: all 1500ms ease;
}

.main-slider-two .active .main-slider-two__shape-two {
    transition-delay: 300ms;
}

.main-slider-three {
    position: relative;
    background-color: var(--insta-white, #ffffff);
    z-index: 1;
}

.main-slider-three__carousel {
    position: relative;
}

.main-slider-three__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

@media (min-width: 1350px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        top: calc(50% + 20px);
        left: auto;
        right: 34px;
        transform: translateY(-50%) translateX(0%);
        flex-direction: column;
    }
}

@media (min-width: 1600px) {
    .main-slider-three__carousel.owl-carousel .owl-dots {
        right: 60px;
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
    border-color: var(--insta-white, #ffffff);
}

@media (max-width: 1349px) {
    .main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
        border-color: var(--insta-base, #1e235c);
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

@media (max-width: 1349px) {
    .main-slider-three__carousel.owl-carousel .owl-dots .owl-dot::after {
        background-color: var(--insta-white, #ffffff);
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--insta-white, #ffffff);
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 1349px) {
    .main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover,
    .main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active {
        border-color: var(--insta-base, #1e235c);
        background-color: var(--insta-base, #1e235c);
    }
}

.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover::after,
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active::after {
    transform: translate(-50%, -50%) scale(1);
}

.main-slider-three__item {
    position: relative;
    padding-top: 288px;
    padding-bottom: 248px;
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 1399px) {
    .main-slider-three__item {
        padding-bottom: 350px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__item {
        padding-bottom: 300px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__item {
        padding-top: 250px;
    }
}

@media (max-width: 390px) {
    .main-slider-three__item {
        padding-top: 230px;
    }
}

.main-slider-three__bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 31px);
    background-color: var(--insta-blue2, #0759b4);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 414.000000"><g transform="translate(0.000000,414.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2070 c0 -1139 2 -2070 4 -2070 2 0 39 17 82 39 110 54 208 99 321 148 21 9 47 20 57 26 11 5 31 13 45 17 14 5 51 18 81 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 69 25 85 30 17 5 46 14 65 21 19 6 51 17 70 24 19 7 62 20 95 30 33 10 80 23 105 31 25 7 72 19 105 28 33 8 80 20 105 27 25 7 63 15 85 19 22 4 60 12 85 18 110 27 342 65 535 88 200 24 710 23 890 -1 170 -22 356 -58 475 -91 141 -39 208 -56 458 -118 31 -8 84 -21 117 -30 98 -24 175 -42 260 -61 44 -9 103 -23 131 -31 28 -8 61 -14 74 -14 13 0 46 -6 74 -14 57 -16 145 -34 221 -46 28 -4 77 -13 110 -20 369 -73 837 -138 1255 -174 530 -46 1112 -48 1515 -5 55 6 136 14 180 19 104 10 320 46 425 72 25 6 63 14 85 18 22 3 56 11 75 17 19 6 62 19 95 28 33 9 74 21 90 27 17 5 44 14 60 18 36 10 109 37 133 49 19 9 63 29 140 63 l52 23 0 1887 0 1888 -4500 0 -4500 0 0 -2070z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 414.000000"><g transform="translate(0.000000,414.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2070 c0 -1139 2 -2070 4 -2070 2 0 39 17 82 39 110 54 208 99 321 148 21 9 47 20 57 26 11 5 31 13 45 17 14 5 51 18 81 30 30 12 66 25 80 30 14 5 50 18 80 30 30 12 69 25 85 30 17 5 46 14 65 21 19 6 51 17 70 24 19 7 62 20 95 30 33 10 80 23 105 31 25 7 72 19 105 28 33 8 80 20 105 27 25 7 63 15 85 19 22 4 60 12 85 18 110 27 342 65 535 88 200 24 710 23 890 -1 170 -22 356 -58 475 -91 141 -39 208 -56 458 -118 31 -8 84 -21 117 -30 98 -24 175 -42 260 -61 44 -9 103 -23 131 -31 28 -8 61 -14 74 -14 13 0 46 -6 74 -14 57 -16 145 -34 221 -46 28 -4 77 -13 110 -20 369 -73 837 -138 1255 -174 530 -46 1112 -48 1515 -5 55 6 136 14 180 19 104 10 320 46 425 72 25 6 63 14 85 18 22 3 56 11 75 17 19 6 62 19 95 28 33 9 74 21 90 27 17 5 44 14 60 18 36 10 109 37 133 49 19 9 63 29 140 63 l52 23 0 1887 0 1888 -4500 0 -4500 0 0 -2070z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 1;
}

.main-slider-three__bg-2 {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 31px);
    background: linear-gradient(0deg, var(--insta-black3, #19232b) 0%, var(--insta-base, #1e235c) 100%);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 414.000000"><g transform="translate(0.000000,414.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2069 c0 -1139 3 -2069 8 -2067 4 1 63 30 132 64 114 56 165 79 258 119 18 8 47 21 65 28 17 8 52 22 77 32 25 9 56 22 70 27 14 6 36 14 50 18 14 5 50 18 80 30 30 12 69 25 85 30 17 5 46 14 65 21 19 6 51 17 70 24 33 12 103 33 200 60 25 7 68 20 96 29 29 9 58 16 67 16 8 0 37 6 63 14 117 34 387 84 619 116 225 30 841 36 963 9 24 -5 80 -14 125 -19 112 -13 152 -21 372 -77 80 -20 160 -42 215 -59 25 -8 55 -14 68 -14 13 0 32 -5 43 -11 11 -6 41 -14 67 -19 51 -10 143 -31 207 -48 99 -26 577 -123 670 -136 17 -2 59 -9 95 -16 60 -10 103 -17 320 -51 41 -6 111 -15 155 -19 44 -4 123 -13 175 -19 357 -41 445 -45 930 -45 393 0 514 3 640 17 346 39 512 65 770 123 114 26 337 89 423 120 118 44 194 72 232 89 53 22 299 146 330 165 17 11 37 23 45 27 8 3 41 26 72 50 31 24 61 43 67 43 8 0 11 493 11 1700 l0 1700 -4500 0 -4500 0 0 -2071z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 414.000000"><g transform="translate(0.000000,414.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M0 2069 c0 -1139 3 -2069 8 -2067 4 1 63 30 132 64 114 56 165 79 258 119 18 8 47 21 65 28 17 8 52 22 77 32 25 9 56 22 70 27 14 6 36 14 50 18 14 5 50 18 80 30 30 12 69 25 85 30 17 5 46 14 65 21 19 6 51 17 70 24 33 12 103 33 200 60 25 7 68 20 96 29 29 9 58 16 67 16 8 0 37 6 63 14 117 34 387 84 619 116 225 30 841 36 963 9 24 -5 80 -14 125 -19 112 -13 152 -21 372 -77 80 -20 160 -42 215 -59 25 -8 55 -14 68 -14 13 0 32 -5 43 -11 11 -6 41 -14 67 -19 51 -10 143 -31 207 -48 99 -26 577 -123 670 -136 17 -2 59 -9 95 -16 60 -10 103 -17 320 -51 41 -6 111 -15 155 -19 44 -4 123 -13 175 -19 357 -41 445 -45 930 -45 393 0 514 3 640 17 346 39 512 65 770 123 114 26 337 89 423 120 118 44 194 72 232 89 53 22 299 146 330 165 17 11 37 23 45 27 8 3 41 26 72 50 31 24 61 43 67 43 8 0 11 493 11 1700 l0 1700 -4500 0 -4500 0 0 -2071z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    z-index: 2;
}

.main-slider-three__bg-2__image {
    position: absolute;
    right: 108px;
    bottom: -15px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
}

@media (max-width: 991px) {
    .main-slider-three__bg-2__image.slider-image {
        display: none !important;
    }
}

.main-slider-three__bg-3 {
    width: 1178px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: RGBA(var(--insta-blue2-rgb, 7, 89, 180), 0.53);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 696.000000"><g transform="translate(0.000000,696.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8965 6940 c-3 -11 -11 -20 -16 -20 -5 0 -22 -9 -37 -19 -44 -31 -326 -216 -336 -220 -4 -2 -37 -23 -72 -47 -35 -24 -66 -44 -69 -44 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -33 -20 -68 -43 -35 -24 -68 -46 -73 -48 -10 -4 -235 -151 -383 -250 -40 -27 -75 -49 -77 -49 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -115 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -32 -20 -67 -43 -35 -24 -68 -46 -73 -48 -6 -2 -50 -31 -100 -63 -49 -33 -139 -92 -200 -131 -60 -40 -150 -99 -200 -131 -49 -32 -94 -61 -100 -63 -5 -2 -38 -24 -73 -48 -35 -23 -65 -43 -67 -43 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -115 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -4 0 -141 -89 -294 -191 -40 -27 -74 -49 -76 -49 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -71 -45 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -114 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -116 -75 -62 -41 -113 -75 -115 -75 -2 0 -53 -34 -115 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -8 0 -124 -81 -136 -95 -10 -12 -10 -16 1 -19 15 -4 109 -29 199 -53 124 -33 167 -45 211 -59 26 -8 54 -14 64 -14 10 0 38 -7 64 -15 25 -8 74 -21 109 -30 153 -37 190 -47 232 -61 25 -8 54 -14 65 -14 11 0 40 -6 65 -14 45 -14 113 -31 180 -46 34 -7 71 -16 190 -45 30 -8 87 -21 125 -30 39 -9 95 -22 125 -30 30 -7 91 -21 135 -30 44 -9 105 -23 135 -30 30 -7 91 -21 135 -30 143 -30 209 -44 260 -56 28 -7 70 -15 95 -19 25 -4 65 -12 90 -18 51 -12 154 -33 280 -57 47 -9 117 -22 155 -30 39 -8 106 -21 150 -29 44 -8 109 -20 145 -27 36 -7 88 -15 115 -19 55 -7 142 -23 250 -46 39 -8 81 -14 95 -14 14 0 61 -6 105 -14 44 -8 119 -22 166 -30 48 -9 100 -16 115 -16 16 0 65 -6 109 -15 44 -8 133 -21 198 -30 64 -8 168 -22 230 -30 340 -45 795 -92 1017 -106 85 -5 162 -12 169 -15 67 -24 1522 -41 1881 -21 304 16 746 70 927 113 34 7 71 14 84 14 21 0 84 16 179 45 25 8 64 17 88 21 l42 7 0 3373 c0 2922 -2 3374 -14 3374 -8 0 -18 -9 -21 -20z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 696.000000"><g transform="translate(0.000000,696.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M8965 6940 c-3 -11 -11 -20 -16 -20 -5 0 -22 -9 -37 -19 -44 -31 -326 -216 -336 -220 -4 -2 -37 -23 -72 -47 -35 -24 -66 -44 -69 -44 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -33 -20 -68 -43 -35 -24 -68 -46 -73 -48 -10 -4 -235 -151 -383 -250 -40 -27 -75 -49 -77 -49 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -115 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -32 -20 -67 -43 -35 -24 -68 -46 -73 -48 -6 -2 -50 -31 -100 -63 -49 -33 -139 -92 -200 -131 -60 -40 -150 -99 -200 -131 -49 -32 -94 -61 -100 -63 -5 -2 -38 -24 -73 -48 -35 -23 -65 -43 -67 -43 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -115 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -4 0 -141 -89 -294 -191 -40 -27 -74 -49 -76 -49 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -71 -45 -3 0 -34 -20 -71 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -114 -75 -62 -41 -113 -75 -115 -75 -2 0 -54 -34 -116 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -3 0 -34 -20 -70 -45 -37 -25 -68 -45 -70 -45 -2 0 -54 -34 -116 -75 -62 -41 -113 -75 -115 -75 -2 0 -53 -34 -115 -75 -62 -41 -114 -75 -116 -75 -2 0 -33 -20 -70 -45 -36 -25 -67 -45 -69 -45 -1 0 -53 -34 -115 -75 -62 -41 -114 -75 -115 -75 -2 0 -33 -20 -69 -45 -37 -25 -68 -45 -70 -45 -8 0 -124 -81 -136 -95 -10 -12 -10 -16 1 -19 15 -4 109 -29 199 -53 124 -33 167 -45 211 -59 26 -8 54 -14 64 -14 10 0 38 -7 64 -15 25 -8 74 -21 109 -30 153 -37 190 -47 232 -61 25 -8 54 -14 65 -14 11 0 40 -6 65 -14 45 -14 113 -31 180 -46 34 -7 71 -16 190 -45 30 -8 87 -21 125 -30 39 -9 95 -22 125 -30 30 -7 91 -21 135 -30 44 -9 105 -23 135 -30 30 -7 91 -21 135 -30 143 -30 209 -44 260 -56 28 -7 70 -15 95 -19 25 -4 65 -12 90 -18 51 -12 154 -33 280 -57 47 -9 117 -22 155 -30 39 -8 106 -21 150 -29 44 -8 109 -20 145 -27 36 -7 88 -15 115 -19 55 -7 142 -23 250 -46 39 -8 81 -14 95 -14 14 0 61 -6 105 -14 44 -8 119 -22 166 -30 48 -9 100 -16 115 -16 16 0 65 -6 109 -15 44 -8 133 -21 198 -30 64 -8 168 -22 230 -30 340 -45 795 -92 1017 -106 85 -5 162 -12 169 -15 67 -24 1522 -41 1881 -21 304 16 746 70 927 113 34 7 71 14 84 14 21 0 84 16 179 45 25 8 64 17 88 21 l42 7 0 3373 c0 2922 -2 3374 -14 3374 -8 0 -18 -9 -21 -20z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: 1;
}

@media (max-width: 1599px) {
    .main-slider-three__bg-3 {
        display: none;
    }
}

.main-slider-three .container {
    position: relative;
    z-index: 4;
}

@media (max-width: 1199px) {
    .main-slider-three__row {
        flex-direction: column-reverse;
    }
}

.main-slider-three__image {
    position: relative;
    position: absolute;
    left: -48px;
    bottom: -200px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1;
}

@media (max-width: 1599px) {
    .main-slider-three__image {
        left: -30px;
    }
}

@media (max-width: 1399px) {
    .main-slider-three__image {
        left: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .main-slider-three__image {
        left: 75px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__image {
        margin-left: 66px;
        display: table;
        position: relative;
        left: 0;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .main-slider-three__image {
        margin-left: 25px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__image {
        margin-left: 0;
    }
}

.main-slider-three__image::before {
    content: "";
    width: 536px;
    height: 539px;
    background-image: url(../images/shapes/main-slider-shape-3-5.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    left: 44%;
    bottom: 19px;
    transform: translateX(-50%);
    z-index: 1;
}

@media (max-width: 767px) {
    .main-slider-three__image::before {
        width: 500px;
        height: 500px;
        left: 48%;
    }
}

@media (max-width: 575px) {
    .main-slider-three__image::before {
        display: none;
    }
}

.main-slider-three__image::after {
    content: "";
    width: 551px;
    height: 553px;
    position: absolute;
    left: 44%;
    bottom: 14px;
    transform: translateX(-50%);
    background-color: var(--insta-white, #ffffff);
    z-index: 2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 903.000000"><g transform="translate(0.000000,903.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4165 9015 c-7 -9 -35 -16 -80 -20 -106 -9 -317 -51 -470 -96 -38 -11 -83 -24 -100 -29 -29 -8 -64 -20 -135 -45 -169 -61 -487 -214 -633 -303 -37 -23 -69 -42 -72 -42 -5 0 -187 -123 -305 -206 -538 -380 -1234 -1112 -1657 -1744 -113 -168 -165 -250 -179 -280 -4 -8 -17 -31 -29 -50 -74 -120 -196 -365 -254 -510 -23 -56 -36 -86 -65 -153 -9 -21 -16 -44 -16 -52 0 -8 -6 -29 -14 -47 -18 -45 -49 -149 -90 -313 -17 -68 -40 -202 -56 -320 -13 -104 -13 -565 1 -674 16 -134 49 -295 93 -451 25 -93 66 -207 131 -365 38 -92 135 -292 173 -355 12 -19 28 -48 37 -65 35 -69 215 -338 300 -449 196 -257 333 -412 600 -680 208 -209 437 -418 601 -550 28 -23 95 -77 150 -121 154 -125 285 -222 457 -339 136 -91 370 -237 417 -259 8 -4 42 -22 75 -40 89 -50 192 -102 260 -132 33 -15 78 -35 100 -45 22 -10 76 -32 120 -50 44 -17 95 -38 113 -46 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 31 -13 54 -20 193 -59 28 -8 86 -22 130 -32 44 -9 100 -22 125 -27 91 -21 202 -29 470 -35 279 -5 387 1 555 33 163 31 255 55 390 101 39 14 79 27 90 30 11 2 34 11 50 18 17 7 50 21 75 31 43 16 343 162 385 187 11 7 43 25 70 41 197 115 520 351 724 531 156 138 585 578 697 715 16 19 31 37 34 40 4 3 37 43 75 90 38 47 72 87 76 90 27 24 340 458 406 566 7 10 30 48 53 84 57 90 56 89 89 146 149 263 245 463 331 694 18 47 38 101 45 120 70 187 154 549 171 743 4 45 11 70 20 74 21 8 21 591 -1 607 -10 7 -18 43 -24 106 -10 104 -25 187 -47 266 -8 28 -14 59 -14 70 0 10 -6 36 -14 59 -7 22 -21 67 -31 100 -24 81 -50 159 -75 225 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -23 46 -37 79 -35 78 -126 260 -154 305 -11 19 -24 42 -28 50 -3 8 -18 33 -32 55 -38 59 -49 78 -58 95 -7 16 -53 83 -153 225 -312 445 -842 973 -1387 1383 -125 94 -291 212 -298 212 -2 0 -32 19 -67 43 -231 158 -597 346 -883 454 -93 36 -115 43 -210 71 -243 72 -441 114 -598 128 -45 4 -70 10 -74 20 -8 21 -574 21 -588 -1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 903.000000"><g transform="translate(0.000000,903.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4165 9015 c-7 -9 -35 -16 -80 -20 -106 -9 -317 -51 -470 -96 -38 -11 -83 -24 -100 -29 -29 -8 -64 -20 -135 -45 -169 -61 -487 -214 -633 -303 -37 -23 -69 -42 -72 -42 -5 0 -187 -123 -305 -206 -538 -380 -1234 -1112 -1657 -1744 -113 -168 -165 -250 -179 -280 -4 -8 -17 -31 -29 -50 -74 -120 -196 -365 -254 -510 -23 -56 -36 -86 -65 -153 -9 -21 -16 -44 -16 -52 0 -8 -6 -29 -14 -47 -18 -45 -49 -149 -90 -313 -17 -68 -40 -202 -56 -320 -13 -104 -13 -565 1 -674 16 -134 49 -295 93 -451 25 -93 66 -207 131 -365 38 -92 135 -292 173 -355 12 -19 28 -48 37 -65 35 -69 215 -338 300 -449 196 -257 333 -412 600 -680 208 -209 437 -418 601 -550 28 -23 95 -77 150 -121 154 -125 285 -222 457 -339 136 -91 370 -237 417 -259 8 -4 42 -22 75 -40 89 -50 192 -102 260 -132 33 -15 78 -35 100 -45 22 -10 76 -32 120 -50 44 -17 95 -38 113 -46 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 31 -13 54 -20 193 -59 28 -8 86 -22 130 -32 44 -9 100 -22 125 -27 91 -21 202 -29 470 -35 279 -5 387 1 555 33 163 31 255 55 390 101 39 14 79 27 90 30 11 2 34 11 50 18 17 7 50 21 75 31 43 16 343 162 385 187 11 7 43 25 70 41 197 115 520 351 724 531 156 138 585 578 697 715 16 19 31 37 34 40 4 3 37 43 75 90 38 47 72 87 76 90 27 24 340 458 406 566 7 10 30 48 53 84 57 90 56 89 89 146 149 263 245 463 331 694 18 47 38 101 45 120 70 187 154 549 171 743 4 45 11 70 20 74 21 8 21 591 -1 607 -10 7 -18 43 -24 106 -10 104 -25 187 -47 266 -8 28 -14 59 -14 70 0 10 -6 36 -14 59 -7 22 -21 67 -31 100 -24 81 -50 159 -75 225 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -23 46 -37 79 -35 78 -126 260 -154 305 -11 19 -24 42 -28 50 -3 8 -18 33 -32 55 -38 59 -49 78 -58 95 -7 16 -53 83 -153 225 -312 445 -842 973 -1387 1383 -125 94 -291 212 -298 212 -2 0 -32 19 -67 43 -231 158 -597 346 -883 454 -93 36 -115 43 -210 71 -243 72 -441 114 -598 128 -45 4 -70 10 -74 20 -8 21 -574 21 -588 -1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (max-width: 767px) {
    .main-slider-three__image::after {
        width: 510px;
        height: 515px;
        left: 48%;
    }
}

@media (max-width: 575px) {
    .main-slider-three__image::after {
        display: none;
    }
}

.main-slider-three__image__one {
    position: relative;
    z-index: 3;
}

.main-slider-three__image__shape {
    position: absolute;
    top: 53px;
    right: -50px;
    animation: zump 2s linear infinite;
}

@media (max-width: 767px) {
    .main-slider-three__image__shape {
        right: -30px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__image__shape {
        right: 0;
    }
}

.main-slider-three__client {
    position: relative;
    margin-top: -35px;
    display: table;
    z-index: 4;
}

@media (max-width: 575px) {
    .main-slider-three__client {
        display: block;
    }
}

.main-slider-three__client__inner {
    padding: 25px;
    display: flex;
    align-items: center;
    background-color: var(--insta-base, #1e235c);
    border-radius: 54px;
}

@media (max-width: 575px) {
    .main-slider-three__client__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.main-slider-three__client__images {
    display: flex;
    align-items: center;
}

.main-slider-three__client__images img {
    width: 58px !important;
    height: 58px;
    border-radius: 50%;
    border: 2px solid var(--insta-white, #ffffff);
}

.main-slider-three__client__images img:not(:first-child) {
    margin-left: -21px;
}

.main-slider-three__client__content {
    margin-left: 24px;
    margin-right: 29px;
}

@media (max-width: 575px) {
    .main-slider-three__client__content {
        margin: 25px 0;
    }
}

.main-slider-three__client__ratings {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.main-slider-three__client__ratings__icon {
    position: relative;
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.main-slider-three__client__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-three__client__text {
    margin: 0;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
    font-style: italic;
}

.main-slider-three__client__btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
}

.main-slider-three__client__btn__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-base, #1e235c);
}

.main-slider-three__client__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-three__content {
    padding-left: 39px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1399px) {
    .main-slider-three__content {
        padding-left: 125px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__content {
        padding-left: 0;
    }
}

.main-slider-three__content__shape-box {
    width: 58px;
    height: 58px;
    position: relative;
    position: absolute;
    left: -13px;
    bottom: -162px;
    border-radius: 50%;
    border: 9px solid var(--insta-base, #1e235c);
    opacity: 0;
    transition: all 1200ms ease;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 1399px) {
    .main-slider-three__content__shape-box {
        left: 50px;
        bottom: -180px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__content__shape-box {
        left: 0;
        bottom: -100px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__content__shape-box {
        width: 50px;
        height: 50px;
        bottom: -90px;
    }
}

.main-slider-three__content__shape-box::after {
    content: "";
    width: calc(100% + 11px);
    height: calc(100% + 11px);
    position: absolute;
    top: 13px;
    right: -40px;
    border: 2px solid RGBA(var(--insta-base-rgb, 3, 101, 211), 0.2);
    border-radius: inherit;
}

@media (max-width: 575px) {
    .main-slider-three__content__shape-box::after {
        top: 15px;
        right: -20px;
    }
}

.main-slider-three__content__shape-one {
    position: absolute;
    top: -32px;
    left: 299px;
    z-index: -1;
    opacity: 0;
    transition: all 1200ms ease;
    animation: treeMove 6s ease infinite;
}

@media (max-width: 1399px) {
    .main-slider-three__content__shape-one {
        left: 380px;
    }
}

@media (max-width: 1199px) {
    .main-slider-three__content__shape-one {
        left: 255px;
    }
}

@media (max-width: 360px) {
    .main-slider-three__content__shape-one {
        top: -65px;
        left: 215px;
    }
}

.main-slider-three__top {
    overflow: hidden;
}

.main-slider-three__top__inner {
    margin-bottom: 21px;
    padding: 7px 25px 5px;
    display: inline-flex;
    gap: 15px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 30px;
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three__top__box {
    position: relative;
    top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--insta-base, #1e235c);
}

.main-slider-three__top__box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent var(--insta-base, #1e235c);
}

.main-slider-three__top__box__inner {
    width: 10px;
    height: 10px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-white, #ffffff);
}

.main-slider-three__top__box__inner::after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--insta-black5, #0f3667);
}

.main-slider-three__tagline {
    margin: 0;
    font-family: var(--insta-font2, "Rubik", sans-serif);
    font-size: 18px;
    color: var(--insta-base, #1e235c);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.3;
}

.main-slider-three__title {
    overflow: hidden;
    position: relative;
    margin-bottom: 21px;
    font-size: 60px;
    color: var(--insta-white, #ffffff);
    font-weight: 700;
    line-height: 1.25;
}

@media (max-width: 1399px) {
    .main-slider-three__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 45px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__title {
        font-size: 40px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__title {
        font-size: 35px;
    }
}

.main-slider-three__title__text {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.main-slider-three__title__text::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--insta-white, #ffffff);
    position: absolute;
    left: 0;
    bottom: 7px;
}

.main-slider-three__title__inner {
    overflow: hidden;
    position: relative;
    display: table;
    opacity: 0;
    transform: translateY(200px);
    transition: transform 1600ms ease, opacity 1600ms ease;
}

.main-slider-three__description {
    margin-bottom: 31px;
    padding-right: 70px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-three__description {
        padding-right: 0px;
        max-width: 700px;
    }
}

.main-slider-three__text {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

@media (max-width: 767px) {
    .main-slider-three__text {
        font-size: 16px;
    }
}

.main-slider-three__button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 31px;
}

.main-slider-three__button__inner {
    overflow: hidden;
}

.main-slider-three__btn-1 {
    color: var(--insta-black3, #19232b);
    background-color: var(--insta-white, #ffffff);
}

.main-slider-three__btn-1::after {
    background-color: var(--insta-base, #1e235c);
}

.main-slider-three__btn-1 .insta-btn__icon-box {
    background-color: var(--insta-base, #1e235c);
}

.main-slider-three__btn-1:hover {
    color: var(--insta-white, #ffffff);
}

.main-slider-three__btn-1:hover .insta-btn__icon-box {
    background-color: var(--insta-white, #ffffff);
}

.main-slider-three__btn-1:hover .insta-btn__icon {
    color: var(--insta-black3, #19232b);
}

.main-slider-three__btn-1,
.main-slider-three__btn-2 {
    opacity: 0;
    transform: translateY(150px);
    transition: transform 1400ms ease, opacity 1400ms ease;
}

.main-slider-three .video-btn {
    width: 58px;
    height: 58px;
    font-size: 25px;
    color: var(--insta-black6, #232323);
    background-color: RGBA(var(--insta-white-rgb, 255, 255, 255), 0.47);
}

.main-slider-three .video-btn::after {
    content: "";
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
    z-index: -1;
}

.main-slider-three .video-btn__ripple::before,
.main-slider-three .video-btn__ripple::after {
    animation: none;
}

.main-slider-three__circle {
    width: 14px;
    height: 14px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 50%;
    opacity: 0;
    z-index: 3;
    transition: all 1000ms ease;
}

.main-slider-three__circle--1 {
    position: absolute;
    right: 331px;
    bottom: 390px;
    animation: animatedCircle 18s infinite linear;
}

.main-slider-three__circle--2 {
    position: absolute;
    right: 35px;
    bottom: 268px;
    animation: bubbleMover 10s infinite linear;
}

.main-slider-three__circle--3 {
    position: absolute;
    right: 513px;
    bottom: 113px;
    background-color: var(--insta-white, #ffffff);
    animation: squareMover 10s infinite linear;
}

.main-slider-three__shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    animation: moveHorizontal2 2s linear infinite;
}

@media (max-width: 1199px) {
    .main-slider-three__shape-one.slider-image {
        display: none !important;
    }
}

.main-slider-three__shape-two {
    position: absolute;
    top: 199px;
    right: 71px;
    opacity: 0;
    z-index: 3;
    animation: textRotate 5s infinite linear;
}

@media (max-width: 767px) {
    .main-slider-three__shape-two {
        top: 160px;
        right: 50px;
    }
}

@media (max-width: 575px) {
    .main-slider-three__shape-two {
        top: 150px;
        right: 30px;
    }
}

@media (max-width: 430px) {
    .main-slider-three__shape-two.slider-image {
        display: none !important;
    }
}

.main-slider-three .active .main-slider-three__image {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-three .active .main-slider-three__top__inner,
.main-slider-three .active .main-slider-three__title__inner,
.main-slider-three .active .main-slider-three__text,
.main-slider-three .active .main-slider-three__btn-1,
.main-slider-three .active .main-slider-three__btn-2 {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-three .active .main-slider-three__title__inner {
    transition-delay: 500ms;
}

.main-slider-three .active .main-slider-three__text {
    transition-delay: 800ms;
}

.main-slider-three .active .main-slider-three__btn-1 {
    transition-delay: 1100ms;
}

.main-slider-three .active .main-slider-three__btn-2 {
    transition-delay: 1300ms;
}

.main-slider-three .active .main-slider-three__bg-2__image {
    opacity: 0.24;
    transform: translateX(0);
    visibility: visible;
    transition: transform 1200ms ease, opacity 1200ms ease;
}

.main-slider-three .active .main-slider-three__content__shape-one,
.main-slider-three .active .main-slider-three__content__shape-box,
.main-slider-three .active .main-slider-three__shape-two,
.main-slider-three .active .main-slider-three__circle {
    opacity: 1;
    transition-delay: 800ms;
}

.main-slider-four {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.main-slider-four__carousel {
    position: relative;
}

.main-slider-four__carousel.owl-carousel .owl-dots {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}

@media (min-width: 1300px) {
    .main-slider-four__carousel.owl-carousel .owl-dots {
        top: calc(50% + 82px);
        left: 34px;
        transform: translateY(-50%) translateX(0%);
        flex-direction: column;
    }
}

@media (min-width: 1600px) {
    .main-slider-four__carousel.owl-carousel .owl-dots {
        left: 30px;
    }
}

@media (min-width: 1700px) {
    .main-slider-four__carousel.owl-carousel .owl-dots {
        top: 50%;
        left: 60px;
    }
}

@media (min-width: 1800px) {
    .main-slider-four__carousel.owl-carousel .owl-dots {
        left: 105px;
    }
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot {
    border-color: var(--insta-white, #ffffff);
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot::after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover,
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--insta-base, #1e235c);
}

.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot:hover::after,
.main-slider-four__carousel.owl-carousel .owl-dots .owl-dot.active::after {
    transform: translate(-50%, -50%) scale(1);
}

.main-slider-four__item {
    position: relative;
    padding-top: 339px;
    padding-bottom: 186px;
    overflow: hidden;
}

@media (max-width: 1299px) {
    .main-slider-four__item {
        padding-bottom: 350px;
    }
}

@media (max-width: 1199px) {
    .main-slider-four__item {
        padding-bottom: 260px;
    }
}

@media (max-width: 991px) {
    .main-slider-four__item {
        padding-top: 300px;
    }
}

@media (max-width: 412px) {
    .main-slider-four__item {
        padding-top: 200px;
    }
}

.main-slider-four__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: transform 7000ms ease;
}

.main-slider-four .container {
    position: relative;
    z-index: 3;
}

@media (min-width: 1400px) {
    .main-slider-four .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .main-slider-four .container {
        max-width: 1487px;
    }
}

.main-slider-four__content {
    padding-top: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.main-slider-four__title {
    position: relative;
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 60px;
    color: var(--insta-white, #ffffff);
    line-height: 1.25;
    opacity: 0;
    transform: translateY(-300px);
    transition: transform 1800ms ease, opacity 1800ms ease;
}

@media (max-width: 991px) {
    .main-slider-four__title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .main-slider-four__title {
        font-size: 45px;
    }
}

@media (max-width: 430px) {
    .main-slider-four__title {
        font-size: 40px;
    }
}

@media (max-width: 360px) {
    .main-slider-four__title {
        font-size: 35px;
    }
}

.main-slider-four__title__text {
    display: inline-block;
    position: relative;
}

.main-slider-four__title__text::after {
    content: "";
    width: 222px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    background-image: url(../images/shapes/main-slider-title-circle-border-4-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: -1;
}

@media (max-width: 767px) {
    .main-slider-four__title__text::after {
        width: 200px;
        height: 65px;
        left: 50%;
    }
}

@media (max-width: 575px) {
    .main-slider-four__title__text::after {
        display: none;
    }
}

.main-slider-four__description {
    margin-bottom: 34px;
    padding-right: 237px;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .main-slider-four__description {
        padding-right: 0px;
    }
}

.main-slider-four__text {
    margin-bottom: 0;
    font-size: 17px;
    color: var(--insta-white, #ffffff);
    opacity: 0;
    transform: translateY(-150px);
    transition: transform 1300ms ease, opacity 1300ms ease;
}

@media (max-width: 767px) {
    .main-slider-four__text {
        font-size: 16px;
    }
}

.main-slider-four__button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-slider-four__button__inner {
    overflow: hidden;
}

.main-slider-four .insta-btn {
    opacity: 0;
    transform: translateY(-150px);
    transition: transform 1300ms ease, opacity 1300ms ease;
}

.main-slider-four__btn-1 {
    color: var(--insta-black2, #333333);
    background-color: var(--insta-white, #ffffff);
}

.main-slider-four__btn-1::after {
    background-color: var(--insta-base, #1e235c);
}

.main-slider-four__btn-1 .insta-btn__icon-box {
    background-color: var(--insta-black3, #19232b);
}

.main-slider-four__btn-1:hover {
    color: var(--insta-white, #ffffff);
}

.main-slider-four__btn-1:hover .insta-btn__icon {
    color: var(--insta-black2, #333333);
}

.main-slider-four__btn-1:hover .insta-btn__icon-box {
    background-color: var(--insta-white, #ffffff);
}

.main-slider-four__insurance {
    margin-top: 40px;
    position: relative;
    display: table;
    overflow: hidden;
    z-index: 2;
}

@media (min-width: 1200px) {
    .main-slider-four__insurance {
        margin: 0;
        position: absolute;
        right: 15px;
        bottom: -84px;
    }
}

.main-slider-four__insurance__inner {
    padding: 10px 29px 10px 10px;
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 20px;
    transform: translateY(-150px);
    opacity: 0;
    transition: transform 1500ms ease, opacity 1500ms ease;
}

.main-slider-four__insurance__icon {
    position: relative;
    z-index: 1;
    width: 82px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 46px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border-radius: inherit;
    transition: all 500ms ease;
}

.main-slider-four__insurance__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.main-slider-four__insurance__content {
    position: relative;
    z-index: 1;
}

.main-slider-four__insurance__title {
    margin-bottom: 7px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--insta-black, #122f2a);
    line-height: 1.318;
    transition: all 500ms ease;
}

.main-slider-four__insurance__text {
    margin: 0;
    transition: all 500ms ease;
}

.main-slider-four__shape-one {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    animation: moveHorizontal2 2s linear infinite;
}

.main-slider-four__shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-slider-four__shape-three {
    position: absolute;
    top: 0;
    left: 35.5%;
    z-index: 1;
}

.main-slider-four__shape-four {
    position: absolute;
    top: 0;
    left: 52%;
    z-index: 1;
}

.main-slider-four .active .main-slider-four__bg {
    transform: scale(1.15);
}

.main-slider-four .active .main-slider-four__title,
.main-slider-four .active .main-slider-four__text,
.main-slider-four .active .insta-btn {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-four .active .main-slider-four__text {
    transition-delay: 400ms;
}

.main-slider-four .active .main-slider-four__btn-1 {
    transition-delay: 700ms;
}

.main-slider-four .active .main-slider-four__btn-2 {
    transition-delay: 900ms;
}

.main-slider-four .active .main-slider-four__insurance__inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 500ms;
}

@media (max-width: 1199px) {
    .main-slider-four .active .main-slider-four__insurance__inner {
        transition-delay: 1500ms;
    }
}

@keyframes animatedStar {
    0% {
        color: var(--insta-white, #ffffff);
    }
    50% {
        color: var(--insta-red);
    }
    100% {
        color: var(--insta-white, #ffffff);
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about-one {
    position: relative;
    background-color: var(--insta-white, #ffffff);
}

.about-one--about .about-one__image {
    position: relative;
}

.about-one--about .about-one__image__inner {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.about-one--about .about-one__image__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: -97px;
    transform: translateY(-50%);
    animation: aboutShapeZump 2s linear infinite;
}

@media (max-width: 575px) {
    .about-one--about .about-one__image__shape {
        display: none;
    }
}

.about-one--about .about-one__list {
    gap: 9px;
}

.about-one--about .about-one__list__icon {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-black4, #0f3564);
    font-size: 14px;
    color: var(--insta-white, #ffffff);
}

.about-one--about .about-one__list:hover .about-one__list__icon {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.about-one .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .about-one__left {
        display: grid;
        grid-template-columns: 200px auto;
        align-items: center;
    }
}

.about-one__image {
    position: relative;
    display: table;
}

@media (max-width: 991px) {
    .about-one__image {
        margin-top: 50px;
    }
}

.about-one__image__one {
    max-width: 100%;
    height: auto;
}

.about-one__image__two {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 12px solid var(--insta-white, #ffffff);
    border-left: 12px solid var(--insta-white, #ffffff);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__image__two {
        max-width: 150px;
    }
}

.about-one .sec-title {
    margin-bottom: 26px;
}

.about-one__text {
    margin-bottom: 20px;
}

.about-one__list-box {
    margin-bottom: 24px;
    max-width: 360px;
}

@media (max-width: 1199px) {
    .about-one__list-box {
        max-width: 100%;
    }
}

.about-one__list-box .row {
    --bs-gutter-y: 15px;
}

.about-one__list {
    display: flex;
    gap: 9px;
}

.about-one__list__icon {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: var(--insta-black4, #0f3564);
    transition: all 500ms ease;
}

.about-one__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-one__list:hover .about-one__list__icon {
    color: var(--insta-base, #1e235c);
}

.about-one__list__link {
    color: var(--insta-black2, #333333);
    font-weight: 500;
    transition: all 500ms ease;
}

.about-one__list:hover .about-one__list__link {
    color: var(--insta-base, #1e235c);
    text-decoration: underline;
}

.about-one__bottom {
    padding-top: 31px;
    position: relative;
}

.about-one__bottom::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: var(--insta-border-color, #dddddd);
}

.about-one__founder {
    position: relative;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

@media (max-width: 575px) {
    .about-one__founder {
        margin-bottom: 50px;
        display: flex;
    }
}

.about-one__founder__image {
    flex-shrink: 0;
    /*padding: 5px 0 0 5px;*/
    display: inline-block;
    /*background-color: var(--insta-base, #1e235c);*/
}

.about-one__founder__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.about-one__founder__name {
    margin-bottom: 6px;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--insta-base, #1e235c);
    line-height: 1.318;
}

.about-one__founder__name:hover {
    color: var(--insta-base, #1e235c);
}

.about-one__founder__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.about-one__founder__name a:hover {
    background-size: 100% 1px;
}

.about-one__founder__designation {
    margin: 0;
    font-size: 17px;
}

.about-one__video {
    padding: 37px 37px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--insta-black5, #0f3667);
    text-align: center;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-one__video {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .about-one__video {
        margin-top: 35px;
        padding-left: 40px;
        padding-right: 40px;
        display: inline-flex;
        position: relative;
        top: auto;
        right: auto;
    }
}

.about-one__video::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--insta-base, #1e235c);
}

.about-one__video__title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--insta-white, #ffffff);
    text-transform: capitalize;
    line-height: 1.47;
}

.about-one__video__title span {
    display: block;
}

.about-one__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 300px;
    right: 116px;
    animation: zoomOut 3s linear infinite;
}

@media (max-width: 1799px) {
    .about-one__shape {
        max-width: 150px;
        right: 40px;
    }
}

@media (max-width: 1599px) {
    .about-one__shape {
        display: none;
    }
}

.about-two {
    padding-top: 168px;
    padding-bottom: 213px;
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 1599px) {
    .about-two {
        padding-top: 199px;
        padding-bottom: 182px;
    }
}

@media (max-width: 1399px) {
    .about-two {
        padding-top: 224px;
        padding-bottom: 157px;
    }
}

@media (max-width: 1199px) {
    .about-two {
        padding-top: 141px;
        padding-bottom: 124px;
    }
}

@media (max-width: 767px) {
    .about-two {
        padding-top: 120px;
        padding-bottom: 104px;
    }
}

@media (max-width: 575px) {
    .about-two {
        padding-top: 105px;
        padding-bottom: 84px;
    }
}

.about-two__image {
    position: relative;
    margin-left: 100px;
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .about-two__image {
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    .about-two__image {
        margin-left: 0;
        padding-left: 28px;
    }
}

@media (max-width: 575px) {
    .about-two__image {
        padding-left: 0;
    }
}

.about-two__image img {
    max-width: 100%;
    height: auto;
}

.about-two__image__inner {
    width: 700px;
    height: 545px;
    position: relative;
    position: absolute;
    top: 0;
    right: 33px;
    z-index: 1;
}

@media (max-width: 1599px) {
    .about-two__image__inner {
        width: 625px;
        height: 484px;
        right: 20px;
    }
}

@media (max-width: 1399px) {
    .about-two__image__inner {
        width: 560px;
        height: 434px;
    }
}

@media (max-width: 1199px) {
    .about-two__image__inner {
        position: relative;
        top: auto;
        right: auto;
    }
}

@media (max-width: 767px) {
    .about-two__image__inner {
        width: 481px;
        height: 373px;
    }
}

@media (max-width: 575px) {
    .about-two__image__inner {
        width: auto;
        height: auto;
        position: relative;
        right: auto;
    }
}

.about-two__image__one {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4325 6885 c-6 -10 -37 -19 -85 -25 -101 -12 -201 -28 -285 -46 -38 -8 -81 -14 -95 -14 -14 0 -61 -7 -105 -15 -44 -8 -124 -21 -177 -30 -111 -17 -253 -40 -378 -60 -47 -8 -130 -21 -185 -30 -143 -23 -255 -41 -370 -60 -55 -9 -143 -23 -195 -31 -52 -8 -133 -21 -180 -29 -47 -7 -128 -20 -180 -29 -249 -39 -296 -47 -570 -91 -102 -17 -244 -40 -377 -61 -54 -8 -123 -20 -153 -25 -30 -6 -84 -14 -120 -19 -36 -4 -92 -13 -125 -18 -33 -6 -105 -19 -160 -27 -55 -9 -140 -23 -190 -31 -49 -8 -127 -21 -171 -29 -45 -8 -94 -15 -108 -15 -15 0 -47 -5 -72 -11 l-44 -11 0 -2939 0 -2939 2194 0 c1982 0 2196 2 2210 16 15 14 16 327 16 3300 l0 3284 -43 0 c-27 0 -46 -6 -52 -15z"/> <path d="M4576 6564 c-15 -14 -16 -326 -16 -3290 l0 -3274 37 0 c35 0 68 5 216 31 34 6 91 15 127 19 36 5 90 13 120 19 30 5 99 17 153 26 234 37 385 61 560 89 53 9 140 23 192 31 52 8 139 22 192 31 54 9 136 22 183 29 47 8 130 21 185 30 55 9 125 20 155 26 30 6 84 14 120 19 36 4 92 13 125 18 33 6 105 18 160 27 55 9 143 23 195 31 52 9 133 22 180 29 47 8 129 21 183 29 53 9 141 23 195 32 178 29 352 57 555 89 133 21 363 58 535 86 l72 12 0 2939 0 2938 -2204 0 c-1991 0 -2206 -2 -2220 -16z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 690.000000"><g transform="translate(0.000000,690.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M4325 6885 c-6 -10 -37 -19 -85 -25 -101 -12 -201 -28 -285 -46 -38 -8 -81 -14 -95 -14 -14 0 -61 -7 -105 -15 -44 -8 -124 -21 -177 -30 -111 -17 -253 -40 -378 -60 -47 -8 -130 -21 -185 -30 -143 -23 -255 -41 -370 -60 -55 -9 -143 -23 -195 -31 -52 -8 -133 -21 -180 -29 -47 -7 -128 -20 -180 -29 -249 -39 -296 -47 -570 -91 -102 -17 -244 -40 -377 -61 -54 -8 -123 -20 -153 -25 -30 -6 -84 -14 -120 -19 -36 -4 -92 -13 -125 -18 -33 -6 -105 -19 -160 -27 -55 -9 -140 -23 -190 -31 -49 -8 -127 -21 -171 -29 -45 -8 -94 -15 -108 -15 -15 0 -47 -5 -72 -11 l-44 -11 0 -2939 0 -2939 2194 0 c1982 0 2196 2 2210 16 15 14 16 327 16 3300 l0 3284 -43 0 c-27 0 -46 -6 -52 -15z"/> <path d="M4576 6564 c-15 -14 -16 -326 -16 -3290 l0 -3274 37 0 c35 0 68 5 216 31 34 6 91 15 127 19 36 5 90 13 120 19 30 5 99 17 153 26 234 37 385 61 560 89 53 9 140 23 192 31 52 8 139 22 192 31 54 9 136 22 183 29 47 8 130 21 185 30 55 9 125 20 155 26 30 6 84 14 120 19 36 4 92 13 125 18 33 6 105 18 160 27 55 9 143 23 195 31 52 9 133 22 180 29 47 8 129 21 183 29 53 9 141 23 195 32 178 29 352 57 555 89 133 21 363 58 535 86 l72 12 0 2939 0 2938 -2204 0 c-1991 0 -2206 -2 -2220 -16z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
    z-index: 1;
}

@media (max-width: 575px) {
    .about-two__image__one {
        position: static;
        mask: unset;
        -webkit-mask: unset;
    }
}

.about-two__image__shape-one {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 1199px) {
    .about-two__image__shape-one {
        max-width: 57px !important;
    }
}

@media (max-width: 767px) {
    .about-two__image__shape-one {
        max-width: 50px !important;
    }
}

@media (max-width: 575px) {
    .about-two__image__shape-one {
        display: none;
    }
}

.about-two__image__shape-two {
    position: absolute;
    top: 35px;
    left: -24px;
    animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
    .about-two__image__shape-two {
        display: none;
    }
}

.about-two__image__shape-three {
    position: absolute;
    left: -26px;
    bottom: 3px;
    animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
    .about-two__image__shape-three {
        display: none;
    }
}

.about-two__video-button {
    min-width: 242px;
    padding: 15px;
    position: absolute;
    left: 50%;
    bottom: 51px;
    transform: translateX(-50%);
    z-index: 3;
    background-color: var(--insta-white, #ffffff);
    display: flex;
    align-items: center;
    gap: 26px;
    border-radius: 48px;
}

@media (max-width: 575px) {
    .about-two__video-button {
        padding: 10px;
        gap: 20px;
        bottom: 40px;
    }
}

@media (max-width: 430px) {
    .about-two__video-button {
        bottom: 20px;
    }
}

.about-two__video-button .video-btn {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-black5, #0f3667);
}

@media (max-width: 575px) {
    .about-two__video-button .video-btn {
        width: 45px;
        height: 45px;
        font-size: 23px;
    }
}

.about-two__video-button .video-btn__ripple::before,
.about-two__video-button .video-btn__ripple::after {
    box-shadow: 0 0 0 0 RGBA(var(--insta-black5-rgb, 15, 54, 103), 0.22);
    -webkit-animation: videoRippleAbout 3s infinite;
    animation: videoRippleAbout 3s infinite;
}

.about-two__video-button__text {
    font-size: 17px;
    font-weight: 500;
    color: var(--insta-black5, #0f3667);
    text-decoration: underline;
}

.about-two__content {
    padding-left: 100px;
    padding-right: 8px;
}

@media (max-width: 1399px) {
    .about-two__content {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .about-two__content {
        padding-left: 0px;
        max-width: 700px;
    }
}

.about-two .sec-title {
    margin-bottom: 26px;
}

.about-two__text-box-1 {
    margin-bottom: 19px;
}

.about-two__text-box-2 {
    margin-bottom: 17px;
}

.about-two__text {
    margin: 0;
}

.about-two__text__highlight {
    font-weight: 500;
    color: var(--insta-base, #1e235c);
}

.about-two__list {
    margin-bottom: 16px;
}

.about-two__list li {
    display: flex;
    gap: 10px;
    font-weight: 700;
    color: var(--insta-black2, #333333);
}

.about-two__list li .about-two__list__icon {
    position: relative;
    top: 4px;
    display: inline-flex;
    font-size: 18px;
    color: var(--insta-base, #1e235c);
}

.about-two__list li .about-two__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-three {
    background-color: var(--insta-white, #ffffff);
}

.floated-abt-right {
    max-width: 500px;
    float: right;
    margin-left: 21px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .about-three {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .about-three {
        padding-bottom: 172px;
    }
}

@media (max-width: 767px) {
    .about-three {
        padding-bottom: 155px;
    }
    .floated-abt-right {
        max-width: 100%;
        float: none;
        margin-left: -8px;
        margin-bottom: 58px;
    }
}

@media (max-width: 575px) {
    .about-three {
        padding-bottom: 107px;
    }
}

.about-three__content {
    position: relative;
    padding-right: 50px;
}

@media (max-width: 1199px) {
    .about-three__content {
        top: 0;
        padding-right: 0;
    }
}

.about-three .sec-title {
    margin-bottom: 9px;
}

.about-three .sec-title__title__highlight {
    border: 0;
}

.about-three__description {
    margin-bottom: 26px;
    padding-right: 67px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__description {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .about-three__description {
        padding-right: 0px;
    }
}

.about-three__text {
    margin: 0;
}

.about-three__inner {
    max-width: 400px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 29px;
    border: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 575px) {
    .about-three__inner {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 375px) {
    .about-three__inner {
        padding: 25px;
    }
}

.about-three__experience {
    position: relative;
    padding: 20px 17px 27px;
    text-align: center;
    background-color: var(--insta-base, #1e235c);
}

.about-three__experience::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% - 1px);
    background-color: var(--insta-black4, #0f3564);
}

.about-three__experience__content {
    position: relative;
    z-index: 2;
}

.about-three__experience__year {
    margin-bottom: 0;
    font-size: 40px;
    color: var(--insta-black4, #0f3564);
    font-weight: 700;
    text-shadow: 2px 2px 0 var(--insta-white, #ffffff), -2px -2px 0 var(--insta-white, #ffffff), 2px -2px 0 var(--insta-white, #ffffff), -2px 2px 0 var(--insta-white, #ffffff), 2px 2px 0 var(--insta-white, #ffffff);
    line-height: 1;
}

.about-three__experience__text {
    margin: 0;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 15px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
}

.about-three__experience__shape {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.about-three__experience__shape__one,
.about-three__experience__shape__two {
    max-width: 100%;
    height: auto;
    position: absolute;
}

.about-three__experience__shape__one {
    left: -70px;
    bottom: -40px;
}

.about-three__experience__shape__two {
    top: -34px;
    right: -70px;
}

.about-three__list-box {
    padding: 20px 20px 20px 0;
}

@media (max-width: 575px) {
    .about-three__list-box {
        padding: 0;
    }
}

.about-three__list+.about-three__list {
    margin-top: 15px;
}

.about-three__list {
    display: flex;
    gap: 9px;
}

.about-three__list__icon {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-black4, #0f3564);
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.about-three__list__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.about-three__list:hover .about-three__list__icon {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.about-three__list__link {
    color: var(--insta-black2, #333333);
    font-weight: 500;
    transition: all 500ms ease;
}

.about-three__list:hover .about-three__list__link {
    color: var(--insta-base, #1e235c);
    text-decoration: underline;
}

.about-three__list-two {
    margin-bottom: 24px;
}

.about-three__list-two li {
    display: flex;
    gap: 10px;
    font-weight: 500;
}

.about-three__list-two li+li {
    margin-top: 4px;
}

.about-three__list-two li .about-three__list-two__icon {
    position: relative;
    top: 8px;
    display: inline-flex;
    font-size: 12px;
    color: var(--insta-base, #1e235c);
}

.about-three__bottom {
    display: table;
    padding-top: 30px;
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

.about-three__bottom__inner {
    display: flex;
    gap: 78px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__bottom__inner {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .about-three__bottom__inner {
        gap: 50px;
    }
}

@media (max-width: 575px) {
    .about-three__bottom__inner {
        flex-direction: column-reverse;
        gap: 30px;
    }
}

.about-three__founder-sign {
    margin: 9px 0 0;
    font-family: var(--insta-special-font, "Homemade Apple", cursive);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.25;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__founder-sign {
        margin-top: 15px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .about-three__founder-sign {
        margin-top: 15px;
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .about-three__founder-sign {
        margin: 0;
    }
}

.about-three__founder {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

@media (max-width: 575px) {
    .about-three__founder {
        display: flex;
    }
}

.about-three__founder::before {
    content: "";
    width: 1px;
    height: calc(100% + 30px);
    position: absolute;
    top: -30px;
    left: -36px;
    background-color: var(--insta-border-color, #dddddd);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__founder::before {
        left: -25px;
    }
}

@media (max-width: 767px) {
    .about-three__founder::before {
        left: -25px;
    }
}

@media (max-width: 575px) {
    .about-three__founder::before {
        display: none;
    }
}

.about-three__founder__image {
    flex-shrink: 0;
    padding: 5px 0 0 5px;
    display: inline-block;
    background-color: var(--insta-base, #1e235c);
}

.about-three__founder__image img {
    max-width: 100%;
    height: auto;
}

.about-three__founder__name {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__founder__name {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about-three__founder__name {
        font-size: 18px;
    }
}

.about-three__founder__name:hover {
    color: var(--insta-base, #1e235c);
}

.about-three__founder__name a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.about-three__founder__name a:hover {
    background-size: 100% 1px;
}

.about-three__founder__designation {
    margin: 0;
    font-size: 17px;
}

.about-three__image {
    padding-left: 35px;
}

.about-three__image__inner {
    position: relative;
    display: table;
}

.about-three__image__inner::before {
    content: "";
    width: calc(100% - 105px);
    height: 336px;
    position: absolute;
    left: -27px;
    bottom: -27px;
    border-radius: 30px;
    background-color: var(--insta-base, #1e235c);
}

@media (max-width: 430px) {
    .about-three__image__inner::before {
        width: calc(100% - 50px);
    }
}

@media (max-width: 375px) {
    .about-three__image__inner::before {
        height: 250px;
    }
}

.about-three__image__inner::after {
    content: "";
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    position: absolute;
    left: -13px;
    bottom: -13px;
    border-radius: 30px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 30px;
    z-index: 1;
}

.about-three__image__one {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    z-index: 2;
}

.about-three__image__two {
    padding: 10px;
    position: absolute;
    top: 150px;
    left: -135px;
    z-index: 3;
    background-color: var(--insta-white, #ffffff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777.000000 723.000000"><g transform="translate(0.000000,723.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3160 6904 c-63 -8 -142 -19 -175 -26 -33 -6 -80 -14 -105 -18 -58 -9 -153 -33 -305 -76 -59 -16 -91 -27 -177 -60 -24 -9 -61 -23 -83 -31 -22 -8 -55 -21 -72 -29 -81 -35 -109 -48 -123 -56 -8 -4 -22 -11 -30 -14 -136 -56 -379 -208 -580 -362 -148 -114 -377 -336 -485 -471 -94 -116 -165 -210 -165 -217 0 -3 -13 -23 -28 -43 -16 -20 -32 -43 -35 -51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -19 -33 -29 -50 -37 -58 -181 -356 -181 -374 0 -5 -6 -22 -14 -38 -27 -53 -79 -206 -106 -313 -5 -19 -14 -55 -20 -80 -42 -164 -62 -274 -86 -492 -26 -231 -12 -572 32 -813 27 -145 45 -229 60 -275 8 -25 14 -53 14 -62 0 -10 6 -32 14 -50 7 -18 21 -58 30 -88 9 -30 23 -72 31 -92 8 -21 22 -57 31 -80 65 -169 189 -409 302 -583 56 -85 203 -282 263 -350 57 -65 259 -267 324 -324 83 -73 364 -281 380 -281 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 34 -18 50 -28 31 -20 214 -112 273 -137 64 -28 98 -42 140 -58 131 -50 237 -85 322 -106 19 -4 49 -13 65 -18 17 -6 57 -18 90 -28 33 -9 78 -23 100 -29 22 -7 67 -20 100 -29 33 -10 74 -22 90 -28 17 -5 46 -14 65 -18 19 -5 67 -18 105 -30 39 -12 86 -25 105 -30 19 -5 55 -14 80 -20 159 -41 263 -60 470 -85 230 -28 596 -16 825 27 33 6 80 14 105 18 59 9 138 29 307 77 58 16 92 27 171 57 23 9 61 23 85 32 23 9 57 22 75 30 80 35 108 48 122 56 8 4 22 11 30 14 162 66 473 270 685 447 139 116 365 357 470 500 17 23 40 53 53 67 12 13 22 29 22 33 0 5 13 26 28 46 16 20 32 43 35 51 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 29 50 37 58 181 356 181 374 0 5 6 22 14 38 27 53 79 206 106 313 5 19 14 55 20 80 43 168 62 274 86 492 26 232 12 572 -32 813 -27 145 -45 229 -60 275 -8 25 -14 53 -14 62 0 10 -6 32 -14 50 -7 18 -21 58 -30 88 -9 30 -23 72 -31 93 -8 20 -22 56 -31 80 -65 168 -189 408 -302 582 -59 90 -214 297 -266 355 -53 57 -259 263 -316 316 -70 63 -369 284 -385 284 -2 0 -21 12 -42 26 -21 14 -47 30 -58 35 -11 5 -33 18 -50 28 -30 20 -211 110 -275 138 -148 66 -342 134 -460 163 -19 4 -48 13 -65 18 -16 6 -57 18 -90 28 -33 9 -78 23 -100 29 -22 7 -67 20 -100 29 -33 10 -73 22 -90 28 -16 5 -46 14 -65 18 -19 5 -66 18 -105 30 -38 12 -86 25 -105 30 -19 5 -55 14 -80 20 -159 41 -263 60 -470 85 -155 19 -490 18 -650 -1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777.000000 723.000000"><g transform="translate(0.000000,723.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3160 6904 c-63 -8 -142 -19 -175 -26 -33 -6 -80 -14 -105 -18 -58 -9 -153 -33 -305 -76 -59 -16 -91 -27 -177 -60 -24 -9 -61 -23 -83 -31 -22 -8 -55 -21 -72 -29 -81 -35 -109 -48 -123 -56 -8 -4 -22 -11 -30 -14 -136 -56 -379 -208 -580 -362 -148 -114 -377 -336 -485 -471 -94 -116 -165 -210 -165 -217 0 -3 -13 -23 -28 -43 -16 -20 -32 -43 -35 -51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -19 -33 -29 -50 -37 -58 -181 -356 -181 -374 0 -5 -6 -22 -14 -38 -27 -53 -79 -206 -106 -313 -5 -19 -14 -55 -20 -80 -42 -164 -62 -274 -86 -492 -26 -231 -12 -572 32 -813 27 -145 45 -229 60 -275 8 -25 14 -53 14 -62 0 -10 6 -32 14 -50 7 -18 21 -58 30 -88 9 -30 23 -72 31 -92 8 -21 22 -57 31 -80 65 -169 189 -409 302 -583 56 -85 203 -282 263 -350 57 -65 259 -267 324 -324 83 -73 364 -281 380 -281 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 34 -18 50 -28 31 -20 214 -112 273 -137 64 -28 98 -42 140 -58 131 -50 237 -85 322 -106 19 -4 49 -13 65 -18 17 -6 57 -18 90 -28 33 -9 78 -23 100 -29 22 -7 67 -20 100 -29 33 -10 74 -22 90 -28 17 -5 46 -14 65 -18 19 -5 67 -18 105 -30 39 -12 86 -25 105 -30 19 -5 55 -14 80 -20 159 -41 263 -60 470 -85 230 -28 596 -16 825 27 33 6 80 14 105 18 59 9 138 29 307 77 58 16 92 27 171 57 23 9 61 23 85 32 23 9 57 22 75 30 80 35 108 48 122 56 8 4 22 11 30 14 162 66 473 270 685 447 139 116 365 357 470 500 17 23 40 53 53 67 12 13 22 29 22 33 0 5 13 26 28 46 16 20 32 43 35 51 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 29 50 37 58 181 356 181 374 0 5 6 22 14 38 27 53 79 206 106 313 5 19 14 55 20 80 43 168 62 274 86 492 26 232 12 572 -32 813 -27 145 -45 229 -60 275 -8 25 -14 53 -14 62 0 10 -6 32 -14 50 -7 18 -21 58 -30 88 -9 30 -23 72 -31 93 -8 20 -22 56 -31 80 -65 168 -189 408 -302 582 -59 90 -214 297 -266 355 -53 57 -259 263 -316 316 -70 63 -369 284 -385 284 -2 0 -21 12 -42 26 -21 14 -47 30 -58 35 -11 5 -33 18 -50 28 -30 20 -211 110 -275 138 -148 66 -342 134 -460 163 -19 4 -48 13 -65 18 -16 6 -57 18 -90 28 -33 9 -78 23 -100 29 -22 7 -67 20 -100 29 -33 10 -73 22 -90 28 -16 5 -46 14 -65 18 -19 5 -66 18 -105 30 -38 12 -86 25 -105 30 -19 5 -55 14 -80 20 -159 41 -263 60 -470 85 -155 19 -490 18 -650 -1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__image__two {
        left: -60px;
    }
}

@media (max-width: 991px) {
    .about-three__image__two {
        left: -75px;
    }
}

@media (max-width: 767px) {
    .about-three__image__two {
        left: -65px;
    }
}

@media (max-width: 575px) {
    .about-three__image__two {
        display: none;
    }
}

.about-three__image__two__inner {
    text-align: center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777.000000 723.000000"><g transform="translate(0.000000,723.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3160 6904 c-63 -8 -142 -19 -175 -26 -33 -6 -80 -14 -105 -18 -58 -9 -153 -33 -305 -76 -59 -16 -91 -27 -177 -60 -24 -9 -61 -23 -83 -31 -22 -8 -55 -21 -72 -29 -81 -35 -109 -48 -123 -56 -8 -4 -22 -11 -30 -14 -136 -56 -379 -208 -580 -362 -148 -114 -377 -336 -485 -471 -94 -116 -165 -210 -165 -217 0 -3 -13 -23 -28 -43 -16 -20 -32 -43 -35 -51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -19 -33 -29 -50 -37 -58 -181 -356 -181 -374 0 -5 -6 -22 -14 -38 -27 -53 -79 -206 -106 -313 -5 -19 -14 -55 -20 -80 -42 -164 -62 -274 -86 -492 -26 -231 -12 -572 32 -813 27 -145 45 -229 60 -275 8 -25 14 -53 14 -62 0 -10 6 -32 14 -50 7 -18 21 -58 30 -88 9 -30 23 -72 31 -92 8 -21 22 -57 31 -80 65 -169 189 -409 302 -583 56 -85 203 -282 263 -350 57 -65 259 -267 324 -324 83 -73 364 -281 380 -281 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 34 -18 50 -28 31 -20 214 -112 273 -137 64 -28 98 -42 140 -58 131 -50 237 -85 322 -106 19 -4 49 -13 65 -18 17 -6 57 -18 90 -28 33 -9 78 -23 100 -29 22 -7 67 -20 100 -29 33 -10 74 -22 90 -28 17 -5 46 -14 65 -18 19 -5 67 -18 105 -30 39 -12 86 -25 105 -30 19 -5 55 -14 80 -20 159 -41 263 -60 470 -85 230 -28 596 -16 825 27 33 6 80 14 105 18 59 9 138 29 307 77 58 16 92 27 171 57 23 9 61 23 85 32 23 9 57 22 75 30 80 35 108 48 122 56 8 4 22 11 30 14 162 66 473 270 685 447 139 116 365 357 470 500 17 23 40 53 53 67 12 13 22 29 22 33 0 5 13 26 28 46 16 20 32 43 35 51 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 29 50 37 58 181 356 181 374 0 5 6 22 14 38 27 53 79 206 106 313 5 19 14 55 20 80 43 168 62 274 86 492 26 232 12 572 -32 813 -27 145 -45 229 -60 275 -8 25 -14 53 -14 62 0 10 -6 32 -14 50 -7 18 -21 58 -30 88 -9 30 -23 72 -31 93 -8 20 -22 56 -31 80 -65 168 -189 408 -302 582 -59 90 -214 297 -266 355 -53 57 -259 263 -316 316 -70 63 -369 284 -385 284 -2 0 -21 12 -42 26 -21 14 -47 30 -58 35 -11 5 -33 18 -50 28 -30 20 -211 110 -275 138 -148 66 -342 134 -460 163 -19 4 -48 13 -65 18 -16 6 -57 18 -90 28 -33 9 -78 23 -100 29 -22 7 -67 20 -100 29 -33 10 -73 22 -90 28 -16 5 -46 14 -65 18 -19 5 -66 18 -105 30 -38 12 -86 25 -105 30 -19 5 -55 14 -80 20 -159 41 -263 60 -470 85 -155 19 -490 18 -650 -1z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777.000000 723.000000"><g transform="translate(0.000000,723.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3160 6904 c-63 -8 -142 -19 -175 -26 -33 -6 -80 -14 -105 -18 -58 -9 -153 -33 -305 -76 -59 -16 -91 -27 -177 -60 -24 -9 -61 -23 -83 -31 -22 -8 -55 -21 -72 -29 -81 -35 -109 -48 -123 -56 -8 -4 -22 -11 -30 -14 -136 -56 -379 -208 -580 -362 -148 -114 -377 -336 -485 -471 -94 -116 -165 -210 -165 -217 0 -3 -13 -23 -28 -43 -16 -20 -32 -43 -35 -51 -4 -8 -16 -28 -27 -45 -11 -16 -24 -39 -30 -50 -6 -11 -19 -33 -29 -50 -37 -58 -181 -356 -181 -374 0 -5 -6 -22 -14 -38 -27 -53 -79 -206 -106 -313 -5 -19 -14 -55 -20 -80 -42 -164 -62 -274 -86 -492 -26 -231 -12 -572 32 -813 27 -145 45 -229 60 -275 8 -25 14 -53 14 -62 0 -10 6 -32 14 -50 7 -18 21 -58 30 -88 9 -30 23 -72 31 -92 8 -21 22 -57 31 -80 65 -169 189 -409 302 -583 56 -85 203 -282 263 -350 57 -65 259 -267 324 -324 83 -73 364 -281 380 -281 2 0 21 -12 42 -26 21 -14 47 -30 58 -35 11 -5 34 -18 50 -28 31 -20 214 -112 273 -137 64 -28 98 -42 140 -58 131 -50 237 -85 322 -106 19 -4 49 -13 65 -18 17 -6 57 -18 90 -28 33 -9 78 -23 100 -29 22 -7 67 -20 100 -29 33 -10 74 -22 90 -28 17 -5 46 -14 65 -18 19 -5 67 -18 105 -30 39 -12 86 -25 105 -30 19 -5 55 -14 80 -20 159 -41 263 -60 470 -85 230 -28 596 -16 825 27 33 6 80 14 105 18 59 9 138 29 307 77 58 16 92 27 171 57 23 9 61 23 85 32 23 9 57 22 75 30 80 35 108 48 122 56 8 4 22 11 30 14 162 66 473 270 685 447 139 116 365 357 470 500 17 23 40 53 53 67 12 13 22 29 22 33 0 5 13 26 28 46 16 20 32 43 35 51 4 8 16 29 27 45 11 17 24 39 30 50 6 11 19 34 29 50 37 58 181 356 181 374 0 5 6 22 14 38 27 53 79 206 106 313 5 19 14 55 20 80 43 168 62 274 86 492 26 232 12 572 -32 813 -27 145 -45 229 -60 275 -8 25 -14 53 -14 62 0 10 -6 32 -14 50 -7 18 -21 58 -30 88 -9 30 -23 72 -31 93 -8 20 -22 56 -31 80 -65 168 -189 408 -302 582 -59 90 -214 297 -266 355 -53 57 -259 263 -316 316 -70 63 -369 284 -385 284 -2 0 -21 12 -42 26 -21 14 -47 30 -58 35 -11 5 -33 18 -50 28 -30 20 -211 110 -275 138 -148 66 -342 134 -460 163 -19 4 -48 13 -65 18 -16 6 -57 18 -90 28 -33 9 -78 23 -100 29 -22 7 -67 20 -100 29 -33 10 -73 22 -90 28 -16 5 -46 14 -65 18 -19 5 -66 18 -105 30 -38 12 -86 25 -105 30 -19 5 -55 14 -80 20 -159 41 -263 60 -470 85 -155 19 -490 18 -650 -1z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.about-three__image__two img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__image__two img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .about-three__image__two img {
        max-width: 200px;
    }
}

.about-three__image__three {
    padding: 10px;
    position: absolute;
    right: -57px;
    bottom: -63px;
    z-index: 3;
    background-color: var(--insta-white, #ffffff);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 765.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3275 7155 c-5 -2 -57 -8 -115 -14 -233 -26 -540 -93 -668 -147 -18 -8 -39 -14 -47 -14 -8 0 -31 -7 -52 -16 -75 -32 -99 -42 -143 -59 -101 -39 -353 -170 -438 -226 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -45 -30 -23 0 -318 -243 -430 -355 -130 -130 -385 -435 -385 -460 0 -4 -13 -24 -30 -45 -16 -21 -30 -40 -30 -43 0 -3 -13 -25 -29 -49 -69 -104 -201 -365 -256 -508 -39 -101 -45 -117 -61 -170 -9 -30 -23 -70 -30 -88 -8 -18 -14 -41 -14 -51 0 -9 -6 -37 -14 -62 -34 -108 -72 -323 -91 -509 -46 -464 26 -990 195 -1430 12 -30 25 -67 30 -81 4 -14 12 -34 18 -45 6 -10 24 -48 40 -84 46 -101 71 -152 94 -190 11 -19 32 -57 47 -83 139 -255 400 -573 646 -786 84 -73 320 -255 430 -331 42 -29 178 -128 190 -138 6 -5 24 -17 40 -28 26 -16 142 -99 170 -122 6 -4 33 -23 60 -42 189 -128 193 -130 230 -149 11 -6 47 -26 80 -45 98 -56 253 -131 365 -176 30 -12 70 -28 88 -36 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 39 -16 107 -37 198 -61 36 -9 88 -23 116 -31 28 -8 62 -14 75 -14 13 0 56 -6 94 -14 159 -33 363 -49 585 -44 118 3 251 11 295 17 208 30 379 63 455 87 25 8 53 14 62 14 10 0 32 6 50 14 18 7 58 21 88 31 55 17 84 27 170 60 140 54 406 188 508 256 24 16 46 29 49 29 3 0 22 13 43 30 21 16 41 30 45 30 23 0 334 258 445 369 75 76 225 248 291 336 50 65 139 194 139 200 0 2 13 23 29 47 69 104 202 368 255 506 9 23 23 59 31 80 8 20 22 62 31 92 9 30 23 70 30 88 8 18 14 41 14 51 0 9 6 37 14 62 34 108 72 323 91 509 46 465 -25 989 -195 1430 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -25 51 -42 89 -17 39 -36 77 -41 85 -5 8 -11 20 -13 25 -2 6 -7 17 -10 25 -3 8 -16 31 -27 50 -12 19 -33 57 -48 83 -40 74 -53 94 -153 238 -183 267 -427 512 -743 747 -82 61 -155 115 -160 120 -6 5 -24 17 -40 28 -28 17 -147 103 -170 122 -6 5 -24 17 -40 27 -17 11 -64 44 -105 75 -41 31 -97 71 -125 90 -27 18 -77 52 -110 74 -66 45 -90 60 -120 75 -11 6 -47 26 -80 45 -169 97 -441 215 -590 256 -16 5 -43 13 -60 18 -125 43 -382 94 -590 117 -121 13 -507 21 -540 10z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 765.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3275 7155 c-5 -2 -57 -8 -115 -14 -233 -26 -540 -93 -668 -147 -18 -8 -39 -14 -47 -14 -8 0 -31 -7 -52 -16 -75 -32 -99 -42 -143 -59 -101 -39 -353 -170 -438 -226 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -45 -30 -23 0 -318 -243 -430 -355 -130 -130 -385 -435 -385 -460 0 -4 -13 -24 -30 -45 -16 -21 -30 -40 -30 -43 0 -3 -13 -25 -29 -49 -69 -104 -201 -365 -256 -508 -39 -101 -45 -117 -61 -170 -9 -30 -23 -70 -30 -88 -8 -18 -14 -41 -14 -51 0 -9 -6 -37 -14 -62 -34 -108 -72 -323 -91 -509 -46 -464 26 -990 195 -1430 12 -30 25 -67 30 -81 4 -14 12 -34 18 -45 6 -10 24 -48 40 -84 46 -101 71 -152 94 -190 11 -19 32 -57 47 -83 139 -255 400 -573 646 -786 84 -73 320 -255 430 -331 42 -29 178 -128 190 -138 6 -5 24 -17 40 -28 26 -16 142 -99 170 -122 6 -4 33 -23 60 -42 189 -128 193 -130 230 -149 11 -6 47 -26 80 -45 98 -56 253 -131 365 -176 30 -12 70 -28 88 -36 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 39 -16 107 -37 198 -61 36 -9 88 -23 116 -31 28 -8 62 -14 75 -14 13 0 56 -6 94 -14 159 -33 363 -49 585 -44 118 3 251 11 295 17 208 30 379 63 455 87 25 8 53 14 62 14 10 0 32 6 50 14 18 7 58 21 88 31 55 17 84 27 170 60 140 54 406 188 508 256 24 16 46 29 49 29 3 0 22 13 43 30 21 16 41 30 45 30 23 0 334 258 445 369 75 76 225 248 291 336 50 65 139 194 139 200 0 2 13 23 29 47 69 104 202 368 255 506 9 23 23 59 31 80 8 20 22 62 31 92 9 30 23 70 30 88 8 18 14 41 14 51 0 9 6 37 14 62 34 108 72 323 91 509 46 465 -25 989 -195 1430 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -25 51 -42 89 -17 39 -36 77 -41 85 -5 8 -11 20 -13 25 -2 6 -7 17 -10 25 -3 8 -16 31 -27 50 -12 19 -33 57 -48 83 -40 74 -53 94 -153 238 -183 267 -427 512 -743 747 -82 61 -155 115 -160 120 -6 5 -24 17 -40 28 -28 17 -147 103 -170 122 -6 5 -24 17 -40 27 -17 11 -64 44 -105 75 -41 31 -97 71 -125 90 -27 18 -77 52 -110 74 -66 45 -90 60 -120 75 -11 6 -47 26 -80 45 -169 97 -441 215 -590 256 -16 5 -43 13 -60 18 -125 43 -382 94 -590 117 -121 13 -507 21 -540 10z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .about-three__image__three {
        right: -25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__image__three {
        right: -40px;
    }
}

@media (max-width: 767px) {
    .about-three__image__three {
        right: -40px;
    }
}

@media (max-width: 575px) {
    .about-three__image__three {
        left: 50%;
        bottom: -98px;
    }
}

.about-three__image__three__inner {
    text-align: center;
    position: relative;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 765.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3275 7155 c-5 -2 -57 -8 -115 -14 -233 -26 -540 -93 -668 -147 -18 -8 -39 -14 -47 -14 -8 0 -31 -7 -52 -16 -75 -32 -99 -42 -143 -59 -101 -39 -353 -170 -438 -226 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -45 -30 -23 0 -318 -243 -430 -355 -130 -130 -385 -435 -385 -460 0 -4 -13 -24 -30 -45 -16 -21 -30 -40 -30 -43 0 -3 -13 -25 -29 -49 -69 -104 -201 -365 -256 -508 -39 -101 -45 -117 -61 -170 -9 -30 -23 -70 -30 -88 -8 -18 -14 -41 -14 -51 0 -9 -6 -37 -14 -62 -34 -108 -72 -323 -91 -509 -46 -464 26 -990 195 -1430 12 -30 25 -67 30 -81 4 -14 12 -34 18 -45 6 -10 24 -48 40 -84 46 -101 71 -152 94 -190 11 -19 32 -57 47 -83 139 -255 400 -573 646 -786 84 -73 320 -255 430 -331 42 -29 178 -128 190 -138 6 -5 24 -17 40 -28 26 -16 142 -99 170 -122 6 -4 33 -23 60 -42 189 -128 193 -130 230 -149 11 -6 47 -26 80 -45 98 -56 253 -131 365 -176 30 -12 70 -28 88 -36 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 39 -16 107 -37 198 -61 36 -9 88 -23 116 -31 28 -8 62 -14 75 -14 13 0 56 -6 94 -14 159 -33 363 -49 585 -44 118 3 251 11 295 17 208 30 379 63 455 87 25 8 53 14 62 14 10 0 32 6 50 14 18 7 58 21 88 31 55 17 84 27 170 60 140 54 406 188 508 256 24 16 46 29 49 29 3 0 22 13 43 30 21 16 41 30 45 30 23 0 334 258 445 369 75 76 225 248 291 336 50 65 139 194 139 200 0 2 13 23 29 47 69 104 202 368 255 506 9 23 23 59 31 80 8 20 22 62 31 92 9 30 23 70 30 88 8 18 14 41 14 51 0 9 6 37 14 62 34 108 72 323 91 509 46 465 -25 989 -195 1430 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -25 51 -42 89 -17 39 -36 77 -41 85 -5 8 -11 20 -13 25 -2 6 -7 17 -10 25 -3 8 -16 31 -27 50 -12 19 -33 57 -48 83 -40 74 -53 94 -153 238 -183 267 -427 512 -743 747 -82 61 -155 115 -160 120 -6 5 -24 17 -40 28 -28 17 -147 103 -170 122 -6 5 -24 17 -40 27 -17 11 -64 44 -105 75 -41 31 -97 71 -125 90 -27 18 -77 52 -110 74 -66 45 -90 60 -120 75 -11 6 -47 26 -80 45 -169 97 -441 215 -590 256 -16 5 -43 13 -60 18 -125 43 -382 94 -590 117 -121 13 -507 21 -540 10z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 765.000000 747.000000"><g transform="translate(0.000000,747.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M3275 7155 c-5 -2 -57 -8 -115 -14 -233 -26 -540 -93 -668 -147 -18 -8 -39 -14 -47 -14 -8 0 -31 -7 -52 -16 -75 -32 -99 -42 -143 -59 -101 -39 -353 -170 -438 -226 -24 -16 -46 -29 -49 -29 -3 0 -22 -13 -43 -30 -21 -16 -41 -30 -45 -30 -23 0 -318 -243 -430 -355 -130 -130 -385 -435 -385 -460 0 -4 -13 -24 -30 -45 -16 -21 -30 -40 -30 -43 0 -3 -13 -25 -29 -49 -69 -104 -201 -365 -256 -508 -39 -101 -45 -117 -61 -170 -9 -30 -23 -70 -30 -88 -8 -18 -14 -41 -14 -51 0 -9 -6 -37 -14 -62 -34 -108 -72 -323 -91 -509 -46 -464 26 -990 195 -1430 12 -30 25 -67 30 -81 4 -14 12 -34 18 -45 6 -10 24 -48 40 -84 46 -101 71 -152 94 -190 11 -19 32 -57 47 -83 139 -255 400 -573 646 -786 84 -73 320 -255 430 -331 42 -29 178 -128 190 -138 6 -5 24 -17 40 -28 26 -16 142 -99 170 -122 6 -4 33 -23 60 -42 189 -128 193 -130 230 -149 11 -6 47 -26 80 -45 98 -56 253 -131 365 -176 30 -12 70 -28 88 -36 18 -8 39 -14 47 -14 8 0 29 -6 47 -14 39 -16 107 -37 198 -61 36 -9 88 -23 116 -31 28 -8 62 -14 75 -14 13 0 56 -6 94 -14 159 -33 363 -49 585 -44 118 3 251 11 295 17 208 30 379 63 455 87 25 8 53 14 62 14 10 0 32 6 50 14 18 7 58 21 88 31 55 17 84 27 170 60 140 54 406 188 508 256 24 16 46 29 49 29 3 0 22 13 43 30 21 16 41 30 45 30 23 0 334 258 445 369 75 76 225 248 291 336 50 65 139 194 139 200 0 2 13 23 29 47 69 104 202 368 255 506 9 23 23 59 31 80 8 20 22 62 31 92 9 30 23 70 30 88 8 18 14 41 14 51 0 9 6 37 14 62 34 108 72 323 91 509 46 465 -25 989 -195 1430 -12 30 -25 67 -30 81 -4 14 -12 34 -18 45 -6 10 -25 51 -42 89 -17 39 -36 77 -41 85 -5 8 -11 20 -13 25 -2 6 -7 17 -10 25 -3 8 -16 31 -27 50 -12 19 -33 57 -48 83 -40 74 -53 94 -153 238 -183 267 -427 512 -743 747 -82 61 -155 115 -160 120 -6 5 -24 17 -40 28 -28 17 -147 103 -170 122 -6 5 -24 17 -40 27 -17 11 -64 44 -105 75 -41 31 -97 71 -125 90 -27 18 -77 52 -110 74 -66 45 -90 60 -120 75 -11 6 -47 26 -80 45 -169 97 -441 215 -590 256 -16 5 -43 13 -60 18 -125 43 -382 94 -590 117 -121 13 -507 21 -540 10z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: auto;
    max-width: 260px;
    padding: 10px;
    mask-size: auto;
}

.about-three__image__three .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--insta-base, #1e235c);
}

.about-three__image__three img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__image__three img {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .about-three__image__three img {
        max-width: 200px;
    }
}

@media (max-width: 430px) {
    .about-three__image__three img {
        max-width: 180px;
    }
}

@media (max-width: 390px) {
    .about-three__image__three img {
        max-width: 150px;
    }
}

@media (max-width: 360px) {
    .about-three__image__three img {
        max-width: 130px;
    }
}

.about-three__image__shape-box {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 30px;
    z-index: 2;
}

.about-three__image__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: -365px;
    right: -260px;
    animation: moveHorizontal 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-three__image__shape-one {
        top: -280px;
        right: -200px;
    }
}

@media (max-width: 767px) {
    .about-three__image__shape-one {
        top: -311px;
        right: -228px;
    }
}

@media (max-width: 575px) {
    .about-three__image__shape-one {
        display: none;
    }
}

.about-three__image__shape-two {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: -75px;
    top: 151px;
    animation: zump 2s linear infinite;
}

@media (max-width: 575px) {
    .about-three__image__shape-two {
        display: none;
    }
}

.about-four {
    position: relative;
    background-color: var(--insta-white, #ffffff);
}

.about-four__overlay {
    width: 666px;
    height: 503px;
    background-color: var(--insta-white5, #f0f5f5);
    position: absolute;
    top: -1px;
    left: 0;
}

@media (max-width: 1599px) {
    .about-four__overlay {
        width: 600px;
    }
}

@media (max-width: 1399px) {
    .about-four__overlay {
        width: 500px;
    }
}

@media (max-width: 575px) {
    .about-four__overlay {
        display: none;
    }
}

.about-four .container {
    position: relative;
    z-index: 2;
}

.about-four__image {
    position: relative;
    display: table;
    padding-left: 24px;
}

@media (max-width: 1199px) {
    .about-four__image {
        padding-left: 100px;
    }
}

@media (max-width: 575px) {
    .about-four__image {
        padding-left: 30px;
    }
}

@media (max-width: 430px) {
    .about-four__image {
        padding-left: 0;
    }
}

.about-four__image__inner {
    position: relative;
}

.about-four__image__inner::before {
    content: "";
    width: 340px;
    height: 356px;
    border: 2px solid var(--insta-base, #1e235c);
    position: absolute;
    top: -26px;
    left: -28px;
    border-radius: 40px;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 430px) {
    .about-four__image__inner::before {
        display: none;
    }
}

.about-four__image__one {
    position: relative;
}

.about-four__image__one img {
    position: relative;
    max-width: 100%;
    height: auto;
    border-radius: 40px 40px 40px 0;
    z-index: 1;
}

.about-four__image__two {
    display: table;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 40px 0 40px 0;
    border-top: 6px solid var(--insta-white, #ffffff);
    border-left: 6px solid var(--insta-white, #ffffff);
    z-index: 2;
}

@media (max-width: 575px) {
    .about-four__image__two {
        margin-top: 20px;
        position: relative;
    }
}

.about-four__image__two img {
    max-width: 100%;
    height: auto;
    border-radius: 37px 0 40px 0;
}

.about-four__image__two .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--insta-base, #1e235c);
    z-index: 1;
}

.about-four__image__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 127px;
    left: -100px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
    .about-four__image__shape {
        display: none;
    }
}

.about-four__experience {
    padding: 10px;
    position: absolute;
    left: -256px;
    bottom: 34px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 16px;
    z-index: 2;
}

@media (max-width: 1799px) {
    .about-four__experience {
        left: -200px;
    }
}

@media (max-width: 1599px) {
    .about-four__experience {
        left: -100px;
    }
}

@media (max-width: 1599px) {
    .about-four__experience {
        left: -80px;
    }
}

@media (max-width: 1299px) {
    .about-four__experience {
        left: -30px;
    }
}

@media (max-width: 1199px) {
    .about-four__experience {
        left: -100px;
    }
}

@media (max-width: 575px) {
    .about-four__experience {
        width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%);
    }
}

.about-four__experience__inner {
    padding: 9px 20px 12px 32px;
    border-radius: inherit;
    border: 1px dashed var(--insta-base, #1e235c);
}

.about-four__experience__title {
    position: relative;
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
}

.about-four__experience__title::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.about-four__tab {
    position: relative;
    z-index: 2;
}

.about-four .sec-title {
    margin-bottom: 26px;
}

.about-four__text {
    margin-bottom: 24px;
}

.about-four .tabs-box {
    position: relative;
}

.about-four .tabs-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 34px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}

@media (max-width: 767px) {
    .about-four .tabs-box .tab-buttons {
        gap: 15px;
    }
}

.about-four .tabs-box .tab-buttons .tab-btn {
    position: relative;
    cursor: pointer;
    padding: 10px 31px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: var(--insta-black, #122f2a);
    text-transform: uppercase;
    background-color: var(--insta-white5, #f0f5f5);
    overflow: visible;
    border-radius: 0;
    z-index: 1;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .about-four .tabs-box .tab-buttons .tab-btn {
        font-size: 16px;
    }
}

.about-four .tabs-box .tab-buttons .tab-btn:hover {
    color: var(--insta-white, #ffffff);
}

.about-four .tabs-box .tab-buttons .tab-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    opacity: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: var(--insta-base, #1e235c) transparent transparent transparent;
    transition: all 500ms ease;
}

@media (max-width: 767px) {
    .about-four .tabs-box .tab-buttons .tab-btn::before {
        display: none;
    }
}

.about-four .tabs-box .tab-buttons .tab-btn.active-btn {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.about-four .tabs-box .tab-buttons .tab-btn.active-btn::before {
    opacity: 1;
}

.about-four .tabs-box .tabs-content {
    margin-bottom: 34px;
    position: relative;
    width: 100%;
    display: block;
}

.about-four .tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.about-four .tabs-box .tabs-content .tab.active-tab {
    display: block;
}

.about-four__list {
    margin-bottom: 0;
}

.about-four__list li {
    display: flex;
    gap: 10px;
    color: var(--insta-black2, #333333);
    font-weight: 500;
}

.about-four__list li+li {
    margin-top: 8px;
}

.about-four__list li .about-four__list__icon {
    position: relative;
    top: 8px;
    display: inline-flex;
    font-size: 12px;
    color: var(--insta-base, #1e235c);
}

.about-four__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 43px;
    left: 40px;
    animation: zumpBottom 2s linear infinite;
    z-index: 1;
}

@media (max-width: 1599px) {
    .about-four__shape-one {
        animation-name: zump;
    }
}

@media (max-width: 1399px) {
    .about-four__shape-one {
        left: 25px;
    }
}

.about-four__shape-two {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 135px;
    bottom: 138px;
    animation: zoomOut 4s linear infinite;
    z-index: 1;
}

@media (max-width: 1799px) {
    .about-four__shape-two {
        right: 50px;
    }
}

@media (max-width: 1599px) {
    .about-four__shape-two {
        max-width: 90px;
        right: 20px;
    }
}

@media (max-width: 1299px) {
    .about-four__shape-two {
        display: none;
    }
}

@keyframes videoRippleAbout {
    70% {
        box-shadow: 0 0 0 40px RGBA(var(--insta-black5-rgb, 15, 54, 103), 0);
    }
    100% {
        box-shadow: 0 0 0 0 RGBA(var(--insta-black5-rgb, 15, 54, 103), 0);
    }
}

@keyframes aboutShapeZump {
    0% {
        -webkit-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%);
    }
    50% {
        -webkit-transform: translate3d(0, -15px, 0) translateY(-50%);
        transform: translate3d(0, -15px, 0) translateY(-50%);
    }
    100% {
        -webkit-transform: translateZ(0) translateY(-50%);
        transform: translateZ(0) translateY(-50%);
    }
}

/** about-style-four **/

.about-style-four {
    position: relative;
    /* padding: 170px 0px 130px 0px; */
}

.about-style-four .pattern-layer {
    position: absolute;
    left: 0px;
    top: -300px;
    width: 644px;
    height: 1022px;
    z-index: -1;
    background-repeat: no-repeat;
}

.image_block_03 .image-box {
    position: relative;
    display: block;
    padding-right: 65px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 40px;
}

.image_block_03 .image-box .image-1 {
    position: relative;
    border-radius: 10px;
    max-width: 82%;
    margin-left: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.image_block_03 .image-box .image img {
    width: 100%;
}

.image_block_03 .image-box .image-2 {
    position: absolute;
    border-radius: 5px;
    top: -40px;
    right: 0px;
    max-width: 175px;
    border: 1px solid #dee0e9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.image_block_03 .image-box .image-3 {
    position: absolute;
    right: 36px;
    max-width: 210px;
    bottom: -75px;
    border-radius: 5px;
    border: 1px solid #dee0e9;
    z-index: 1;
    box-shadow: 0 10px 30px 5px #e0e4f2;
}

.image_block_03 .image-box .image-3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    z-index: -1;
    border: 2px dotted var(--insta-base);
}

.image_block_03 .image-box .pattern-layer {
    position: absolute;
    right: -160px;
    top: -90px;
    right: 0px;
    width: 565px;
    height: 565px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.content_block_08 .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    padding-left: 20px;
    margin-bottom: 12px;
}

.content_block_08 .content-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_08 .content-box .list-item li span {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.content_block_08 .content-box .list-item li span:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    left: -2px;
    top: -2px;
    border-radius: 50%;
}

.content_block_08 .content-box .list-item li span:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.content_block_08 .content-box .sec-title {
    margin-bottom: 32px;
}

.content_block_08 .content-box .list-item {
    position: relative;
    margin-bottom: 34px;
}

.content_block_08 .content-box .text {
    margin-bottom: 25px;
}

.content_block_08 .content-box .btn-box {
    margin-bottom: 49px;
}

.content_block_08 .content-box .lower-text .h6,
.content_block_08 .content-box .lower-text h6 {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #1d165c;
    padding-left: 15px;
    z-index: 1;
}

.content_block_08 .content-box .lower-text .h6 i,
.content_block_08 .content-box .lower-text h6 i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 15px;
    color: #2b2566;
}

.content_block_08 .content-box .lower-text .h6 a:hover,
.content_block_08 .content-box .lower-text h6 a:hover {
    text-decoration: underline;
}

.rotate-me {
    animation: rotateme 30s infinite linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.content_block_08 .accordion-content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.content_block_08 .accordion-content ul li {
    padding-left: 18px;
    position: relative;
}

.content_block_08 .accordion-content ul li::before {
    content: "✔";
    color: green;
    position: absolute;
    left: 0;
    top: 0px;
}

.chooseus-style-three {
    position: relative;
    padding-top: 40px;
}

.chooseus-style-three .inner-box .sec-title {
    margin-bottom: 52px;
}

.chooseus-style-three .inner-box .single-item {
    position: relative;
    margin-bottom: 56px;
}

.chooseus-style-three .inner-box .single-item .h5,
.chooseus-style-three .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 19px;
    color: var(--insta-base);
}

.chooseus-style-three .inner-box .single-item .h5:before,
.chooseus-style-three .inner-box .single-item h3:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    width: 55px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    transition: all 500ms ease;
}

.chooseus-style-three .inner-box .single-item:hover .h5:before,
.chooseus-style-three .inner-box .single-item:hover h3:before {
    opacity: 0;
}

.chooseus-style-three .inner-box .single-item .h5:after,
.chooseus-style-three .inner-box .single-item h3:after {
    position: absolute;
    content: '';
    width: 0px;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    transition: all 500ms ease;
}

.content_block_08 {
    margin-top: 80px;
}

.floated-faq {
    max-width: 650px;
    float: right;
    margin-left: 21px;
}

.content_block_08 .faq-page__accordion {
    margin-bottom: 40px;
}

.seo-folio {
    z-index: 4;
}

/* .seo-folio-slide{
  padding: 170px 0px 30px 0px;
} */

.seo-folio.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 100px;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    gap: 5px;
}

.seo-folio.insta-owl__carousel--basic-nav.owl-carousel .owl-nav,
.seo-folio.insta-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 18px;
    margin-bottom: 28px;
}

#home_banner_mobile.insta-owl__carousel--basic-nav.owl-carousel .owl-nav {
    position: absolute;
    bottom: 21px;
    left: 13px;
}

#home_banner_mobile.insta-owl__carousel--basic-nav.owl-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.chooseus-style-three .inner-box .single-item:hover h3:after {
    width: 55px;
    opacity: 1;
}

.chooseus-style-three .inner-box .single-item .box {
    position: relative;
    padding: 7px 0px 0px 75px;
}

.chooseus-style-three .inner-box .single-item .box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    color: var(--insta-base);
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 20px 50px 5px rgba(53, 48, 212, 0.4);
}

.chooseus-style-three .inner-box .single-item .box .icon-box:before {
    position: absolute;
    content: '';
    background: var(--insta-base);
    width: 100%;
    height: 100%;
    left: -60px;
    top: -60px;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
}

.chooseus-style-three .inner-box .single-item:hover .box .icon-box:before {
    opacity: .21;
    left: 0px;
    top: 0px;
}

.chooseus-style-three .inner-column:last-child .inner-box .single-item:first-child .box .icon-box {
    box-shadow: 0 20px 50px 5px rgba(115, 2, 234, 0.3);
}

.chooseus-style-three .inner-column:last-child .inner-box .single-item:first-child .box .icon-box,
.chooseus-style-three .inner-column:last-child .inner-box .single-item:last-child .box .icon-box {
    box-shadow: 0 20px 50px 5px rgba(61, 176, 226, 0.4);
}

.chooseus-style-three .inner-box .single-item .box p {
    line-height: 28px;
}

.chooseus-style-three .image-layer {
    position: absolute;
    /*top: -100px;*/
    right: 0px;
    z-index: 2;
    max-width: 600px;
}

.chooseus-style-three .image-layer img {
    width: 100%;
}

.chooseus-style-three .pattern-layer {
    position: absolute;
    top: -400px;
    right: 0px;
    opacity: 0.4;
    width: 644px;
    height: 1022px;
    background-repeat: no-repeat;
    z-index: 1;
}

.chooseus-style-three .inner-container {
    position: relative;
    padding-bottom: 55px;
    border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) and (max-width: 1168px) {
    .chooseus-style-three .image-layer {
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .image_block_03 .image-box {
        margin-bottom: 25px;
    }
    .chooseus-style-three .image-layer {
        position: static;
    }
    .chooseus-style-three .pattern-layer {
        z-index: -1;
    }
    .image_block_03 .image-box .pattern-layer {
        width: 300px;
        height: 300px;
        background-size: 100%;
        left: unset;
        top: -45px;
    }
    .image_block_03 .image-box .image-1 {
        max-width: 100%;
    }
    .image_block_03 .image-box .image-3 {
        max-width: 100px;
    }
    .image_block_03-mb {
        margin-bottom: 115px;
    }
}

/*--------------------------------------------------------------
# Award Section
--------------------------------------------------------------*/

.awards-present img {
    -webkit-user-drag: none;
}

.awards-present {
    position: relative;
    user-select: none;
}

.celebration-poper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}

.celebration-poper.poper02 {
    height: 100%;
}

.celebration-poper.poper03 {
    top: unset;
    bottom: 0;
    z-index: 10;
    display: none;
}

.awards-present::before {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    top: 60px;
    width: 20px;
    height: calc(100% - 240px);
    background: white;
    z-index: 5;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: inset 0px 0px 8px #c5caca;
}

.tree-shado {
    transform: scale(1.25);
    max-width: 300px;
}

.main-award-img {
    position: relative;
    z-index: 6;
}

.award-root {
    margin: auto;
    display: flex;
    position: relative;
    z-index: 4;
    background: white;
    max-width: 400px;
    transform: translateX(-5px);
    margin-bottom: 50px;
}

.award-heading {
    margin: 50px auto;
    position: relative;
    z-index: 8;
}

.award-heading img {
    width: 600px;
    max-width: 100%;
}

.award-heading span {
    position: absolute;
    top: 10px;
    font-size: 28px;
    color: white;
    width: 100%;
    text-align: center;
}

.award-section {
    /* background: linear-gradient(rgba(0, 0, 0, 0.485), rgba(0, 0, 0, 0.485)) , url(../images/resources/award-bg-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background: #d4e5eb;
    position: relative;
    padding: 40px 0 180px 0;
}

.award-section .theme-btn-1 {
    position: relative;
    z-index: 10;
}

.award-year-box {
    position: relative;
    display: flex;
    justify-content: center;
}

.award-year {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    line-height: 1.36;
    color: var(--insta-base);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: calc(50% - 8px);
    top: 0;
    bottom: 0;
    z-index: 5;
}

.award-cont {
    padding: 18px;
    border: 8px groove;
    position: relative;
    z-index: 6;
    background: white;
}

.award-cont .awrad-til {
    font-size: 18px;
    color: var(--insta-base);
    font-weight: 600;
    margin-bottom: 8px;
}

.award-section .illus-image {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    max-width: 345px;
    max-height: 345px;
    z-index: 1;
}

.award-section .illus-image2 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
    max-width: 245px;
    z-index: 1;
    animation: moveVertical 2s linear infinite alternate;
}

.refer-text {
    font-size: 18px;
    /* font-weight: 500; */
    text-align: center;
    line-height: 1.36;
    color: rgb(67, 67, 67);
    /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--insta-base); */
}

.reward-amount {
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    line-height: 1.36;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: var(--insta-base);
    font-family: var(--insta-heading-font);
}

.reward-amount img {
    max-height: 100px;
}

.refer-text .amount {
    color: var(--insta-red)
}

@keyframes moveVertical {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

.award_carousel {
    z-index: 4;
}

.award-section .curve-texture {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.award-section .insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover,
.award-section .insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
    background: white;
}

.award-section .insta-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
    border: 1px solid white;
}

.award-section .single-item {
    position: relative;
    display: block;
    /* background: #fff; */
    text-align: center;
    /* padding: 57px 30px 33px 30px; */
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
    transition: all 500ms ease;
}

.award-section .single-item:hover {
    transform: translateY(-10px);
}

.award-section .single-item .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 39px;
}

.award-section .single-item .icon-box i {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    z-index: 1;
    box-shadow: 0 0 0 8px #ffc0a7;
}

.award-section .owl-item:nth-child(2n+1) .single-item .icon-box i {
    box-shadow: 0 0 0 8px #b7beef;
}

.award-section .owl-item:nth-child(3n+1) .single-item .icon-box i {
    box-shadow: 0 0 0 8px #1e235c82;
}

.award-section .owl-item:nth-child(4n+1) .single-item .icon-box i {
    box-shadow: 0 0 0 8px #8ae7df;
}

.award-section .single-item .icon-box:after {
    position: absolute;
    content: '';
    background: #ffe7de;
    width: 104px;
    height: 104px;
    left: -17px;
    top: -17px;
    border-radius: 50%;
    transition: all 800ms;
    animation: scaling 1.85s linear infinite;
}

@keyframes scaling {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.award-section .owl-item:nth-child(2n+1) .single-item .icon-box:after {
    background: #e4e7ff;
}

.award-section .owl-item:nth-child(3n+1) .single-item .icon-box:after {
    background: #1e235c47;
}

.award-section .owl-item:nth-child(4n+1) .single-item .icon-box:after {
    background: #bef2ee;
}

.award-section .single-item .icon-box:before {
    position: absolute;
    content: '';
    top: -20px;
    right: -60px;
    width: 70px;
    height: 82px;
    background-repeat: no-repeat;
}

.award-section .single-item .h4 {
    text-transform: uppercase;
    line-height: 26px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.award-section .single-item p {
    margin-bottom: 0;
    line-height: 1.31;
}

.award-section .single-item .icon-box i {
    background: #ff6629;
}

.award-section .owl-item:nth-child(2n+1) .single-item .icon-box i {
    background: #7886eb;
}

.award-section .owl-item:nth-child(3n+1) .single-item .icon-box i {
    background: var(--insta-base);
}

.award-section .owl-item:nth-child(4n+1) .single-item .icon-box i {
    background: #00dfcb;
}

@media (max-width: 768px) {
    .award-section .illus-image {
        bottom: 0px;
        left: 30%;
        top: unset;
        max-width: 40%;
    }
    .award-section {
        padding: 40px 0 260px 0;
    }
    .row-reverse {
        flex-direction: column-reverse;
    }
    .tree-shado {
        max-width: 50%;
    }
    .award-heading span {
        font-size: 19px;
    }
    .theme-btn-1 {
        margin-bottom: 10px;
    }
    .reward-amount {
        font-size: 45px;
    }
    .reward-amount img {
        max-height: 65px;
        display: block;
        margin: auto;
    }
    .awards-present::before {
        z-index: 0;
    }
    .celebration-poper.poper02,
    .celebration-poper.poper03 {
        display: block;
        z-index: 10;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial-card__content {
    position: relative;
    margin: 0 auto;
    width: 370px;
    height: 352px;
    border-radius: 50%;
    transition: all 500ms ease;
}

@media (max-width: 425px) {
    .testimonial-card__content {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .testimonial-card__content {
        width: 100%;
        height: 100%;
        background-color: var(--insta-white, #ffffff);
        border-radius: 30px;
        min-height: 406px;
    }
    .testimonials-one .owl-nav {
        margin-top: 15px !important;
    }
}

.testimonial-card__content__shape {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 858.000000"><g transform="translate(0.000000,858.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2193 8568 c1 -9 -19 -16 -58 -21 -372 -49 -687 -210 -981 -502 -284 -282 -517 -649 -707 -1120 -132 -326 -222 -629 -316 -1070 -15 -71 -57 -334 -70 -435 -108 -873 -78 -1474 110 -2155 39 -143 118 -372 159 -460 5 -11 21 -49 35 -84 101 -246 304 -601 492 -862 227 -313 563 -662 858 -889 39 -30 72 -57 75 -60 21 -22 370 -252 455 -300 33 -18 76 -42 95 -53 123 -70 338 -170 517 -240 318 -124 662 -216 958 -256 44 -6 134 -18 200 -28 172 -23 742 -23 905 0 214 31 438 73 515 97 17 5 98 30 180 56 442 136 882 365 1289 671 146 110 321 262 502 438 120 116 348 377 479 550 234 307 509 774 640 1085 15 36 35 83 45 105 30 65 106 268 155 410 44 128 135 477 163 625 36 190 69 431 77 565 7 118 14 153 26 133 5 -7 9 108 9 265 0 161 -4 276 -9 273 -13 -8 -19 27 -26 139 -9 134 -40 355 -71 493 -126 564 -409 909 -854 1041 -252 74 -355 84 -804 78 -198 -3 -471 -13 -606 -22 -406 -26 -707 -30 -915 -11 -220 21 -266 28 -495 76 -40 8 -186 58 -279 94 -163 65 -370 195 -518 325 -75 66 -215 186 -279 240 -98 83 -356 269 -495 357 -88 56 -135 82 -314 179 -70 37 -254 115 -359 151 -145 50 -289 83 -446 102 -43 5 -64 12 -63 20 2 9 -31 12 -137 12 -106 0 -139 -3 -137 -12z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 858.000000"><g transform="translate(0.000000,858.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2193 8568 c1 -9 -19 -16 -58 -21 -372 -49 -687 -210 -981 -502 -284 -282 -517 -649 -707 -1120 -132 -326 -222 -629 -316 -1070 -15 -71 -57 -334 -70 -435 -108 -873 -78 -1474 110 -2155 39 -143 118 -372 159 -460 5 -11 21 -49 35 -84 101 -246 304 -601 492 -862 227 -313 563 -662 858 -889 39 -30 72 -57 75 -60 21 -22 370 -252 455 -300 33 -18 76 -42 95 -53 123 -70 338 -170 517 -240 318 -124 662 -216 958 -256 44 -6 134 -18 200 -28 172 -23 742 -23 905 0 214 31 438 73 515 97 17 5 98 30 180 56 442 136 882 365 1289 671 146 110 321 262 502 438 120 116 348 377 479 550 234 307 509 774 640 1085 15 36 35 83 45 105 30 65 106 268 155 410 44 128 135 477 163 625 36 190 69 431 77 565 7 118 14 153 26 133 5 -7 9 108 9 265 0 161 -4 276 -9 273 -13 -8 -19 27 -26 139 -9 134 -40 355 -71 493 -126 564 -409 909 -854 1041 -252 74 -355 84 -804 78 -198 -3 -471 -13 -606 -22 -406 -26 -707 -30 -915 -11 -220 21 -266 28 -495 76 -40 8 -186 58 -279 94 -163 65 -370 195 -518 325 -75 66 -215 186 -279 240 -98 83 -356 269 -495 357 -88 56 -135 82 -314 179 -70 37 -254 115 -359 151 -145 50 -289 83 -446 102 -43 5 -64 12 -63 20 2 9 -31 12 -137 12 -106 0 -139 -3 -137 -12z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--insta-base, #1e235c);
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .testimonial-card__content__shape {
        display: none;
    }
}

.testimonial-card__content__shape::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 858.000000"><g transform="translate(0.000000,858.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2193 8568 c1 -9 -19 -16 -58 -21 -372 -49 -687 -210 -981 -502 -284 -282 -517 -649 -707 -1120 -132 -326 -222 -629 -316 -1070 -15 -71 -57 -334 -70 -435 -108 -873 -78 -1474 110 -2155 39 -143 118 -372 159 -460 5 -11 21 -49 35 -84 101 -246 304 -601 492 -862 227 -313 563 -662 858 -889 39 -30 72 -57 75 -60 21 -22 370 -252 455 -300 33 -18 76 -42 95 -53 123 -70 338 -170 517 -240 318 -124 662 -216 958 -256 44 -6 134 -18 200 -28 172 -23 742 -23 905 0 214 31 438 73 515 97 17 5 98 30 180 56 442 136 882 365 1289 671 146 110 321 262 502 438 120 116 348 377 479 550 234 307 509 774 640 1085 15 36 35 83 45 105 30 65 106 268 155 410 44 128 135 477 163 625 36 190 69 431 77 565 7 118 14 153 26 133 5 -7 9 108 9 265 0 161 -4 276 -9 273 -13 -8 -19 27 -26 139 -9 134 -40 355 -71 493 -126 564 -409 909 -854 1041 -252 74 -355 84 -804 78 -198 -3 -471 -13 -606 -22 -406 -26 -707 -30 -915 -11 -220 21 -266 28 -495 76 -40 8 -186 58 -279 94 -163 65 -370 195 -518 325 -75 66 -215 186 -279 240 -98 83 -356 269 -495 357 -88 56 -135 82 -314 179 -70 37 -254 115 -359 151 -145 50 -289 83 -446 102 -43 5 -64 12 -63 20 2 9 -31 12 -137 12 -106 0 -139 -3 -137 -12z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 858.000000"><g transform="translate(0.000000,858.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M2193 8568 c1 -9 -19 -16 -58 -21 -372 -49 -687 -210 -981 -502 -284 -282 -517 -649 -707 -1120 -132 -326 -222 -629 -316 -1070 -15 -71 -57 -334 -70 -435 -108 -873 -78 -1474 110 -2155 39 -143 118 -372 159 -460 5 -11 21 -49 35 -84 101 -246 304 -601 492 -862 227 -313 563 -662 858 -889 39 -30 72 -57 75 -60 21 -22 370 -252 455 -300 33 -18 76 -42 95 -53 123 -70 338 -170 517 -240 318 -124 662 -216 958 -256 44 -6 134 -18 200 -28 172 -23 742 -23 905 0 214 31 438 73 515 97 17 5 98 30 180 56 442 136 882 365 1289 671 146 110 321 262 502 438 120 116 348 377 479 550 234 307 509 774 640 1085 15 36 35 83 45 105 30 65 106 268 155 410 44 128 135 477 163 625 36 190 69 431 77 565 7 118 14 153 26 133 5 -7 9 108 9 265 0 161 -4 276 -9 273 -13 -8 -19 27 -26 139 -9 134 -40 355 -71 493 -126 564 -409 909 -854 1041 -252 74 -355 84 -804 78 -198 -3 -471 -13 -606 -22 -406 -26 -707 -30 -915 -11 -220 21 -266 28 -495 76 -40 8 -186 58 -279 94 -163 65 -370 195 -518 325 -75 66 -215 186 -279 240 -98 83 -356 269 -495 357 -88 56 -135 82 -314 179 -70 37 -254 115 -359 151 -145 50 -289 83 -446 102 -43 5 -64 12 -63 20 2 9 -31 12 -137 12 -106 0 -139 -3 -137 -12z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var(--insta-white, #ffffff);
}

.testimonial-card__content__inner {
    padding: 109px 41px 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonial-card__content__inner {
        padding: 130px 30px 80px;
    }
}

.testimonial-card:hover .testimonial-card__content {
    background-color: var(--insta-base, #1e235c);
}

.testimonial-card:hover .testimonial-card__content__shape {
    visibility: hidden;
    opacity: 0;
}

.testimonial-card__quote-icon {
    position: absolute;
    top: 36px;
    left: 63px;
    display: inline-flex;
    font-size: 48px;
    color: var(--insta-black4, #0f3564);
    transition: all 500ms ease;
}

.testimonial-card__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 991px) {
    .testimonial-card__quote-icon {
        left: 30px;
    }
}

.testimonial-card:hover .testimonial-card__quote-icon {
    color: var(--insta-white, #ffffff);
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-card__ratings {
    position: absolute;
    top: 85px;
    right: 41px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    transition: all 500ms ease;
}

.testimonial-card__ratings__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-yellow, #ffa415);
    transition: all 500ms ease;
}

.testimonial-card__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.star-light,
.star-light i {
    /*.testimonial-card__ratings__icon:last-child {*/
    color: var(--insta-border-color, #dddddd);
}

.testimonial-card:hover .testimonial-card__ratings {
    right: 50%;
    transform: translateX(50%);
}

.testimonial-card__quote {
    margin: 0;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    line-height: 1.6875;
    transition: all 500ms ease;
}

.testimonial-card:hover .testimonial-card__quote {
    color: var(--insta-white, #ffffff);
}

.testimonial-card__identity {
    position: relative;
    margin-top: -41px;
    text-align: center;
    z-index: 2;
}

.testimonial-card__image {
    margin: 0 auto 21px;
    width: 72px !important;
    height: 72px !important;
    border-radius: 50%;
    border: 2px solid var(--insta-base, #1e235c);
}

.testimonial-card__name {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
}

.testimonial-card__designation {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
}

.testimonial-card-two {
    position: relative;
    padding: 48px 41px 51px;
    border: 1px solid var(--insta-border-color, #dddddd);
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 21px;
    background-color: var(--insta-white, #ffffff);
    overflow: hidden;
    transition: all 500ms ease;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testimonial-card-two {
        grid-template-columns: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonial-card-two {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .testimonial-card-two {
        grid-template-columns: auto;
    }
}

@media (max-width: 425px) {
    .testimonial-card-two {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 70px;
    }
}

.testimonial-card-two:hover {
    background-color: var(--insta-black5, #0f3667);
    border-color: var(--insta-black5, #0f3667);
}

.testimonial-card-two::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 45px 45px;
    border-color: transparent transparent var(--insta-base, #1e235c) transparent;
}

.testimonial-card-two__shape {
    width: 117px;
    height: calc(100% + 2px);
    position: relative;
    position: absolute;
    top: -1px;
    left: -1px;
    clip-path: polygon(0 0, 100% 0%, 100% 58%, 0% 100%);
    background-color: var(--insta-base, #1e235c);
}

@media (max-width: 1199px) {
    .testimonial-card-two__shape {
        display: none;
    }
}

.testimonial-card-two__shape__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.testimonial-card-two__image {
    position: relative;
    padding: 5px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 1;
}

.testimonial-card-two__image img {
    width: 150px !important;
    height: 150px;
    border-radius: 50%;
    border: 5px solid var(--insta-white, #ffffff);
}

.testimonial-card-two__image__quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 1px;
    font-size: 14px;
    color: var(--insta-white, #ffffff);
    border-radius: 50%;
    background-color: var(--insta-base, #1e235c);
    border: 5px solid var(--insta-white, #ffffff);
}

.testimonial-card-two__image__quote svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-two__content {
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.testimonial-card-two__ratings {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.testimonial-card-two__ratings__icon {
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-yellow, #ffa415);
}

.testimonial-card-two__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonial-card-two__quote {
    margin-bottom: 10px;
    font-style: italic;
    transition: all 500ms ease;
}

.testimonial-card-two__name {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.testimonial-card-two__designation {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
    transition: all 500ms ease;
}

.testimonial-card-two__quote-icon {
    position: absolute;
    right: 35px;
    bottom: 31px;
    display: inline-flex;
    font-size: 57px;
    color: var(--insta-black5, #0f3667);
    z-index: 1;
    transition: all 500ms ease;
}

.testimonial-card-two__quote-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (min-width: 576px) and (max-width: 767px) {
    .testimonial-card-two__quote-icon {
        bottom: 25px;
    }
}

@media (max-width: 425px) {
    .testimonial-card-two__quote-icon {
        bottom: 25px;
    }
}

.testimonial-card-two:hover .testimonial-card-two__quote,
.testimonial-card-two:hover .testimonial-card-two__name,
.testimonial-card-two:hover .testimonial-card-two__designation,
.testimonial-card-two:hover .testimonial-card-two__quote-icon {
    color: var(--insta-white, #ffffff);
}

.testimonials-one {
    position: relative;
    background-color: var(--insta-white8, #edf0f2);
}

.testimonials-one .container {
    position: relative;
    z-index: 1;
}

.testimonials-one__carousel.owl-carousel .owl-nav button {
    background-color: var(--insta-white, #ffffff);
}

.testimonials-one__shape-one,
.testimonials-one__shape-two {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 168px;
}

.testimonials-one__shape-one {
    left: 0;
}

@media (max-width: 1199px) {
    .testimonials-one__shape-one {
        left: 50%;
        transform: translateX(-50%);
    }
}

.testimonials-one__shape-two {
    right: 0;
}

@media (max-width: 1199px) {
    .testimonials-one__shape-two {
        display: none;
    }
}

.testimonials-two {
    background-color: var(--insta-white, #ffffff);
}

.testimonials-two .sec-title {
    margin-bottom: 117px;
}

.testimonials-two__inner {
    position: relative;
}

.testimonials-two__carousel.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.testimonials-two__item {
    position: relative;
    max-width: 892px;
    padding: 0 30px 34px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid var(--insta-white4, #d7d7d7);
    border-radius: 182px;
}

@media (max-width: 1199px) {
    .testimonials-two__item {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .testimonials-two__item {
        border-radius: 30px;
    }
}

.testimonials-two__content {
    position: relative;
    z-index: 1;
}

.testimonials-two__image {
    position: relative;
    margin: -73px auto 28px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: var(--insta-base, #1e235c);
}

.testimonials-two__image img {
    position: relative;
    top: -5px;
    width: 156px !important;
    height: 156px;
    border-radius: 50%;
    transition: all 300ms ease;
}

.testimonials-two__item:hover .testimonials-two__image img {
    top: 0;
}

.testimonials-two__icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 2px;
    padding: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
}

.testimonials-two__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: inherit;
    background-color: var(--insta-base, #1e235c);
    font-size: 14px;
    color: var(--insta-white, #ffffff);
}

.testimonials-two__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonials-two__ratings {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.testimonials-two__ratings__icon {
    position: relative;
    display: inline-flex;
    font-size: 16px;
    color: var(--insta-yellow, #ffa415);
    transition: all 500ms ease;
}

.testimonials-two__ratings__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.testimonials-two__ratings__icon:nth-child(1) {
    top: -19px;
}

.testimonials-two__ratings__icon:nth-child(2) {
    top: -10px;
}

.testimonials-two__ratings__icon:nth-child(4) {
    top: -10px;
}

.testimonials-two__ratings__icon:nth-child(5) {
    top: -19px;
    color: var(--insta-border-color, #dddddd);
}

.testimonials-two__quote {
    max-width: 502px;
    margin: 0 auto 20px;
    font-style: italic;
}

.testimonials-two__name {
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.318;
}

.testimonials-two__designation {
    margin: 0;
    font-size: 17px;
    text-transform: capitalize;
}

.testimonials-two__shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    overflow: hidden;
}

.testimonials-two__shape__one {
    display: inline-block !important;
    width: auto !important;
    height: auto;
    position: absolute;
    top: -205px;
    left: -205px;
}

@media (max-width: 575px) {
    .testimonials-two__shape__one {
        display: none !important;
    }
}

.testimonials-two__shape__two {
    display: inline-block !important;
    width: auto !important;
    height: auto;
    position: absolute;
    right: -345px;
    bottom: -10px;
}

@media (max-width: 575px) {
    .testimonials-two__shape__two {
        max-width: 100% !important;
        right: 0;
        bottom: 0;
    }
}

.testimonials-two__thumb {
    width: 100%;
    height: calc(100% + 77px);
    position: relative;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .testimonials-two__thumb {
        display: none;
    }
}

.testimonials-two__thumb__item {
    cursor: pointer;
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    z-index: 2;
    transition: all 500ms ease;
}

.testimonials-two__thumb__item--1 {
    position: absolute;
    top: 0;
    left: 49px;
}

.testimonials-two__thumb__item--2 {
    position: absolute;
    top: 50%;
    left: -63px;
    transform: translateY(-50%);
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .testimonials-two__thumb__item--2 {
        left: -7px;
    }
}

@media (max-width: 1199px) {
    .testimonials-two__thumb__item--2 {
        left: -25px;
    }
}

.testimonials-two__thumb__item--3 {
    position: absolute;
    left: 49px;
    bottom: 0;
}

.testimonials-two__thumb__item--4 {
    position: absolute;
    top: 0;
    right: 49px;
}

.testimonials-two__thumb__item--5 {
    position: absolute;
    top: 50%;
    right: -63px;
    transform: translateY(-50%);
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .testimonials-two__thumb__item--5 {
        right: -7px;
    }
}

@media (max-width: 1199px) {
    .testimonials-two__thumb__item--5 {
        right: -25px;
    }
}

.testimonials-two__thumb__item--6 {
    position: absolute;
    right: 49px;
    bottom: 0;
}

.testimonials-two__thumb__item:hover,
.testimonials-two__thumb__item.owl-dot.active {
    background-color: var(--insta-base, #1e235c);
}

.testimonials-two__thumb__item img {
    cursor: pointer;
    width: 98px;
    height: 98px;
    border-radius: 50%;
}

.testimonials-two__thumb__shape-left {
    position: absolute;
    top: 50%;
    left: -72px;
    transform: translateY(-50%);
    z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .testimonials-two__thumb__shape-left {
        width: 170px;
        left: -25px;
    }
}

@media (max-width: 1199px) {
    .testimonials-two__thumb__shape-left {
        width: 170px;
        left: -37px;
    }
}

.testimonials-two__thumb__shape-right {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .testimonials-two__thumb__shape-right {
        width: 170px;
        right: -25px;
    }
}

@media (max-width: 1199px) {
    .testimonials-two__thumb__shape-right {
        width: 170px;
        right: -37px;
    }
}

.testimonials-three {
    position: relative;
    background-color: var(--insta-black14, #070707);
    overflow: hidden;
}

.testimonials-three .container {
    position: relative;
    z-index: 1;
}

.testimonials-three .sec-title__title {
    color: var(--insta-white, #ffffff);
}

.testimonials-three .testimonial-card-two {
    border: 0;
}

.testimonials-three__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: -170px;
    animation: moveHorizontal2 2s linear infinite;
}

.testimonials-three__shape-two {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -170px;
    animation: moveHorizontal 2s linear infinite;
}

@media (max-width: 991px) {
    .testimonials-page--two .testimonial-card__content {
        background-color: var(--insta-white3, #f1f6f7);
    }
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/

.why-choose-one {
    padding-bottom: 151px;
}

@media (max-width: 767px) {
    .why-choose-one {
        padding-bottom: 131px;
    }
}

@media (max-width: 575px) {
    .why-choose-one {
        padding-bottom: 111px;
    }
}

@media (max-width: 390px) {
    .why-choose-one {
        padding-bottom: 105px;
    }
}

.why-choose-one__tab-box {
    position: relative;
    display: block;
}

.why-choose-one__tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.why-choose-one__tab-box .tab-buttons .tab-btn {
    flex: 0 0 auto;
    width: 20%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    padding: 7.5px 20px;
    font-weight: 700;
    color: var(--insta-black, #122f2a);
    text-transform: capitalize;
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid var(--insta-border-color, #dddddd);
    border-right: 1px solid var(--insta-border-color, #dddddd);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
    overflow: visible;
    z-index: 1;
    transition: all 500ms ease;
}

.why-choose-one__tab-box .tab-buttons .tab-btn:first-child {
    border-left: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 1199px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn {
        width: 25%;
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
        border-top: 0;
        border-left: 1px solid var(--insta-border-color, #dddddd);
    }
}

@media (max-width: 767px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn {
        width: 33.333%;
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(4) {
        border-top: 0;
        border-left: 1px solid var(--insta-border-color, #dddddd);
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
        border-left: 0;
    }
}

@media (max-width: 575px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn {
        width: 50%;
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(3) {
        border-top: 0;
        border-left: 1px solid var(--insta-border-color, #dddddd);
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(4) {
        border-left: 0;
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
        border-left: 1px solid var(--insta-border-color, #dddddd);
    }
}

@media (max-width: 390px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn {
        width: 100%;
        border: 0;
        border-bottom: 1px solid var(--insta-border-color, #dddddd) !important;
        border-left: 1px solid var(--insta-border-color, #dddddd) !important;
        border-right: 1px solid var(--insta-border-color, #dddddd) !important;
    }
    .why-choose-one__tab-box .tab-buttons .tab-btn:first-child {
        border-top: 1px solid var(--insta-border-color, #dddddd);
    }
}

.why-choose-one__tab-box .tab-buttons .tab-btn:hover {
    color: var(--insta-white, #ffffff);
}

.why-choose-one__tab-box .tab-buttons .tab-btn::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    opacity: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 23px 22.5px 0 22.5px;
    border-color: var(--insta-base, #1e235c) transparent transparent transparent;
    transition: all 500ms ease;
}

@media (max-width: 991px) {
    .why-choose-one__tab-box .tab-buttons .tab-btn::before {
        display: none;
    }
}

.why-choose-one__tab-box .tab-buttons .tab-btn__icon {
    font-size: 20px;
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn::before {
    opacity: 1;
}

.why-choose-one__tab-box .tabs-content {
    position: relative;
    display: block;
}

.why-choose-one__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.why-choose-one__tab-box .tabs-content .tab.active-tab {
    display: block;
}

.why-choose-one__content {
    padding-right: 72px;
}

@media (max-width: 1199px) {
    .why-choose-one__content {
        padding-right: 200px;
    }
}

@media (max-width: 991px) {
    .why-choose-one__content {
        padding-right: 0px;
    }
}

.why-choose-one__title {
    margin-bottom: 26px;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.314;
}

@media (max-width: 575px) {
    .why-choose-one__title {
        font-size: 33px;
    }
}

.why-choose-one__text {
    margin-bottom: 24px;
}

.why-choose-one__insurance {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.why-choose-one__insurance__inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.why-choose-one__insurance__icon {
    display: inline-flex;
    flex-shrink: 0;
    font-size: 49px;
    color: var(--insta-black10, #000000);
}

.why-choose-one__insurance__content {
    position: relative;
}

.why-choose-one__insurance__content::before {
    content: "";
    width: 2px;
    height: calc(100% - 14px);
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: var(--insta-base, #1e235c);
}

.why-choose-one__insurance__title {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.why-choose-one__insurance__text {
    margin: 0;
}

.why-choose-one__insurance__image {
    position: relative;
    position: absolute;
    display: table;
    right: 0;
    bottom: -1px;
}

@media (max-width: 575px) {
    .why-choose-one__insurance__image {
        margin-top: 30px;
        position: relative;
        right: auto;
        bottom: 0;
    }
}

.why-choose-one__insurance__image::after {
    content: "";
    width: 90px;
    height: 54px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    background-color: var(--insta-base, #1e235c);
    z-index: -1;
}

.why-choose-one__insurance__image img {
    max-width: 100%;
    height: auto;
}

.why-choose-one__list {
    margin-bottom: 30px;
}

.why-choose-one__list li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    color: var(--insta-black2, #333333);
    line-height: 1.75;
}

.why-choose-one__list li+li {
    margin-top: 5px;
}

.why-choose-one__list li .why-choose-one__list__icon {
    flex-shrink: 0;
    font-size: 17px;
    color: var(--insta-base, #1e235c);
}

.why-choose-one__image {
    position: relative;
    margin-left: auto;
    display: table;
}

@media (max-width: 1199px) {
    .why-choose-one__image {
        margin-top: 60px;
        margin-left: 110px;
    }
}

@media (max-width: 575px) {
    .why-choose-one__image {
        margin-left: 55px;
    }
}

@media (max-width: 425px) {
    .why-choose-one__image {
        margin-left: 33px;
    }
}

@media (max-width: 390px) {
    .why-choose-one__image {
        margin-left: 25px;
    }
}

.why-choose-one__image img {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.why-choose-one__image__star-text {
    position: absolute;
    top: 47px;
    left: -120px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-weight: 700;
    font-size: 148px;
    color: var(--insta-white, #ffffff);
    line-height: 1;
    text-shadow: 2px 2px 0 var(--insta-black10, #000000), -2px -2px 0 var(--insta-black10, #000000), 2px -2px 0 var(--insta-black10, #000000), -2px 2px 0 var(--insta-black10, #000000), 2px 2px 0 var(--insta-black10, #000000);
    animation: zoomIn 2s linear infinite;
}

@media (max-width: 575px) {
    .why-choose-one__image__star-text {
        display: none;
    }
}

.why-choose-one__image__shape {
    width: 190px;
    height: 291px;
    position: relative;
    position: absolute;
    left: -33px;
    bottom: -31px;
    background-color: var(--insta-white6, #e4e8eb);
    border-radius: 15px;
}

@media (max-width: 425px) {
    .why-choose-one__image__shape {
        animation: zumpBottom 2s linear infinite;
    }
}

@media (max-width: 390px) {
    .why-choose-one__image__shape {
        height: 250px;
        left: -25px;
        bottom: -25px;
    }
}

.why-choose-one__image__shape::after {
    content: "";
    width: 100%;
    height: calc(100% - 37px);
    position: absolute;
    top: -41px;
    left: -24px;
    border-radius: inherit;
    border: 1px solid var(--insta-base, #1e235c);
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 425px) {
    .why-choose-one__image__shape::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/

.faq-accordion {
    position: relative;
    z-index: 1;
}

.faq-accordion .accordion+.accordion {
    margin-top: 10px;
}

.faq-accordion .accordion {
    background-color: var(--insta-white, #ffffff);
    border-radius: 30px;
    border: 1px solid var(--insta-border-color, #dddddd);
}

.faq-accordion .accordion-title {
    position: relative;
    padding: 7.5px 50px 7.5px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
}

.faq-accordion .accordion-title::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: var(--insta-black5, #0f3667);
    opacity: 0;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: var(--insta-black5, #0f3667);
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title__icon {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-base, #1e235c);
    font-size: 12px;
    color: var(--insta-white, #ffffff);
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.faq-accordion .accordion-title h4 {
    margin: 0;
    position: relative;
    font-size: 14px;
    color: var(--insta-black5, #0f3667);
    font-weight: 600;
    line-height: 1.625;
    transition: all 500ms ease;
}

.faq-accordion .active .accordion-title::before {
    opacity: 1;
}

.faq-accordion .active .accordion-title::after {
    color: var(--insta-white, #ffffff);
    transform: translateY(-50%) rotate(180deg);
}

.faq-accordion .active .accordion-title__icon {
    color: var(--insta-base, #1e235c);
    background-color: var(--insta-white, #ffffff);
    transform: rotate(45deg);
}

.faq-accordion .accordion-title .h5 {
    color: var(--insta-base);
    z-index: 4;
    font-size: 16px;
    margin-bottom: 0;
}

.faq-accordion .active .accordion-title .h5,
.faq-accordion .active .accordion-title h4 {
    color: var(--insta-white, #ffffff);
    z-index: 4;
    font-size: 16px;
    margin-bottom: 0;
}

.faq-accordion .accordion-content .inner {
    padding: 18px 28px 20px;
}

.faq-accordion .accordion-content p {
    position: relative;
    margin: 0;
}

.faq-accordion .accordion-content p::before {
    content: "";
    width: 2px;
    height: calc(100% - 14px);
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
    background-color: var(--insta-base, #1e235c);
}

.faq-one {
    background: linear-gradient(180deg, var(--insta-white, #ffffff) 60%, var(--insta-white5, #f0f5f5));
}

.faq-one .sec-title {
    margin-bottom: 24px;
}

.faq-one .faq-accordion .accordion-title h4 {
    color: var(--insta-black6, #232323);
}

.faq-one .faq-accordion .active .accordion-title h4 {
    color: var(--insta-white, #ffffff);
}

.faq-one__image {
    position: relative;
    margin-left: auto;
    display: table;
    padding: 68px 45px 58px;
    background-color: var(--insta-base, #1e235c);
    border-radius: 1000px 1000px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-one__image {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .faq-one__image {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .faq-one__image {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 180px;
    }
}

@media (max-width: 430px) {
    .faq-one__image {
        padding-bottom: 180px;
    }
}

@media (max-width: 360px) {
    .faq-one__image {
        padding-bottom: 200px;
    }
}

.faq-one__image__overlay {
    width: calc(100% - 2px);
    height: 0px !important;
    position: relative;
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--insta-white, #ffffff);
    overflow: hidden;
    border-radius: inherit;
    z-index: 1;
}

.faq-one__image__overlay::after {
    content: "";
    width: 76px;
    height: 76px;
    position: absolute;
    top: -18px;
    right: 62px;
    background-color: var(--insta-base, #1e235c);
}

@media (max-width: 575px) {
    .faq-one__image__overlay::after {
        display: none;
    }
}

.faq-one__image__one {
    margin: 0 auto;
    position: relative;
    width: 404px;
    height: 404px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
    z-index: 2;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-one__image__one {
        width: 380px;
        height: 380px;
    }
}

@media (max-width: 575px) {
    .faq-one__image__one {
        width: 340px;
        height: 340px;
        bottom: -60px;
    }
}

@media (max-width: 430px) {
    .faq-one__image__one {
        width: 300px;
        height: 300px;
        bottom: -80px;
    }
}

@media (max-width: 390px) {
    .faq-one__image__one {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 360px) {
    .faq-one__image__one {
        width: 230px;
        height: 230px;
        bottom: -115px;
    }
}

.faq-one__image__one img {
    max-width: 100%;
    height: auto;
}

.faq-one__image__one__image {
    position: relative;
    top: -23px;
    animation: moveHorizontal2 2s linear infinite;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-one__image__one__image {
        top: -30px;
    }
}

@media (max-width: 575px) {
    .faq-one__image__one__image {
        top: -75px;
    }
}

@media (max-width: 430px) {
    .faq-one__image__one__image {
        top: -37px;
    }
}

.faq-one__image__umbrella {
    position: absolute;
    left: 50%;
    bottom: -36px;
    transform: translateX(-50%);
}

@media (max-width: 575px) {
    .faq-one__image__umbrella {
        bottom: -40px;
    }
}

@media (max-width: 430px) {
    .faq-one__image__umbrella {
        display: none;
    }
}

.faq-one__image__two {
    width: 348px;
    height: 348px;
    border-radius: 50%;
    position: relative;
    position: absolute;
    top: 2px;
    right: -218px;
    z-index: -1;
}

@media (max-width: 1699px) {
    .faq-one__image__two {
        right: -180px;
    }
}

@media (max-width: 1599px) {
    .faq-one__image__two {
        right: -100px;
    }
}

@media (max-width: 1399px) {
    .faq-one__image__two {
        right: -70px;
    }
}

@media (min-width: 992px) and (max-width: 1340px) {
    .faq-one__image__two {
        display: none;
    }
}

@media (max-width: 991px) {
    .faq-one__image__two {
        right: -200px;
    }
}

@media (max-width: 767px) {
    .faq-one__image__two {
        display: none;
    }
}

.content_block_08 .faq-accordion .accordion-title,
.content_block_08 .faq-accordion .accordion {
    border-radius: 0;
}

.content_block_08 .faq-accordion .accordion+.accordion {
    margin-top: 5px;
}

.content_block_08 .faq-accordion .accordion-title__icon {
    border-radius: 4px;
}

.content_block_08 .faq-accordion .active .accordion-title__icon {
    transform: rotate(0deg);
}

.custom-scroll-1 {
    max-height: 200px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.custom-scroll-1::-webkit-scrollbar-thumb {
    background: rgb(190, 189, 189);
}

.seo_logo {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.seo_logo img {
    max-height: 60px;
    max-width: 85%;
    width: auto;
}

.seo_title_link {
    border: 1px solid #cbcbcb;
    border-bottom: 0;
    background-color: #e9f6fe;
    color: #0e90d9;
    font-size: 17px;
    padding: 8px 0;
    padding-left: 0;
    margin: 0;
    text-decoration: none;
    padding-left: 22px;
    height: auto;
    width: 100%;
}

.seo_header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-bottom: 0;
}

.seo_header .col-md-5 {
    border-right: 1px solid #cbcbcb;
}

.seo_header span {
    font-weight: 600;
    color: black;
}

.seotable1 {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
}

.seotable1 tr {
    border: 1px solid #cbcbcb;
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 49px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .seotable1 tr {
        line-height: 22px;
    }
}

.seotable1 td {
    border: 1px solid #cbcbcb;
    text-align: center;
}

.seotable1 td:first-child {
    text-align: left;
    padding-left: 16px;
}

.seotable2 {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
    margin-top: -1px;
    width: 101.3%;
    position: relative;
    margin-bottom: 10px;
}

.seotable2 td {
    border: 1px solid #cbcbcb;
    color: #1e1e1e;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.26;
    padding: 11px 0px;
    text-align: center;
    font-weight: normal;
}

.seotable2 td:first-child {
    text-align: left;
}

.faq-one__image__two::after {
    content: "";
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: 0;
    right: -9px;
}

.faq-one__image__two__image {
    position: relative;
    z-index: 1;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.faq-one__image__shape {
    position: absolute;
    right: 67px;
    bottom: -143px;
    z-index: 1; !important
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 1699px) {
    .faq-one__image__shape {
        right: 30px;
    }
}

@media (max-width: 1599px) {
    .faq-one__image__shape {
        right: 8px;
    }
}

@media (max-width: 1399px) {
    .faq-one__image__shape {
        right: 8px;
    }
}

.faq-one__image__title {
    margin: 0;
    position: absolute;
    top: 230px;
    right: 12px;
    transform: rotate(90deg);
    font-size: 63px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: RGBA(var(--insta-black-rgb, 18, 47, 42), 0.1);
    color: transparent;
    text-transform: uppercase;
    line-height: 1;
    z-index: 3;
    font-family: var(--insta-heading-font);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .faq-one__image__title {
        top: 190px;
        right: -35px;
    }
}

@media (max-width: 575px) {
    .faq-one__image__title {
        top: 150px;
        right: -20px;
        font-size: 60px;
    }
}

@media (max-width: 430px) {
    .faq-one__image__title {
        font-size: 52px;
    }
}

@media (max-width: 360px) {
    .faq-one__image__title {
        font-size: 48px;
    }
}

@media (max-width: 380px) {
    .faq-one__image__title {
        right: -30px;
    }
}

.faq-one__image__text {
    margin: 0;
    display: inline-block;
    padding: 2px 12.5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 18px;
    font-weight: 500;
    color: var(--insta-white, #ffffff);
    line-height: 1.555;
    border: 1px solid var(--insta-white, #ffffff);
    border-radius: 5px;
    z-index: 2;
}

@media (max-width: 430px) {
    .faq-one__image__text {
        right: 25px;
        bottom: 25px;
    }
}

.faq-one__image__question {
    position: absolute;
    top: 19px;
    left: 12px;
    width: 119px;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--insta-white, #ffffff);
    border: 6px solid var(--insta-black5, #0f3667);
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 63px;
    font-weight: 700;
    color: var(--insta-black5, #0f3667);
    z-index: 2;
    animation: animatedColor 1500ms ease infinite;
}

@media (max-width: 575px) {
    .faq-one__image__question {
        top: 10px;
        left: 0px;
    }
}

@media (max-width: 390px) {
    .faq-one__image__question {
        width: 100px;
        height: 100px;
        font-size: 60px;
    }
}

.faq-one__image__shape-box {
    width: calc(100% - 2px);
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: inherit;
    overflow: hidden;
    background-color: transparent;
}

.faq-one__image__shape-one,
.faq-one__image__shape-two {
    position: absolute;
    bottom: 100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: var(--insta-black5, #0f3667);
    border: 5px solid var(--insta-white, #ffffff);
}

.faq-one__image__shape-one {
    left: -90px;
}

.faq-one__image__shape-two {
    right: -90px;
}

.faq-one__common-question {
    margin: 47px 0 0 0;
}

.faq-one__common-question li {
    display: flex;
    justify-content: center;
    gap: 11px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--insta-black6, #232323);
    line-height: 1.75;
}

.faq-one__common-question li p {
    margin: 0;
}

.faq-one__common-question li a {
    color: inherit;
    text-decoration: underline;
}

.faq-one__common-question li a:hover {
    color: var(--insta-base, #1e235c);
}

.faq-one__common-question li .faq-one__common-question__icon {
    display: inline-flex;
    position: relative;
    top: 4px;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--insta-base, #1e235c);
}

@keyframes animatedColor {
    0% {
        color: var(--insta-black5, #0f3667);
        border-color: var(--insta-black5, #0f3667);
    }
    50% {
        color: var(--insta-base, #1e235c);
        border-color: var(--insta-base, #1e235c);
    }
    100% {
        color: var(--insta-black5, #0f3667);
        border-color: var(--insta-black5, #0f3667);
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features-one {
    margin-top: -207px;
    position: relative;
    z-index: 1;
    background-color: transparent;
}

@media (max-width: 1399px) {
    .features-one {
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    .features-one {
        margin-top: 0;
        padding-top: 30px;
    }
}

.features-one .row {
    --bs-gutter-x: 20px;
    justify-content: flex-end;
}

@media (max-width: 1199px) {
    .features-one .row {
        justify-content: center;
    }
}

.features-one__column {
    flex: 0 0 auto;
    width: 16.81%;
}

@media (max-width: 1199px) {
    .features-one__column {
        width: 21%;
    }
}

@media (max-width: 991px) {
    .features-one__column {
        width: 29%;
    }
}

@media (max-width: 767px) {
    .features-one__column {
        width: 100%;
    }
}

.features-one__card {
    padding: 5px;
    border-radius: 10px;
    background-color: var(--insta-white, #ffffff);
    transition: all 500ms linear;
}

.features-one__card:hover {
    transform: translateY(-30px);
}

.features-one__card__content {
    position: relative;
    padding: 35px 30px 29px;
    background-color: #080c81 !important;
    border-radius: inherit;
    overflow: hidden;
}

.features-one__card__content::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    border-radius: inherit;
    background-color: #000 !important;
    transition: all 500ms ease;
}

.features-one__card__content::after {
    content: "";
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--insta-base);
    position: absolute;
    right: -12px;
    bottom: -10px;
    opacity: 0;
    z-index: 1;
    transition: all 500ms ease 400ms;
}

.features-one__card:hover .features-one__card__content::before {
    right: 0;
    bottom: 0;
}

.features-one__card:hover .features-one__card__content::after {
    opacity: 1;
}

.features-one__card__icon {
    position: relative;
    margin-bottom: 13px;
    display: inline-flex;
    font-size: 51px;
    color: var(--insta-white, #ffffff);
    z-index: 2;
}

.features-one__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-one__card__title {
    position: relative;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.318;
    z-index: 2;
}

.features-one__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-one__card__title a:hover {
    background-size: 100% 1px;
}

.features-one__card__text {
    position: relative;
    margin: 0;
    color: var(--insta-white, #ffffff);
    z-index: 2;
}

.features-one__card__btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--insta-white, #ffffff);
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 2;
}

.features-one__card__btn__icon {
    display: inline-flex;
    font-size: 14px;
    color: var(--insta-black4, #0f3564);
    transition: all 500ms ease;
}

.features-one__card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-one__card__btn:hover .features-one__card__btn__icon {
    transform: rotate(90deg);
}

.features-one--service-details {
    padding: 0;
    margin: 0;
}

.features-one--service-details .features-one__column {
    width: 50%;
}

@media (max-width: 575px) {
    .features-one--service-details .features-one__column {
        width: 100%;
    }
    .features-one__card__content {
        display: flex;
        gap: 12px;
    }
    .features-one__card__content {
        padding: 22px 30px 5px;
    }
}

.features-one--service-details .features-one__card:hover {
    transform: translateY(0px);
}

.features-two {
    background: linear-gradient(180deg, transparent, var(--insta-white5, #f0f5f5));
}

.features-two__carousel.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 74px;
}

.features-two__carousel.owl-carousel .owl-dots,
.features-two__carousel.owl-carousel .owl-nav {
    margin-top: 74px;
}

.features-two__carousel.owl-carousel .owl-nav button {
    background-color: var(--insta-white, #ffffff);
}

.features-two__card {
    position: relative;
    padding: 27px 36px 46px;
    background-color: var(--insta-white, #ffffff);
    border-radius: 30px;
    min-height: 292px;
}

@media (max-width: 360px) {
    .features-two__card {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.features-two__card__bg {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden;
}

.features-two__card__bg::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.85;
    background: url(../images/resources/serv-texture.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.features-two__card__bg__inner {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    right: -100%;
    bottom: -100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: inherit;
    z-index: 1;
    transition: all 500ms ease;
}

/* .features-two__card__bg__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 0.89);
  border-radius: inherit;
} */

.insta-owl__carousel--with-shadow .owl-item.center .features-two__card__bg__inner,
.features-two__card:hover .features-two__card__bg__inner {
    right: 0px;
    bottom: 0px;
}

.features-two__card__content {
    position: relative;
    text-align: center;
    z-index: 2;
}

.features-two__card__icon-box {
    margin: 0 auto 15px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--insta-white5, #f0f5f5);
    background: linear-gradient(180deg, transparent 50%, RGBA(var(--insta-base-rgb, 3, 101, 211), 0.09)) 50%;
    border-radius: 50%;
    transition: all 500ms ease;
}

.features-two__card:hover .features-two__card__icon-box {
    background: linear-gradient(180deg, transparent 50%, RGBA(var(--insta-white-rgb, 255, 255, 255), 0.09)) 50%;
}

.features-two__card__icon {
    display: inline-flex;
    font-size: 50px;
    color: var(--insta-black4, #0f3564);
    transition: all 500ms ease;
}

.features-two__card__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-two__card:hover .features-two__card__icon {
    color: var(--insta-white, #ffffff);
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.features-two__card__title {
    margin-bottom: 8px;
    font-size: 19px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.318;
    text-transform: capitalize;
}

.features-two__card__title a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.features-two__card__title a:hover {
    background-size: 100% 1px;
}

.features-two__card__text {
    margin: 0;
    transition: all 500ms ease;
}

.insta-owl__carousel--with-shadow .owl-item.center .features-two__card__text,
.insta-owl__carousel--with-shadow .owl-item.center .features-two__card__title,
.features-two__card:hover .features-two__card__title,
.features-two__card:hover .features-two__card__text {
    color: var(--insta-white, #ffffff);
}

.features-two__card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    position: absolute;
    left: 50%;
    bottom: -23px;
    transform: translateX(-50%);
    background-color: var(--insta-red);
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    transition: all 500ms ease;
}

.features-two__card__btn__icon {
    display: inline-flex;
    font-size: 20px;
    color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.features-two__card__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.features-two__card:hover .features-two__card__btn__icon {
    transform: rotate(90deg);
}

.features-two__card:hover .features-two__card__btn {
    background-color: var(--insta-black4, #0f3564);
}

/*--------------------------------------------------------------
# Company Info
--------------------------------------------------------------*/

.company-info {
    background-color: var(--insta-white, #ffffff);
}

.company-info__inner {
    background-color: var(--insta-black4, #0f3564);
    border-radius: 0 0 29px 29px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .company-info__inner {
        padding: 40px 40px 31px;
    }
}

@media (max-width: 767px) {
    .company-info__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .company-info__image {
        text-align: center;
    }
}

.company-info__image img {
    max-width: 100%;
    height: auto;
    border-radius: 0 0 0 29px;
    border-right: 4px solid var(--insta-white, #ffffff);
}

@media (max-width: 991px) {
    .company-info__image img {
        border-radius: 20px;
        border: 4px solid var(--insta-white, #ffffff);
    }
}

.company-info__clients {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 575px) {
    .company-info__clients {
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .company-info__clients {
        gap: 25px;
    }
}

.company-info__clients::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translateY(-50%) rotate(-23deg) skewY(13deg);
    width: 8px;
    height: calc(100% + 200px);
    background-color: var(--insta-base, #1e235c);
}

@media (max-width: 1199px) {
    .company-info__clients::after {
        display: none;
    }
}

.company-info__clients__image {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.company-info__clients__image img {
    flex-shrink: 0;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    border: 3px solid var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.company-info__clients__image img:hover {
    border-color: var(--insta-base, #1e235c);
}

.company-info__clients__image img:not(:first-child) {
    margin-left: -20px;
}

.company-info__clients__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    color: var(--insta-white, #ffffff);
    font-weight: 500;
}

.company-info__clients__link:hover {
    color: var(--insta-base, #1e235c);
}

.company-info__clients__link__icon {
    font-size: 14px;
    color: inherit;
}

.company-info__clients__link__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.company-info__customers {
    padding-right: 30px;
    color: var(--insta-white, #ffffff);
}

@media (max-width: 991px) {
    .company-info__customers {
        padding: 0;
        text-align: center;
    }
}

.company-info__customers a {
    color: inherit;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.company-info__customers a:hover {
    background-size: 100% 1px;
}

.company-info__customers a:hover {
    color: var(--insta-base, #1e235c);
}

/*--------------------------------------------------------------
# Video Home Page
--------------------------------------------------------------*/

.video-home-page {
    position: relative;
}

.video-home-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000082;
    z-index: 2;
}

.admin-meet {
    position: relative;
    margin-top: -200px;
    z-index: 2;
    background-color: transparent;
}

.admin-meet__inner {
    position: relative;
    padding: 65px 95px 45px;
    background-color: var(--insta-white, #ffffff);
    border: 1px solid var(--insta-black13, #123866);
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .admin-meet__inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {
    .admin-meet__inner {
        padding-top: 43px;
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .admin-meet__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .admin-meet {
        margin-top: -60px;
    }
}

@media (max-width: 430px) {
    .admin-meet__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.admin-step {
    padding: 16px;
    border: 1px solid gray;
    border-radius: 6px;
    box-shadow: inset 0px 0px 6px gray;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: var(--insta-base);
    line-height: 1.28;
    position: relative;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.admin-step::before {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    background: url(../images/resources/arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 10px 0;
    position: absolute;
    right: -27px;
    top: 16px;
}

.admin-step.last::before {
    display: none;
}

.admin-meet__content {
    position: relative;
    z-index: 2;
}

.admin-meet .sec-title {
    margin-bottom: 25px;
}

.admin-meet__description {
    margin-bottom: 26px;
}

.admin-meet__text {
    margin: 0;
}

.admin-meet__button {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.admin-meet__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 500ms ease;
}

.admin-meet__btn__icon {
    display: inline-flex;
    position: relative;
    top: -1px;
    font-size: 18px;
    transition: all 500ms ease;
}

.admin-meet__btn__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.admin-meet__btn--border {
    padding: 12.5px 27.5px;
    color: var(--insta-black3, #19232b);
    border: 1px solid RGBA(var(--insta-base-rgb, 3, 101, 211), 0.51);
}

.admin-meet__btn--border .admin-meet__btn__icon {
    color: var(--insta-base, #1e235c);
}

.admin-meet__btn--border:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border-color: var(--insta-base, #1e235c);
}

.admin-meet__btn--border:hover .admin-meet__btn__icon {
    color: var(--insta-white, #ffffff);
}

.admin-meet__btn--bg {
    padding: 12.5px 26.5px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border: 1px solid transparent;
}

.admin-meet__btn--bg .admin-meet__btn__icon {
    color: var(--insta-white, #ffffff);
}

.admin-meet__btn--bg:hover {
    color: var(--insta-black3, #19232b);
    background-color: transparent;
    border-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 0.51);
}

.admin-meet__btn--bg:hover .admin-meet__btn__icon {
    color: var(--insta-base, #1e235c);
}

.admin-meet__riview__text {
    margin: 0;
}

.stroke-tx {
    color: transparent;
    -webkit-text-stroke: 1px var(--insta-red);
    font-family: var(--insta-heading-font);
}

.stroke-base-clr {
    -webkit-text-stroke-color: var(--insta-base);
    -webkit-text-stroke-width: 1.6px;
}

.admin-meet__riview__text__highlight {
    font-weight: 500;
    color: var(--insta-base, #1e235c);
}

.admin-meet__image {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 66px;
    bottom: 0;
    z-index: 1;
    animation: moveHorizontal2 2s linear infinite;
}

.admin-meet__shape {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: -212px;
    bottom: -320px;
}

@media (min-width: 768px) and (max-width: 1168px) {
    .admin-meet__image {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .admin-meet__shape {
        left: -112px;
        bottom: -65px;
    }
}

.admin-meet .sec-title__title {
    font-size: 38px;
    margin-bottom: 52px;
}

@media (max-width: 999px) {
    .admin-meet__image {
        left: -0px;
        position: relative;
        bottom: -40px;
    }
    .admin-meet .sec-title__title {
        font-size: 27px;
    }
    .stroke-base-clr {
        -webkit-text-stroke-width: 1px;
    }
}

.zoom-meet {
    display: flex;
    align-items: center;
    font-size: 21px;
    font-weight: 600;
    color: var(--insta-base);
}

.zoom-meet span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.zoom-meet img {
    max-height: 21px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact {
    background-color: var(--insta-white, #ffffff);
}

.funfact--home-1 .funfact__row {
    --bs-gutter-x: 0px;
}

@media (max-width: 991px) {
    .funfact--home-1 .funfact__row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
}

.funfact--home-1 .funfact__row>* {
    border-left: 1px solid var(--insta-border-color, #dddddd);
    border-right: 1px solid var(--insta-border-color, #dddddd);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.funfact--home-1 .funfact__row>*:first-child {
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 991px) {
    .funfact--home-1 .funfact__row>* {
        border: 0 !important;
    }
}

.funfact--home-1 .funfact__item {
    padding: 30px 30px 25.25px;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .funfact--home-1 .funfact__item {
        border: 1px solid var(--insta-border-color, #dddddd);
    }
}

.funfact--home-1 .funfact__content {
    margin: 0;
    text-align: center;
}

.funfact--home-1 .funfact__count {
    justify-content: center;
}

.subscribers .thank {
    font-size: 18px;
    color: var(--insta-base);
    font-weight: bold;
    margin-bottom: 0;
}

.subscribers .subscribers-tx {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.youtube-logo {
    margin-left: 5px;
    max-height: 55px;
}

.subscribe-btn i {
    margin-left: 5px;
}

.subscribe-btn {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: red;
    border-radius: 35px;
    margin-top: 15px;
    text-align: center;
    display: block;
    transition: all 250ms linear;
}

.subscribe-btn:hover {
    background: #dd0b0b;
}

.subscribers {
    text-align: center;
    position: relative;
}

.subscribers .subscribers-poper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.subscribers .funfact__count {
    font-size: 58px;
    color: red;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.funfact--portfolio-details .funfact__inner {
    padding: 99px 0;
    border-top: 1px solid var(--insta-border-color, #dddddd);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 767px) {
    .funfact--portfolio-details .funfact__inner {
        padding: 80px 0;
    }
    .youtube-logo {
        max-height: 40px;
    }
    .subscribers .funfact__count {
        font-size: 34px;
    }
    .subscribe-btn {
        padding: 6px 18px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .funfact--portfolio-details .funfact__inner {
        padding: 70px 0;
    }
}

.funfact__row {
    --bs-gutter-x: 96px;
}

@media (max-width: 1199px) {
    .funfact__row {
        --bs-gutter-x: 60px;
    }
}

.funfact__item {
    position: relative;
    display: flex;
    gap: 19px;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .funfact__item {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .funfact__item {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 991px) {
    .funfact__item--2 .funfact__item__shape {
        display: none;
    }
}

.funfact__item__shape {
    position: absolute;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .funfact__item__shape {
        right: -30px;
    }
}

@media (max-width: 575px) {
    .funfact__item__shape {
        display: none;
    }
}

.funfact__icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--insta-black5, #0f3667);
    transition: all 500ms ease;
}

.funfact__item:hover .funfact__icon-box {
    background-color: var(--insta-base, #1e235c);
}

.funfact__icon {
    display: inline-flex;
    font-size: 35px;
    color: var(--insta-white, #ffffff);
    transition: all 500ms ease;
}

.funfact__icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.funfact__item:hover .funfact__icon {
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.funfact__content {
    margin-top: 6px;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .funfact__content {
        margin: 0;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .funfact__content {
        margin: 0;
        text-align: center;
    }
}

.funfact__count {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: var(--insta-base);
}

@media (min-width: 576px) and (max-width: 1199px) {
    .funfact__count {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .funfact__count {
        justify-content: center;
    }
}

.funfact__text {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

/*--------------------------------------------------------------
# Slide Text
--------------------------------------------------------------*/

.slide-one {
    position: relative;
    padding: 40px 0;
    background-color: var(--insta-base, #1e235c);
}

.slide-one__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-one__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000 !important;
}

.slide-one__slide {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    animation: textScrolling 25s linear infinite;
    animation-direction: reverse;
    will-change: transform;
    position: relative;
    white-space: nowrap;
}

.slide-one__slide:hover {
    animation-play-state: paused;
}

@media (max-width: 991px) {
    .slide-one__slide {
        animation-duration: 15s;
    }
}

@media (max-width: 767px) {
    .slide-one__slide {
        animation-duration: 10s;
    }
}

@keyframes textScrolling {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(0%, 0, 0);
    }
}

.slide-one__text {
    margin: 0;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 42px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.285;
}

.slide-one__text--stroke {
    color: transparent;
    -webkit-text-stroke: 2px white;
}

.slide-one--home-4 {
    padding: 94px 0 92px;
    background-color: var(--insta-white, #ffffff);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 575px) {
    .slide-one--home-4 {
        padding: 79px 0 77px;
    }
    .slide-one__text {
        font-size: 30px;
    }
    .slide-one__text--stroke {
        color: transparent;
        -webkit-text-stroke: 1px white;
    }
}

.slide-one--home-4 .slide-one__text {
    color: var(--insta-black3, #19232b);
}

.slide-one--home-4 .slide-one__text:nth-child(even) {
    color: var(--insta-base, #1e235c);
}

.slide-one--home-4 .slide-one__text--stroke {
    color: var(--insta-white, #ffffff);
    text-shadow: 2px 2px 0 var(--insta-black3, #19232b), -2px -2px 0 var(--insta-black3, #19232b), 2px -2px 0 var(--insta-black3, #19232b), -2px 2px 0 var(--insta-black3, #19232b), 2px 2px 0 var(--insta-black3, #19232b);
}

/*--------------------------------------------------------------
# Service details
--------------------------------------------------------------*/

.service-details__title {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.454;
}

.service-details__text {
    margin: 0;
}

.service-details__thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-details__content {
    margin-top: 46px;
}

.service-details__details {
    margin-bottom: 45px;
}

.service-details__details__title {
    margin-bottom: 20px;
}

.service-details__policies {
    margin-bottom: 45px;
}

.service-details__policies__image img {
    max-width: 100%;
    height: auto;
}

.service-details__policies__text {
    margin-bottom: 15px;
}

.service-details__policies__list {
    margin: 0;
}

.service-details__policies__list li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-black2, #333333);
    line-height: 1.75;
}

.service-details__policies__list li+li {
    margin-top: 5px;
}

.service-details__policies__list li .service-details__policies__icon {
    position: relative;
    top: 2px;
    flex-shrink: 0;
    font-size: 14px;
    color: var(--insta-base, #1e235c);
}

.service-details__description {
    margin-bottom: 40px;
}

.service-details__description p+p {
    margin-top: 17px;
}

.service-details__cta__text {
    margin-bottom: 24px;
}

.service-details__cta__form {
    position: relative;
    max-width: 540px;
}

.service-details__cta__form input {
    border: 0;
    outline: 0;
    padding-left: 30px;
    width: 100%;
    height: 53px;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-text, #636363);
    background-color: var(--insta-white2, #ecf2f2);
    border-radius: 26px;
    transition: all 500ms ease;
}

.service-details__cta__form input:focus {
    color: var(--insta-black, #122f2a);
}

.service-details__cta__form button {
    border: 0;
    outline: 0;
    padding: 8px 31px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .service-details__cta__form button {
        margin-top: 25px;
        position: static;
        transform: translate(0);
    }
}

@keyframes insuranceCircleBorder {
    0% {
        border-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 1);
    }
    50% {
        border-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 0.56);
    }
    100% {
        border-color: RGBA(var(--insta-base-rgb, 3, 101, 211), 1);
    }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.checkout-page {
    position: relative;
    padding-top: 114px;
}

@media (max-width: 767px) {
    .checkout-page {
        padding-top: 94px;
    }
}

@media (max-width: 575px) {
    .checkout-page {
        padding-top: 74px;
    }
}

.checkout-page__form {
    --bs-gutter-y: 18px;
}

.checkout-page__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.208;
    margin-bottom: 20px;
}

@media (max-width: 412px) {
    .checkout-page__title {
        font-size: 22px;
    }
}

.checkout-page__billing-address {
    position: relative;
}

.checkout-page__billing-address__title {
    margin-bottom: 40px;
}

.checkout-page__control label {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    color: var(--insta-black, #122f2a);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.checkout-page__control input[type=text],
.checkout-page__control input[type=email],
.checkout-page__control input[type=tel] {
    height: 61px;
    width: 100%;
    border: none;
    background-color: var(--insta-white3, #f1f6f7);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--insta-text, #636363);
    font-family: var(--insta-font, "Roboto", sans-serif);
    display: block;
    line-height: normal;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: all 400ms ease;
}

.checkout-page__control input[type=text]:focus,
.checkout-page__control input[type=email]:focus,
.checkout-page__control input[type=tel]:focus {
    color: var(--insta-black, #122f2a);
    border-color: var(--insta-base, #1e235c);
}

.checkout-page__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--insta-font, "Roboto", sans-serif);
}

.checkout-page__control .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.checkout-page__control .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 61px;
    outline: none !important;
    border-radius: 0;
    border: 0;
    background-color: var(--insta-white3, #f1f6f7) !important;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 61px;
    font-weight: 400;
    border-radius: 5px;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

.checkout-page__control .bootstrap-select>.dropdown-toggle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--insta-text, #636363);
}

.checkout-page__control .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

.checkout-page__control .bootstrap-select .dropdown-menu {
    border: none;
}

.checkout-page__control .bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-weight: 400;
    color: var(--insta-black, #122f2a);
    background-color: var(--insta-white3, #f1f6f7);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.checkout-page__control .bootstrap-select .dropdown-menu>li:hover>a,
.checkout-page__control .bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--insta-base, #1e235c);
    color: var(--insta-white, #ffffff);
    border-color: var(--insta-base, #1e235c);
}

.checkout-page__different-address {
    margin-top: 58px;
}

@media (max-width: 991px) {
    .checkout-page__different-address {
        margin-top: 0;
    }
}

.checkout-page__different-address__title {
    margin-bottom: 20px;
    font-weight: 600;
}

.checkout-page__different-address__inner {
    min-height: 177px;
    padding: 21px 28px;
    background-color: var(--insta-white3, #f1f6f7);
    border-radius: 5px;
}

.checkout-page__different-address__text {
    margin-bottom: 0;
    font-weight: 500;
}

@media (max-width: 575px) {
    .checkout-page__different-address__text br {
        display: none;
    }
}

.checkout-page__your-order {
    position: relative;
    margin-top: 60px;
}

.checkout-page__your-order__title {
    margin-bottom: 25px;
    padding-bottom: 29px;
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.checkout-page__order-table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0 0 0;
}

.checkout-page__order-table thead tr th {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 20px;
    color: var(--insta-black, #122f2a);
    text-transform: capitalize;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.checkout-page__order-table thead tr th:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr td {
    margin: 0;
    padding: 9.5px 0;
}

.checkout-page__order-table tbody tr td.pro__title,
.checkout-page__order-table tbody tr td.pro__price {
    font-size: 16px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363);
    font-weight: 500;
    text-transform: capitalize;
}

.checkout-page__order-table tbody tr td.pro__title--total,
.checkout-page__order-table tbody tr td.pro__price--total {
    font-weight: 700;
    color: var(--insta-black, #122f2a);
}

.checkout-page__order-table tbody tr td:not(:first-child) {
    text-align: right;
}

.checkout-page__order-table tbody tr:first-child td {
    padding-top: 25px;
}

.checkout-page__order-table tbody tr:nth-child(3) td {
    padding-bottom: 23px;
}

.checkout-page__order-table tbody tr:last-child td {
    padding-top: 22px;
    padding-bottom: 0;
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

.checkout-page__payment-wrapper {
    padding: 27px 30px 30px;
    background-color: var(--insta-white3, #f1f6f7);
    border-radius: 5px;
}

@media (max-width: 412px) {
    .checkout-page__payment-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.checkout-page__payment {
    margin-bottom: 85px;
}

@media (max-width: 991px) {
    .checkout-page__payment {
        margin-bottom: 70px;
    }
}

.checkout-page__payment__item+.checkout-page__payment__item {
    margin-top: 22px;
}

.checkout-page__payment__item {
    position: relative;
}

.checkout-page__payment__title {
    margin-bottom: 0;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    cursor: pointer;
}

.checkout-page__payment__title::before {
    content: "\f111";
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--insta-text, #636363);
    border-radius: 50%;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: var(--insta-text, #636363);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 1;
    margin-right: 15px;
    transition: all 500ms ease;
}

.checkout-page__payment__item--active .checkout-page__payment__title {
    text-shadow: 0 0 1px currentColor;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
    border-color: var(--insta-base, #1e235c);
    color: var(--insta-base, #1e235c);
}

.checkout-page__payment__content {
    margin-top: 5px;
    margin-left: 35px;
}

.checkout-page__payment__content p {
    margin-bottom: 0;
    line-height: 1.875;
}

.checkout-page__payment__button .insta-btn {
    padding: 13px 35px;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/

.comments-one {
    margin-top: 51px;
}

.comments-one__title {
    margin-bottom: 43px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

@media (max-width: 767px) {
    .comments-one__title {
        margin-bottom: 49px;
    }
}

.comments-one__list {
    margin: 0;
}

.comments-one__card {
    display: grid;
    grid-template-columns: 89px auto;
    align-items: center;
    grid-gap: 21px;
    padding-bottom: 47px;
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.comments-one__card:not(:last-child) {
    margin-bottom: 52px;
}

@media (max-width: 767px) {
    .comments-one__card {
        grid-template-columns: auto;
    }
}

.comments-one__image {
    width: 89px;
}

.comments-one__image img {
    width: 89px;
    height: 89px;
    object-fit: cover;
    border-radius: 50%;
}

.comments-one__name {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.363;
}

.comments-one__text {
    margin-bottom: 7px;
    line-height: 1.625;
}

@media (max-width: 1599px) {
    .comments-one__text {
        margin-bottom: 30px;
    }
}

.comments-one__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px 40px;
}

@media (max-width: 412px) {
    .comments-one__bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.comments-one__date {
    margin-bottom: 0;
    line-height: 1.625;
}

.comments-one__reply {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 16px;
    color: var(--insta-base, #1e235c);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.625;
    transition: all 500ms ease;
}

.comments-one__reply:hover {
    color: var(--insta-black, #122f2a);
}

.comments-form {
    margin-top: 51px;
}

.comments-form__title {
    margin-bottom: 49px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.363;
}

@media (max-width: 390px) {
    .comments-form__title {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/

.blog-details-page {
    position: relative;
    z-index: 2;
    background-color: var(--insta-white, #ffffff);
}

.blog-details .blog-card-three {
    margin-bottom: 53px;
}

.blog-details .blog-card-three__title:hover {
    color: var(--insta-black, #122f2a);
}

.blog-details .blog-card-three__description {
    margin: 0;
}

.blog-card-three__description h2 {
    font-size: 28px;
}

.blog-card-three__description h3 {
    font-size: 25px;
}

.blog-card-three__description h4 {
    font-size: 22px;
}

.blog-details .blog-card-three__description p+p {
    margin-top: 12px;
}

.blog-details .blog-card-three__text {
    margin: 0;
    line-height: 1.875;
}

.blog-details__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid var(--insta-border-color, #dddddd);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
}

.blog-details__meta__title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.437;
    font-weight: 600;
    color: var(--insta-black2, #333333);
    text-transform: capitalize;
}

.blog-details__tags,
.blog-details__categories {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.blog-details__tags__btn,
.blog-details__categories__btn {
    padding: 7px 19.5px 3px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-text, #636363);
    line-height: 1.437;
    text-transform: uppercase;
    background-color: var(--insta-white3, #f1f6f7);
    border-radius: 16px;
}

.blog-details__tags__btn:hover,
.blog-details__categories__btn:hover {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
}

.blog-details__tags__box,
.blog-details__categories__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blog-details__form .form-one__group {
        grid-template-columns: repeat(1, 1fr);
    }
}

.blog-card-three__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
}

.blog-card-three__date,
.blog-card-three__comment,
.blog-card-three__admin {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px;
}

.blog-card-three__admin img {
    max-height: 21px;
}

.blog-card-three__admin .blog-card-three__admin__name {
    font-size: 16px;
    margin-bottom: 0;
}

.blog-card-three__date__text {
    margin-bottom: 0;
}

.sidebar__posts__title {
    color: var(--insta-base);
}

@media (max-width: 575px) {
    .blog-card-three__meta {
        gap: 5px;
    }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    position: relative;
    background-color: var(--insta-white, #ffffff);
}

.contact__wrapper {
    position: relative;
    z-index: 2;
    background-color: var(--insta-white, #ffffff);
}

.google-map iframe {
    border-radius: 18px;
    margin-top: 21px;
}

.contact-block {
    background: var(--insta-white5, #f0f5f5);
    padding: 30px 21px;
    min-height: 190px;
    border: 1px dotted;
    border-radius: 12px;
    margin-bottom: 21px;
    position: relative;
}

.contact-block img {
    height: 175px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1.76;
    z-index: 2;
}

.cstm-map-img {
    height: 100px;
}

.contact-block .box-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: gray;
    line-height: 1;
}

.contact-icon i {
    background: var(--insta-base);
    color: white;
    height: 54px;
    width: 54px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    border-radius: 6px;
    font-size: 26px;
    display: none;
}

.cont-link {
    color: #070856;
    text-decoration: none;
    display: flex;
    gap: 8px;
    transition: all 600ms;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.cont-link i {
    margin-top: 6px;
}

.contact-details {
    margin-left: 18px;
    position: relative;
    z-index: 4;
}

@media (max-width: 768px) {
    .contact-block {
        min-height: 150px;
    }
    .contact-block img {
        height: 133px;
    }
    .cstm-map-img {
        height: 90px !important;
    }
}

.conta-scl a:after,
.conta-scl a:before {
    content: "";
    position: absolute;
    transition: 0.5s;
}

.conta-scl ul {
    display: flex;
    /* justify-content: space-between; */
    margin: 0;
    padding: 0;
    margin-top: 21px;
}

.conta-scl li {
    list-style: none;
    margin: 0 18px;
}

.conta-scl li:nth-child(1) a {
    background-color: #0077B5;
}

.conta-scl li:nth-child(1) a:before {
    background-color: #006a9c;
}

.conta-scl li:nth-child(1) a:after {
    background-color: #0089c9;
}

.conta-scl li:nth-child(2) a {
    background-color: #1877F2;
}

.conta-scl li:nth-child(2) a:before {
    background-color: #0d6ae4;
}

.conta-scl li:nth-child(2) a:after {
    background-color: #2b82f3;
}

.conta-scl li:nth-child(3) a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.conta-scl li:nth-child(3) a:before {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.conta-scl li:nth-child(3) a:after {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.conta-scl li:nth-child(4) a {
    background-color: black;
}

.conta-scl li:nth-child(4) a:before {
    background-color: #2c2929;
}

.conta-scl li:nth-child(4) a:after {
    background-color: #2c2929;
}

.conta-scl li:nth-child(5) a {
    background-color: #FF0000;
}

.conta-scl li:nth-child(5) a:before {
    background-color: #e60000;
}

.conta-scl li:nth-child(5) a:after {
    background-color: #ff1414;
}

.conta-scl li:nth-child(6) a {
    background-color: #E60023;
}

.conta-scl li:nth-child(6) a:before {
    background-color: #d00b29;
}

.conta-scl li:nth-child(6) a:after {
    background-color: #d00b29;
}

.conta-scl li:nth-child(7) a {
    background-color: black;
}

.conta-scl li:nth-child(7) a:before {
    background-color: #2c2929;
}

.conta-scl li:nth-child(7) a:after {
    background-color: #2c2929;
}

.conta-scl li:hover i,
.conta-scl li:hover .fab {
    color: #fff;
}

.conta-scl a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: 0.5s;
}

.conta-scl a:before {
    top: 7px;
    left: -14px;
    height: 100%;
    width: 14px;
    transform: rotate(0deg) skewY(-45deg);
}

.conta-scl a:after {
    bottom: -13px;
    left: -6.5px;
    height: 14px;
    width: 100%;
    transform: rotate(0deg) skewX(-45deg);
}

.conta-scl a:hover {
    transform: perspective(500px) rotate(-30deg) skew(25deg) translate(5px, -5px);
    box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}

.conta-scl i,
.conta-scl .fab {
    font-size: 15px;
    color: white;
    line-height: 30px;
    transition: 0.5s;
}

.enquery-btn i {
    margin-left: 5px;
}

.enquery-btn {
    position: fixed;
    left: -58px;
    top: 48%;
    z-index: 1000;
    background: var(--insta-red);
    cursor: pointer;
    transition: all 250ms ease-in-out;
    color: white;
    padding: 10px 21px;
    transform: rotate(-90deg);
}

.sidebar-enquery {
    width: 400px;
    height: fit-content;
    position: fixed;
    left: 0px;
    top: 50px;
    z-index: 1050;
    transform: translateX(-100%);
    transition: all 290ms ease-in;
}

.side-enq-ovrly {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #00000075;
    cursor: url(../images/close.png), auto;
    z-index: 1040;
    transform: translateX(-100%);
    transition: all 290ms ease-in;
}

.sidebar-enquery .close-enquery {
    position: absolute;
    top: 10px;
    right: 11px;
    cursor: pointer;
    z-index: 4;
}

.side-enq-ovrly.active,
.sidebar-enquery.active {
    transform: translateX(0);
}

.contact__call {
    padding: 9px 55px 6px 0;
    position: absolute;
    right: -160px;
    bottom: 115px;
    display: inline-flex;
    align-items: center;
    gap: 26px;
    background-color: var(--insta-black5, #0f3667);
    border-radius: 50px;
    z-index: 2;
}

@media (max-width: 430px) {
    .contact__call {
        margin-bottom: 30px;
        position: static;
        padding: 40px 40px 32px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
    }
}

@media (min-width: 431px) and (max-width: 575px) {
    .contact__call {
        padding: 12px 40px 9px 0;
        right: 10px;
        bottom: 150px;
        gap: 20px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .contact__call {
        right: -20px;
        bottom: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__call {
        padding: 12px 40px 9px 0;
        right: -15px;
        bottom: 150px;
        gap: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .contact__call {
        right: 50px;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .contact__call {
        right: -60px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .contact__call {
        right: -90px;
    }
}

.contact__call::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: inherit;
}

@media (max-width: 430px) {
    .contact__call::after {
        display: none;
    }
}

.contact__call__icon {
    position: relative;
    margin-left: -11px;
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 42px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: 43px;
    z-index: 1;
}

@media (max-width: 575px) {
    .contact__call__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
    .sidebar-enquery.active {
        left: 5%;
    }
    .sidebar-enquery {
        width: 90%;
    }
    .enquery-btn i {
        margin-left: 0;
    }
    .enquery-btn span {
        display: none;
    }
    .enquery-btn {
        left: 25px;
        padding: 10px;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(0);
        border-radius: 50%;
        top: unset;
        bottom: 122px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .contact__call__icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
    }
}

.contact__call__content {
    position: relative;
    z-index: 1;
}

.contact__call__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.4;
}

@media (max-width: 430px) {
    .contact__call__title {
        margin-bottom: 10px;
    }
}

.contact__call__number {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-white, #ffffff);
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact__call__number:hover {
    background-size: 100% 1px;
}

.contact__call__number:hover {
    color: var(--insta-base, #1e235c);
}

.contact__inner {
    position: relative;
    padding: 23px 18px 24px 54px;
    border: 1px solid var(--insta-border-color, #dddddd);
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .contact__inner {
        padding: 40px 30px;
    }
}

@media (max-width: 430px) {
    .contact__inner {
        padding: 20px;
    }
}

.contact__inner__shape-box {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    overflow: hidden;
}

.contact__inner__shape {
    width: 276px;
    height: 329px;
    background-color: var(--insta-base, #1e235c);
    position: relative;
    position: absolute;
    top: -192px;
    right: 0;
    transform: rotate(-20deg);
}

@media (max-width: 1199px) {
    .contact__inner__shape {
        display: none;
    }
}

.contact__inner__shape::before {
    content: "";
    width: 299px;
    height: 146px;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: -97px;
    left: -209px;
    transform: rotate(20deg) skewY(68deg);
}

.contact__inner__shape::after {
    content: "";
    width: 293px;
    height: 152px;
    background-color: var(--insta-base, #1e235c);
    position: absolute;
    top: 288px;
    right: -37px;
    transform: rotate(20deg) skewY(55deg);
}

.contact__row {
    position: relative;
    z-index: 1;
    --bs-gutter-x: 76px;
}

@media (max-width: 1199px) {
    .contact__row {
        --bs-gutter-x: 40px;
    }
}

.contact__form-col {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 51.536%;
}

@media (max-width: 991px) {
    .contact__form-col {
        width: 100%;
    }
}

.contact__image-col {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: 48.464%;
}

@media (max-width: 991px) {
    .contact__image-col {
        width: 100%;
    }
}

.contact__tab-box {
    position: relative;
    display: block;
}

.contact__tab-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 43px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

@media (max-width: 575px) {
    .contact__tab-box .tab-buttons {
        gap: 15px;
    }
}

.contact__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
    padding: 7.5px 28.7px;
    font-family: var(--insta-heading-font, "Poppins", serif);
    font-size: 18px;
    font-weight: 700;
    color: var(--insta-black, #122f2a);
    text-transform: capitalize;
    background-color: var(--insta-white, #ffffff);
    border-radius: 0;
    border-top: 1px solid var(--insta-border-color, #dddddd);
    border-right: 1px solid var(--insta-border-color, #dddddd);
    border-bottom: 1px solid var(--insta-border-color, #dddddd);
    overflow: visible;
    z-index: 1;
    transition: all 500ms ease;
}

.contact__tab-box .tab-buttons .tab-btn:first-child {
    border-left: 1px solid var(--insta-border-color, #dddddd);
}

@media (max-width: 1199px) {
    .contact__tab-box .tab-buttons .tab-btn {
        padding-left: 20px;
        padding-right: 20px;
        gap: 10px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .contact__tab-box .tab-buttons .tab-btn {
        padding-top: 5px;
        padding-bottom: 5px;
        border: 0;
        border: 1px solid var(--insta-border-color, #dddddd);
    }
}

.contact__tab-box .tab-buttons .tab-btn:hover {
    color: var(--insta-white, #ffffff);
    border-color: var(--insta-base, #1e235c);
}

.contact__tab-box .tab-buttons .tab-btn__icon {
    font-size: 20px;
}

.contact__tab-box .tab-buttons .tab-btn.active-btn {
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border-color: var(--insta-base, #1e235c);
}

.contact__tab-box .tabs-content {
    position: relative;
    display: block;
}

.contact__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.contact__tab-box .tabs-content .tab.active-tab {
    display: block;
}

.contact__tab-content {
    padding: 49px 25px 51px;
    background-color: var(--insta-white5, #f0f5f5);
    border-radius: 20px;
    border: 1px dotted;
}

@media (max-width: 1199px) {
    .contact__tab-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 430px) {
    .contact__tab-content {
        padding: 29px 25px 31px;
    }
}

@media (max-width: 360px) {
    .contact__tab-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact__title {
    margin-bottom: 29px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.218;
}

.contact__form__group {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 28px;
    margin: 0;
}

@media (min-width: 768px) {
    .contact__form__group {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact__form__control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.contact__form__control--full {
    grid-column-start: 1;
    grid-column-end: -1;
}

.contact__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    position: relative;
    display: block;
    width: 100% !important;
    font-family: var(--insta-font, "Roboto", sans-serif);
}

.contact__form .bootstrap-select>.dropdown-toggle::after {
    display: none;
}

.contact__form .bootstrap-select>.dropdown-toggle {
    position: relative;
    height: 50px;
    outline: none !important;
    border-radius: 30px;
    border: 1px solid var(--insta-gray7, #e8e7e7);
    background-color: var(--insta-white, #ffffff) !important;
    margin: 0;
    padding: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363) !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    box-shadow: none !important;
    background-repeat: no-repeat;
    background-size: 14px 12px;
    background-position: right 25.75px center;
}

@media (max-width: 375px) {
    .contact__form .bootstrap-select>.dropdown-toggle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.contact__form .bootstrap-select>.dropdown-toggle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 16px;
    color: var(--insta-text, #636363);
}

@media (max-width: 375px) {
    .contact__form .bootstrap-select>.dropdown-toggle::before {
        right: 20px;
    }
}

.contact__form .bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--insta-border-color, #dddddd);
}

.contact__form .bootstrap-select .dropdown-menu {
    border: none;
}

.contact__form .bootstrap-select .dropdown-menu>li>a {
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 15px;
    font-weight: 400;
    padding: 10px 22px;
    color: var(--insta-black, #122f2a);
    background-color: var(--insta-white2, #ecf2f2);
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact__form .bootstrap-select .dropdown-menu>li:hover>a,
.contact__form .bootstrap-select .dropdown-menu>li.selected>a {
    background-color: var(--insta-base, #1e235c);
    color: var(--insta-white, #ffffff);
    border-color: var(--insta-base, #1e235c);
}

.contact__form .bootstrap-select>.dropdown-toggle {
    display: flex;
    align-items: center;
}

.contact__form .bootstrap-select>.dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.contact__form .contact__form__control--full {
    margin-bottom: 15px;
}

.contact__form input[type=text],
.contact__form input,
.contact__form select,
.contact__form input[type=email],
.contact__form input[type=password],
.contact__form input[type=tel],
.contact__form textarea {
    border: none;
    outline: none;
    padding: 0 26px;
    display: block;
    width: 100%;
    height: 50px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    color: var(--insta-text, #636363);
    font-size: 16px;
    font-weight: 400;
    background-color: var(--insta-white, #ffffff);
    border: 1px solid var(--insta-gray7, #e8e7e7);
    border-radius: 10px;
    transition: all 400ms ease;
}

.contact__form input:focus,
.contact__form input[type=text]:focus,
.contact__form input[type=email]:focus,
.contact__form input[type=password]:focus,
.contact__form input[type=tel]:focus,
.contact__form textarea:focus {
    color: var(--insta-black, #122f2a);
    border-color: var(--insta-base, #1e235c);
}

.contact__form textarea {
    padding: 26px;
    height: 125px;
}

@media (max-width: 375px) {
    .contact__form input[type=text],
    .contact__form input[type=email],
    .contact__form input[type=password],
    .contact__form input[type=tel],
    .contact__form textarea {
        padding-left: 23px;
        padding-right: 23px;
    }
}

.contact__form__insurance-progress {
    margin-top: -4px;
}

.contact__form__insurance-progress-title {
    margin-bottom: 12px;
    font-family: var(--insta-font, "Roboto", sans-serif);
    font-size: 16px;
    color: var(--insta-text, #636363);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.75;
}

.contact__form__insurance-balance {
    margin: 0;
    font-weight: 700;
}

.contact__form__insurance-balance-box {
    position: absolute;
    top: 0;
    right: 0;
}

.contact__form__insurance-progress-range {
    width: calc(100% - 8px);
    margin-left: auto;
    margin-right: auto;
}

.contact__form__insurance-progress-range .irs-single,
.contact__form__insurance-progress-range .irs-from,
.contact__form__insurance-progress-range .irs-to {
    display: none;
}

.contact__form__insurance-progress-range .irs--flat {
    position: relative;
    height: 4px;
}

.contact__form__insurance-progress-range .irs--flat::after {
    content: "";
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--insta-base, #1e235c);
    border-radius: 10px;
}

.contact__form__insurance-progress-range .irs--flat .irs-handle,
.contact__form__insurance-progress-range .irs--flat .irs-line,
.contact__form__insurance-progress-range .irs--flat .irs-bar {
    top: 0;
}

.contact__form__insurance-progress-range .irs--flat .irs-line {
    height: 4px;
    border-radius: 6px;
    border: 0;
    background-color: var(--insta-gray4, #dbdbdb);
}

.contact__form__insurance-progress-range .irs--flat .irs-bar {
    height: 4px;
    border-radius: 4px;
    background-color: var(--insta-base, #1e235c);
}

.contact__form__insurance-progress-range .irs--flat .irs-handle {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-color: var(--insta-base, #1e235c);
    border: 0;
    border-radius: 50%;
    top: -9px;
}

.contact__form__insurance-progress-range .irs--flat .irs-handle i {
    display: none;
}

.contact__form button[type=submit] {
    margin-top: 16px;
}

.contact__image {
    position: relative;
}

.contact__image::after {
    content: "";
    position: absolute;
    top: -12px;
    right: -8px;
    width: 100%;
    height: 100%;
    background-color: var(--insta-white, #ffffff);
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .contact__image::after {
        display: none;
    }
}

.contact__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    border-radius: 20px;
}

.contact__umbrella-image {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 125px;
    bottom: 357px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1599px) {
    .contact__umbrella-image {
        max-width: 95px;
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .contact__umbrella-image {
        display: none;
    }
}

.contact__call-image {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 244px;
    right: 79px;
    animation: treeMove 6s ease infinite;
}

@media (max-width: 1599px) {
    .contact__call-image {
        width: 80px;
        right: 40px;
    }
}

@media (max-width: 1399px) {
    .contact__call-image {
        display: none;
    }
}

.contact-two {
    position: relative;
    padding-top: 260px;
    margin-top: -150px;
    /* background-color: var(--insta-white8, #edf0f2); */
}

.contact-two .container {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .contact-two__wrapper {
        margin: 0;
        padding: 0;
        max-width: 100%;
        width: 40%;
        position: absolute !important;
        left: 0;
        bottom: 27px;
        z-index: 2 !important;
    }
}

@media (min-width: 1400px) {
    .contact-two__wrapper {
        width: 42.2%;
    }
}

@media (max-width: 1199px) {
    .contact-two__image {
        margin-bottom: 50px;
        display: table;
    }
}

.contact-two__image__inner {
    position: absolute;
    right: 110px;
    bottom: 200px;
    z-index: 4;
}

@media (max-width: 1399px) {
    .contact-two__image__inner {
        right: 55px;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .contact-two__image__inner {
        right: 20px;
    }
}

@media (max-width: 699px) {
    .contact-two__image__inner {
        left: 25px;
    }
    .contact-two__image__inner {
        bottom: 80px;
    }
}

.contact-two__image__inner img {
    width: 444px;
    height: 444px;
    border-radius: 50%;
    border: 7px solid var(--insta-white, #ffffff);
}

@media (max-width: 700px) {
    .contact-two__image__inner img {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 512px) {
    .contact-two__image__inner img {
        width: 288px;
        height: 288px;
    }
}

@media (max-width: 375px) {
    .contact-two__image__inner img {
        width: 288px;
        height: 288px;
    }
}

@media (max-width: 360px) {
    .contact-two__image__inner img {
        width: 288px;
        height: 288px;
    }
}

.contact-two__image__sahpe {
    max-width: 100%;
    height: auto;
    opacity: 0.15;
}

.why-img-google {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .why-img-google {
        width: 350px;
        height: 350px;
    }
}

.contact-two__call {
    position: relative;
    margin: -64px auto 0;
    display: table;
    z-index: 1;
}

.contact-two__call__inner {
    padding-right: 24px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: var(--insta-black5, #0f3667);
    border-radius: 43px;
    z-index: 1;
}

@media (max-width: 390px) {
    .contact-two__call__inner {
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
    }
}

.contact-two__call__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: inherit;
}

.contact-two__call__icon {
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 42px;
    color: var(--insta-white, #ffffff);
    background-color: var(--insta-base, #1e235c);
    border: 6px solid var(--insta-white, #ffffff);
    border-radius: 43px;
}

@media (max-width: 390px) {
    .contact-two__call__icon {
        width: 75px;
        height: 75px;
        font-size: 32px;
    }
}

.contact-two__call__content {
    position: relative;
    z-index: 1;
}

.contact-two__call__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--insta-white, #ffffff);
    line-height: 1.4;
}

.contact-two__call__number {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--insta-white, #ffffff);
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.contact-two__call__number:hover {
    background-size: 100% 1px;
}

.contact-two__call__number:hover {
    color: var(--insta-red);
}

.contact-two__content {
    position: relative;
    padding-left: 105px;
}

@media (max-width: 767px) {
    .contact-two__content {
        padding-left: 90px;
    }
}

@media (max-width: 575px) {
    .contact-two__content {
        padding-left: 0px;
    }
}

.contact-two .sec-title {
    margin-bottom: 21px;
}

.contact-two__description {
    padding-right: 75px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .contact-two__description {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .contact-two__description {
        margin-bottom: 40px;
    }
}

.contact-two__text {
    margin: 0;
}

.contact-two .contact__tab-box {
    position: static;
}

@media (min-width: 576px) {
    .contact-two .tab-buttons {
        margin: 0;
        position: absolute;
        top: 36.1%;
        left: -180px;
        max-width: 535px;
        transform: rotate(-90deg) translateY(-50%);
        z-index: 11;
    }
}

.contact-two .tab-buttons .tab-btn {
    padding-left: 19.4px;
    padding-right: 19.4px;
}

@media (max-width: 1199px) {
    .contact-two .tab-buttons .tab-btn {
        gap: 16px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .contact-two .tab-buttons .tab-btn {
        padding: 5px 20px;
        gap: 10px;
        font-size: 14px;
        border: 0;
        border: 1px solid var(--insta-border-color, #dddddd);
    }
}

.contact-two .contact__tab-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.contact-two .contact__form {
    max-width: 500px;
}

.contact-two .contact__form__group {
    grid-gap: 19px;
}

.contact-two .contact__form__insurance-progress {
    margin-top: 3px;
}

.contact-two .contact__form__insurance-balance {
    color: var(--insta-base, #1e235c);
}

.contact-two .contact__form button[type=submit] {
    margin-top: 15px;
    padding: 10.5px 25px;
    width: 100%;
    display: block;
}

.contact-two .contact__form .bootstrap-select>.dropdown-toggle {
    height: 55px;
    line-height: 55px;
}

.contact-two .contact__form .bootstrap-select .dropdown-menu>li>a {
    background-color: var(--insta-white, #ffffff);
}

.contact-two .contact__form .bootstrap-select .dropdown-menu>li:hover>a,
.contact-two .contact__form .bootstrap-select .dropdown-menu>li.selected>a {
    background-color: var(--insta-base, #1e235c);
    color: var(--insta-white, #ffffff);
    border-color: var(--insta-base, #1e235c);
}

.contact-two .contact__form input[type=text],
.contact-two .contact__form input[type=email],
.contact-two .contact__form input[type=password],
.contact-two .contact__form input[type=tel],
.contact-two .contact__form textarea {
    height: 55px;
}

.contact-two__shape {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.contact-two__shape__one {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 147px;
    animation: moveHorizontal 4s ease infinite;
}

@media (max-width: 1599px) {
    .contact-two__shape__one {
        max-width: 250px;
        right: -70px;
    }
}

@media (max-width: 1399px) {
    .contact-two__shape__one {
        display: none;
    }
}

.contact-two__shape__two {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    animation: zump 2s linear infinite;
}

.contact-two--home-4 {
    padding-top: var(--section-space, 120px);
    background-color: var(--insta-white, #ffffff);
}

@media (max-width: 767px) {
    .contact-two--home-4 {
        padding-top: 100px;
    }
}

@media (max-width: 575px) {
    .contact-two--home-4 {
        padding-top: 80px;
    }
}

.contact-two--home-4 .sec-title {
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .contact-two--home-4 .sec-title {
        padding-right: 0;
    }
}

.contact-two--home-4 .contact-two__image {
    width: auto;
    position: relative;
    position: absolute;
    top: -28px;
    right: -111px;
    left: auto;
    bottom: auto;
}

@media (max-width: 1599px) {
    .contact-two--home-4 .contact-two__image {
        top: 0;
        right: -80px;
    }
}

@media (max-width: 1399px) {
    .contact-two--home-4 .contact-two__image {
        right: -30px;
    }
}

@media (max-width: 1299px) {
    .contact-two--home-4 .contact-two__image {
        right: 10px;
    }
}

@media (max-width: 1199px) {
    .contact-two--home-4 .contact-two__image {
        display: table;
        margin-bottom: 60px;
        position: relative;
        top: auto;
        right: auto;
    }
}

.contact-two--home-4 .contact-two__image__one {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

@media (max-width: 1599px) {
    .contact-two--home-4 .contact-two__image__one {
        max-width: 620px;
    }
}

@media (max-width: 1399px) {
    .contact-two--home-4 .contact-two__image__one {
        max-width: 560px;
    }
}

@media (max-width: 1299px) {
    .contact-two--home-4 .contact-two__image__one {
        max-width: 530px;
    }
}

@media (max-width: 1199px) {
    .contact-two--home-4 .contact-two__image__one {
        max-width: 100%;
    }
}

.contact-two--home-4 .contact-two__image__sahpe {
    position: absolute;
    right: 0;
    bottom: 117px;
    animation: zumpBottom 2s linear infinite;
}

@media (max-width: 575px) {
    .contact-two--home-4 .contact-two__image__sahpe {
        display: none;
    }
}

.contact-two--home-4 .contact-two__call {
    margin: 0;
    position: absolute;
    right: 56px;
    bottom: -7px;
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--insta-base, #1e235c);
    border-radius: 50%;
    border: 4px solid var(--insta-white, #ffffff);
    font-size: 35px;
    color: var(--insta-white, #ffffff);
    z-index: 2;
}

.contact-two--home-4 .contact-two__call svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1799px) {
    .contact-two--home-4 .contact-two__call {
        right: 80px;
        bottom: -20px;
    }
}

@media (max-width: 1199px) {
    .contact-two--home-4 .contact-two__call {
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .contact-two--home-4 .contact-two__call {
        right: 50px;
    }
}

@media (max-width: 500px) {
    .contact-two--home-4 .contact-two__call {
        right: 30px;
    }
}

.contact-two--home-4 .contact-two__shape-one {
    max-width: 100%;
    height: auto;
    position: absolute;
    right: 68px;
    bottom: 119px;
    animation: zump 2s linear infinite;
}

@media (max-width: 1799px) {
    .contact-two--home-4 .contact-two__shape-one {
        right: 25px;
        bottom: 60px;
    }
}

@media (max-width: 1599px) {
    .contact-two--home-4 .contact-two__shape-one {
        display: none;
    }
}

/* payment qr */

/* scanner / fastival*/

.popu-gif {
    width: 500px;
    height: 500px;
}

@media (max-width: 767px) {
    .popu-gif {
        width: 250px;
        height: 250px;
    }
}

.festival,
.scanner {
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* align-items: center; */
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50000;
    display: none;
    margin: 0 auto;
    background: #0000008a;
    /* transform: scale(0); */
    transition: all 400ms ease-in;
}

.show-festival,
.show-scanner {
    /* transform: scale(1); */
    display: flex;
}

.festival-box,
.scanner-box {
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
    position: relative;
    z-index: 4;
}

.festival-box img,
.scanner-box img {
    width: auto;
    max-height: 80vh;
    max-width: 100%;
    transition: all 400ms ease-in;
    transform: scale(0);
}

.show-festival .festival-box img,
.show-scanner .scanner-box img {
    animation: scaleScanner 250ms ease-in;
    transform: scale(1);
}

@keyframes scaleScanner {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.close-festival,
.close-scanner {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 6;
    height: 25px;
    width: 25px;
    background: black;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}

.ovrly-close-festival,
.ovrly-close-scanner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: url(../images/resources/cross-out.png), zoom-out;
}

.festival-qr,
.payment-qr {
    padding: 15px 0px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.qr-btn {
    text-transform: uppercase;
}

.upi-icn {
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
}

.upi-icn img.qr-btn,
.upi-icn a {
    width: 80px;
    height: auto;
    cursor: pointer;
    margin-left: 15px;
}

.upi-icn img.qr-btn {
    height: auto;
    background: white;
    padding: 7px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.upi-icn a img {
    width: 100%;
    height: auto;
    background: white;
    padding: 8px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.upi-icn img:first-child {
    margin-left: 0;
}

@media (max-width: 800px) {
    .upi-icn {
        margin-left: 0;
    }
    .upi-icn img.qr-btn,
    .upi-icn a {
        margin-top: 12px;
        width: 68px;
    }
    .conta-scl li {
        margin: 0px 13px;
    }
}

.theme-btn-1 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--gradient-color2);
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    padding: 14px 42px;
    font-family: var(--body-font);
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 0.5px;
    z-index: 3;
}

.theme-btn-1::before {
    content: "";
    position: absolute;
    height: 400px;
    width: 430px;
    top: 50%;
    left: 50%;
    background: var(--webex-secondary-color);
    border-radius: 50%;
    transform: translateX(-30%) translateY(-40%) scale(0);
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: -1
}

.theme-btn-1:hover {
    color: white
}

.theme-btn-1:hover::before {
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.theme-btn-1:focus {
    color: white
}

.theme-btn-1::before {
    background: white
}

.theme-btn-1:hover {
    color: var(--insta-base)
}

.theme-btn-1:hover::before {
    background: white
}

.footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.footer-list li+li,
.term-con li+li {
    margin-left: 10px;
    border-left: 1px solid #7f7f7f;
}

.footer-list li a,
.term-con li a {
    color: white;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    padding: 0px 5px;
    text-transform: capitalize;
    transition: all 400ms;
    text-decoration: none;
}

.footer-list li a:hover,
.term-con li a:hover {
    color: #049ad3;
    text-decoration: none;
}

/* portfolio designs */

.web-ui {
    width: 100%;
    transition: all 3.6s ease-in;
    background-position: top !important;
    cursor: pointer;
    display: block;
    margin-bottom: 46px;
    background-size: calc(100% - 34px) !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
}

.web-ui:hover {
    background-position: bottom !important;
}

.web-ui img {
    margin-top: -15px;
}

.life-at-gal .img-popup,
.graphics-design-gal .img-popup {
    margin-bottom: 24px;
    display: block;
}

/*------------------------*/

.login-box input:focus,
.login-box button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/

.d-flex {
    display: flex;
}

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

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

/*---------signup-step-------------*/

.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 150px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: var(--insta-red);
    color: #fff;
    border-color: var(--insta-red);
}

.wizard li.active span.round-tab i {
    color: #971a1d;
}

.wizard .nav-tabs>li.active>a i {
    color: #971a1d;
}

.wizard .nav-tabs>li {
    width: 48%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    /*    padding: 8px 24px;*/
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: var(--insta-red);
}

.skip-btn {
    background-color: var(--insta-red);
}

button.default-btn.next-step.skip-btn {
    display: none;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/

/*----------Custom-Checkbox---------*/

.login-box input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.login-box input[type="checkbox"]::before,
.login-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.login-box input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

.login-box input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

.login-box input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

.login-box input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

.form-group {
    margin: 10px 0;
}

.phone-pe {
    width: 170px;
    padding: 10px;
    height: 98px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs>li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
}

.redio {
    visibility: hidden;
}

.phone-pe.active {
    border: 2px solid #000;
}

.text_check {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.pera-form {
    max-height: 400px;
    overflow: auto;
    margin-bottom: 10px;
}

form.login-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px;
    border-radius: 10px;
}

.form-control {
    padding: 10px;
}

.package_price.price1 {
    background: linear-gradient(to right, rgb(142, 198, 61) 0px, rgb(75, 212, 219) 100%);
}

.package_price .discounted_price {
    text-align: right;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    margin-left: 10px;
    clear: both;
    display: inline-block;
    text-decoration: line-through;
}

.package_price {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: block;
    max-width: 200px;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px 25px;
    margin: 0px auto 1rem;
}

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

.table td {
    padding: 10px;
}

.feature_box {
    float: left;
    width: 100%;
    box-shadow: rgb(204, 204, 204) 2px 2px 10px;
    margin-bottom: 25px;
    text-align: center;
    padding: 20px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    transition: 0.3s;
    background: rgb(255, 255, 255);
}

.feature_box img {
    width: 60px;
    height: 60px;
    background: rgb(239, 239, 239);
    padding: 10px;
    border-radius: 50px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    transition: 500ms;
}

.feature_box p {
    position: relative;
    height: 88px;
    width: 100%;
    text-align: center;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.feature_box:hover img {
    background: rgb(197, 240, 230);
    animation: 600ms linear 0s 1 normal none running scaleCheck;
}

@keyframes scaleCheck {
    0% {
        transform: scale(0.4);
    }
    100% {
        transform: scale(1);
    }
}

#step3 {
    display: none;
}

.nav-tabs li:nth-child(3) {
    display: none;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    left: 20px;
    animation-play-state: paused;
}

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

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 54px;
    color: #fff;
}

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