/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #672483;
    --primary-alt: #4f1c64 ;

    --secondary: #ceff80;
    --secondary-alt: #a5d15e;

    --accent: #bd4b27;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#0a0a0a;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Foco Trial', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom:10px;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:42px;
}
h3 {
    font-size:25px;
}
h4 {
    font-size:21px;
}

.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

/* DEFAULTS */
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
}
.logo-img {
    width: 170px;
}

/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}




/**********
BUTTON    
**********/

.btn {
    background-color: transparent ;
    box-shadow: none !important;
    padding: 13px 30px;
    transition: all .15s ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
    border-width:0px;
    font-size:16px;
    font-weight: 600;
    border-style: solid;
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}


.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

/* DEFAULT */
section.block {
    padding:100px 0;
}

/* DEFAULT GRAVITY FORMS */
div#gform_confirmation_message_1 h3 {
    font-size:28px;
}
div#gform_confirmation_message_1 {
    font-size: 21px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 2px solid #672483 !important;
    padding: 16px 60px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #672483;
    margin: 0 auto;
    width: 100%;
    margin-top: -7px;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--primary-alt);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    border-radius: 5px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color:var(--primary);
}
.gform_wrapper select {
    border-radius: 100px;
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper input:focus {
    border-color: var(--primary);
    border-width: 1px;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
}

/* RESOURCES */
.boxlink {
    padding: 20px;
}
.boxlink:hover {
    -webkit-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 29px -10px rgba(0,0,0,0.15);
}
.boxlink-content {
    font-weight: bold;
}
.boxlink-content i {
    font-size: 11px;
    position: relative;
    top: -1px;
    left: 3px;
}
.boxlink-content a:hover {
    color: var(--primary);
}
.boxlink-content a {
    color: #0a0a0a;
}

/* ABOUT */
.about-section {
    font-size:20px;
}
.about-section ul li:before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: var(--primary);
    position: absolute;
    left: -11px;
    top: 13px;
    transform: rotate(45deg);
}
.about-section ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
.about-section ul {
    list-style: none;
}
#about-icons img {
    max-height: 100px;
    margin-bottom: 20px;
    width:auto;
}

/* HERO SLIDER */
video.herovideobg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.homehero-slide {
    height: 630px;
    position: relative;
    background-size: cover;
}
.homehero-slide-content {
    position: absolute;
    width: 1320px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    max-width:90%;
    color: #fff;
    margin-top: -30px;
}
.homehero-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
}
h2.homehero-slide-title {
    font-size: 80px;
    width: 840px;
    max-width: 100%;
    line-height: 1.1;
}
.homehero-slide-content p {
    font-size: 25px;
    width: 780px;
    max-width: 100%;
}
.homehero-slide-btn a {
    border: 2px solid #fff;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.homehero-slide-btn a:hover {
    background-color: var(--primary);
    border-color: var(--primary-alt);
}


.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    padding-left:0;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
    background-color: #fff;
}
.slick-dots button {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 12px;
    outline: 0 none !important;
    width: 10px;
    margin: 0 3px;
    transform: scale(0.95);
}
.slick-arrow.fa-chevron-right {
    right: 20px;
}
.slick-arrow.fa-chevron-left {
    left: 20px;
}
.slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    height: 30px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 10;
    margin-top: -30px;
}

