/*Global Colouring*/


body {
    font-family: "Outfit", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
    font-optical-sizing: auto;
    line-height: 1.4em
}


/*Header*/
header {
    background: #fff;
    height: 120px;
}


.fix {
    position: sticky;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
    border-bottom: solid 1px #e8e8e8
}



a {
    transition: all 0.4s ease-in-out;
}

    a:hover {
        color: #8c59a2;
        text-decoration: none;
    }

.logo {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 1031;
    display: block;
}

    .logo img {
        width: 272px;
        height: auto;
        transition: all .3s ease-in-out;
    }

.hover-fade:hover {
    opacity: 0.7;
}

.height-auto {
    height: auto;
}


p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 1.3rem;
}



.small {
    line-height: 20px;
}
.bg-primary li, .bg-primary h1 {color:#fff;}

.container-narrow li, .bg-primary li {
    font-size: 1.3em;
    /*font-weight: 300;*/
    line-height: 31px;
}

.lh-md {
    line-height: 40px;
}

h1 {
    font-weight: 600;
}

h1, h2, h3 {
}



h1 {
    font-size: 2.7rem;
    line-height: 45px;
}

    h1 span {
        color: #fed75e
    }

h2 {
    margin-top: 35px !important;
    line-height: 39px;
    font-weight: 600;
    font-size: 2.3rem;
}

h3 {
    margin-top: 35px !important;
    font-size: 1.6rem;
    line-height: 33px;
}

h4 {
    margin-top: 35px !important;
    font-size: 1.4rem;
}

.top-left-corner {
    border-left: 6px #ee1c25 solid;
    height: 50px;
    border-top: 6px #ee1c25 solid;
    width: 50px;
    position: absolute;
    top: 50px;
    left: 0;
}

h2.fs-1 {
    margin-top: 0px !important;
    line-height: 42px !important;
}

p.fs-1 {
    line-height: 42px !important;
}

.fs-0 {
    font-size: 3rem;
    line-height: 48px;
    font-weight: 400;
}

.fw-none {
    font-weight: 100 !important;
}

strong, b {
    font-weight: 600;
}

.img-darker img {
    filter: brightness(50%);
    transition: all .3s ease-in-out;
}

.text-overlays p {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 2.1em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0 20px;
}

.img-darker img:hover {
    filter: brightness(90%)
}


.img-darker .col:hover p {
    color: #8c59a2;
    transition: all .3s ease-in-out;
}

.border-right {
    border-right: solid 1px #ee1c25
}

.bg-quote {
    background-color: #008400;
    color: #fff;
}

.large-h1-side-home {
    font-size: 3.5em;
    font-weight: 500;
    line-height: 66px;
}

.large-h1-side {
    font-size: 4em;
    font-weight: 500;
    line-height: 66px;
}


/*carousel*/

/* carousel fade for bs*/

.carousel-hero {
    background-color: #404040
}

.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 2s;
}

.hero-carousel .carousel-indicators {
    position: initial !important;
    justify-content: start;
    margin: 12px 0 0 4px;
}

.carousel-style p, .carousel-style h5 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.carousel-style h5 {
    font-weight: 700;
    margin: 0;
    font-size: 1.6em;
}

.carousel-style p {
    font-weight: 500;
    font-size: 1.1em;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 6px !important;
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #0056b8
}


.carousel-large-position-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.4);
    padding: 30px;
    display: block;
    width: 100%;
}

.carousel-large-text {
    font-size: 3.6em;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 0;
}


.carousel-small-text {
    font-size: 2.1em;
    color: #fff;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 5px;
}









.cta {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/cta-bg.webp);
    padding: 100px 0 100px 0;
}





    .cta p, .cta h2, .cta h3 {
        color: #fff;
    }





.quote {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    line-height: 1.7;
    background: #f5f5f5;
    border-left: 7px solid #8c59a2;
    color: #333;
}

    .quote p.fw-bold {
        margin-top: 1rem;
        font-weight: 600;
        color: #000;
    }





/* Legacy content in the posts */
.blocks-gallery-grid {
    list-style: none; /* Removes bullets */
    margin: 0; /* Removes default margin of UL */
    padding: 0; /* Removes default padding of UL */
}

    .blocks-gallery-grid li {
        margin-bottom: 40px; /* Adds margin-bottom to each list item */
    }

    .blocks-gallery-grid figure {
        margin: 0; /* Removes default margin from figure */
    }

    .blocks-gallery-grid img {
        display: block; /* Ensures no extra space below image */
        margin-bottom: 10px; /* Adds margin between the image and the caption */
    }

.containers-side h2, .containers-full h2 {
    font-weight: 600;
    font-size: 2.3rem;
}

.logo-content {
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: auto;
}




/* main navigation*/


/* main navigation*/

.navbar {
    padding: 0;
}

