/*Theme Name: New Outlooks Theme V1
Theme URI: Starter Theme - www.215marketing.com
Author: 215 Marketing
Author URI: webmaster@215marketing.com
Version: 1.2
Description: 215 Marketing Base custom coded theme.
*/

/* COLOR VARS FROM THEME OPTIONS
--color_1:  #000;  DEFAULT
--color_2:  #fff;
--color_3: color 1
.
.
.
*/


/* Setup from acf variables */

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

/* MARK BG */

::-moz-selection {
    color: #fff;
    background: #004FA3;
}

::selection {
    color: #fff;
    background: #004FA3;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "League Spartan", sans-serif;
    line-height: 1.4;
    color: var(--primary-text-color);
}

h1,
.h1 {
    font-size: 70px;
    line-height: 1.25;
    font-weight: 400;
}

h2,
.h2 * {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 600;
}

h3,
.h3 * {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 600;
}

h4,
.h4 * {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
}

h5,
.h5 * {
    font-size: 28px;
    font-weight: 600;
}

h6,
.h6 * {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;

}


body {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5 !important;
    color: #4B4B4B;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

body p {
    font-family: "League Spartan", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #4B4B4B;
}

.highlight {
    color: #115abc;
}

.text-white * {
    color: #fff;
}

.text-black * {
    color: #000;
}

.text-dark * {
    color: #333;
}

.text-red * {
    color: #ee1c25;
}

.lh-base {
    line-height: 1.25 !important;
}

.embed-responsive{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary,
p.primary {
    color: var(--primary-color) !important;
}

.highlight,
p.highlight {
    color: var(--highlight-text-color) !important;
}

.he .gray {
    color: #F5F5F5 !important;
}

.dark {
    color: #0B0B0B !important;
}

.light {
    color: #FFFFFF !important;
}

.light p {
    color: #FFFFFF !important;
}

.text {
    color: #4B4B4B !important;
}

.text-footer {
    color: #4B4B4B !important;
}

.gray4 {
    color: #BDBDBD !important;
}

.teal {
    color: #42677D !important;
}

.maroon {
    color: #A73D40 !important;
}

.white {
    color: #FFFFFF !important;
}

.no-bg-color p.white,
.no-bg-color h2.white {
    color: #FFFFFF !important;
}

.hl-sub.teal {
    background-color: #42677D;
}

.hl-sub.maroon {
    background-color: #A73D40;
}

.grayish-bg {
    background: #EDEFF0 !important;
}

.grayish-bg h2 {
    color: #0B0B0B !important;
}

.grayish-bg p {
    color: #4B4B4B !important;
}

.disclaimer p,
.disclaimer ul li{
    font-size: .875em;
    line-height: 1.2;
}


.sub {
    color: #fff;
    font-weight: 700;
    font-size: 12px !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    position: relative;
}

body.single-location .sub{
    font-weight: 500;
    font-size: 24px!important;
    margin-bottom: 0;

}


.body-bold {
    font-weight: 700;
}

select {
    cursor: pointer;
}

.position-md-absolute {
    position: absolute;
}

.subheader {
    background: #F4F4F4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subheader .phone_icon{
    width: 20px;
}
.subheader .phone_contact{
    text-decoration: none;
    position: relative;
    color: #3687C8;
}

.subheader .phone_contact:hover{
    color: #151515;
}

.subheader .nav-item {
    color: #5A5A5A;
    text-decoration: none;
    padding: 0 5px;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
}

.header {
    position: fixed;
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 1000;
    background: #fff;
    transition: .3s all ease-in-out;
}

body.home .header {
    top: 0;
    width: 100%;
    display: block;
    left: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 1000;
    transition: .3s all ease-in-out;
}

.header.scrolled {
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.header.scrolled nav {
    padding: .5rem !important;
}

/* Sections */

.container-fluid {
    position: relative;
}


.row {
    z-index: 10;
}

/* Buttons */
.btn{
    border-radius: 0!important;
    padding: .75rem 1.25rem;
}
.btn-primary,
[class^='-primary'],
[class*=' -primary'],
input[type="submit"] {
    background-color: #FC5103!important;
    border-radius: 0;
    color: #000;
    border: 1px solid var(--primary-color);
}

#gform_submit_button_7 {
    background-color: #FC5101 !important;
    color: #fff;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #fff;
}

.btn-secondary {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff !important;
    border-radius: 200px;
}

.btn-secondary a {
    color: #fff !important
}

.btn-secondary:hover {
    background: #fff;
    color: var(--secondary-color) !important;
    border: 2px solid var(--secondary-color);
}

.btn-secondary:hover a {
    color: var(--secondary-color) !important;
}

.btn-red{
    background: #FC5101;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
}

.btn-red:hover{
    background: #fff;
    color: #FC5101;
}

.btn-blue{
    background: #3687C8;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    transition: .3s all ease-in-out;
    text-transform: uppercase;
}

.btn-blue:hover{
    background: #fff;
    color: #3687C8;
}

.btn-white-outline{
    background: transparent;
    border: 1px solid #fff!important;
}

.btn-white-outline:hover{
    background: #fff;
    color: #000;
    border: 1px solid #fff!important;
}

.btn-blue-outline{
    background: transparent;
    border: 1px solid #3687C8!important;
}

.btn-blue-outline:hover{
    background: #3687C8;
    color: #fff;
    border: 1px solid #3687C8!important;
}

.btn-text {
    color: #FC5101;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 0;
}


/* Nav */

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #151515;
    font-weight: 500;
    text-transform: uppercase;
}


.nav-link:hover {
    color: #3687C8;
}


.nav-item.btn-blue.menu-item.active{
    background-color: #3687C8;
}

.btn-blue.menu-item .nav-link{
    color: #fff;
}

.btn-blue.menu-item:hover {
    border: 1px solid #fff;
    background: #0B3A54;
}


.btn-blue-outline.menu-item .nav-link,
.btn-blue.menu-item .nav-link{
    padding: 0;
    padding-top: 3px;
    text-transform:uppercase;
}

.btn-blue-outline.menu-item .nav-link:hover,
.btn-blue.menu-item .nav-link:hover {
    color: #fff;
}

@media screen and (max-width:1200px) {
    .navbar-collapse {
        position: absolute;
        padding: 20px;
        width: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        top: 80px;
        text-align: left;
    }

    .navbar-toggler{
        background-color: transparent;
        border: 0;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }

    #nav-icon {
        width: 30px;
        height: 22px;
        position: relative;
        margin: 0 auto;
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #0b3a54;
        opacity: 1;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;

    }

    .navbar-toggler[aria-expanded="false"] {
        box-shadow: none;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon {
        transition: .3s all ease-in-out;
        position: relative;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
        left: 50%;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
        left: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
        top: 0px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
        top: 9px;
    }

    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
    .navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
        top: 18px;
    }


    .navbar-toggler[aria-expanded="true"] #nav-icon {        
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    .navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    .navbar-nav .nav-item{
        width: 100%;
        text-align: center;
    }

    .navbar-nav .nav-item span{
        width: 100%;
        display: block;
        padding: 5px;
    }

    .navbar-nav .nav-item:focus, 
    .navbar-nav .nav-item:hover{
        background: #f0f0f0;
    }

    body.home .header .nav-link, body.home .header .navbar-nav .nav-link.active,
    .nav-link, .navbar-nav .nav-link.active {
        color: #000;
    }

}

