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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "product_sansregular";
    color: var(--fai-dark-7);
}

@media (min-width: 992px) {
    h1 {
        line-height: 53px;
    }
}

@media (max-width: 991.98px) {
    h1 {
        line-height: 44px;
    }
}

.font-regular {
    font-family: "product_sansregular";
}

.font-bold {
    font-family: "product_sansbold";
}

:root {
    --font-body-size: 0.938;
    --font-size-xs: .75rem;
    --font-size-sm: .875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.625rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --font-size-4xlg: 2.5rem;
    --font-size-5xl: 3rem;
    --font-size-6xl: 3.75rem;
    --font-weight-100: 100;
    --font-weight-200: 200;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --font-weight-900: 900;
    --fai-gray-3: #C1C1C1;
    --fai-red-1: #FAF4F1;
    --fai-blue-5: #3F8BA1;
    --fai-yellow-3: #FFD55E;
    --fai-dark-7: #313131;
}

.size-xs {
    font-size: var(--font-size-xs) !important;
}

.size-sm {
    font-size: var(--font-size-sm);
}

.size-base {
    font-size: var(--font-size-base);
}

.size-lg {
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
}

.size-xl {
    font-size: var(--font-size-xl);
    line-height: 1.75rem;
}

.size-2xl {
    font-size: var(--font-size-2xl);
}

.size-3xl {
    font-size: var(--font-size-3xl);
}

.size-4xl {
    font-size: var(--font-size-4xl);
}

.size-4xlg {
    font-size: var(--font-size-4xlg);
}

.size-5xl {
    font-size: var(--font-size-5xl);
}

.size-6xl {
    font-size: var(--font-size-6xl);
    line-height: 1;
}

@media (min-width: 640px) {
    .size-sm-xs {
        font-size: var(--font-size-xs) !important;
    }

    .size-sm-sm {
        font-size: var(--font-size-sm);
    }

    .size-sm-base {
        font-size: var(--font-size-base);
    }

    .size-sm-lg {
        font-size: var(--font-size-lg);
        line-height: 1.75rem;
    }

    .size-sm-xl {
        font-size: var(--font-size-xl);
        line-height: 1.75rem;
    }

    .size-sm-2xl {
        font-size: var(--font-size-2xl);
    }

    .size-sm-3xl {
        font-size: var(--font-size-3xl);
    }

    .size-sm-4xl {
        font-size: var(--font-size-4xl);
    }

    .size-sm-4xlg {
        font-size: var(--font-size-4xlg);
    }

    .size-sm-5xl {
        font-size: var(--font-size-5xl);
    }

    .size-sm-6xl {
        font-size: var(--font-size-6xl);
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .size-md-xs {
        font-size: var(--font-size-xs) !important;
    }

    .size-md-sm {
        font-size: var(--font-size-sm);
    }

    .size-md-base {
        font-size: var(--font-size-base);
    }

    .size-md-lg {
        font-size: var(--font-size-lg);
        line-height: 1.75rem;
    }

    .size-md-xl {
        font-size: var(--font-size-xl);
        line-height: 1.75rem;
    }

    .size-md-2xl {
        font-size: var(--font-size-2xl);
    }

    .size-md-3xl {
        font-size: var(--font-size-3xl);
    }

    .size-md-4xl {
        font-size: var(--font-size-4xl);
    }

    .size-md-4xlg {
        font-size: var(--font-size-4xlg);
    }

    .size-md-5xl {
        font-size: var(--font-size-5xl);
    }

    .size-md-6xl {
        font-size: var(--font-size-6xl);
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .size-lg-xs {
        font-size: var(--font-size-xs) !important;
    }

    .size-lg-sm {
        font-size: var(--font-size-sm);
    }

    .size-lg-base {
        font-size: var(--font-size-base);
    }

    .size-lg-lg {
        font-size: var(--font-size-lg);
        line-height: 1.75rem;
    }

    .size-lg-xl {
        font-size: var(--font-size-xl);
        line-height: 1.75rem;
    }

    .size-lg-2xl {
        font-size: var(--font-size-2xl);
    }

    .size-lg-3xl {
        font-size: var(--font-size-3xl);
    }

    .size-lg-4xl {
        font-size: var(--font-size-4xl);
    }

    .size-lg-4xlg {
        font-size: var(--font-size-4xlg);
    }

    .size-lg-5xl {
        font-size: var(--font-size-5xl);
    }

    .size-lg-6xl {
        font-size: var(--font-size-6xl);
        line-height: 1;
    }
}

.font-weight-100 {
    font-weight: var(--font-weight-100);
}

.font-weight-200 {
    font-weight: var(--font-weight-200);
}

.font-weight-300 {
    font-weight: var(--font-weight-300);
}

.font-weight-400 {
    font-weight: var(--font-weight-400);
}

.font-weight-500 {
    font-weight: var(--font-weight-500);
}

.font-weight-600 {
    font-weight: var(--font-weight-600);
}

.font-weight-700 {
    font-weight: var(--font-weight-700);
}

.font-weight-800 {
    font-weight: var(--font-weight-800);
}

.font-weight-900 {
    font-weight: var(--font-weight-900);
}

.color-gray-3 {
    color: var(--fai-gray-3);
}

.color-red-1 {
    color: var(--fai-red-1);
}

.color-yellow-3 {
    color: var(--fai-yellow-3);
}

.color-blue-5 {
    color: var(--fai-blue-5);
}

.color-dark-7 {
    color: var(--fai-dark-7);
}

.bg-gray-3 {
    background-color: var(--fai-gray-3);
}

.bg-red-1 {
    background-color: var(--fai-red-1);
}

.bg-yellow-3 {
    background-color: var(--fai-yellow-3);
}

.bg-blue-5 {
    background-color: var(--fai-blue-5);
}

.bg-dark-7 {
    background-color: var(--fai-dark-7);
}

body {
    background-color: #fff;
    font-family: "product_sansregular";
    color: var(--fai-dark-7);
    font-size: var(--font-size-base);
}

.flex-0-auto {
    flex: 0 0 auto;
}

.z-1 {
    z-index: 1;
}

@media (min-width: 992px) {
    .gridDivider {
        padding: 7em 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .gridDivider {
        padding: 4em 0;
    }
}

@media (max-width: 767.98px) {
    .gridDivider {
        padding: 2em 0;
    }
}

@media (max-width: 575.98px) {
    .gridDivider {
        padding: 1.6em 0;
    }
}

@media (min-width: 768px) {
    .meg-menu {
        padding: 40px 0 0;
    }
}

@media (min-width: 768px) {
    .meg-menu .nav-item.dropdown {
        position: inherit !important;
    }

    .meg-menu .nav-item.dropdown ul.dropdown-menu {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        background-color: transparent !important;
        padding-top: 0;
    }

    .meg-menu .nav-item.dropdown ul.dropdown-menu .mega-menu-box {
        background-color: #fff;
        z-index: 2;
        position: relative;
        padding: 20px 0 46px;
    }

    /* .meg-menu .nav-item.dropdown ul.dropdown-menu::after {
    content: "";
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -5;
  } */
}

@media (max-width: 767.98px) {
    .meg-menu .nav-item {
        /* border-bottom: 1px solid #ccc; */
        padding: 10px 0;
    }

    header ul li a.nav-link {
        font-size: 21px;
    }

    .meg-menu .nav-item:last-child {
        border-bottom: 0;
    }

    .navbar-nav {
        padding: 4rem 20px 0;
    }

    .mega-menu-box {
        background: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 6rem 20px 0;
    }
}

.menu-grid {
    width: 100%;
}

@media (min-width: 992px) {
    .menu-grid {
        padding: 0 10rem;
    }
}

@media (max-width: 991.98px) {
    .menu-grid {
        padding: 0 1rem;
    }
}

.menu-grid .menu-block {
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px;
}

.menu-grid .menu-block a {
    color: #313131;
}

.menu-grid .menu-block:hover {
    background-color: #FFD55E;
    border: 1px solid #fff;
    box-shadow: 5px 2px 16px rgba(0, 0, 0, 0.1);
}

.menu-grid .menu-block img {
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}



.menu-grid .menu-block .menu-text {
    font-size: 16px;
    font-weight: 100;
}

header {
    width: 100%;
    z-index: 1049;
    position: relative;
    background: #fff;
}

header nav.navbar {
    padding: 15px 0 !important;
}

header .navbar-toggler {
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
}

header .navbar-toggler .hamburger-line {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    float: right;
    border-radius: 2px;
    background: #020101 !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}



header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 22px;
}

header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 17px;
}

.hamburger-active header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 3% 10%;
    -ms-transform-origin: 3% 10%;
    transform-origin: 3% 10%;
}

.hamburger-active header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: -6% 90%;
    -ms-transform-origin: -6% 90%;
    transform-origin: -6% 90%;
    width: 21px;
}



