.color-1 {
    color: #65758B;
}
.color-2 {
    color: #0079C2;
}
.color-3 {
    color: #F59F0B;
}
.color-4 {
    color: #546D5A;
}
.color-5 {
    color: #327D45;
}
.color-6 {
    color: #05DF72;
}
.color-7 {
    color: #F2D421;
}
.bg-color-1 {
    background-color: #0F172B;
}
.bg-color-2 {
    background-color: #F9FAFC;
}
.bg-color-3 {
    background-color: #276236;
}
.bg-color-4 {
    background-color: #F5F8FA;
}
.bg-color-white {
    background-color: #fff;
}
.text-size-14 {
    font-size: 14px;
}
.text-size-24 {
    font-size: 24px;
}
.text-size-32 {
    font-size: 32px;
}
.text-size-36 {
    font-size: 36px;
}
.hr-1 {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(237, 240, 242);
}
.text-decoration-underline {
    text-decoration: underline;
}
.bottom-0 {
    bottom: 0;
}
.border-radius-3 {
    border-radius: 3px;
}
.border-radius-15 {
    border-radius: 15px;
}
blockquote span::before {
  content: "\201C";
}

blockquote span::after {
  content: "\201D";
}

blockquote + span {
  text-align: right;
}
.icon-bg-s2 {
    background-color: rgba(203, 218, 247, 0.5);
    width: 79px;
    height: 79px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.icon-bg-s3 {
    background-color: rgba(198, 218, 203, 0.5);
    width: 79px;
    height: 79px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.section-title {
    color: #0079C2;
    text-transform: uppercase;
}
.section-home h1 {
    color: #fff;
}
.section-home h1 span {
    color: #F59F0B;
    font-style: italic;
}
.section-home p {
    color: #fff;
    font-size: 1.5rem;
}
.section-home.section-1 {
    height: 811px;
}
.home .section-2 {
    margin-top: -300px;
}
.home .section-2 img {
    border-radius: 15px;
}
.content-section-m {
    margin: 0 13%;
}
.home .section-3 {
    background: #F9FAFB;
}
.card-s3 {
    height: 523px;
}
.card-s3 .card-position {
    position: absolute;
    bottom: 1.5rem;
}
.card-s3 .icon-bg {
    background-color: rgba(234, 234, 234, 0.5);
    width: 49px;
    height: 49px;
    border-radius: 50%;
    align-content: center;
    text-align: -webkit-center;
}
.card-style-2 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #E2E8F0;
    padding: 1.5rem 0;
}
.card-style-3 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #E2E8F0;
    padding: 1.5rem 0;
}
.card-style-4 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 1px solid #E2E8F0;
    border-radius: calc(1rem - 1px);
}
.card-style-5 {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #121B31;
    border-radius: calc(1rem - 1px);
}
.section-margins-lg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.home .section-4 {
    background: #fff;
}
.partner-logos img {
    height: 30px;
    width: auto;
    object-fit: scale-down;
}
.section-5 .card-tt {
    font-style: italic;
}
.t-initial {
    border-radius: 50%;
    background-color: #CBDAF7;
    width: 50px;
    height: 50px;
    align-content: center;
    text-align: -webkit-center;
    display: block;
    color: #0079C2;
    float: left;
    margin-right: 10px;
}
.testimonial-name {
    font-size: 16px;
}
.testimonial-pos {
    font-size: 14px;
    text-transform: uppercase;
    color: #65758B;
}
.section-margins-xlg {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.footer-con-style {
    text-align: right;
    padding: 5rem 0;
}
.footer-style-1 {
    height: 900px;
}
.button-s-1 {
    background-color: #F59F0B;
    border-radius: 50px;
    padding: 20px 35px;
    color:#fff;
}
.button-s-2 {
    background-color: #0079C2;
    border-radius: 50px;
    padding: 20px 35px;
    color:#fff;
}
.button-s-3 {
    padding: 20px;
    background-color: #fff;
    color:#0079C2;
}
.button-s-3:hover {
    background-color: #0079C2;
}
.button-s-3-g:hover {
    background-color: #327D45;
}
.button-s-3-g {
    padding: 20px;
    background-color: #fff;
    color:#327D45;
}
.button-s-4 {
    background-color: #fff;
    border-radius: 50px;
    padding: 20px 35px;
    color:#327D45;
}
.button-s-4:hover {
    background-color: #F5C73D;
}
.button-s-5 {
    padding: 20px;
    background-color: #0079C2;
    color:#121B31;
    border: 1px solid #0079C2;
}
.button-s-5:hover {
    background-color: #008ADE;
}
.button-s-5-wb {
    padding: 20px;
    background-color: transparent;
    color:#fff;
    border: 1px solid #fff;
    margin-left: 1.5rem;
}
.button-s-5-wb:hover {
    background-color: #fff;
    text-decoration: none;
}
.button-s-1:hover, .button-s-2:hover, .button-s-3:hover, .button-s-3-g:hover, .button-s-4:hover, .button-s-5:hover {
    text-decoration: none;
    color:#fff;
}
.footer-bottom {
    font-size: 14px;
    background-color: #134661;
    color: #fff;
    padding: 10px 0;
}
.footer-copyright {
    align-content: center;
}
ul.card-text {
    padding-inline-start: 20px;
}
/*Navbar */
.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
.navbar-fixed-top.scrolled {
  background-color: rgba(0, 111, 175, 0.99) !important;
  transition: background-color 200ms linear;
}

.navbar-fixed-top.scrolled .nav-link {
  color:#fff;
}
/*Navbar */

a.nav-link {
    color: #fff;
}
#main-nav li, #footer-nav li {
    font-size: 14px;
    padding-left: 25px;
}
#main-nav .dropdown-item {
    color: #fff;
}
.footer-nav, #navbarNavDropdown {
    place-items: flex-end;
    margin-left: auto;
}
.switch-lang {
    padding-left: 10px;
    margin-right: 20px;
}
.switch-lang span {
    color: #fff;
    font-size: 14px;
}
.dropdown-menu.show li {
    padding-left: 0 !important;
    margin-left: 5px;
    margin-right: 25px;
}
.switch-lang .btn:focus {
    box-shadow: none;
    -webkit-box-shadow: none; 
}
.switch-lang .dropdown-menu {
    right: unset;
    padding: .5rem 0;
}