.mt-6 {
    margin-top: 4rem !important;
}

.top-padding-offset {
    padding-top: 350px !important;
    margin-top: -220px;
}

.contained {
    background: #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.contained-transparent {
    border-radius: 2.5rem;
}


/* COMPARISON */
.image-comparison-container {
  /* Set a fixed height or use aspect ratio to prevent image collapse */
  min-height: 400px; 
  height: 100%;
}

.image-comparison-container img {
  object-fit: cover; /* Adjust as needed */
}

.slider-divider {
    pointer-events: none;
  z-index: 2;
  width: 2px;
  background: white;
  top: 0;
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
}

.slider {
  width: 102%;
  z-index: 10;
  -webkit-appearance: none; /* Hide default slider styling */
  appearance: none;
  background: transparent; /* Make slider background transparent */
}

/* Style the slider thumb */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff; /* White handle */
  border: 2px solid #333;
  border-radius: 50%;
  cursor: ew-resize; /* Cursor indicates horizontal resizing */
}


#locations .contained {
    background-position: center center;
}

.contact-box .phone,
.contact-box .contact{
    position: relative;
    padding-right: 50px;
}
.contact-box .phone:after,
.contact-box .contact:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 20px;
    height: 20px;
    transition: .1s all ease-in-out;

}