header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(2) {
    opacity: 1;
}

.hamburger-active header .navbar-toggler.dark-hamburger .hamburger-line:nth-child(2) {
    opacity: 0;
}



@media (min-width: 768px) {
    header ul li.nav-item {
        padding: 0 30px;
    }

    header ul li.nav-item:last-child {
        padding-right: 0;
    }
}

header ul li a.nav-link {
    color: #646464;
    font-size: 16px;
    font-weight: 100;
}

header ul li a.nav-link:hover,
header ul li a.nav-link.active {
    color: #3A889F;
}

@media (max-width: 767.98px) {
    header .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0 auto;
        padding: 10px 20px 0;
    }
}

@media (min-width: 768px) {
    .meg-menu {
        padding: 40px 0 0;
    }
}

@media (min-width: 768px) {
    .meg-menu .nav-item.dropdown {
        position: inherit !important;
    }

    .meg-menu .nav-item.dropdown ul.dropdown-menu {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: auto;
        background-color: transparent !important;
        padding-top: 0;
    }

    .meg-menu .nav-item.dropdown ul.dropdown-menu .mega-menu-box {
        background-color: #fff;
        z-index: 2;
        position: relative;
        padding: 20px 0 46px;
    }

    /* .meg-menu .nav-item.dropdown ul.dropdown-menu::after {
    content: "";
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -5;
  } */
}

@media (max-width: 767.98px) {
    .meg-menu .nav-item {
        /* border-bottom: 1px solid #ccc; */
        padding: 10px 0;
        text-align: right;
    }

    .meg-menu .nav-item:last-child {
        border-bottom: 0;
    }
}

.menu-grid {
    width: 100%;
}

@media (min-width: 992px) {
    .menu-grid {
        padding: 0 10rem;
    }
}

@media (max-width: 991.98px) {
    .menu-grid {
        padding: 0 1rem;
    }
}

.menu-grid .menu-block {
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px;
}

.menu-grid .menu-block a {
    color: #313131;
}

.menu-grid .menu-block:hover {
    background-color: #FFD55E;
    border: 1px solid #fff;
    box-shadow: 5px 2px 16px rgba(0, 0, 0, 0.1);
}

.menu-grid .menu-block img {
    height: 130px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
}

.menu-grid .menu-block .menu-text {
    font-size: 16px;
    font-weight: 100;
}

@media (min-width: 992px) {
    header .navbar {
        height: 90px;
    }
}

@media (max-width: 991.98px) {
    header {
        position: fixed;
        background-color: #fff;
        padding: 0 20px;
    }
}

@media (max-width: 991.98px) {
    .mainContent {
        padding-top: 90px;
    }
}

header._hg-sc {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 -8px 16px 0 #000;
}

header._hg-sc ul li.nav-item a:hover,
header._hg-sc ul li.nav-item a.active {
    color: var(--m-green-5);
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.nav-item.dropdown .dropdown-menu {
    box-shadow: none;
    border: 0;
    padding: 0;
}

@media (max-width: 991.98px) {
    .nav-item.dropdown .dropdown-menu {
        border-radius: 0;
    }
}

.nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 8px 13px !important;
}

@media (max-width: 991.98px) {
    .nav-item.dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #d1d1d1;
        border-radius: 0;
    }
}

.nav-item.dropdown .dropdown-toggle {
    position: relative;
    padding-bottom: 0;
}

.custom-form .form-select,
.custom-form .form-control {
    color: var(--fai-dark-7);
    border: 1px solid #939393;
}

