body {
    background: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: #3222ff;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
}

.container {
    margin: 0 auto;
    padding: 0;
}


/* MAIN HEADER */
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 26;
}

.main-header.inner-header {
    background: rgb(255 255 255 / 80%);
}

.hdr-lang-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
    height: 74px;
    font-size: 16px;
    font-weight: 500;
    color: #Fff;
    background: transparent;
    padding: 0 13px;
    border: none;
    outline: none;
}

.hdr-lang-button img:last-child {
    width: 10px;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    float: left;
    white-space: nowrap;
    background: #fff;
    padding: 6px 12px;
    transition: 0.3s all;
}

.dropdown-menu.opened {
    display: block;
    border-radius: 0;
    border: none;
    right: 0;
    width: 100%;
    min-width: unset;
}

.hdr-lang-list ul li a:hover {
    color: #AB885B;
}

.hdr-lang-list ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all;
}

.hdr-link-list,
.hdr-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.hdr-link-list {
    padding: 5px 30px;
    background: #1A8B90;
}

.hdr-link--tel-title {
    font-size: 16px;
    font-weight: 600;
    color: #B9EEF0;
    background: #349FA4;
    padding: 5px 30px;
}

.hdr-link {
    color: #B9EEF0;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.50px;
}

.hdr-link img {
    width: 14px;
    margin-right: 8px;
}

.hdr-office-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 208px;
    height: 38px;
    color: #fff;
    background: rgba(42, 42, 42, 0.3);
    padding: 0 15px 0 20px;
    border: none;
    outline: none;
}

.hdr-office-button img {
    width: 10px;
}

.hdr-office-button::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -4.5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7px 7.5px 0;
    border-color: transparent rgba(42, 42, 42, 0.3) transparent transparent;
}

.hdr-search {
    position: relative;
}

.hdr-search:after {
    content: '';
    position: absolute;
    border-bottom: 15px solid transparent;
    border-right: 50px solid #AB885B;
}

.hdr-search-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 74px;
    background-color: #AB885B;
    border: none;
    outline: none;
    padding: 0;
}

.hdr-search-button img {
    width: 19px;
}

.main-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    position: relative;
    margin-top: 15px;
}

.logo img {
    max-width: 100%;
    z-index: 0;
    position: relative;
}

.main-nav>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav-link {
    position: relative;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
    transition: all 0.3s;
}

.main-nav-link::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    right: 15px;
    border-top: 5px solid #3222ff;
    opacity: 0;
    transition: all 0.3s;
}

.main-nav-link img {
    padding-left: 5px;
}

a.main-nav-link.user-login:hover {
    background: #160b8b;
}

a.main-nav-link.user-login {
    background: #160b8b;
    line-height: 40px;
    border-radius: 12px;
    color: #fff;
    padding: 0 30px 2px;
}

.main-nav>ul>li:hover .main-nav-link::after {
    opacity: 1;
}

.main-nav>ul>li:last-child:hover .main-nav-link::after {
    opacity: 0;
}

.has-submenu {
    position: relative;
}

.main-nav>ul:hover li:not(:hover) .main-nav-link {
    opacity: 0.5;
}

.submenu {
    position: absolute;
    left: 15px;
    white-space: nowrap;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 5;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 75px rgb(0 0 0 / 7%), 0 4px 100px rgb(0 0 0 / 5%);
}

.submenu.double-flex {
    display: flex;
    justify-content: space-between;
}

.submenu ul {
    margin-top: 15px;
}

.submenu.double-flex ul:not(:last-child) {
    margin-right: 50px;
}

.submenu.double-flex ul li:first-child {
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    border-bottom: 1px solid #6666669c;
    margin-bottom: 10px;
}

.submenu ul li,
.submenu ul a {
    display: block;
}

.submenu ul li a {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    transition: 0.3s all;
    padding-left: 0px;
    padding-right: 16px;
    border-radius: 5px;
}

.submenu ul li a:hover {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #52a23334;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.3s;
}

.hamburger-menu {
    display: none;
}

.hamburger-menu span {
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: #Fff;
    border-radius: 3px;
}

/* MAIN FOOTER */
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

.main-footer {
    background-color: #160b8b;
    padding: 140px 0 45px;
}

.mft-item {
    max-width: 270px;
}

.mf-logo-container {
    position: relative;
    margin-bottom: 15px;
}

.mf-logo {
    position: relative;
}

.mft-email a:hover {
    color: white;
}

.mft-email {
    margin-bottom: 15px;
}