.contact-box .contact:after{
    background: url(/wp-content/themes/newoutlooks/images/icon-contact.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    filter: brightness(100);
}

.contact-box .phone:after{
    background: url(/wp-content/themes/newoutlooks/images/icon-phone.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-box .contact:hover:after{
    filter: unset;
}


.contact-box .phone:hover:after{
    filter: brightness(100);
}

#MapAreaLocations{
    height: 500px;
}

.service-areas .location-city{
    position: relative;
    padding-left: 30px;
}

.service-areas .location-city:before{
    content: '';
    background: url(/wp-content/themes/newoutlooks/images/location-pin.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 0;
}

.card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.card p {
    margin-bottom: 0;
}

.card-title {
    font-size: 16px;
    font-weight: 700 !important;
}

#OurServices .card-title {
    font-size: 20px;
    font-weight: 700 !important;
}

.card.cardlink{
    position: relative;
    border: 2px solid transparent;
    pointer-events: auto;
    cursor: pointer!important;
    transition: .3s all ease-in-out;
}

.card.cardlink a.learnmore{
    opacity: 0;
    transition: .3s all ease-in-out;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #FC5101;
    border: 2px solid #FC510142;
}

.card.cardlink a.learnmore:after{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/newoutlooks/images/icon-arrow-white-diagonal.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.card.cardlink:hover{
    border: 2px solid #FC510142;
}

.card.cardlink:hover a.learnmore{
    opacity: 1;
}

.learnmore_card{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-offset .card,
.icon-inside .card {
    height: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.09);
}

.icon-inside .icon{
    padding: 10px;
    width: 60px;
    height: 60px;
    display: block;
    
}

.icon.bg-blue-gradient{
    background: linear-gradient(#00A3E1, #00A3E1);
}

.icon.text-center{
    margin: 0 auto 20px;
}


.icon.bg-transparent{
    background: transparent;
}

.icon.text-start{
    margin: 0 0 20px;
}

.numbered-list .icon {
    position: relative;
    width: 20px;
    height: 20px;
    background: #FC5101;
    padding: 10px;
    text-align: center;
    display: block;

}

.numbered-list .icon .list-number {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/themes/newoutlooks/images/checkmark-white.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.numbered-list a{
    text-decoration: none;
    color: #4B4B4B;
    position: relative;
    padding-right: 30px;
    width: auto;
    display: block;
    transition: .3s all ease-in-out;
}

.numbered-list a:after{
    content: '';
    background: url(/wp-content/themes/newoutlooks/images/orange-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 25px;
    height: 20px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    transition: .3s all ease-in-out;
}

.numbered-list a:hover{
    color: #FC5101;
}

.numbered-list a:hover:after{
    transform: translatex(10px);
}

.icon-offset .card .icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    left: 25px;
    background: #FFBC10;
    padding: 10px;
    text-align: center;
    display: block;
}

.icon-offset .card img {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-inside .card img {
    position: relative;
}

.sidebyside .card .card-body img {
    width: 50px;
    background: #B9CFCE;
    padding: 10px;
}

.icon-center {
    text-align: center;
}

.icon-center-transparent .card {
    background: transparent !important;
    text-align: center;
    padding: 0 !important;
}

.icon-center-transparent .card img {
    text-align: center;
    margin: 0 auto 20px;
    width: 50px;

}

.icon-offset .card-body {
    padding-top: 2rem !important;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
}

.card .card-img.small {
    width: 50px;
}

.partner-card img{
    width: 100%;
    min-width: 150px;
    max-width: 200px;
}


.shadow-box .card:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #000000);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: 0;
    display: block;
}

.shadow-box .card:hover:before {
    content: '';
    background: linear-gradient(180deg, rgba(237, 28, 36, 0.008841036414565795) 0%, #42677d);
}

.columns-offset .card {
    border-radius: 210px;
    overflow: hidden;
}

.columns-offset .card .card-img-overlay {
    background: #F0E6D2;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 20px 50px !important;
}

.columns-offset .cardgroup .col-10:nth-child(even) {
    margin-top: 50px;
}

.card-header {
    padding: 0;
    width: 100%;
}

.columns-offset .card .card-img-overlay .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.columns-offset .card .card-img-overlay .card-header .card-title {
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) and (min-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

@media screen and (max-width: 763px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }

    #process-slider .card {
        min-height: unset;
    }
}

@media screen and (max-width: 1840px) {
    .columns-offset .card .card-img-overlay {
        padding: 20px 50px !important;
    }
}

/* SERVICES CAROUSEL */

.swiper-slide {
  height: auto;
}

.service-navigation{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.service-navigation li{
    width: 50%;
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

.service-navigation li.active{
    color: #FC5101;
    font-weight: 700;
}

.services .card img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.services .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

/* SERVICES SECTION */
.service-section .card{
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.service-section .card img{
    transition: 1s all ease-in-out;
}

.service-section .card h3{
    font-size: 20px;
    font-weight: 500;
    font-family: "League Spartan", sans-serif;
    transform: translatey(30px);
    transition: .3s all ease-in-out;
}

.service-section .card a:not(.btn){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.service-section .card a.btn{
    opacity: 0;
    transition: .3s all ease-in-out;
}

.service-section .card .card-img-overlay {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    transition: .3s all ease-in-out;
}

.service-section .card:hover h3{
    transform: translatey(0);
}


.service-section .card:hover a.btn{
    opacity: 1;
}

.service-section .card:hover img{
    transform: scale(1.05);
}

/* Accordion */

.accordion-item,
.accordion-button {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border: 0;
    color: #0B3A54;
}

.accordion-item{
    margin-bottom: 20px;
}

.accordion-item h2 .accordion-button {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--secondary-color);
    box-shadow: none;
}

.accordion-button .number{
    color: #fff;
    background: linear-gradient(#00A3E1, #008BC0);
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    height: 36px;
    width: 36px;
}

.accordion-button .plus-minus{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
.accordion-button:after{
    display: none;
}
.accordion-button .plus-minus span{
    display: block;
    width: 20px;
    height: 2px;
    background: #3687C8;
    position: absolute;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    transition: .3s all ease-in-out;
}

.accordion-button .plus-minus span:last-child{
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-button[aria-expanded="true"] .plus-minus span:last-child{
        transform: translate(-50%, -50%) rotate(0);
}


/* Homepage Hero */

.homepage-hero {
    position: relative;
    padding-top: 10.125rem;
    padding-bottom: 2.125em;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    transition: .3s all ease-in-out;
}

.homepage-hero:before{
    content: '';
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.homepage-hero h1{
    font-family: "League Spartan", sans-serif;
    font-weight: 200;
}

.homepage-hero h1 i{
    font-weight: 600;

}

.homepage-hero .form{
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
}


.swiper-badges {
  opacity: 0;
  transition: opacity 0.5s ease-in; /* Adjust transition duration as needed */
}

.swiper-badges.swiper-initialized {
  opacity: 1;
}


.swiper-badges .swiper-slide img{
    max-width: 150px;
    filter: grayscale(100%);
    opacity: .7;
    transition: .3s all ease-in-out;
}

.swiper-badges .swiper-slide:hover img{
    filter: grayscale(0%);
    opacity: 1;

}

/* Images */

.image-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.image-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.content-right {
    border-radius: 1rem !important;
    border-bottom-left-radius: 0 !important;
    overflow: hidden;
}

.content-left {
    border-radius: 1rem !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
}

.border-blue {
    border: 10px solid #115ABC;
}

.border-blue-light {
    border: 6px solid #B0C8E920;
}

.content-image {
    height: 100%;
    width: 100%;
}

.object-cover .content-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    max-height: inherit;
}

.hl-sub {
    position: absolute;
    height: 2px;
    width: 90px;
    content: '';
    background-color: var(--secondary-color) !important;
    margin-bottom: 40px;
    top: -20px;
    left: 50%;
    transform: translatex(-50%);
}

.hl-sub.text-center {
    margin: 0 auto .5rem;
}

.hl-sub.white {
    background-color: #FFFFFF;
}

.hl-sub.white:before {
    border-color: transparent transparent transparent #ffffff;
}

.hl-sub.white:after {
    border-color: transparent #ffffff transparent transparent;
}

.homepage-card {
    background-color: #FFFFFF;
    padding: 1.5em;
    border-radius: 0.5em;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0.9em;
    height: 100%;
    width: auto;
    box-shadow: 0px 0px 10px #00000010;
}

.homepage-card img {
    height: 53px;
}

.homepage-card p {
    font-size: 0.938em;
    font-weight: 400;
    color: #0B0B0B;
}

/* Hero */

.hero {
    padding-top: 50px;
    position: relative;
    background-position: center;
}

.hero.white-text p {
    color: #fff !important;
}

.hp-card-row-gap {
    row-gap: 1em;
}

.hp-card-mt {
    margin-top: 2em;
}

.row-gap-mobile {
    row-gap: 1em;
}

.row-gap-1 {
    row-gap: 1em;
}

.cta .content {
    padding: 100px;
}

.bg-light {
    background: #F5F5F5 !important;
}

.bg-dark-blue{
    background: #0B3A54;
}

.bg-opaque{
    background: #ffffff20;
}

/* Edge image */

.edge-image .bg-holder {
    position: absolute;
    width: 95%;
    height: 100%;
    max-height: 540px;
    left: 0;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
    top: 50%;
    transform: translatey(-50%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.swiper-slide {
    padding: 20px;
}

/*TWO COLUMN SLIDER */
.two-column-slider-navigation{
    position: relative;
    display: flex;
}

.two-column-slider-navigation .swiper-button-prev,
.two-column-slider-navigation .swiper-button-next{
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background: #FC5101;

}

.two-column-slider-navigation .swiper-button-prev.swiper-button-disabled,
.two-column-slider-navigation .swiper-button-next.swiper-button-disabled{
    background: #CFCFCF;
}

.two-column-slider-navigation .swiper-button-next:after,
.two-column-slider-navigation .swiper-button-prev:after{
    font-size: 25px;
}


/* PORTFOLIO */
body.single-portfolio h1{
    text-align: center!important;
}

/* GALLERY */
.swiper.gallery{
    width: 100%; 
    max-width:700px; 
    max-height:550px;
}
.gallery .swiper-slide{
    padding: 0;
    padding-bottom: 20px;
}

.gallery .swiper-slide img{
    height: 100%;
}

@media (max-width: 768px){
    .swiper.gallery {
        max-height: 460px;
    }
   .gallery .swiper-slide img{
        height: auto;
    } 
}

@media (max-width: 445px){
    .swiper.gallery {
        max-height: 300px;
    }
}

.gallery_thumbs .swiper-slide{
    padding: 0;
    max-height: 90px;
    opacity: .5;
    transition: .3s all ease-in-out;
}

.gallery_thumbs .swiper-slide img{
    border: 2px solid transparent;
}   

.gallery_thumbs .swiper-slide:hover,
.gallery_thumbs .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}

.gallery_thumbs .swiper-slide:hover img,
.gallery_thumbs .swiper-slide.swiper-slide-thumb-active img{
    border: 2px solid #0B364D;
}   

.gallery_thumbs .swiper-slide img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    top: 50%;
     bottom: unset;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 10px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*single testimonial */
.single-testimonial{padding-bottom: 60px;}

.single-testimonial .content-image {
    position: absolute;
    bottom: -30px;
    right: 0%;
    width: 100%;
    z-index: -1;
    max-width: 70%;
}

/* Testimonials */

.star-ratings svg {
    width: 20px;
}

.rating-star {
    fill: #FFE386
}

.testimonial-card {
    border: 0;
}

.testimonial-card .card-text p{
    font-size: 32px;
    line-height: 1.25;
    font-family: "Garamond", serif;
    text-align: center;
}

.testimonial-card .card-text p i,
.testimonial-card .card-text p em{
    color: #FC5101;
}

.testimonials-image img {}


/* BLOG */
.blog-image{
    max-height: 230px;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* PAGINATION */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
  
.navigation li {
    display: inline;
}
  
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
  
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/* Contact form */
.contact-images{
    max-height: 990px;
    overflow: hidden;
}

.contact-images .content-image{
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* Footer */

.copyright-group {
    display: flex;
    padding: 1em;
    background: transparent;
    justify-content: space-between;
    border-color: #ffffff50!important;
}

#footer {
    position: relative;
    background: #0B364D;
}

#footer .copyright-text.light p {
    color: #fff !important;
}

#footer .registration-text{
    color: #ffffff50;
    font-size: 12px;
}

#footer .social-media-links {}

#footer .footer-quick-links .menu-item {
    padding: 10px;
}

#footer .footer-quick-links h3{
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    color: #fff;
}

#footer .footer-quick-links li{
    padding: 5px 20px 5px 0;
}

#footer .footer-quick-links a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    transition: .3s all ease-in-out;
}

#footer .footer-quick-links a:hover {
    color: #FC5101 !important;
    text-decoration: none;
    font-weight: 500;
}


#footer .copyright-link a {
    color: #fff;
    font-size: 0.875em;
}

.hl-1 {
    content: ' ';
    width: 1px;
    height: 0.875em;
    background: #000;
}

.social-media-links {}

.social-media-links a {
    text-decoration: none;
}

.social-media-links svg {
    height: 16px;
    margin: 0 10px;
    color: #FC5101;
    fill: #FC5101;
    transition: .3s all ease-in-out;
}

.social-media-links a:hover svg {
    color: #fff;
    fill: #fff;
}

.footer-quick-links {}

.no-shadow {
    box-shadow: unset !important;
}

img.img-rounded {
    border-radius: 1.5em;
}

.form{
    padding: 20px;
    background: #ffffff20;
}

.gform_wrapper .gform_fields {
    row-gap: 20px !important;
    column-gap: 12px !important;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    border: 1px solid #fff!important;
    background: transparent!important;
    color: #fff!important;
}


.contact-us .gform_wrapper .gfield input,
.contact-us .gform_wrapper .gfield select,
.contact-us .gform_wrapper .gfield textarea {
    border: 1px solid #ddd!important;
    background: #fff!important;
    color: #000!important;
}


/* us */
#field_5_9 .address_city,
#field_5_9 .address_state,
#field_5_9 .address_zip{
    inline-size: 33%;
}

/* canada */
#field_5_10 .address_city,
#field_5_10 .address_state,
#field_5_10 .address_zip{
    inline-size: 33%;
}

/* international */
#field_5_11 .address_city,
#field_5_11 .address_zip,
#field_5_11 .address_country{
    inline-size: 33%;
}

@media (min-width:992px ) and (max-width: 1400px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}


@media (max-width: 768px){

    /* us */
    #field_5_9 .address_city,
    #field_5_9 .address_state,
    #field_5_9 .address_zip{
        inline-size: 100%;
    }

    /* canada */
    #field_5_10 .address_city,
    #field_5_10 .address_state,
    #field_5_10 .address_zip{
        inline-size: 100%;
    }

    /* international */
    #field_5_11 .address_city,
    #field_5_11 .address_zip,
    #field_5_11 .address_country{
        inline-size: 100%;
    }
}

