body {
    font-family: 'Inter-Light';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    overflow-x: hidden;
    color: #000000;
}


@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter-Light.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter-Bold.woff') format('woff');
    font-style: normal;
}

hr {
    border: none;
    border-top: 1px solid #cdaa6f;
    margin: 60px 0;
}

h1 {
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.7rem;
    margin-bottom: 0em;
    line-height: 1.4;
}


h2 {
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.8rem;
    margin-bottom: .7em;
    line-height: 1.3;
    color: #131e41;
}

h3 {
    font-family: 'Inter-Medium';
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1em;
}


p {
    font-family: 'Inter-Light';
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
}

p strong {
    font-family: 'Inter-Medium';
    font-weight: 600;
}

ul li {
    font-family: 'Inter-Light';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
}

/* Button */

.btn {
    padding: .75rem 1.5rem ;
    color: #ffffff!important; 
    background: #cdaa6f;
       font-family: "span", serif;
    font-weight: 600;
    font-style: normal;
    -webkit-transition: background 0.4s ease;
    transition: background 0.4s ease;
    margin-bottom: 0;
    max-width: 220px;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 40px!important;
}

.btn:hover {
    background: #131e41;
    color: #ffffff;
}

.bio a {
    margin-top: 80px;
    display: block;
}

/* Slider */

.slick-slider {
    margin:0 -20px;
}

.slick-slide {
    padding:20px;
}

.testimonial-slider .slick-dots {
    text-align: left;
    bottom: -70px;
    padding-left: 10px;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .arrow {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9;
}

.slider-wrapper .arrow img {
    height: 40px;
}

.slider-wrapper .arrow-right {
    right: 0px;
}

.slider-wrapper .arrow-left {
    left: 0px;
}


.awards-slider .slick-list {
    width: 90%;
    margin: 0 auto;
}

.awards-slider .slick-slider {
    margin:0 -40px;
}

.awards-slider .slick-slide {
    padding:40px;
}

/* Testimonial */


.testimonials {
    min-height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* .testimonial-slider {
    margin-top: 40px;
} */

.testimonials blockquote{
    color: #131e41;
    border-left: none;
    font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 30px;
    padding: 0;
}

.testimonials cite {
    color: #131e41;
    font-size: 1.2rem;
    font-family: 'Inter-SemiBold';
    font-style: normal;
}

.cite-block:before, cite:before {
    content: '';
}

/* Navbar section */

.nav {
    width: 100%;
    padding: 60px 0;
    /* height: 110px; */
    position: fixed;
    z-index: 99;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.nav div.main_list {
    float: right;
    margin-top: 1em;
}

.nav div.main_list .top-nav li {
    width: 33.333%;
    /* text-align: right; */
}

.nav div.main_list .navLinks {
    width: 100%;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0px
}

.nav div.main_list ul li {
    width: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    line-height: unset;
    margin-left: 10px;

}

.nav div.main_list ul li a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-family: 'Inter-Light';
    font-style: normal;
    line-height: 1.4;

}

.nav div.main_list ul li a.btn {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-family: 'Inter-Light';
    font-style: normal;
    line-height: 1.4;
    padding: .5rem 1.25rem;

}

.nav div.main_list ul li a.btn:hover {
    background-color: #fff;
    color: #cdaa6f!important;
    text-decoration: none;
}

.menu a {
    display: unset;
}

nav .social {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

nav .social li img {
    width: 40px;
}

.dropdown.menu .submenu li a {
    padding: .35rem 1rem;
}

.nav div.main_list ul li ul li {
    text-align: left;
    margin: 0;
}


nav .logo {
    width: 300px;
    transition: all 0.3s ease;
}

nav.affix .logo {
    width: 240px;
}

.is-dropdown-submenu {
    background: none;
    border: none;
    display: none;
}

.affix {
    background-color: #131e41;
    opacity: 1;
    z-index: 9999;
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    transition: all 0.3s ease;
    padding: 30px 0 30px 0;
}

.affix .is-dropdown-submenu {
    background: #131e41;
    padding: .5rem 0;
}

.is-dropdown-submenu li a {
    text-align: left;
    font-size: .8rem;

}

.dropdown.menu li a {
    padding: .5rem 1rem;
}

.dropdown.menu>li.is-active>a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #0eaedd transparent transparent;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    width: 400px;
}

.nav div.main_list ul li a img {
    height: 30px;
    margin-top: -10px;
}

.nav div.main_list ul li a:hover,
.nav div.main_list ul li a.active {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #cdaa6f;
}

.navTrigger.active i {
    background-color: #fff
}

.navTrigger {
    display: none;
}

.show_logo {
    display: none;
    position: relative;
    z-index: 9;
}


@media screen and (min-width:1024px) and (max-width:1300px) {
    .dropdown.menu li a {
        padding: 0.45rem;

    }
}

@media screen and (max-width:1023px) {

    .nav {
        padding: 40px 0;
    }

    .navTrigger {
        display: block;
    }

    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
        left: 00px;

    }

    .nav div.show_list {
        height: auto;
        display: none;
        position: fixed;
        left: 0px;

    }

    .nav div.main_list .navlinks {
        flex-direction: column;
        width: 100%;
        height: auto;
        min-height: 550px;
        background-color: #131e41;
        padding-top: 60px;
        padding-bottom: 100px;
        padding-left: 40px;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: flex;
        list-style: none;
        margin: 0;

    }

    .nav div.main_list ul li {
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding: .5rem 0
    }

    .nav div.main_list ul li a {
        width: 100%;
        font-size: 1.3rem;
        color: white;
        line-height: 1.3;
    }

    .nav .accordion-content ul {
        list-style: none;
        margin: 0;
    }

    .nav .accordion-content {
        padding: 0;
    }
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 9
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(9px) rotate(0deg);
    }

    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-9px) rotate(0deg);
    }

    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