.mft-email a {
    font-weight: 400;
    color: #cacdd1;
    font-size: 15px;
    line-height: 25px;
    transition: 0.3s all;
}

.mf-logo a {
    z-index: 1;
    position: relative;
}

.mf-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-call-box {
    text-align: right;
    margin: 0 0 15px;
}

.footer-call-box a {
    width: 100%;
}

.footer-call-title {
    color: #cacdd1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-left: 0;
}

.footer-call {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    display: block;
    position: relative;
    text-align: left;
}

.mf-copyright,
.mf-copyright a {
    color: #DFF2FF;
}

.mf-copyright a {
    color: #74767F;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.mf-copyright a:hover {
    color: #51C0EA;
    text-decoration: underline;
}

.mf-copyright-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.mf-copyright-links a {
    display: block;
    position: relative;
}

.mf-copyright-links a:not(:last-child) {
    margin-right: 20px;
}

.mf-copyright-links a:not(:last-child):after {
    content: '|';
    position: absolute;
    margin-left: 10px;
}


.mft-links li,
.mft-links li span,
.mft-links li a {
    display: block;
}

.mft-links li {
    margin-bottom: 5px;
}

.mft-links li span {
    color: #333333;
    font-size: 16px;
    font-weight: 800;
}

.mft-links li a {
    color: #cacdd1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.mft-links li a:hover {
    color: white;
    text-decoration: underline;
}

.mf-contact-title {
    font-size: 16px !important;
    font-weight: 600;
    position: relative;
    line-height: 24px;
    color: #DFF2FF;
    margin-bottom: 10px;
}

.mf-contact-title a {
    color: #ffffff;
}

.mf-contact-title a:hover {
    color: #2310f1;
}