#locationMap {
    display: block;
    width: 100%;
    height: 100%;
}

#locationMap path {
    stroke: #000;
    fill: #fff !important;
    transition: fill .4s ease;
}

.legend {
    position: absolute;
    width: 100px;
    right: -5%;
    bottom: 17%;
    text-align: center;
}

.legend span.swatch {
    margin: 0 auto;
    width: 20px;
    height: 20px;
    display: block;
}


/* CUSTOM CSS */


/* ALL MOBILE DEVICES */

@media (max-width: 575px) {

    .position-md-absolute {
        position: relative;
    }

    img.logo-header {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.25;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

    .homepage-hero {
        padding-top: 5rem;
        padding-bottom: 2em;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .testimonial-card .card-text p{
        font-size: 18px;
        line-height: 1.25;
    }

    #footer .quick-link {
        justify-content: center !important;

    }

    #footer .quick-link ul {
        
        flex-direction: column;

    }

    #footer .quick-link ul li {
        padding: 5px 0;
    }

    .copyright-group {
        text-align: center;
    }

    #footer .social-media-links {
        text-align: center !important;
        padding: 10px;
    }

}

/* TABLET DEVICES */

@media (min-width: 575px) and (max-width: 768px) {

    h1,
    .h1 {
        font-size: 50px;
        line-height: 1.25;
    }

    h2,
    .h2 {
        font-size: 38px;
        line-height: 1.25;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 1.25;
    }

    h4,
    .h4 {
        font-size: 26px;
        line-height: 1.25;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 1.125em;
        line-height: 1.75;

    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 2.125em;
    }

    .position-md-absolute {
        position: relative;
    }

    .testimonial-card .card-text p{
        font-size: 18px;
        line-height: 1.25;
    }
}