/* section */

.blue-text, .blue-text a {
    color: #131e41!important;
}

.page-section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.margin-top {
    margin-top: 80px;
}   


/* Landing */

.landing {
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    min-height: 700px;
}

#pages .landing {
    height: 40vh;
    min-height: 500px;
}

#pages .landing .bottom-text {
    top: 90%;
    transform: translateY(-90%);
}

.landing .tint {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: rgba(19, 30, 65, .5);
}

.landing .bottom-text {
    position: relative;
    top: 60%;
    transform: translateY(-60%);
    z-index: 3;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.landing .bottom-text h1 {
    color: #ffffff;
    line-height: 1.1;
}

.landing .profile-photo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.landing .profile-photo img {
    width: 100%;
    max-width: 550px;
}

.landing .tint {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: rgba(19, 30, 65, 0.65);
}


/* Bio section */

.bio h3 {
    font-family: 'Inter-Bold';
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #17385f;
  
}

.bio ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: .5em;
}

.bio ul li {
    font-family: 'Inter-SemiBold';
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 1em;
    position: relative;
  padding-left: 30px;
}

.bio ul li::before {
    content: "";
    position: absolute;
    left: 0; 
    top: 2px;
    width: 16px; 
    height: 16px; 
    background-image: url('../images/arrow-small.svg'); 
    background-size: cover; 
    background-repeat: no-repeat; 
}

/* Section Content */

.section-content.margin-bottom {
    margin-bottom: 80px;
    position: relative;
}
.section-content .item-list{
  border-bottom: 1px solid #cdaa6f;
  padding-top: 1.5rem;
}

.section-content .item-list p{
    color: #131e41;
}

.section-content .item-list.first{
  border-top: 1px solid #cdaa6f;
}

.section-content .item-list p.date {
    margin-bottom: .25rem;
}

.section-content .intro-text p {
    color: #131e41;
}

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

.section-content ul li {
    font-family: 'Inter-SemiBold';
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: .5em;
}

.section-title h3 {
     font-family: "span", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.4rem;
    margin-bottom: .7em;
    line-height: 1.3;
    color: #003352;
}

.load-more {
    display: none;
}

/* Contact Form */

.contact-form {
    margin-top: 40px;
}

.contact-form label {
    display: block;
    font-family: 'Inter-Medium';
    font-size: 1rem;
    margin-bottom: .5rem;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    padding: .75rem;
    border: 1px solid #cdaa6f;
    background-color: rgba(205, 170, 111, .05);
    font-family: 'Inter-Light';
    font-size: 1rem;
    margin-bottom: 1rem;
    box-shadow: none;
    color: #fff;
}

.contact-form textarea {
    width: 100%;
    padding: .75rem;
    border: 1px solid #cdaa6f;
    background-color: rgba(205, 170, 111, .05);
    font-family: 'Inter-Light';
    font-size: 1rem;
    margin-bottom: 60px;
    box-shadow: none;
    color: #fff;
}
/* Footer */
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #131e41;
}
footer .footer-logo {
    width: 230px;
    margin-bottom: 40px
}

footer ul {
    list-style: none;
    margin: 0;
    line-height: 1.4;
}
footer ul li {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}
/* footer ul.main {
    margin-top: 1.2em;
} */
footer ul li a {
    color: #ffff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer ul.social-group {
    float: right;

}

footer ul.social-group li {
    display: inline-block;
    margin-right: 0;
}


footer ul.social-group li img {
    width: 40px;
    margin-left: 10px
}


footer .bottom-text.right {
    float: right;
}

footer .bottom-text p {
    margin-bottom: .5rem;
}

footer .bottom-text p, footer .bottom-text p a {
    color: #ffffff;
    font-size: .9rem;
}

footer .bottom-text.right p a {
    font-weight: bold;
}

@media screen and (max-width:1300px) {
    .landing .bottom-text {
        top: 35%;
        transform: translateY(-35%);
    }
}

@media screen and (max-width:1200px) {
    .grid-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
}

@media screen and (max-width:1023px) {
    .landing .bottom-text h1 {
        font-size: 3.2rem;
    }


    .landing .profile-photo img {
        max-width: 450px;
    }

    a.btn {
        margin-top: 40px;
    }

    .page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .testimonials blockquote {
        font-size: 2.5rem;
    }

    nav .logo {
        max-width: 200px;
    }

    .page-section .profile-photo {
        margin-top: 40px;
    }

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

    footer ul.social-group {
        float: left;
        margin-bottom: 40px;
    }

    footer .bottom-text.right {
        float: left;
    }

    .section-content.margin-bottom {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:639px) {
    .landing .bottom-text h1 {
        font-size: 2.8rem;
    }

    .landing {
        min-height: 900px;
    }
    h2{
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    p {
        font-size: 1rem;
    }

    .testimonials blockquote  {
        font-size: 2rem;
    }

    .section-title h3  {
        font-size: 1.8rem;
    }

    .testimonial-slider .slick-dots {
        bottom: -30px;
    }
      .landing .profile-photo img {
        max-width: 400px;
    }
}  

@media screen and (max-width:500px) {
.landing .bottom-text {
    top: 35%;
}

.landing .bottom-text h1 {
    font-size: 2.5rem;
}
}