.custom-form .form-select:focus,
.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.custom-form .form-select::-moz-placeholder,
.custom-form .form-control::-moz-placeholder {
    color: #989898;
}

.custom-form .form-select::placeholder,
.custom-form .form-control::placeholder {
    color: #989898;
}

.custom-form .form-select {
    position: relative;
    z-index: 1;
    background: transparent;
    padding-right: 41px;
    cursor: pointer;
    color: #989898;
    height: 46px;
}

.custom-form .custom-select {
    position: relative;
}

.custom-form .custom-select::after {
    content: url(../images/icons/fea-arrow-down-icon.svg);
    background-color: var(--fai-gray-3);
    position: absolute;
    right: 0;
    height: 100%;
    width: 34px;
    top: 0;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-form .form-check-input {
    margin-top: 0 !important;
    margin-left: 0 !important;
    border-radius: 0;
    width: 21px;
    height: 21px;
}

.custom-form .form-check-label {
    margin-bottom: 0 !important;
    font-size: 12px;
    color: #979797;
}

input,
textarea,
select {
    -webkit-appearance: none !important;
}

.form-control:focus,
button:focus,
.btn:focus,
.navbar-toggler:focus {
    box-shadow: none;
}

.form-control {
    border: 0;
    height: 46px;
}

.form-label {
    color: #fff;
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

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

.z-1 {
    z-index: 1;
}

img {
    max-width: 100%;
}

.img-cover {
    background-size: cover;
}

.img-no-repeat {
    background-repeat: no-repeat;
}

.img-center {
    background-position: center center;
}

.img-fixed {
    background-attachment: fixed;
}

.img-box-a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-box-b {
    height: 390px;
}

@media (min-width: 1000px) {
    .img-h-345 {
        height: 165px;
    }
}

@media (min-width: 768px) and (max-width: 999.98px) {
    .img-h-345 {
        height: 255px;
    }
}

@media (max-width: 767.98px) {
    .img-h-345 {
        height: 345px;
    }
}

.img-w-280 {
    width: 280px;
}

.img-h-200 {
    height: 200px;
}

.img-w-38 {
    width: 38px;
}
.img-flag{
    width: 38px !important;
    display: none !important;
    @media (min-width: 0px) and (max-width: 599px) {
        display: inline !important;
       }


}
.flag-div{
    gap:20px;
    text-align: center;
    @media (min-width: 0px) and (max-width: 599px) {
       text-align: unset !important;
      }
}

[data-overlay-dark]::before,
[data-overlay-light]::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]::before {
    background: #000;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.8;
}

[data-overlay-dark="2"]:before {
    background: rgba(49, 49, 49, 0.15);
}

[data-overlay-dark="5"]:before {
    background: rgba(5, 20, 7, 0.91);
}

.bg-dark-o-1 {
    background: rgba(6, 11, 2, 0.62);
}

[data-overlay-dark="6"]:before {
    background: rgba(49, 49, 49, 0.2);
}

.icons-sm {
    height: 40px;
    width: 40px;
    font-size: 26px;
    flex: 0 0 auto;
}

.feathers {
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.feathers.fea-15 {
    width: 15px;
    height: 15px;
    min-width: 15px;
}

.feathers.fea-21 {
    width: 21px;
    height: 21px;
    min-width: 21px;
    background-size: 19px;
}

.feathers.fea-36 {
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.feathers.fea-40 {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.feathers.fea-close-btn-icon {
    background-image: url(../images/icons/fea-close-btn-icon.svg);
}

.feathers.fea-arrow-right-icon {
    background-image: url(../images/icons/fea-arrow-right-icon.svg);
}

.feathers.fea-arrow-left-icon {
    background-image: url(../images/icons/fea-arrow-left-icon.svg);
}

.feathers.fea-star-icon {
    background-image: url(../images/icons/fea-star-icon.svg);
}

.feathers.fea-phone-round-icon {
    background-image: url(../images/icons/fea-phone-round-icon.svg);
}

.feathers.fea-email-icon {
    background-image: url(../images/icons/fea-email-icon.svg);
}

.feathers.fea-life-icon {
    background-image: url(../images/icons/fea-life-icon.svg);
}

.feathers.fea-economy-icon {
    background-image: url(../images/icons/fea-economy-icon.svg);
}

.feathers.fea-society-icon {
    background-image: url(../images/icons/fea-society-icon.svg);
}

.feathers.fea-beauty-icon {
    background-image: url(../images/icons/fea-beauty-icon.svg);
}

.feathers.fea-educational-icon {
    background-image: url(../images/icons/fea-educational-icon.svg);
}

.feathers.fea-political-icon {
    background-image: url(../images/icons/fea-political-icon.svg);
}

.fai-yellow-btn {
    background-color: #FFD55E;
    border: 1px solid #B5B3AE;
    font-weight: 600;
    font-size: 20px;
    color: #313131;
    padding: 5px 10px !important;
    line-height: 1;
}

.fai-mw-btn {
    min-width: 200px;
    height: 39px;
}

.fai-sm-btn {
    padding: 11px 20px 9px !important;
    font-size: 15px;
    line-height: 13px;
}

.fai-xm-btn {
    padding: 9px 17px !important;
    font-size: 17px !important;
}

.fai-new-btn {
    background-color: #FFD55E;
    border: 1px solid #B5B3AE;
    font-weight: 600;
    color: #313131;
    padding: 0 20px !important;
    line-height: 1;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.card {
    -webkit-box-shadow: none;
    border: none;
    box-shadow: 0 2px 17px rgba(2, 2, 2, 0.06);
}

.card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 0 !important;
}

.default-list li {
    padding-bottom: 10px;
}

.slider-block {
    border: 1px solid var(--fai-dark-7);
    border-radius: 14px;
    overflow: hidden;

}

@media (max-width: 575px) {
    .slider-block {
        border: 0;
        padding: 30px 0 !important;
    }

}

@media (max-width: 575px) {
    .slider-testimonials {
        flex-direction: column;
        align-items: center;
    }

    .slider-testimonials-text {
        text-align: center;
        padding: 0 15px;
    }

    .slider-testimonials-text h4 {
        margin: 20px 0 7px !important;
    }
}

.slider-block .slider-block-img {
    width: 96%;
    display: inline-block;
    padding: 25px;
}
/* .text-center{
    position: relative !important;
}
.arrow-img{
    position: absolute;
} */
.slider-main::after {
    content: '';
    background-image: url(../images/circle-arrow.png);
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: cover;
    top: 105px;
    right: 1px;
    filter: contrast(0.6);
}
    @media (min-width: 0px) and (max-width: 999px) {
        .slider-main::after {
            background: unset !important;
        }
    }



.owl-carousel .owl-item {
    padding: 0 13px 1px;
}

.center-zoom-slider .owl-item {
    padding: 0 5px;
}

.center-zoom-slider .owl-item .card {
    background-color: rgba(255, 255, 255, 0.7);
}

.center-zoom-slider .owl-item .card .img-grayscale {
    filter: grayscale(100%);
}

.center-zoom-slider .owl-item.active.center .card {
    background-color: #fff;
}

.center-zoom-slider .owl-item.active.center .card .img-grayscale {
    filter: grayscale(0%);
}

.center-zoom-slider .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    transition: margin 0.4s ease;
}

.center-zoom-slider .owl-item.center>div {
    cursor: auto;
    margin: 0;
}

@media (min-width: 576px) {
    .center-zoom-slider .owl-nav {
        position: absolute;
        width: 100%;
        top: 30%;
    }
}

@media (max-width: 575.98px) {
    .center-zoom-slider .owl-nav {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        text-align: center;
    }

    .center-zoom-slider .owl-nav button {
        margin: 0 10px;
    }

    .center-zoom-slider .owl-item>div {
        margin: 0;
    }

    /* .center-zoom-slider .owl-item.active.center{
    width: 200px !important;
  } */
}

.center-zoom-slider .owl-prev span,
.center-zoom-slider .owl-next span {
    width: 40px;
    height: 40px;
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
    color: transparent;
}

.center-zoom-slider .owl-prev span {
    background-image: url(../images/icons/fea-round-left-icon.svg);
}

@media (min-width: 576px) {
    .center-zoom-slider .owl-prev {
        position: absolute;
        left: -40px;
    }
}

.center-zoom-slider .owl-next span {
    background-image: url(../images/icons/fea-round-right-icon.svg);
}

@media (min-width: 576px) {
    .center-zoom-slider .owl-next {
        position: absolute;
        right: -40px;
    }
}

.owl-nav-btn .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.owl-nav-btn .owl-nav .owl-prev {
    /* display: none; */
    display: none ;
    position: absolute;
    left: 16px;
    background-image: url(../images/icons/fea-arrow-right-white-icon.svg) !important;
    width: 60px;
    height: 60px;
    display: block;
    background-size: 60px !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    top:-40px;
    transform: rotate(180deg);
}
@media (min-width: 0px) and (max-width: 399px) {
    .owl-nav-btn .owl-nav .owl-prev {
        display: block;
        left: 3px;
    }}
@media (min-width: 400px) and (max-width: 574px) {
    .owl-nav-btn .owl-nav .owl-prev {
        display: block;
        left: 22px;
    }}
    @media (min-width: 575px) and (max-width: 999px) {
        .owl-nav-btn .owl-nav .owl-prev {
            display: block;
            top:unset;
            left: -12px;
        }
        .owl-nav-btn .owl-nav .owl-prev :nth-child(1) {
            display: none !important;

          }
        }

.owl-nav-btn .owl-nav .owl-next {
    position: absolute;
    right: -16px;
}

.owl-nav-btn .owl-nav .owl-next span {
    color: transparent;
    background-image: url(../images/icons/fea-arrow-right-white-icon.svg);
    width: 60px;
    height: 60px;
    display: block;
    background-size: 60px;
    background-repeat: no-repeat;

}

.grid-col-a {
    width: 20%;
    flex: 0 0 auto;
}

.grid-col-b {
    width: 25%;
    flex: 0 0 auto;
}

.grid-col-c {
    width: 80%;
    flex: 0 0 auto;
}

.grid-col-d {
    width: 75%;
    flex: 0 0 auto;
}

.grid-col-full {
    width: 100%;
    flex: 0 0 auto;
}

.grid {
    display: grid;
}

.gap-1-5 {
    gap: 1.5rem !important;
}

@media (max-width: 767.98px) {
    .gap-1 {
        gap: 2rem !important;
    }
}

.flex-1-auto {
    flex: 1 1 auto;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.lg-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

@media (min-width: 992px) {
    .lg-grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg-grid-cols-auto-3 {
        grid-column: auto/span 3;
    }
}

@media (max-width: 991.98px) {
    .md-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md-grid-cols-auto-2 {
        grid-column: auto/span 2;
    }
}

@media (max-width: 767.98px) {
    .sm-grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm-grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sm-grid-cols-auto-1 {
        grid-column: auto/span 1;
    }

    .seemore {
        padding: 20px 0 0 16px;
        display: block;
        font-size: 20px;
    }
}

@media (max-width: 575.98px) {
    .sm-grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .col-vh-wrap {
        height: 100vh;
    }
}

.col-calc-a {
    height: calc(100vh - 90px);
}

.shadow-none {
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .box-col-w-47 {
        width: 57%;
    }
}

.box-a {
    font-size: 16px;
    width: 200px;
    display: inline-block;
    color: var(--fai-blue-5);
}

.box-b {
    font-size: 17px;
    width: 200px;
    display: inline-block;
}

.box-sm-border {
    position: relative;
}

.box-sm-border:before {
    position: absolute;
    content: "";
    bottom: -25px;
    width: 81px;
    height: 2px;
    background-color: var(--fai-dark-7);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.box-c {
    height: 85px;
}

.box-d {
    height: 60px;
}

.box-e {
    position: absolute;
    bottom: -14px;
}

.box-e span {
    border-radius: 6px;
    padding: 9px 25px;
    font-size: 17px;
}

.box-g {
    font-size: 17px;
    width: 200px;
    display: inline-block;
    color: var(--fai-blue-5);
}

@media (max-width: 991.98px) {
    .default-list li {
        border-bottom: 1px solid #e3ebee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .box-g,
    .box-h {
        width: 100% !important;
        text-align: center;
    }
}

.box-h {
    font-size: 18px;
    width: 200px;
    display: inline-block;
}

.bdr-btm-dotted {
    border-bottom: 1px dotted #CBC6C4;
}

.border-dark {
    border: 1px solid var(--fai-dark-7);
}

.border-radius-4 {
    border-radius: 4px;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-14 {
    border-radius: 14px;
}

.letter-2 {
    letter-spacing: 2px;
}

.font-17 {
    font-size: 17px !important;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.line-1 {
    line-height: 1;
}

.color-blue-3 {
    color: #30829A;
}

.color-gray-4 {
    color: #989898;
}

.color-gray-5 p {
    color: #989898;
}

.limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pagination li {
    margin: 0 3px;
}

.pagination li.page-item.active .page-link {
    border-color: #646464;
    color: #646464;
    background-color: transparent !important;
}

.pagination li a {
    border-radius: 4px !important;
    width: 23px;
    height: 23px;
    line-height: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #D0D0D0;
    border-color: #D0D0D0;
}

.arrow-round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border: 1px solid #C0C0C0;
}

.arrow-round.active {
    border: 1px solid #313131;
}

.user {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #C0C0C0;
}

.col-a {
    background: var(--fai-yellow-3);
    padding: 4px 10px 4px 8px;
    border-radius: 15px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.col-a1 {
    margin: 3px 0 0 5px;
}

.testimonials-slider .owl-nav {
    width: 100%;
}

@media (min-width: 768px) {
    .testimonials-slider .owl-nav {
        position: absolute;
        bottom: 44%;
    }
}

@media (max-width: 767.98px) {
    .close-icon {
        float: left;
        padding: 30px 20px 0;
        border: 1px solid;
        width: 100%;
        text-align: right;
    }

    .close-icon .fea-close-btn-icon {
        width: 20px;
        height: 20px;
    }

    .testimonials-slider .owl-nav {
        text-align: center;
        margin-top: 10px;
    }

    .testimonials-slider .owl-nav button {
        margin: 0 5px;
    }
}

.testimonials-slider .owl-nav .owl-prev span,
.testimonials-slider .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
    display: block;
    background-size: 40px;
    background-repeat: no-repeat;
}

.testimonials-slider .owl-nav .owl-prev span {
    background-image: url(../images/icons/fea-arrow-left-white-icon.svg);
}

@media (min-width: 768px) {
    .testimonials-slider .owl-nav .owl-prev {
        position: absolute;
        left: -40px;
    }
}

.testimonials-slider .owl-nav .owl-next span {
    background-image: url(../images/icons/fea-arrow-right-white-icon.svg);
}

@media (min-width: 768px) {
    .testimonials-slider .owl-nav .owl-next span {
        position: absolute;
        right: -40px;
    }
}

.ftr-col-a p {
    color: #989898;
    margin-bottom: 8px;
}

@media (max-width: 575px) {
    .ftr-col-a p {
        margin-bottom: 1rem;
    }
}

.list-a li a {
    background: #ffd55e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    margin: 0 5px;
}

.list-b li a {
    color: #989898;
    font-size: 14px;
}

.list-b li a:hover {
    color: #ffd55e;
}

.ftr-btn {
    background: #ffd55e;
    color: var(--fai-dark-7);
    padding: 5px 20px;
    display: inline-block;
    font-size: 17px;
    border-radius: 6px;
}

.ftr-btn:hover {
    background: #30829a;
    color: #fff;
}

.copyright {
    border-top: 1px solid #989898;
    color: #989898;
}

.copyright a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: underline !important;
}

@media (max-width: 575px) {
    .copyright a {
        display: block;
    }
}

.ftr-col-b {
    color: #989898;
    font-size: 12px;
}

.blog .title {
    color: #30829A;
    font-size: 14px;
}

.blog h2 a {
    color: var(--fai-dark-7);
}

.blog .blog-img {
    border-radius: 8px;
    overflow: hidden;
}

.blog .blog-img .blog-img-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.blog .blog-img:hover .blog-img-overlay {
    opacity: 1;
}

.blog .blog-img:hover .blog-content {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.blog .blog-img .blog-content {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
}

.blog .blog-img .blog-content .blog-content-col-a {
    background-color: rgba(255, 255, 255, 0.53);
    display: inline-block;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 6px 30px;
    border-radius: 4px;
}

.blog .blog-img .blog-content .blog-content-col-a a {
    color: #fff;
    font-size: 20px;
}

.blog .blog-img .blog-content .blog-content-col-a a:hover {
    color: var(--fai-dark-7);
}

.fadeIn-bottom {
    top: 80%;
}

@media (min-width: 992px) {
    .inner-banner {
        height: 420px;
    }
}

.border-btn {
    background: #fff;
    color: var(--fai-dark-7);
    padding: 5px 50px;
    display: inline-block;
    font-size: 17px;
    border-radius: 6px;
    border: 1px solid #989898;
}

.border-btn:hover {
    background: var(--fai-yellow-3);
    border: 1px solid var(--fai-yellow-3);
}

@media (min-width: 992px) {
    .blog-inside {
        border-right: 1px solid #CFE2E8;
        padding-right: 6rem;
    }
}

.blog-inside-a {
    border-top: 1px solid #CFE2E8;
    margin-top: 4rem;
}

@media (min-width: 992px) {
    .blog-inside-a {
        width: 90%;
    }
}

.blog-inside-a ul li {
    display: inline-block;
}

.blog-inside-a ul li a,
.blog-inside-a ul li button {
    background: #313131;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 5px;
}

.blog-inside-a ul li a:first-child {
    margin-left: 0;
}

@media (min-width: 992px) {
    .blog-inside-right {
        padding-left: 2rem;
    }
}

.border-radius-0 {
    border-radius: 0;
}

.border-bottom {
    border-bottom: 1px solid #CFE2E8 !important;
}

.blog-inside-news {
    border: 1px solid #908D8C;
    background-color: #FAF4F1;
    padding: 1rem;
    border-radius: 8px;
}

@media (min-width: 992px) {
    .font-lg {
        font-size: 100px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .font-lg {
        font-size: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .font-lg {
        font-size: 70px;
    }
}

@media (max-width: 575.98px) {
    .font-lg {
        font-size: 30px;
    }
}

.map-info iframe {
    width: 100%;
    height: 100%;
    line-height: 1;
}

@media (min-width: 992px) {
    .lg-inner-banner {
        height: 600px;
    }

    .lg-inner-banner h1 {
        font-size: 86px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .lg-inner-banner {
        height: 620px;
    }

    .lg-inner-banner h1 {
        font-size: 80px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .lg-inner-banner {
        height: 620px;
    }

    .lg-inner-banner h1 {
        font-size: 76px;
    }
}

@media (max-width: 575.98px) {
    .lg-inner-banner {
        height: 620px;
    }

    .lg-inner-banner h1 {
        font-size: 66px;
    }
}

.lg-inner-banner h1 {
    letter-spacing: 5px;
    line-height: 67px;
    text-align: center;
}

.img-gradient {
    position: relative;
    display: inline-block;
}

.img-gradient img {
    width: 100%;
}

.img-gradient:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgb(0, 0, 0);
    background: linear-gradient(356deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.img-cont-box {
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

.img-cont-box h6 {
    font-size: 20px;
    font-weight: 100;
    color: #fff;
}

.img-cont-box p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.col-a3 h3 {
    color: #30829A;
    font-family: "product_sansbold";
}

.col-a3 p {
    font-size: 14px;
}

@media (min-width: 992px) {
    .img-height-a {
        height: 200px;
    }
}

.main-banner h2 {
    font-weight: 100;
}

.main-banner p {
    font-weight: 100;
}

@media (min-width: 992px) {
    .main-banner {
        height: 660px;
    }

    .main-banner h2 {
        font-size: 100px;
        line-height: 100px;
    }

    .main-banner p {
        font-size: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-banner {
        text-align: center;
    }

    .main-banner h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .main-banner p {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .main-banner {
        /* text-align: center; */
        padding: 0 2rem;
        height: 740px;
    }

    .main-banner h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .main-banner p {
        font-size: 22px;
    }
}

.banner-shape {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.chat-btn-wrap {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

.chat-btn {
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 12px;
    line-height: 10px;
    box-shadow: 7px 4px 10px rgba(0, 0, 0, 0.07);
    font-family: "product_sansregular";
}

.custom-popup .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    width: 42px !important;
    height: 42px !important;
    z-index: 3;
    padding: 0 !important;
}

@media (min-width: 576px) {
    .custom-popup .modal-dialog {
        max-width: 590px;
    }
}

@media (min-width: 576px) {
    .custom-popup .modal-dialog-centered {
        min-height: calc(100% + 140px);
    }
}

.custom-popup .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.custom-popup .modal-btn {
    padding: 9px 40px !important;
    font-size: 17px;
    height: auto;
}

.custom-popup .modal-col-a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    height: 100%;
}

.custom-popup .modal-col-a h2 {
    font-size: 42px;
    line-height: 43px;
}

.custom-popup .modal-col-a p {
    font-size: 21px;
    line-height: 26px;
}

@media (max-width: 575.98px) {
    .custom-popup .modal-dialog-centered {
        min-height: calc(100% + 10rem) !important;
    }
}

.custom-popup .popup-img img {
    width: 100%;
}

.flag-right {
    position: absolute;
    right: 10px;
}

@media (min-width: 576px) {
    .img-sm-none {
        background-image: none !important;
    }
}

@media (max-width: 575.98px) {

    /* .mainContent {
    background-color: var(--fai-yellow-3);
  } */
    .custom-popup .modal-btn {
        height: 50px;
        width: 100%;
    }

    .modal.show .modal-dialog {
        padding: 0 20px;
    }

    .custom-popup .popup-img img {
        height: 350px;
        object-fit: cover;
    }

    .custom-popup .modal-col-a {
        padding: 30px 40px;
    }

    .box-pd {
        padding: 0 20px;
        position: relative;
    }

    .box-pd::before {
        content: "";
        position: absolute;
        background-color: #30829a;
        height: 100%;
        width: 109%;
        top: 0;
        bottom: 0;
        left: -10px;
        right: 0;
        z-index: -1;
    }

    .mob-bg {
        background-color: #30829a;
    }

    .col-k {
        padding-bottom: 0 !important;
    }

    .col-j {
        padding: 0 20px 120px;
    }

    .col-j h1 {
        font-size: 37px;
    }

    .col-j p {
        font-size: 21px;
        width: 66%;
        margin-top: 30px;
    }

    .mob-contact-img {
        position: absolute;
        top: -130px;
        width: 101%;
    }

    .form-mob {
        position: relative;
        margin-bottom: 0 !important;
    }


    .col-calc-a {
        height: calc(100vh - 150px);
    }

    .rp-bg-yellow {
        background-color: var(--fai-yellow-3);
    }

    .rp-0 {
        margin-left: -11px;
        margin-right: -11px;
    }

    .center-zoom-slider .border-radius-14,
    .center-zoom-slider .border-radius-8 {
        border-radius: 6px;
    }

    /* .center-zoom-slider .owl-item.active.center{
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  } */

    .img-none {
        background-image: none !important;
    }

    .bfr-none::before {
        display: none;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .main-banner {
        height: 740px;
        display: flex;
        /* justify-content: space-between; */
        flex-direction: column;
    }

    .main-banner h2 {
        font-size: 70px;
        line-height: 72px;
    }

    .main-banner p {
        font-size: 27px;
        line-height: 30px;
        width: 80%;
    }

    .banner-text {
        text-align: left;
        padding: 40px 30px;
    }

    .banner-shape {
        display: none;
    }

    .img-rp-position {
        background-position: -350px -40px;
    }

    .rp-hd-a {
        margin-bottom: 2rem;
    }

    .custom-form .fai-yellow-btn {
        width: 100%;
    }

    .index-main-banner::before {
        display: none;
    }

    .rp-box-a {
        padding: 0 20px;
        margin-top: -60px;
    }

    .fai-mw-btn {
        height: 53px;
    }

    .fai-sm-btn {
        width: 100%;
        width: 100%;
        height: 53px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .box-sm-border:before {
        display: none;
    }

    .rp-mt-a {
        margin-top: 5rem;
    }

    .flag-right {
        position: relative;
        right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    .b-none {
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .default-list li {
        border-bottom: 1px solid #e3ebee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .default-list li:last-child {
        border-bottom: 0;
    }

    .default-list .box-a,
    .default-list .box-b {
        width: 100% !important;
        text-align: center;
    }

    .rp-0a {
        padding: 0 !important;
    }

    .qualified-slider.owl-carousel .owl-item {
        padding: 0 0 1px !important;
    }background: 0 0;

    .r-slider-box {
        display: flex;
        height: 150px;
        justify-content: center;
        align-items: center;
        margin-top: -84px;
    }

    /* .center-zoom-slider .owl-item{
    transform: scaleX(0.7);
  } */

    .qualified-slider.owl-nav-btn .owl-nav .owl-next {
        position: absolute;
        right: auto;
        left: 82%;
        margin: 0 auto;
        /* bottom: -268px; */
        /* bottom: 15px; */
        top:-40px;
    }

    .slider-block .slider-block-img {
        padding-top: 0;
    }

    .rp-hd-b {
        width: 50%;
        margin: 0 auto;
    }

    .owl-nav-btn .owl-nav .owl-next span {
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        background-size: 60px;
    }

    .rp-box-3 {
        padding-left: 40px;
        padding-right: 30px;
    }

    .rp-box-3a {
        align-items: flex-start;
        background-color: transparent !important;
    }

    .rp-box-3a .line-1 {
        margin-bottom: 8rem;
        color: #fff;
        line-height: 19px;
    }

    .rp-box-3a .line-1 strong {
        display: block;
        letter-spacing: 1px;
    }

    .rp-box-3b {
        flex-direction: column;
        width: 100%;
        align-items: flex-start !important;
    }

    .rp-box-3b .fai-xm-btn {
        margin: 0 auto;
    }

    /* .testimonials-slider.owl-carousel .owl-item.active{
    width: 290px !important;
  } */
    .rp-none {
        display: none !important;
    }

    .br-0 {
        border-radius: 0 !important;
    }

    .blog .blog-img {
        border-radius: 0 !important;
    }


    .p-2r {
        padding: 2rem !important;
    }

    .pb-6r {
        padding-bottom: 6rem !important;
    }

    .img-mob-banner {
        height: 500px;
    }


    .text-40 {
        font-size: 40px;
    }

    .text-37 {
        font-size: 37px;
    }

    .mob-blog-info {
        flex-direction: row;
        border-bottom: 0 !important;
    }

    .mob-blog-info .blog-img {
        width: 150px;
        flex: 0 0 auto;
        margin-right: 13px;
    }

    .mob-blog-info .card-body {
        padding-top: 0;
    }

    .blog-inside-news {
        position: relative;
        margin-top: 43px;
    }

    .blog-inside-news:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: #CFE2E8;
        top: -25px;
        left: 0;
    }

    .img-box-b {
        height: auto;
    }

    .img-box-b img {
        width: 100px !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    .box-g,
    .box-h {
        width: 100%;
        text-align: center;
    }

    .h3-r {
        width: 53%;
        margin: 0 auto;
        font-size: 31px;
        font-weight: bold;
    }

    .r-box-4-info {
        border: 0 !important;
        background-color: transparent !important;
        text-align: center;
        position: relative;
        margin-bottom: 45px;
    }

    .r-box-4-info::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 1px;
        background-color: #56747d;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .r-box-4-after-none:after {
        display: none;
    }

    .r-box-4 {
        flex-direction: column;
        position: relative;
    }

    .r-box-4-icon {
        position: absolute;
        top: -35px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .top-cities-box {}

}

.occupations-box-a {}

.occupations-slider.owl-carousel .owl-item {
    padding: 0;
}

@media (min-width: 992px) {
    .top-cities {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 25px;
        /* grid-row-gap: 25px; */

    }

    .reasons-wrap {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 25px;
        /* grid-row-gap: 25px; */
    }
}

@media (max-width: 991px) {
    .reasons-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 25px;
        grid-row-gap: 25px;
    }

    .map-info iframe {
        height: 500px;
    }
}

@media only screen and (max-width: 991px) and (min-width:768px) {
    .top-cities {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 25px;
        /* grid-row-gap: 25px; */

    }
}

.occupations-slider .owl-dots .owl-dot {
    border-radius: 4px !important;
    width: 23px;
    height: 23px;
    line-height: 10px;
    font-size: 12px;
    border: 1px solid #646464;
    color: #646464;
    display: inline-block;
    margin: 0 3px;
    opacity: 0.4;
}

.occupations-slider .owl-dots .owl-dot.active {
    opacity: 1;
}


.occupations-slider .owl-nav .owl-next,
.occupations-slider .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #313131 !important;
}

.occupations-slider .owl-nav {
    display: flex;
    justify-content: flex-end;
    margin: 0 0;
    float: right;
}

.occupations-slider .owl-nav .owl-prev {
    margin: 0 10px;
}

.occupations-slider .owl-nav .owl-prev.disabled {
    opacity: 0.4;
}

.occupations-slider .owl-nav .owl-next span,
.occupations-slider .owl-nav .owl-prev span {
    background-image: url(../images/icons/fea-arrow-right-icon.svg);
    width: 15px;
    height: 15px;
    min-width: 15px;
    color: transparent !important;
}

.occupations-slider .owl-dots {
    counter-reset: dots;
    margin: 4px 22px 0 0;
}

@media (min-width: 576px) {
    .occupations-slider .owl-dots {
        float: right;
    }
}

@media (max-width: 575px) {
    .occupations-slider .owl-nav {
        margin-right: 23px;
    }

    .occupations-slider .owl-dots {
        margin: 4px 0 0 30px;
        float: left;
    }
}

.occupations-slider .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.occupations-slider .owl-nav .owl-prev span {
    transform: rotate(180deg);
}

@media (max-width: 767px) {

    .occupations-slider .owl-stage-outer {
        margin-right: -15px;
    }

    .footer-col-a,
    .reasons-wrap {
        background-color: var(--fai-red-1);
    }

    .reasons-wrap {
        display: grid;
        grid-template-columns: 1fr;
        /* grid-column-gap: 25px; */
        /* grid-row-gap: 25px; */
        padding: 0;
    }

    .reasons-wrap .owl-item {
        padding: 0 !important;
    }

    .reasons-wrap .owl-nav {
        display: flex;
        justify-content: flex-end;
        margin: 0 20px;
    }

    .occupations-slider .owl-nav {
        float: right;
    }

    .reasons-wrap .owl-nav .owl-next,
    .reasons-wrap .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #313131 !important;
    }

    .reasons-wrap .owl-nav .owl-prev {
        margin: 0 10px;
    }

    .reasons-wrap .owl-nav .owl-prev.disabled {
        opacity: 0.4;
    }

    .reasons-wrap .owl-nav .owl-next span,
    .reasons-wrap .owl-nav .owl-prev span {
        background-image: url(../images/icons/fea-arrow-right-icon.svg);
        width: 15px;
        height: 15px;
        min-width: 15px;
        color: transparent !important;
    }

    .reasons-wrap .owl-nav .owl-prev span {
        transform: rotate(180deg);
    }




    .top-cities,
    .top-cities .owl-item {
        padding: 0 !important;
    }

    .top-cities-box .img-gradient img {
        height: 500px;
        object-fit: cover;
    }

    .top-cities .img-cont-box {
        padding: 0 40px 40px;
    }

    .top-cities .owl-dots {
        padding-left: 40px;
    }

    .top-cities .owl-dots .owl-dot span {
        width: 13px;
        height: 13px;
        display: block;
        border-radius: 50%;
        margin: 4px;
        border: 1px solid #30829a;
    }

    .top-cities .owl-dots .owl-dot.active span {
        background: #30829a;
    }

    .top-cities .img-cont-box h6 {
        font-size: 31px;
        font-weight: bold;
        color: #fff;
    }

    .top-cities .owl-nav {
        display: none;
    }
}

@media (min-width: 768px) {}

@media (max-width: 767px) {
    .about-banner {
        background-image: none !important;
        background-color: #FFD55E;
        height: 445px;

    }

    .about-banner h2 {
        font-size: 50px;
        font-weight: bold;
        width: 60%;
    }

    .mob-about-banner {
        background-image: url(../images/mob-map.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 445px;
        background-position: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

}

.about-banner:before {
    display: none;
}

/* about-banner */

.reasons-wrap {}

.reasons-wrap .reasons-box {}

.top-cities-box {
    /* grid-template-columns: repeat(, minmax(0, 1fr)); */
}

.chat-btn-wrap a {
    color: black;
}

.blog-feature-read span {
    background-color: antiquewhite;
    padding: 10px;
    border: 1px solid antiquewhite;
    border-radius: 25px;
}

.homeMainCarousel .bg-img-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: 100vh; */
}

.homeMainCarousel .banner-shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 100%;
    /* z-index: 1; */
}



.testimonials-slider .owl-stage {
    display: flex;
}

.testimonials-slider .owl-item {
    display: flex;
}

.nav-overlay .nav-overlay-block {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.banner-shape {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

/* @media (max-width: 575.98px) {
    .banner-shape {
        display: none;
    }
} */
.blog .blog-img img {
    object-fit: cover;
}

@media (min-width: 992px) {

    .blog .blog-img img {
        height: 244px;
    }
}

@media (max-width: 991px) {
    .main-banner {
        height: 760px;
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: left !important;
        justify-content: space-between;
        padding-bottom: 60%;
    }

    .blog .blog-img img {
        height: 440px;
    }
}

.brochure-popup .btn-close {
    background-color: #e1e1e1;
    border-radius: 50%;
    background-size: 10px;
    width: 10px;
    height: 10px;
}

.mob-shape {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
}

.carousel-form-block {
    /* position: absolute;
    top: 49px;
    right: 13%;
    width: 360px;
    z-index: 5; */
}

.form-wrap {
    position: relative;

}

@media (min-width: 992px) {

    /* .main-banner {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
    } */
    .form-wrap {
        position: absolute;
        top: 55px;
        width: 100%;
        z-index: 99;
        /* height: 100%;
        display: flex;
        align-items: center; */
    }
}

@media (max-width: 991px) {
    .form-wrap {
        background-color: var(--fai-yellow-3);
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .form-wrap .carousel-form-block {
        padding: 0 2rem;
        margin-top: -100px;
    }
}

.center-zoom-slider .img-grayscale img {
    object-fit: cover;
}

@media (min-width: 992px) {
    .center-zoom-slider .img-grayscale img {
        height: 244px;
    }
}

@media (max-width: 991px) {
    .center-zoom-slider .img-grayscale img {
        height: 144px;
    }
}

@media (min-width: 768px) {
    .img-gradient img {
        height: 268px;
    }
}

@media (max-width: 575px) {
    .center-zoom-slider .img-grayscale img {
        height: 354px;
    }
}

.good-reasons-wrap .card {
    height: 100%;
}

.grid .card .img-height-a img {
    object-fit: cover;
}

.toast {
    width: 100% !important;
    border: 0;
}

.toast-header {
    background-color: #bff3d1;
    border: 0;
    border-radius: 4px;
    border-bottom: 0;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 8%);
}

.toast-header-bg-error {
    background-color: #f3bfbf !important;
}

.toast-header p {
    color: #000;
}

.toast-header .btn-close {
    background-size: 9px;
    background-color: rgb(255 255 255 / 38%);
}

@media (max-width: 767px) {
    .ftr-text {
        width: 53%;
        display: inline-block;
        text-align: left !important;
        white-space: nowrap;
    }
}
@media (max-width: 400px) {
    .ftr-text {
        width:77%;
    }
}

@media (min-width: 576px) {
.center-zoom-slider{
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
}

@media (max-width: 575px) {
    .qualified-slider .owl-stage-outer{
        transform: rotate(0deg);
    }
    .qualified-slider.owl-carousel .owl-item{
        /* transform: rotate(270deg); */
    }
    .qualified-slider.owl-nav-btn .owl-nav {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}


    @media (min-width: 100px) and (max-width: 599px) {
        .where-to-padding{
        padding-left:25px;
        }

}
@media (min-width: 992px) and (max-width: 1199px) {
.slider-div{
    padding: 5px 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}
}

.inner-blog-content ul li {
    list-style: disc !important;
}