.slick-next:before {
    content:url(http://lorempixel.com/20/20/);
}
.slick-prev:before {
    content:url(http://lorempixel.com/20/20/);
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
button.modalclose {
    color: #fff;
    border: 0;
    background-color: transparent;
    padding: 0;
}
#videoModal iframe {
    width: 100%;
    height: 440px;
	margin-bottom:-8px;
}
/* TESTIMONIALS SLIDEZ */
.testimonials-left-slide {
    padding: 3% 1.8%;
    color: #fff;
    font-size: 18px;
    display: flex !important;
    align-items: center;
}
.tls-author {
    line-height: 1.5;
}
.tls-img img {
    max-height: 90px;
    margin-bottom: 15px;
    max-width: 300px;
}
.tls-main {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.25;
    margin: 20px 0;
}
#testimonials-left-slider .slick-arrow.fa-chevron-right {
    right: 20px;
}
#testimonials-left-slider .slick-arrow.fa-chevron-left {
    left: 10px;
}
.testimonials-left-slide:before {
    top: 0;
    left: 0;
}
.testimonials-left-slide:before,
.testimonials-left-slide:after {
    background-image: url(/wp-content/uploads/2024/12/quote-icon.png);
    content: '';
    height: 122px;
    width: 171px;
    position: absolute;
    display: block;
    z-index: 1;
    background-size: cover;
    opacity: 0.2;
}
.testimonials-left-slide:after {
    transform: rotate(180deg);
    bottom: 0;
    right: 0;
}
.testimonials-left-slide-inner {
    z-index: 2;
}
.video-wrap video, .video-wrap {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.vid-play-btn {
    position: absolute;
    text-align: center;
    color: #fff;
    cursor: pointer;
    top: 50%;
    font-weight: 700;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    font-size: 20px;
    flex-direction: column;
}
.play-btn {
    font-size: 45px;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 1px solid #fff;
    line-height: 100px;
    text-align: center;
    margin: 0 auto 10px;
}
.play-btn .fa-play {
    position: relative;
    left: 4px;
    top: 1px;
}

/* CONTACT */
#gform_wrapper_1 .gform_description {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}
.contact-us-inner {
    margin-bottom: 50px;
    padding-bottom: 100px;
    border-radius: 20px;
    overflow: hidden;

    box-shadow: 0px -35px 41px -15px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px -35px 41px -15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px -35px 41px -15px rgba(0,0,0,0.10);
}
.contact-left {
    padding:80px 50px 0 30px;
}


/* FOOTER */
ul.footertopmenu {
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
}
ul.footertopmenu li a:hover {
    color:var(--primary);
}
ul.footertopmenu li a {
    color:#000000;
}
.footerbottom-menu ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom:0;
}
.footerbottom {
    background-color: #F3F3F3;
    padding: 15px 0;
    font-size: 14px;
}
.footerbottom-menu li a {
    color: #7A7A7A;
}
.footerbottom-menu li a:hover {
    color: var(--primary);
}
.footertop {
    padding: 65px 0;
    border-top: 1px solid #E7E7E7;
}

/* WHAT IS */
#what-is {
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #F3F3F3;
    background-position: 95% center;
    font-size: 21px;
}

/* POLICY ASKS */
.pa-box {
    background-size: cover;
    padding: 20px 20px 20px;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}
.coloroverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.contactbtn-mobile,
.header-right-mobile
{
    display:none !important;
}

.header .container-fluid {
    background-color:#fff;
}

img.lightning-icon {
    width: 58px;
    margin-bottom: 10px;
}

.cosponsors-icon-main:nth-child(3) > div {
    padding: 0 10px !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .tls-main {
        font-size: 27px;
    }
    #gform_wrapper_1 .gform_description {
        font-size: 32px;
        margin-top: -30px;
    }
    .contact-left {
        padding-left: 0;
    }
}

@media (max-width: 1199px) {
}

@media only screen and (min-width: 1160px) {
    #what-is {
        background-position: 100% center;
    }
}

@media (min-width: 1200px) {
    .about-icon-inner p {
        padding: 0px 70px;
    }
}

@media (min-width: 992px) {
    .footer-lge-logo, 
    .footer-logo-main {
        margin-top:0 !important;
    }
    .about-icon-inner p {
        padding: 0px 70px;
    }
    .about-icon-inner p {
        padding: 0px 30px;
    }
    .about-icon-inner {
        padding: 20px 0;
    }
}

@media (min-width:992px) {
    .header-right .nav a {
        position:relative;
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        font-size:14px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }
    .header-right .nav a:hover:before {
        width: 100%;
    }
    .header-right .nav a:before {
        content: '';
        width: 0;
        position: absolute;
        height: 2px;
        background-color: var(--primary);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%);
    }
    .header-right .nav a:hover {
        color: var(--primary)
    }
    .header-right .nav ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        padding-left:0;
        flex-direction: row;
        justify-content: center;
    }
    .header-right .nav ul li {
        margin-left: 25px;
    }
    .header-right li#menu-item-55 a:hover {
        background-color: var(--primary-alt);
    }
    .header-right li#menu-item-55 a {
        background-color: var(--primary);
        color: #fff;
        padding: 15px 25px;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        white-space: nowrap;
    }
}