@media (max-width: 767.98px) {
}

/*nav*/
.dropdown-menu {
    background-color: rgba(0, 111, 175, 0.99);
    color: #fff;
    border-radius: unset;
    border: none;
    text-transform: uppercase;
    font-size: .85rem;
    margin: 0;
    padding: .64rem;
}
.navbar-dd-mobile .dropdown-menu {
	right: unset;
	font-size: 1.2rem;
    text-align: center;
	place-self: center;
}
.dropdown-item{
    color: #fff;
}

.navbar-nav {
    display: flex;
    -webkit-flex-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #33B0D9;
    background-color: unset;
}

.switch-lang .dropdown-item span {
    color: #fff;
}

.mm-menu {
    margin-left: auto;
}

.navbar-dd-mobile {
    text-align: center;
    list-style: none;
    padding: 0;
    line-height: 4rem;
    font-size: 1.7rem;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-dd-mobile a {
    color: #fff;
}

.menu-item-17817 {
    background-image: url(../images/icon-summer.svg);
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: 1px solid #ffffff47;
}

@media (min-width: 768px) {
    .img-logo-mobile {
        display: none;
    }
    .mobile-search, .mobile-bmenu {
        display: none;
    }
    .navbar-mobile {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: 100%;
        flex-basis: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767.98px) {
    .navbar-nav {
        align-items: baseline;
    }
    .img-logo {
        display:none;
    }
    #main-nav .modal-content {
        background-color: unset;
        border: none;
    }
    #main-nav .modal-header {
        border-bottom: none;
    }
    #main-nav .modal-body {
        color: #fff;
        font-size: .85rem;
    }
    .close {
        color: #fff;
        text-shadow: 0 1px 0 rgb(15, 15, 15);
    }
    #main-nav .show {
        padding: 4px 0px 12px 0;
        display: inline-grid;
        flex-wrap: nowrap;
        justify-content: center;
        background-color: #00639f;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 10px 30px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        height: auto;
    }
    .menu-item-17818, .menu-item-17819, .menu-item-17820, .menu-item-17821, .menu-item-17822, .menu-item-17823 {
        display: none;
    }
    .menu-item-17817 {
        border-bottom: none;
        width: 100px;
    }
}
/*nav*/

/*switch lang*/
@media (max-width: 1199.98px) {
    .button-s-3, .button-s-3-g, .button-s-5, .button-s-5-wb {
    display: block;
    margin: 10px 0;
    }
}
@media (max-width: 991.98px) {
    .styles_content__1wTa1 .switch-lang {
        display: block;
    }
    .styles_content__1wTa1 .switch-lang span {
        display: inline-block !important;
    }
    .styles_content__1wTa1 .switch-lang .dropdown-menu.show {
        display: block;
    }
    .styles_box__3kRsV .styles_top__8UZjH .styles_content__1wTa1 .styles_left__2Lek8 .styles_bold__2G9kZ .ots-white {
        margin-right: unset;
    }
    .h1, h1 {
    font-size: 5.3rem;
    }
    .card-s3 .card-position {
        position: static;
    }
    .footer-nav, #navbarNavDropdown {
    place-items: unset;
    margin-left: unset;
    }
    .footer-copyright, .footer-nav {
    align-content: center;
    max-width: 100%;
    display: block;
    position: relative;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    }
    .footer-nav .navbar-nav {
    flex-wrap: wrap;
    place-content: center;
    }
    .button-s-3, .button-s-3-g {
    display: block;
    margin: 10px 0;
    }
}

@media (min-width: 992px) {
    .styles_content__1wTa1 .switch-lang {
        display: none;
    }
}
/*switch lang*/


@media (max-width: 767.98px) {
    .navbar-desktop {
        display: none;
    }
    .mobile-search-div {
    margin-left: auto;
    padding-right: 20px;
    }
    .h1, h1 {
    font-size: 4rem;
    }
    .card-s3 {
    margin-bottom: 25px;
    }
    .footer-con-style, .footer-copyright {
    text-align: center;
    }
    .footer-con-style {
    background-color: rgba(255, 255, 255, 0.9);
    }
    .footer-nav, #navbarNavDropdown {
    place-items: anchor-center;
    }
    #main-nav .switch-lang {
        display:none;
    }
    #main-nav .mobile-bmenu {
        margin-left: auto;
    }
    .card-s3 .card-position {
    position: absolute;
    }
    #main-nav .modal li {
    padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-mobile {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .section-home.section-1 {
    height: auto;
    }
    .content-section-m {
    margin: 0 2%;
    }
    .home .section-2{
        margin-top: 0;
    }
    .footer-con-style {
    padding-right: 15px;
    padding-left: 15px;
    }
    .button-s-1 {
    padding: 20px 15px;
    }
    .t-initial {
    display: none;
    }
    .footer-con-style br {
    display: none;
    }
    h1 {
    font-size: 3.2rem !important;
    line-height: normal;
    }
    .footer-style-1 {
    background-position-x: -40px !important;
    }
}