@media (max-width: 992px) {

    .position-md-absolute {
        position: relative;
        width: 100% !important;
        height: 500px !important;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
    }

    .nav-link {
        color: #000;
    }

    #menu-item-199 {
        width: 100%;
    }

    .btn-primary .nav-link {
        color: #fff;
    }

    .testimonial-card .card-text p{
        font-size: 24px;
        line-height: 1.25;
    }

}

/*SMALL LAPTOPS AND UP*/

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav {
        column-gap: 1em;
    }

    .navbar-expand-xl .navbar-nav {
        column-gap: 1em;
    }

}

@media (min-width: 992px) and (max-width: 1290px) {

    h1,
    .h1 {
        font-size: 50px;
    }

    #tradition .sidebyside .card {
        background-size: 60% auto !important;
    }

    #tradition .card h6 {
        font-size: 16px;
    }

    #tradition .card p {
        font-weight: 300;
        font-size: 21px;
    }
}

/* TABLETS AND SMALLER LAPTOPS */

@media (min-width: 769px) and (max-width: 1024px) {

    .homepage-hero {
        padding-top: 5.125rem;
        padding-bottom: 2.125em;
    }

    #benefits .content-image {
        right: -40%;

    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .section-margin-bottom {
        margin-bottom: 1em !important;
    }

    .empty-card-img {
        height: 100%;
        margin-top: 2em;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .process-list .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 50%;

    }
}

/* Bigger Laptops */

@media (min-width: 1025px) and (max-width: 1366px) {
    #benefits .content-image {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15%;
        width: 510px;
        height: inherit;
        z-index: 10;
    }
}


@media (min-width: 992px) and (max-width: 1300px) {
    #about .cardgroup .col-lg-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .homepage-hero {
        padding-top: 6.125rem;
        padding-bottom: 2.125em;
    }

}

/* MEDIUM Laptops and zoomed in screens */

@media (min-width: 1440px) {}


@media (max-width: 1200px) {

    #about .cardgroup .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1920px) {
    .container-fluid>.row {
        max-width: 1920px;
        margin: 0 auto;
    }

    #benefits .content-image {
        right: unset;
    }
}