@media only screen and (max-width: 991px) {
.header-right-mobile {
    display:flex !important;
}
.contactbtn-mobile {
    display:flex !important;
}
    .nav ul .menu-item-55 {
        display: none;
    }
    .header-right.header-right-desktop {
        display: none !important;
    }
    header {
        border-bottom: 1px solid #e1e1e1;
        position:relative;
    }
    .mobile-header-cta {
        display: block !important;
        margin: 0 40px;
    }
    .fix .innerBurger span {
        background-color: #262b5b !important;
    }
     .nav>ul li a {
        font-weight: 700;
        display: block;
        padding-left: 10px;
        padding-bottom: 49px;
        width: 100%;
        color: #262b5b;
        text-align: left;
    }
    .header-left {
        text-align: left;
        padding-left: 80px;
    }
    #home-hero:before {
        content: '';
        height: 30%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: 0;
        z-index: 4;
        opacity: 0.5;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    .header-right {
        display:none;
    }
    #home-hero {
        padding: 150px 0 300px;
    }
     .nav {
        position: absolute;
        left: -100%;
        z-index: 1;
        left: 0;
        height: auto;
        border-radius: 0 !important;
        width: 100%;
        top:-210%;
        background-color: #fff;
        box-shadow: none !important;
        padding: 15px 0 15px;
        transition: all 300ms;
    }
     .nav.navActive {
        left: 0%;
        transition: all 300ms;
        top: calc(100% + 1px);
    }
     .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
     .nav>ul {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
     .nav>ul li {
        position: relative;
    }
     .nav>ul li a {
        font-weight: 700;
        display: block;
        padding: 15px 10px;
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
    }
    #burgerNav {
        position: absolute;
        top: 25px;
        left: 15px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90;
    }
    
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
        top: 5px;
    }
    
    #burgerNav .innerBurger span {
        width: 25px;
        height: 3px;
        border-radius: 25px;
        background-color: #0a0a0a;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    
    #burgerNav .innerBurger span:nth-child(1) {
        top: 0%;
        width: 25px !important;
    }
    
    #burgerNav .innerBurger span:nth-child(2) {
        top: 22%;
    }
    
    #burgerNav .innerBurger span:nth-child(3) {
        top: 44%;
    }
    
    #burgerNav.change .innerBurger span:nth-child(1) {
        top: 22%;
        transform: rotate(-45deg);
    }
    
    #burgerNav.change .innerBurger span:nth-child(2) {
        opacity: 0;
    }
    
    #burgerNav.change .innerBurger span:nth-child(3) {
        top: 22%;
        transform: rotate(45deg);
    } 
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    ul.footertopmenu {
        padding-left: 0;
        display: flex;
        justify-content: center;
        margin: 30px auto 0;
        column-gap: 70px;
    }
}

@media (max-width: 991px) {
    #what-is {
        background-position: center -320px;
        background-size: 700px;
        padding-top: 700px;
    }
    .tls-main {
        font-size:25px;
    }
    .slick-arrow.fa-chevron-left {
        left:0;
    }
    .slick-arrow.fa-chevron-right {
        right:0;
    }
    .contact-us-inner {
        padding-bottom: 0;
    }
    .footertop {
        padding: 35px 0;
        border-top: 1px solid #E7E7E7;
    }
    ul.footertopmenu {
        padding-left: 0;
        width: 100%;
    }
    h3.boxlink-title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h2.homehero-slide-title {
        font-size: 65px;
    }
    .contact-left {
        padding-top:30px;
    }
    #homehero-slider .slick-arrow {
        display:none !important;
    }
    section.block {
        padding:70px 0;
    }
    .homehero-slide {
        min-height: 700px;
        position: relative;
        background-size: cover;
    }
    .homehero-slide-content {
        bottom: 90px;
        transform: translate(-50%, 0);
        top: auto;
        margin-top: 100px;
    }
    .homehero-slide-content p {
        font-size: 18px;
    }
    .cosponsors-icon-main {
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.cosponsors-icons .row {
        flex-wrap: nowrap;
    }
    .cosponsors-icons {
        width: 600px;
    } */
}

@media (max-width: 575px) {
    .contactbtn-mobile .btn {
        padding: 10px 20px;
    }
    h2.homehero-slide-title {
        font-size: 45px;
    }
    .homehero-slide-content{
        max-width: 85%;
    }
    /*.cosponsors-icons .row {
        flex-wrap: nowrap;
        overflow-y: hidden;
        width: 550px;
    }
    .cosponsors-icons {
        width: 600px;
        position: relative;
    }
    .cosponsors-icon-main img {
        max-height: 100px;
    }
    .cosponsors-icons::-webkit-scrollbar,
    .cosponsors-icons .row::-webkit-scrollbar {
    width:0;
    } */
      h2 {
        font-size: 35px;
    }
    .header-left {
        padding-left: 60px;
    }
    .cosponsors-icon-main {
        aspect-ratio: 1.5;
    }
}

@media (max-width: 479px) {
    .footer-lge-logo img {
        width:80px;
    }.boxlink {
        padding: 20px 10px;
    }
    .about-section {
        font-size: 18px;
        line-height: 1.55;
    }
}

@media (max-width: 499px) {
    .contactbtn-mobile .btn {
        padding: 10px 10px;
        font-size: 13px !important;
    }
}