.nav-item a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
    font-size: 1.01em;
    padding-left: 0.6rem !important;
    padding-right: 0.6rem !important;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

    .nav-item a:hover {
        color: #8e8e8e !important;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
    }

.nav-bar-padd {
    padding: 0 90px 0 0;
}




.dropdown-menu {
    background-color: #262626;
    border-radius: 0 0 0.3em 0.3em;
    padding: 9px 0 9px 0;
    transition: transform 1s ease-out;
}

    .dropdown-menu li a {
        padding: 6px 20px 6px 20px !important;
        text-transform: none;
        font-size: 1em;
        color: #fff !important;
    }

.nav-item ul li a:hover {
    background-color: unset;
    text-decoration: none;
    color: #fed75e !important;
}


/*used for click to activate dropdown */

.dropdown-menu.show {
    display: block;
}




.cool-link {
    display: inline-block;
    text-decoration: none
}

    .cool-link::after {
        content: '';
        display: block;
        width: 0;
        height: 4px;
        background: #8c59a2;
        transition: width .3s
    }

    .cool-link:hover::after {
        width: 100%;
        transition: width .3s
    }




.icon-rotates {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-left: 3px;
    color: #000;
}

    .icon-rotates.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }


.show .icon-rotates {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #989898;
}

.nav-item-large {
    text-align: center;
    border-left: solid 1px #eceef1;
    padding: 20px 15px;
}

    .nav-item-large i {
        display: block;
        font-size: 1.4em;
    }

    .nav-item-large span {
        font-weight: 500;
        font-size: 0.9em;
    }










.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    padding: 40px 22px 40px 20px;
    font-size: 2.6em;
    z-index: 9;
}

    .navbar-toggler .bar {
        width: 45px;
        height: 5px;
        margin: 6px auto;
        background-color: #000;
        transition: all 0.2s ease-in-out;
    }

    .navbar-toggler:hover .bar {
        background-color: #8c59a2;
    }

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.offcanvas-body .dropdown-menu {
    columns: 1;
    border: none;
    box-shadow: none;
    position: static !important;
    transform: translate(0px, 0px) !important;
    padding: 0;
    border-radius: 0;
}





.offcanvas-body .nav-link {
    transition: all 0.3s linear;
}


.offcanvas-body .nav-item a {
    padding: 13px 20px 13px 20px !important;
    color: #fff !important;
    background-color: #343434;
    border-bottom: solid 1px #686868
}

.offcanvas-body .dropdown a {
}


.offcanvas-body .nav-item a:hover {
    background-color: #444444;
}

.offcanvas-body .dropdown a:hover {
    background-color: #444444;
}


#main-navigation-side li {
    list-style-type: none;
}

#main-navigation-side {
    margin: 0;
    padding: 0;
}

.offcanvas-body .fa-angle-down {
    color: #8c59a2
}

.offcanvas-body .nav-item ul li a {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    color: #000 !important;
}

    .offcanvas-body .nav-item ul li a:hover {
        text-decoration: none;
        background-color: #f1f1f1;
    }

.offcanvas-body {
    padding: 0;
    overflow-y: auto;
    background-color: #171717;
}

.offcanvas-body-filter, .offcanvas-header-filter {
    background-color: #fff !important;
}

.offcanvas-header {
    background-color: #171717
}

.offcanvas-body-filter-padd {
    padding: 20px;
}


.offcanvas-header-filter .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


.icon-rotates-side {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.3em;
    position: absolute;
    right: 18px;
    top: 15px;
}

    .icon-rotates-side.rotate {
        -moz-transition: rotate(180deg);
        -webkit-transition: rotate(180deg);
        transition: rotate(180deg);
    }



#main-navigation-side .show .icon-rotates-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.logo-icon-top {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin-left: auto;
    margin-right: auto;
}




header .btn {
    margin: 40px 6px 0 9px;
    padding: 0.2rem 1.3rem 0.3rem 1.3rem;
}

    header .btn i {
        color: #759b1d
    }


