@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
 html {
     font-family: "Asap", sans-serif !important;
     font-size: 16px;
     overflow-x: hidden;
     min-width: 375px;
}
 body {
     font-family: "Asap" !important;
}
 h4 {
     font-size: 15px;
}
/*nav*/
 .nav-wrapper li {
     border-bottom: 1px solid #fff;
     padding: 10px 0px;
}
 .main-nav li {
     border-bottom: 1px solid #fff;
     padding: 10px 0px;
}
 .main-nav li:last-child {
     border-bottom: 0px;
}
 ul.nav-menu li:hover .menu-bg {
     opacity: 1;
     visibility: visible;
}
/*rte*/
 body .rte .thin {
     font-weight: 300;
}
 body .rte .thin b {
     font-weight: 700;
}
 .rte blockquote {
     font-size: 30px;
     font-weight: 300;
     line-height: 1.2;
     color: #000;
     font-style: italic 
}
 .rte blockquote .citator {
     font-weight: 300;
     font-size: 15px;
     font-style: italic;
     padding-top: 15px;
}
 .rte h2 {
     font-weight: 700;
     text-align: left;
     font-size: 25px;
     line-height: 1.2;
}
 .rte {
     font-size: 14px;
     font-weight: 400;
}
 .rte {
     font-size: 14px;
     font-weight: 400;
}
 .rte h2 span {
     font-weight: 500;
     color: #c4944c;
}
 .rte h3 {
     font-size: 14px;
     font-weight: 700;
     padding-bottom: 10px;
     color: #000;
}
 .rte blockquote p {
     padding-top: 15px;
     font-size: 13px;
}
 .rte-menu .rte h2 {
     font-size: 26px;
     font-weight: 300;
     padding-bottom: 10px;
     line-height: 1.2;
     color: #fff;
}
 .rte-menu .rte h3 {
     font-size: 14px;
     font-weight: bold;
     text-transform: uppercase;
     color: white;
}
 .rte ul li {
     font-size: 13px;
     font-weight: 500;
     line-height: 1.1;
}
 .image-overay-section .rte h1 {
     font-size: 35px;
     font-weight: normal;
     color: #CCB017;
}
/*burgermenu*/
/** Mobile nav **/
/*burgermenu*/
/** Mobile nav **/
 .nav--desktop a, .nav--desktop a:link, .nav--desktop a:active, .nav--desktop a:hover, .nav--desktop a:visited {
     color: #fff;
}
 .nav--desktop {
     opacity: 0;
     visibility: hidden;
}
 .nav--desktop.open {
     opacity: 1;
     visibility: visible;
}
 @media screen and (max-width: 1100px) {
     .nav--desktop .menu--ul li {
         padding-left: 8px;
         padding-right: 8px;
    }
}
 @media screen and (max-width: 1023px) {
     .menu--ul {
         padding-top: 5em;
         flex-direction: column;
    }
     .nav--desktop {
         transition: all 0.2s ease-out;
         position: fixed;
         top: 0px;
         left: 0;
         width: 100%;
         height: 100%;
         background: rgba(23, 101, 171, .8);
         z-index: 250;
         overflow-y: auto;
    }
     .nav--desktop.open {
         opacity: 1;
         visibility: visible;
         top: 0px;
    }
     .nav--desktop .menu--ul li {
         padding-left: 15px;
         padding-top: 8px;
         padding-bottom: 8px;
         text-align: center;
    }
     .nav--desktop .menu--ul li a {
         color: #fff !important;
         text-align: left;
         width: 100%;
         display: inline;
         font-size: 33px;
         font-family: "HelveticaNeueLTPro-Bd", sans-serif;
    }
}
 @media (min-width: 1024px) {
     .button_container {
         display: none;
    }
     #menu--desktop-main {
         left: 0;
         top: 0;
         width: 100%;
         opacity: 1;
         visibility: visible;
    }
     #menu--desktop-main ul {
         height: 92px;
         display: flex;
         justify-content: space-around;
         padding-right: 100px !important;
         padding-left: 100px !important;
    }
}
/*============================================== start coding for top button ==================================== */
 .button_container {
     position: fixed;
     right: 125px;
     cursor: pointer;
     width: 24px;
     height: 24px;
     z-index: 300;
     -webkit-transition: opacity 0.25s ease;
     transition: opacity 0.25s ease;
}
 .button_container:hover {
     opacity: 1;
}
 .button_container .top {
     transform-origin: 0 0.125rem;
}
 .button_container.active .top {
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .active--header .button_container.active .top {
     background: #1765ab;
}
 .button_container.active .middle {
     opacity: 0;
     background: #000;
}
 .active--header .button_container.active .middle {
     background: #1765ab;
}
 .button_container .bottom {
     transform-origin: 0 0.125rem;
}
 .button_container.active .bottom {
     -webkit-transform: translateX(0) rotate(-45deg);
     -ms-transform: translateX(0) rotate(-45deg);
     transform: translateX(0) rotate(-45deg);
}
 .button_container span {
     background: #fff;
     border: none;
     position: absolute;
     top: 0px;
     left: 0px;
     cursor: pointer;
     transition: all 500ms ease-in-out;
}
 .button_container span.w-6 {
     width: 1.75rem;
     background-color: #fff;
}
 .active--header .button_container span {
     background: #1765ab;
}
 .button_container span:nth-of-type(2) {
     top: 10px;
}
 .button_container span:nth-of-type(3) {
     top: 20px;
}
/*defaults*/
 a:link, a:hover, a:visited, a:active {
     text-decoration: none;
}
 .default-cta {
     background-color: rgb(250, 0, 0);
}
 .black-cta {
     background-color: #000;
}
/*hero section*/
 #section-hero {
     min-height: 100vh;
}
 .hero-h1 {
     line-height: 1;
     font-weight: 700;
     text-shadow: 0px 13px 38px rgb(0 0 0 / 75%) 
}
 .hero-h1, .hero-h1 span {
     font-size: 40px;
}
 .hero-h1 span {
     font-size: 50px;
}
 #section-hero ul a, #section-hero ul a:link, #section-hero ul a:hover, #section-hero ul a:visited, #section-hero ul a:active {
     color: #fff;
}
/*section2*/
 #section-2 h2 {
     font-size: 30px;
     font-weight: 700;
}
 .bg-white {
     background-color: #fff;
}
 #section-2 h4 {
     font-weight: 700;
}
/*section4*/
 #section-4 {
     height: 400px;
}
/*section4*/
 #section-6 {
     min-height: 400px;
}
/*footer*/
 .footer {
     font-weight: 300;
     font-size: 18px;
     color: #fff;
     background-color: #ee0000;
}
 .grid-custom {
     grid-template-columns: 100%;
}
 @media (min-width: 768px) {
     .grid-custom {
         grid-template-columns: 50% 50%;
    }
}
 @media (min-width: 1024px) {
     .grid-custom {
         grid-template-columns: 33.33% 33.33% 33.33%;
    }
}
 .footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
     text-decoration: none;
     color: #fff;
}
 .font-100 {
     font-size: 35px !important;
}
 .font-200 {
     font-size: 70px !important;
}
 @media (min-width: 768px) {
     .font-100 {
         font-size: 60px !important;
    }
     .font-200 {
         font-size: 120px !important;
    }
}
 @media (min-width: 1024px) {
     .font-100 {
         font-size: 100px !important;
    }
     .font-200 {
         font-size: 200px !important;
    }
}
 .pt-34-custom {
     padding-top: 8.5rem;
}
 .font-weight-700 {
     font-weight: 700;
}

.pb-custom {
    padding-bottom: 0rem;
}
@media (min-width: 1024px) {
    .pb-custom {
        padding-bottom: 1.5rem;
    }
}