.mft-item.center {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.mft-item:last-child ul.mft-links {
    border: none;
    padding: 0;
}

.mf-tel {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mf-address {
    max-width: 204px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #A2D4F6;
}

.mf-mail {
    color: #333333 !important;
    font-weight: 600 !important;
}

.social-links {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.social-links li {
    display: block;
    margin-right: 21px;
}

.social-links li:last-child {
    margin-right: 0;
}

.social-links li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.01em;
    height: 35px;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s all;
}

.social-links li a:hover {
    color: #fff;
}

a.facebook {
    background: #0066FF;
}

.social-links li a.facebook:hover {
    background: #0066FF;
}

a.twitter {
    background: #00acee;
}

.social-links li a.twitter:hover {
    background: #00acee;
}

a.instagram {
    background: #CE2D95;
}

.social-links li a.instagram:hover {
    background: #CE2D95;
}

.social-links li a.linkedin:hover {
    background: #0077B5;
}

a.linkedin {
    background: #0077B5;
}

a.youtube {
    background: #F70000;
}

.social-links li a img {
    max-width: 15px;
    max-height: 15px;
}

.mf-bottom {
    margin-top: 35px;
}

.mf-development {
    display: flex;
    justify-content: space-between;
}

.mf-copyright-text {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}

.mf-copyright-text.bold {
    color: #1D3257;
    font-weight: 500;
    margin-top: 14px;
}

.mf-copyright-text a:hover {
    color: #fff;
}

.mf-copyright-text a {
    color: #52A233;
    transition: 0.3s all;
}


/* Inner Page style - global */
.page-content-wrapper {
    overflow: hidden;
}

.page-content {
    padding: 60px 0;
    background: #F1F3F5;
    position: relative;
    z-index: 0;
}

.page-content-multi-flex-container {
    display: flex;
}

.page-content-left {
    width: 70%;
    padding-right: 60px;
}

.page-content-right {
    width: 30%;
}

.right-menu-wrapper {
    width: 100%;
    background: #fff;
    border-bottom-left-radius: 70px;
}

.right-menu-img {
    width: 100%;
}

.right-menu-img img {
    width: 100%;
    height: auto;
}

.right-menu-list {
    padding: 20px 0 70px 0;
}

.right-menu-list ul li {
    position: relative;
}

.right-menu-list ul li:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 60px;
    height: 1px;
    background: rgb(234, 234, 234);
    background: -moz-linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(90deg, rgba(234, 234, 234, 1) 0%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaeaea", endColorstr="#fbfbfb", GradientType=1);
}

.right-menu-list ul li.active:after,
.right-menu-list ul li:hover:after {
    left: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 20%, rgba(251, 251, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fbfbfb", GradientType=1);
}

.right-menu-list ul li a {
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #666666;
    transition: 0.3s all;
    padding: 0 0 0 60px;
}

.right-menu-list ul li.active a,
.right-menu-list ul li a:hover {
    color: #56BDC1;
    font-weight: 600;
}

.page-banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 505px;
    /* padding-top: 200px; */
    z-index: -1;
}

.page-banner .container {
    position: relative;
}

.page-banner.align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-nav ul {
    display: -ms-flexbox;
    display: flex;
}

.page-nav ul li:not(:first-child)::before {
    content: ">";
    display: inline-block;
    color: #8996a2;
    margin: 0 3px;
}

.page-nav ul li a {
    display: inline-block;
}

.page-nav ul li a:hover {
    text-decoration: underline;
}

.page-nav ul li:last-child a {
    color: #56BDC1;
    font-weight: 500;
}

.page-banner-title {
    color: #AB885B;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    letter-spacing: -.025em;
    max-width: 542px;
}

.page-text h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.page-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -.025em;
    color: #333333;
}

/*  end of Inner Page style */

@media (max-width: 1691px) {
    .mh-top-right {
        padding-right: 0;
    }
}

@media (max-width: 1591px) {
    .mh-top {
        margin-bottom: 0px;
        height: 10px;
        background: rgb(2, 41, 71);
        background: linear-gradient(90deg, rgb(2, 41, 71) 0%, rgb(17, 70, 120) 50%, rgb(0, 35, 61) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022947", endColorstr="#00233d", GradientType=1);
    }

    .mh-top-right {
        align-items: flex-start;
    }

    .hdr-lang-button {
        height: 30px;
    }

    .hdr-search-button {
        height: 30px;
    }
}

@media (max-width: 1399px) {
    .mh-bottom .container {
        justify-content: center;
    }

    .main-nav-link {
        font-size: 14px;
    }

    .footer-call-title {
        font-size: 14px;
    }

    .footer-call {
        font-size: 22px;
    }

    .mf-contact-title {
        font-size: 14px !important;
        line-height: 22px;
        color: #DFF2FF;
        margin-bottom: 8px;
    }

    ul.mft-links {
        padding-left: 10px !important;
    }

    .mft-links li a {
        font-size: 13px;
        line-height: 22px;
    }

    .social-links li {
        margin-right: 14px;
    }

    .mf-copyright-text {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .mh-bottom .container {
        justify-content: space-between;
    }

    .main-nav-link {
        font-size: 13px;
        padding: 0 10px;
    }

    .mft-item:last-child ul.mft-links {
        padding: 0 !important;
    }

    .footer-call:after {
        width: 40px;
        height: 37px;
    }

    .footer-call-title {
        padding-left: 0;
    }

    .footer-call {
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        padding-left: 0;
        line-height: 18px;
    }

    .mft-links li a {
        padding: 0 5px;
    }
}

@media (max-width: 991px) {

    .mh-bottom,
    .mh-top {
        background: rgb(17, 70, 120);
        background: -moz-linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        background: linear-gradient(90deg, rgba(17, 70, 120, 1) 0%, rgba(17, 70, 120, 1) 40%, rgba(0, 35, 61, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#114678", endColorstr="#00233d", GradientType=1);
    }

    .main-nav {
        display: none;
    }

    .hamburger-menu {
        display: block;
        position: relative;
        top: 15px;
        cursor: pointer;
    }

    .mf-top {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    .mft-item {
        margin-bottom: 25px;
    }

    .mft-item:last-child .mf-contact-title {
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    .mft-links li {
        text-align: center;
    }

    .mf-contact-title {
        text-align: center;
    }

    .mf-copyright-links a {
        text-align: center;
    }

    .mft-email {
        text-align: center;
    }

    .footer-call-box a {
        width: 195px;
        display: block;
    }

    .footer-call-box {
        display: flex;
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    ul.mft-links {
        flex-direction: column;
    }

    .mf-copyright-links {
        flex-direction: column;
    }

    .mf-copyright-links a:not(:last-child):after {
        content: "";
        position: absolute;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .main-header {
        position: relative;
        margin-bottom: 15px;
    }

    .hamburger-menu span {
        background: #1D3257;
    }
}


@media (min-width: 320px) and (max-width:575px) {
    .container {
        padding: 0 20px;
    }
}


@media (min-width: 1530px) {
    .container {
        min-width: 1500px !important;
    }

    .main-header .container {
        min-width: 1500px !important;
    }
}

@media (min-width: 1730px) {
    .main-header .container {
        min-width: 1700px !important;
    }
}