.list-4-col {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.list-3-col {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.list-2-col {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.ratio-16x9 {
    --bs-aspect-ratio: 36.25%;
}

.bullet-highlight {
    padding: 0;
}

    .bullet-highlight li {
        list-style-type: none;
        color: #fff;
        text-transform: capitalize;
        padding: 12px;
        border: solid 1px #fed75e;
        display: block;
        margin: 12px;
        font-size: 1.3em;
        background-color: #fff;
        color: #000;
        border-radius: 0.3em;
        font-weight: 500;
    }

        .bullet-highlight li::before {
            font-family: 'Font Awesome 6 Pro';
            content: '\f00c';
            font-size: 1rem;
            text-rendering: auto;
            color: #fed75e;
            margin-right: 5px;
            font-weight: 700;
        }

.border-icons-outer {
    border: solid 1px #e5e5e5;
    border-radius: 0.3em;
    padding: 15px;
    margin-bottom: 20px;
}



.btn {
    font-family: "Outfit", serif;
    border-radius: 5em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 24px;
    padding: 1rem 2.5rem 1rem 2.5rem;
    text-transform: uppercase;
    border: solid 2px;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out !important;
}


    .btn span {
        color: #fed75e
    }

    .btn:hover span {
        color: #fff
    }


.btn-primary span {
    color: #fff
}


.btn-primary:hover span {
    color: #fed75e
}


.btn-lg {
    font-size: 0.9em;
    padding: 1rem 1.6rem;
}


.btn-sm {
    font-size: 1em;
    padding: 0.6rem 1.2rem;
}



.btn-primary {
    color: #fff;
    background-color: #8c59a2;
    border-color: #8c59a2;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }


.btn-primary-alt {
    color: #000;
    background-color: transparent;
    border-color: #5e928a;
}

    .btn-primary-alt:hover {
        color: #fff;
        background-color: #5e928a;
        border-color: #5e928a;
    }



.btn-primary-outline {
    color: #000;
    background-color: none;
    border-color: #8c59a2;
}

    .btn-primary-outline:hover {
        color: #fff !important;
        background-color: #8c59a2;
        border-color: #8c59a2;
    }


.map-overlay {
    position: absolute;
    left: 0;
    top: 30%;
    padding: 30px 30px 30px 30px;
    z-index: 9;
    border-radius: 0 0.5em 0.5em 0;
}

    .map-overlay p {
        font-size: 1rem;
        line-height: 23px;
    }


.btn-clean {
    text-decoration: none;
    text-transform: uppercase;
    color: #008400;
    font-weight: 700;
    font-size: 1.1em;
}


.btn-secondary {
    color: #fff;
    background-color: unset;
    border-color: #ee1c25;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #ffdd1c;
        border-color: #ffdd1c;
    }


.hero-contact .btn-primary:hover {
    color: #fff !important;
}

.btn-white {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

    .btn-white:hover, .btn-white:active {
        color: #fff !important;
        background-color: #8c59a2;
        border-color: #8c59a2;
    }

.bg-primary .btn-white-outline:hover {color:#000;}





.bg-primary p, .bg-primary h2, .bg-primary h3, .bg-primary h1 {
    color: #fff;
}

.bg-primary .btn-white:hover, .btn-white:active {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.bg-primary .btn:hover span {
    color: #fed75e
}

.btn-light {
    color: #adadad;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-white-outline {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}


    .btn-white-outline:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }


.btn-fw {
    width: 100%;
}

.multi-grid-row h2, .grey-grad h2 {
    font-weight: 300;
}

.multi-grid-row-blog {
    text-decoration: none;
    display: block;
}

.border {
    border: solid 1px #d0d0d0 !important;
}

.date {
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 4px 17px;
    display: inline-block;
    font-weight: 300;
}


.multi-grid-row-blog:hover {
    color: #000;
}

.multi-grid-row-blog .blog-name {
    transition: all 0.3s ease-in-out;
}

.multi-grid-row-blog:hover .blog-name {
    color: #a0a0a0
}

.video-wrap {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .video-wrap img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .video-wrap .play-button {
        width: 90px;
        height: 60px;
        background-color: #8c59a2;
        box-shadow: 0 0 30px rgba( 141,90,162,0.7 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .video-wrap .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .video-wrap img,
    .video-wrap .play-button {
        cursor: pointer;
    }

        .video-wrap img,
        .video-wrap iframe,
        .video-wrap .play-button,
        .video-wrap .play-button:before {
            position: absolute;
        }

            .video-wrap .play-button,
            .video-wrap .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .video-wrap iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

/*Globals*/
.hover-fade:hover {
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.text-white {
    color: #fff !important;
}

.primary {
    color: ##8c59a2 !important;
}

.text-white .primary {
    color: #000
}

.secondary {
    color: #7ca512;
}

.bg-primary a:hover {
    color: #fff;
}

.container-narrow {
    max-width: 900px;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: auto;
}

.team-sponsor-logos {
    border: solid 1px #e2e2e2;
    margin-bottom: 20px;
}

.case-studies a {
    display: block;
}

.badge-list {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    font-size: 0.8em;
    padding: 7px;
    text-transform: uppercase;
}

.team-sponsor-logos ul {
    margin: 20px;
    padding: 0;
}

.team-sponsor-logos li {
    display: inline;
}

.team-sponsor-logos ul li img {
    margin: 15px;
}


.hero-home-video {
    text-align: center;
    height: 1000px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text-overlay {
    position: absolute;
    left: 20px;
    bottom: 40px;
    z-index: 10;
    text-align: left;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
}


    .hero-text-overlay p:first-of-type {
        font-weight: 600;
        font-size: 2.9em;
        margin-bottom: 1px;
        line-height: 43px;
    }

    .hero-text-overlay p {
        color: #fff;
        padding: 0;
        margin: 0;
    }

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 1000px;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.hero-basic {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgba(84,110,115,1) 0%, rgba(41,62,66,1) 100%);
}

.hero-small {
    height: 600px;
}

.hero-basic p, .hero-basic h1, .hero-basic address {
    color: #fff;
}


.hero-basic .btn-secondary {
    color: #fff;
}

/*-------------------------------View--------------------------------------------------*/


.fs-6 {
    line-height: 23px;
}



.list-horizontal li {
    display: inline-block;
}



.link-me {
    text-decoration: none;
    cursor: pointer;
}

    .link-me:hover {
        text-decoration: none;
    }

.link-me-no-hover {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .link-me-no-hover:hover {
        text-decoration: none;
        color: #a0a0a0
    }

    .link-me-no-hover:after {
        font-family: 'Font Awesome 6 Pro';
        content: '\f061';
        font-size: 1.2rem;
        text-rendering: auto;
        color: #ee1c25;
        margin-left: 8px;
    }


.socials-alt i {
    font-size: 2.7em;
    padding: 6px;
    margin-bottom: 14px;
    color: #008400;
    transition: all 0.3s ease-in-out;
}


    .socials-alt i:hover {
        color: #000
    }

/*-------------------------------Blog--------------------------------------------------*/


/*-------------------------------Footer--------------------------------------------------*/

footer {
    background-color: #fff;
    color: #000;
}


    footer .socials i {
        font-size: 4em;
        padding: 6px;
        margin-bottom: 14px;
        opacity: 1;
        color: #fed75e
    }

        footer .socials i:hover {
            opacity: 0.6;
        }

    footer img:hover {
        opacity: 0.7;
    }

    footer .btn-secondary {
        width: 300px;
    }


    footer li {
        font-weight: 300;
        font-size: 0.9em;
        color: #000;
        line-height: 26px;
    }



.footer-navigation li:first-of-type a {
    color: #8c59a2 !important;
}

.footer-navigation li:first-of-type {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
}





.footer-navigation-end i {
    color: #8c59a2;
    font-size: 3em;
    margin: 15px 3px;
}

.footer-navigation, .footer-navigation-end {
    margin: 10px 0 10px 0;
    list-style-type: none;
}

.footer-terms li {
    display: inline;
    list-style-type: none;
}

.footer-logo {
    width: 80%;
    height: auto;
    margin-top: 7px;
}

footer tel {
    font-size: 2.1em;
    font-weight: 600;
    line-height: 40px;
}


    footer tel a {
        text-decoration: none;
        color: #fff
    }


footer address {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.7em;
    margin: 7px 0 10px 0;
}

    footer address span {
        color: #88be38
    }


footer ul {
    margin: 0;
    padding: 0;
}

footer hr {
    height: 1px;
    margin: 10px 0;
    background: #000;
    background: linear-gradient(94deg,rgba(0,0,0,1) 0%,rgba(205,205,205,1) 80%);
    border: 0;
}

footer .btn {
    margin: 0 0 10px 0px;
    width: 90%;
}


footer li a {
    text-decoration: none;
    color: #000;
}




.bg-grey {
    background-color: #f8f8f8
}

.card img {
    transition: .5s;
}

    .card img:hover {
        opacity: 0.7;
    }

.card {
    text-decoration: none;
}

    .card h5 {
        font-size: 1.4em;
        color: #0056b8;
        text-transform: uppercase;
    }

/*.card p {font-size:1.1em; line-height:25px;}*/


.fa.fa-hover-hidden {
    color: #0056b8;
}

.fa.fa-hover-show {
    color: #0056b8;
}

* > .fa.fa-hover-show,
*:hover > .fa.fa-hover-hidden {
    display: none;
}

*:hover > .fa.fa-hover-show {
    display: inline-block;
}


.case-studies a {
    text-decoration: none;
}

.case-studies p {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 25px;
    margin: 14px 0 10px 0;
}

.grey-grad {
    background: #f9f9f9;
    background: linear-gradient(180deg,rgba(249,249,249,1) 0%,rgba(255,255,255,1) 100%);
}



.icon-me-square {
    border-radius: 0.3em;
}

.rule-primary {
    border-top-color: #8c59a2 !important;
    border-top: 6px #8c59a2 solid !important;
}


.rule-white {
    border-top-color: #fff !important;
    border-top: 6px #fff solid !important;
}


.rule-centred {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-left {
    width: 30%;
    text-align: left;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    opacity: 1;
}

.rule-right {
    width: 30%;
    text-align: right;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    margin-left: auto;
    opacity: 1;
}

.contact-us address {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 31px;
}


.img-trio {
    float: left;
    width: 33.33%;
}

    .img-trio img {
        width: 100%;
        height: auto;
        padding: 2%;
    }

.hero-standard .container-xl {
    max-width: 1700px;
}


/* homepage specifics*/
.hero-standard {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}




.hero-medium {
    height: 900px;
}

.hero-standard h1 {
    font-size: 2.5em;
}


.hero-standard p {
    color: #fff;
    font-weight: 400;
}


    .hero-standard p span {
        color: #8c59a2
    }

    .hero-standard p:first-of-type {
        font-size: 3.7em;
        font-weight: 700;
        line-height: 56px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

    .hero-standard p:last-of-type {
        font-size: 1.7em;
        font-weight: 500;
        line-height: 35px;
    }






.primary-info-container {
    background-color: #fff;
    border-radius: 0.3em;
    margin-top: -41px;
    height: 390px;
}

    .primary-info-container h2 {
        color: #fff;
        background-color: #000;
        text-transform: uppercase;
        font-size: 1.5em !important;
        border-radius: 0.2em 0.2em 0 0;
        margin: 0;
        padding: 8px;
    }

    .primary-info-container .match-date {
        margin: 0;
        padding: 6px;
        color: #000;
        font-weight: 700;
        font-size: 1em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }

    .primary-info-container .match-time {
        margin: 0;
        padding: 9px;
        color: #000;
        font-weight: 700;
        font-size: 2em;
        text-transform: uppercase;
        background-color: #f3f3f3
    }



    .primary-info-container ul {
        margin: 0;
        padding: 0;
    }

    .primary-info-container li {
        list-style-type: none;
        display: inline;
    }



.clear {
    clear: both;
}

.embed-responsive-item-custom {
    height: unset;
}


.home-news-main-tease {
    min-height: 600px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .home-news-main-tease p:first-of-type {
        font-size: 0.9em;
        text-transform: uppercase;
        color: #a1a7a8;
        font-weight: 600;
    }

    .home-news-main-tease h2 {
        color: #293e42 !important;
        margin: 0 !important;
    }

.leaf-corner {
    position: absolute;
    left: 0;
    bottom: 0;
}




.intro-right-main-tease {
    min-height: 600px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .intro-right-main-tease h2 {
        color: #293e42 !important;
        margin: 0 !important;
    }




/* hero globals*/
.hero-xl {
    height: 1200px;
}




.icon-x-x-large {
    font-size: 15em;
}

.hero-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7)
}






.hero-contact {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

    .hero-contact p, .hero-contact h1 {
        color: #fff;
    }



.hero-contact {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    background-image: url(/images/contact-bg.jpg);
    height: 800px;
}



.hero-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.hero-about {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

    .hero-about p {
        color: #fff;
    }

        .hero-about p:first-of-type {
            font-size: 2.3em;
            font-weight: 700;
            line-height: 42px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
        }




.hero-content {
    z-index: 3;
}

/* homepage specifics*/
.hero-standard {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}




.hero-medium {
    height: 960px;
}





.hero-left {
    padding-left: 10px;
}

.logo-hero {
    width: 130px;
}

.intro-margin {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}

.bg-white {
    background-color: #fff !important;
}

.bg-grey-gradient {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(228,231,231,1) 100%);
}

.bg-primary {
    background-color: #8c59a2 !important;
}

.bg-secondary {
    background-color: #000 !important;
}

    .bg-secondary h2 {
        color: #fed75e
    }

    .bg-secondary p {
        color: #fff !important;
    }

.bg-dark {
    background-color: #1b1b1b !important;
}

.bg-light {
    background-color: #f6f7f7 !important;
}

.bg-case-study {
    background-color: #f4c8ca !important;
    color: #000000;
}

.bg-news {
    background-color: #fef2b0 !important;
    color: #000000;
}

.show-desktop-lg {
    display: block
}

.show-mobile-lg {
    display: none;
}



.accrediations-display ul {
    margin: 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


.accrediations-display li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
}

    .accrediations-display li img {
        width: 80%;
    }


.lozenges-white {
    background-color: #fff;
    border-radius: 1em;
    text-decoration: none;
    display: block;
    padding: 30px;
    margin: 15px 0 15px 0;
    border: solid 2px #fff
}

    .lozenges-white:hover {
        border: solid 2px #88be38;
        color: #2b2b2b
    }

        .lozenges-white:hover i {
            color: #000
        }




    .lozenges-white .btn-primary {
        background-color: unset;
        border: unset;
        color: #000;
        text-decoration: underline;
    }



    .lozenges-white .fa-arrow-right {
        font-size: 0.9em;
        margin-left: 7px;
    }



.arrow-after::after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f105';
    font-size: 1.5rem;
    text-rendering: auto;
    color: #88be38;
    margin-left: 3px;
}

.p-7 {
    padding: 6rem;
}

.p-6 {
    padding: 4rem;
}

.p-6-custom, .p-6-custom-base {
    padding: 4rem;
}


.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.pb-7 {
    padding-bottom: 7rem;
}







.word-overlays {
    position: absolute;
    top: 60px;
    left: -5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 4.4em;
    font-weight: 700;
}


.accordion-header button {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 700;
    background-color: #5a5a5a;
    border-bottom: 3px solid #fff;
}


.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8c59a2
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-body {
    padding: 25px 20px 20px 20px;
}


.services-display ul {
    padding: 0;
}

    .services-display ul li {
        background-color: #fff;
        border-radius: 0.3em;
        list-style-type: none;
        display: inline-block;
        width: 45%;
        margin: 2%;
    }

        .services-display ul li a {
            text-decoration: none;
            display: block;
            padding: 29px;
        }

            .services-display ul li a img {
                width: 70px;
                height: auto;
                margin-bottom: 20px;
            }


        .services-display ul li:hover {
            background-color: #fcfcfc
        }


.table-admission {
    border: 1px solid #e0e0e0;
}

.fa-check {
    color: #ee1c25;
    font-size: 0.8em;
    margin-right: 5px;
}

hr {
    opacity: 0.1;
}

.blog-table {
    width: 90%;
    font-size: 1.1em;
    margin-top: 50px;
}

    .blog-table td:first-of-type {
        text-transform: uppercase;
        width: 40%;
        font-weight: 600;
        color: #9d9d9d;
        padding-left: 0;
    }


table {
    color: #000;
    background: #fff;
    width: 100%;
    font-weight: 300;
}

    table tr th {
        padding: 15px;
        border-bottom: 1px solid #e0e0e0;
        background: #fff;
    }

    table tr {
        text-align: left;
        padding-left: 20px
    }

        /*        table tr td:first-child {
            text-align: center;
            padding-left: 20px;
            border-left: 0
        }*/

        table tr td {
            padding: 12px;
            border-bottom: 1px solid #e0e0e0;
            background: #fff;
        }

        table tr:last-child td {
            border-bottom: 0
        }



/* New class for tables with no borders */
.table-no-border {
    border: none !important;
    /*font-size: 1.3em;*/
}

    .table-no-border tr th,
    .table-no-border tr td {
        border: none !important;
        padding: 9px 0px 9px 0px;
        line-height: 28px;
    }


.show-table {
    display: none;
}


.img-circle {
    border-radius: 50%;
}

.light-text {
    color: #9b9b9b
}

.quote-icon {
    position: absolute;
    top: 0;
    right: 0;
}


.table-admission-col-highlight {
    background: #008400;
    color: #fff;
}



.large-numbers {
    color: #fff;
    font-size: 5em;
    font-weight: 700;
    color: #8c59a2;
    padding-bottom: 30px;
    line-height: 50px;
}

.border-right {
    border-right: solid 1px #e8e8e8;
    padding: 0;
}

.p-4-alt {
    padding: 1.5rem !important;
}

.page-link:hover, .paging-on {
    background-color: #8c59a2;
    color: #fff;
}



.in-page-sub {
    margin: 20px 0 10px 0;
    padding: 0;
}

    .in-page-sub li {
        list-style-type: none;
        display: inline-block;
        line-height: 60px
    }


        .in-page-sub li a {
            border-radius: 3em;
            background-color: #f3f3f3;
            text-decoration: none;
            color: #293e42;
            padding: 12px 20px;
            margin: 4px;
        }

            .in-page-sub li a:hover {
                background-color: #293e42;
                color: #fff
            }


        .in-page-sub li i {
            color: #759b1d;
            font-size: 0.8em;
        }



.in-page-pricing {
    margin: 20px 0 10px 0;
    padding: 0;
}

    .in-page-pricing li {
        list-style-type: none;
        line-height: 30px;
        font-size: 1.3em;
        font-weight: 300;
    }

        .in-page-pricing li i {
            color: #759b1d;
            font-size: 0.8em;
        }

@media only screen and (min-width : 2000px) {
    /*---------------Globals-----------------------*/
    .hero-medium {
        height: 1100px;
    }

    .hero-standard .container-xl {
        max-width: 1900px;
    }
}




/*-------------------------------------MOBILE XXXL-----------------------------*/
@media only screen and (max-width : 1700px) {



    .border-icons-outer .h4 {
        margin-top: 12px !important;
    }
}










/*-------------------------------------MOBILE XXL-----------------------------*/
@media only screen and (max-width : 1400px) {

    .mob-centre-xxl {
        text-align: center !important;
    }

    .quote-icon {
        display: none;
    }

    .main-left-sided h1 {
        font-size: 2.5em;
        line-height: 41px;
    }

    .mob-centre-xxl .rule-left {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }

    .slant-right, .slant-left {
        display: none;
    }

    .first-mob-xxl {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-xxl {
        -webkit-order: 2;
        order: 2;
    }
}



/*-------------------------------------MOBILE XL-----------------------------*/
@media only screen and (max-width : 1200px) {
    /*---------------Globals-----------------------*/


    .footer-logo {
        width: 250px;
        margin-top: 7px;
    }


    .mob-centre-xl {
        text-align: center !important;
    }

    .first-mob-xl {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-xl {
        -webkit-order: 2;
        order: 2;
    }

    .mob-centre-xl .rule-left {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }





    .primary-info-container {
        margin: 20px;
        height: unset;
    }

    .border-right {
        border-right: none
    }

    .services-display ul {
        text-align: center;
    }


    .side-image-mob {
        margin-top: 10px;
    }

    .triangle, .triangle-invert, .triangle-invert-alt, .triangle-alt-b, .triangle-alt-c {
        display: none;
    }

    .bg-primary ul {
        padding-left: 0;
    }

    .vanish-table {
        display: none;
    }

    .top-left-corner {
        height: 50px;
        width: 50px;
        position: absolute;
        top: 30px;
        left: 30px;
    }


    .large-h1-side-home {
        font-size: 2.5em;
        line-height: 40px;
    }


    .large-h1-side h1 {
        font-size: 2.5em;
        line-height: 40px;
    }

    .hero-medium {
        height: 700px
    }

    .testimonial-person {
        width: 50% !important;
        margin-top: 25px;
    }

    .hero-small {
        height: unset;
        padding: 30px 0 30px 0;
    }

    .hero-carousel .carousel-indicators {
        position: center !important;
        justify-content: center;
        margin: 12px 0 0 0;
    }

    .carousel-large-position-left {
        text-align: center;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .carousel-large-text {
        font-size: 2.8em;
        line-height: 3.3rem;
        margin-bottom: 12px;
    }

    .carousel-small-text {
        font-size: 1.5em;
        line-height: 1.5rem;
    }


    .accrediations-display {
        text-align: center;
    }

    .cta {
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
        background-image: url(/images/cta-bg-mob.webp);
    }
}

/*-------------------------------------MOBILE CUSTOM-----------------------------*/
@media only screen and (max-width : 1200px) {
}


/*-------------------------------------MOBILE LG-----------------------------*/
@media only screen and (max-width : 992px) {

    .intro-bar h1 {
        font-size: 2.5rem;
        line-height: 42px;
    }

    .footer-navigation {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        columns: 1;
    }

    .bg-primary .p-4-alt {
        padding: 15px 15px 0 15px !important;
    }

    .bg-primary .p-4 {
        padding: 0 15px 15px 15px !important;
    }


    .hero-text-overlay {
        position: absolute;
        left: 0;
        bottom: 20px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3);
    }

        .hero-text-overlay p:first-of-type {
            font-weight: 600;
            font-size: 2em;
            margin-bottom: 1px;
            line-height: 35px;
        }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .intro-margin {
        position: unset;
        margin: 20px;
    }

    .margin-box {
        margin: 20px;
    }

    .p-6-custom {
        padding: 4rem 2rem 1rem 2rem;
    }

    .p-6-custom-base {
        padding: 0 2rem 3rem 2rem;
    }

    .pb-6 {
        padding-bottom: 4rem;
    }


    .main-left-sided .p-7 {
        padding: 3rem 2rem;
    }



    .p-7 {
        padding: 2rem;
    }



    .hero-left-sided h2 {
        font-size: 2em;
        line-height: 31px;
    }

    .hero-demo {
        background-position: center top;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
        background-image: url(/images/home-hero-1-mob.jpg);
    }

    .position-relative-custom {
        height: unset;
    }


    .word-overlays {
        display: none;
    }

    .logo-hero {
        width: 140px;
        margin-top: 20px;
    }

    .multi-grid-row .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .multi-grid-row {
        margin: 20px;
    }

    .multi-grid-row-alt {
        margin: 10px;
    }





    /*---------------Globals-----------------------*/
    .mob-centre-lg {
        text-align: center !important;
    }

    /*----------header and nav----------------------*/


    .hero-medium {
        height: 400px
    }



    .first-mob-lg {
        -webkit-order: 1;
        order: 1;
    }

    .second-mob-lg {
        -webkit-order: 2;
        order: 2;
    }

    .third-mob-lg {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-mob-lg {
        -webkit-order: 4;
        order: 4;
    }

    .fifth-mob-lg {
        -webkit-order: 5;
        order: 5;
    }

    .sixth-mob-lg {
        -webkit-order: 6;
        order: 6;
    }

    .show-mobile-lg {
        display: block;
    }

    .show-desktop-lg {
        display: none
    }

    .vanish-lg {
        display: none;
    }



    .list-3-col, .list-4-col {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }


    .margin-box-negative-medium {
        margin-top: 0;
    }

    .margin-box-negative-small {
        margin-top: 30px;
    }


    /*----------Footer----------------------*/

    footer tel {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 40px;
    }

    footer img {
        width: 50%;
        height: auto;
    }

    .rule-right {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }

    footer tel {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 40px;
    }


    footer .fs-3 {
        margin-top: 10px !important;
    }

    .rule-right {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }

    .carousel-large-text {
        font-size: 3em;
        line-height: 3.6rem;
    }


    .vanish-desktop-nav {
        display: none;
    }

    .offcanvas .vanish-desktop-nav {
        display: block
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 820px) {

    /*---------------Globals-----------------------*/
    .vanish-desktop-nav-buttons {
        display: none;
    }

    header {
        height: 85px;
    }

    .logo img {
        width: 190px;
    }

    .logo {
        top: 18px;
    }

    .navbar-toggler {
        padding: 23px 22px 20px 20px;
    }
}


/*-------------------------------------MOBILE MD-----------------------------*/
@media only screen and (max-width : 768px) {

    .large-numbers {
        font-size: 4em;
        padding-bottom: 0;
        line-height: 40px;
    }


    .intro-bar .p-4 {
        padding-bottom: 0 !important;
    }

    .p-4 {
        padding: 1.5rem !important;
    }

    .p-5 {
        padding: 3rem 1rem 3rem 1rem !important;
    }

    .hero-about p:first-of-type {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 36px;
        margin: 0 0 10px 0;
        text-transform: uppercase;
    }

    .services-display ul li {
        background-color: #fff;
        border-radius: 0.3em;
        list-style-type: none;
        display: inline-block;
        width: 95%;
        margin: 2%;
    }

    .hero-contact h1 {
        font-size: 2.3em;
        font-weight: 700;
        line-height: 36px;
        margin: 0 0 10px 0;
    }

    .hero-contact {
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: 1;
        background-image: url(/images/contact-bg-mob.jpg);
        height: unset;
        text-align: center;
        padding: 30px 0 40px 0;
    }


    .hero-carousel .carousel-indicators {
        display: none;
    }

    .carousel-large-position-left span {
        display: none;
    }


    .fs-0 {
        font-size: 2rem;
        line-height: 38px;
    }

    .hero-xl {
        height: unset;
        padding: 30px 0 30px 0;
    }

    .leaf-center {
        width: 60px;
        height: 60px;
        top: -30px;
    }


    .map-overlay {
        display: none;
    }

    /*---------------home specifics-----------------------*/


    .list-4-col, .list-3-col, .list-2-col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .pagination-lg .page-link {
        padding: 0.5rem 0.7rem !important;
        font-size: 0.8rem !important;
    }


    .list-location-cols {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }



    .vanish-md {
        display: none;
    }

    #how-can-we-help .p-6 {
        padding: 4rem 1rem 4rem 1rem;
    }

    .pb-7 {
        padding-bottom: 3rem;
    }

    .pt-6 {
        padding-top: 3rem;
    }

    .pb-6 {
        padding-bottom: 2rem;
    }

    .col-xl-6 .p-5 {
        padding: 2rem !important;
    }


    .col-xl-8 .p-7 {
        padding: 2rem !important;
    }

    .intro-right-main-tease, .home-news-main-tease {
        min-height: unset;
    }

    .leaf-corner {
        width: 60px;
        height: auto;
    }

    .hero-client-stats .fs-0 {
        font-size: 5rem !important;
        line-height: 80px !important;
    }

    .fw-btn {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }



    .icon-x-x-large {
        font-size: 9em;
    }



    .card-text {
        margin-bottom: 0;
        line-height: 28px;
        font-size: 1rem !important;
    }


    .bg-highlight {
        background-color: #eeeeee;
    }

    .carousel-large-text {
        font-size: 1.8em;
        line-height: 33px;
        margin-bottom: 0;
    }

    .carousel-small-text {
        font-size: 1em;
        line-height: 1.5rem;
    }

    .large-h1-side {
        font-size: 2.6em;
        line-height: 42px;
    }

    .logo-icon-top {
        width: 50px;
        height: 50px;
        top: -25px;
    }
}

/*-------------------------------------MOBILE SM-----------------------------*/
@media only screen and (max-width : 576px) {

    /*---------------Globals-----------------------*/
    .mob-centre-sm {
        text-align: center !important;
    }
    /*----------List----------------------*/


    .google-image {
        width: 70%;
    }

    .mob-centre-sm .rule-left {
        margin-left: auto;
        margin-right: auto;
        width: 30%;
        text-align: center;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        opacity: 1;
    }

    .p-6-custom-base {
        padding: 0 1rem 3rem 1rem;
    }

    .multi-grid-row .p-5 {
        padding: 2rem 0rem 3rem 0rem !important;
    }

    .intro-bar h1 {
        font-size: 2.4rem;
        line-height: 38px;
    }

    .logo-content {
        width: 70px;
        top: -30px;
    }




    .carousel-small-text {
        font-size: 1em;
        line-height: 1.2rem;
    }

    .carousel-large-position-left {
        padding: 10px 14px 10px 14px;
    }
}



@media only screen and (max-width : 450px) {
}



.cms-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    overflow: hidden;
}

.cms-video {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.cms-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: url('https://media.wayfresh.agency/shield-ventilation/page/play.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    pointer-events: auto;
}
