@media (min-width: 992px){
    #header #header-menus {
        padding-top: 0;
    }
    #header #header-menus #menu-utility {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    /* #header #header-menus #menu-utility a{
        font-size: .875rem;
        color: #e6674a;
        text-transform: uppercase;
    } */
}
@media (min-width: 992px) and (max-width: 1199.98px){
    #header #menu {
        margin-left: 0;
    }
    #header #header-content .logo {
        width: 60px;
    }
    #header #menu>ul>li>a, .sticky #menu>ul>li>a {
        font-size: .70rem!important;
    }
    #header #header-menus #menu-utility a{
        font-size: .70rem!important;
    }
    #header .toggle-menu, .toggle-search {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
}


.home main #content .content-inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.page-id-12113 main #content .content-inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.home #header-inner, .page-id-12113  #header-inner{
    box-shadow: none;
}



/*--------------*/
.hero-block.video {
    height: 700px;
    background-position: center center;
    background-size: cover;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.hero-block.video .video-wrapper {
    width: 100%;
    margin-left: 0px;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.hero-block.video .video-wrapper video, .hero-block.video .video-wrapper iframe {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero-block.video .overlay {
    background-color: rgba(0, 54, 70, 0.6);
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 1;
    position: absolute;
}
.hero-block.video .overlay .wrapper {
    max-width: 1440px;
    margin: 0px auto;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.hero-block.video .overlay .wrapper .col-10.push-1.col-12-1200.push-0-1200 {
    max-width: 100%;
}
.hero-block.video .overlay .content {
    color: #fff;
    width: 813px;
    max-width: 100%;
}
.hero-block.video .overlay .content h1 {
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    font-size: 62px;
}
.hero-block.video .overlay .content h1 span{
    position: relative;
    display: inline-block;
}
.hero-block.video .overlay .content h1 span strong{
    position: relative;
    z-index: 1;
}
.hero-block.video .overlay .content h1 span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 4px;
    background-color: #e6674a;
    z-index: 0;
}
.hero-block.video .overlay .elements {
    position: absolute;
    right: 0;
    width: 525px;
    bottom: 0px;
    max-width: 50%;
}
.hero-block.video .overlay .elements img {
    display: block;
    width: 100%;
}
@media only screen and (max-width: 1300px){
    .hero-block.video {
        height: 600px;
    }
}
@media only screen and (max-width: 1100px){
    .hero-block.video {
        height: 500px;
    }
}
@media only screen and (max-width: 991px){
    .hero-block.video .overlay .content h1 {
        font-weight: 700;
        font-style: normal;
        text-transform: capitalize;
        font-size: 48px;
    }
}
@media only screen and (max-width: 767px){
    .hero-block.video {
        height: 320px;
    }
    .hero-block.video .video-wrapper{
        height: 100%;
    }
    .hero-block.video .overlay .content {
        width: 100%;
        max-width: 100%;
        position: static;
    }
    .hero-block.video .overlay {
        padding: 70px 25px 0 25px;
        height: auto;
        position: static;
    }
    .hero-block.video .overlay .content h1 {
        font-size: 38px;
        
    }

    .hero-block.video .overlay .content h1 span::before{
        height: 6px;
    }

    .hero-block.video .overlay .elements {
        width: 200px;
        max-width: 50%;
        position: relative;
        margin-left: auto;
        margin-right: -25px;
    }
}


/*-------------------------*/

.text-block {
    padding: 100px 2.5rem;
    margin: 0;
}
.text-block .wrapper{
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
}
.text-block .wrapper .bodycopy{
   width: 83.3333333333%;
   margin: 0px auto;
}
.text-block .wrapper .bodycopy h2 {
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}
@media only screen and (max-width: 1024px){
    .text-block {
        padding:30px;
    }
    .text-block .wrapper .bodycopy h2 {
        font-size: 25px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 991px){
    .text-block {
        padding:30px 1.625rem;
    }
    .text-block .wrapper .bodycopy{
        width: 100%;
     }
     .text-block .wrapper .bodycopy h2 {
        font-size: 17px;
        line-height: 21px;
    }
}



/*------------------------section section-cards-block------------*/
.section-cards-block{
    padding: 60px 2.5rem;
    background-color: #edf0f2;
    margin: 0;
}
.section-cards-block .section-inner{
    max-width: 1440px;
    margin: 0 auto;
}
.section-cards-block .section-header{
    padding: 0;
}
.section-cards-block .section-header h2{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
}
.section-cards-block .card-wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin: 0;
}
.section-cards-block .card-wrapper .card{
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s;
}
/* .section-cards-block .card-wrapper .card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
} */
.section-cards-block .card-wrapper .card-img{
    height: 220px;
    /* padding: 1.25rem; */
    padding-bottom: 0;
    text-align: center;
}
.section-cards-block .card-wrapper .card-img img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
}
.section-cards-block .card-wrapper .card-body{
    display: flex;
    flex-direction: column;
    background-color: transparent;
}
.section-cards-block .card-wrapper .card-body .card-title{
    text-transform: capitalize;
    font-weight: 600;
}
.section-cards-block .card-wrapper .card-footer {
    padding-top: 1.25rem;
    margin-top: auto;
}
@media only screen and (max-width: 1024px){
    .section-cards-block .card-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
}
@media only screen and (max-width: 991px){
    .section-cards-block{
        padding: 2.5rem 1.65rem;
    }
}
@media (max-width: 767.98px){
    .section-cards-block .card-wrapper{
        gap: 24px;
    }
    .section-cards-block .card-wrapper > div{
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 600px){
    .section-cards-block .card-wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    .section-cards-block .card-wrapper .card-img{
        height: 50vw;
    }
}

/*--------------metrics-block---------------*/

.metrics-block{
    padding: 60px 2.5rem;
}
.metrics-block .wrapper{
    max-width: 1440px;
    margin: 0 auto;
}
.metrics-block .section-header{
    padding: 0;
}
.metrics-block .section-header h2{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
}
.metrics-block .row.stats .stat {
    width: calc(100% / 3 - 0.5px);
    margin-top: 60px;
    align-items: center;
    padding: 0 40px;
    transition: all 0.25s ease;
    gap: 10px;
    border-right: 1px solid #d4d5d5;
}

.metrics-block .row.stats .stat:nth-child(3n + 3){
    border-right: 0;
}
.metrics-block .row.stats .stat .card-img {
    width: 80px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background: #edf0f2;
    border-radius: 100px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    padding: 20px;
}
.metrics-block .row.stats .stat h1 {
    font-size: 62px;
    font-weight: 600;
    font-style: normal;
    line-height: 58px;
}
.metrics-block .row.stats .stat h3 {
    margin: 0;
    font-weight: 500;
    transition: all 0.25s ease;
}
.metrics-block .card-wrapper h3 span.txt-color {
    color: #e6674a;
}
@media only screen and (min-width: 768px){
    .row.row-tight.card-wrapper.stats:last-child {
        margin-top: 60px;
        position: relative;
    }
    .row.row-tight.card-wrapper.stats:last-child::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 1px;
        background-color: #d4d5d5;
    }
}
@media only screen and (max-width: 1199px){
    .metrics-block .row.stats .stat {
        margin-top: 40px;
        padding: 0 10px;
    }
    .metrics-block .row.stats .stat h3{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 991px){
    .metrics-block{
        padding: 2.5rem 1.65rem;
    }
}
@media only screen and (max-width: 767px){
    .metrics-block .section-header h2{
        font-size: 30px;
        line-height: 40px;
    }
    .metrics-block .row.stats .stat {
        margin-top: 0;
        padding: 20px 0;
        width: calc(100% / 1 - 0.5px);
        border-right: 0;
        position: relative;
    }
    .metrics-block .row.stats .stat::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 1px;
        background-color: #d4d5d5;
    }
    .row.row-tight.card-wrapper.stats:last-child .stat:last-child::after{
        display: none;
    }
    .metrics-block .row.stats .stat .card-img {
        width: 60px;
    }
    .metrics-block .row.stats .stat h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .metrics-block .row.stats .stat h3 {
        font-size: 17px;
        line-height: 19px;
    }
}
/*---------section-cta---------*/
.section-cta {
    background-color: #e6674a;
    padding: 60px 2.5rem;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.section-cta .section-bg-img {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .2;
}
.section-cta .section-inner {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
}
.section-cta .section-header{
    margin-bottom: 1rem;
}
.section-cta .section-header .section-title {
    font-size: 3rem;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
}
.section-cta .section-content {
    margin: 1rem  auto .5rem auto;
    max-width: 900px;
}
.section-cta .section-footer {
    margin-top: 1.5rem;
}
.section-cta .section-footer .btn{
    padding: 1rem 2rem;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #e6674a;
}
.section-cta .section-footer .btn:hover{
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
@media only screen and (max-width: 991px){
    .section-cta{
        padding: 2.5rem 1.65rem;
    }
}
@media only screen and (max-width: 767px){
    .section-cta .section-header{
        margin-bottom: 0;
    }
    .section-cta .section-header .section-title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-cta .section-content {
        margin: 1rem auto 1.5rem auto; 
    }
}



/*---------section-instagram-feed---------*/

.section-instagram-feed {
    margin: 0;
    padding: 0;
}
.section-instagram-feed .insta-btn .icon{
    width: 24px;
    height: 24px;
}
.section-instagram-feed .insta-btn svg{
    float: left;
    width: 24px;
    height: 24px;
}
.section-instagram-feed .insta-btn:hover svg path{
    color: #ffffff;
}
.section-instagram-feed .instagram-cta-bar {
  width: 100%;
  background: #e6674a;
  text-align: center;
  padding: 25px 0;
}

.section-instagram-feed .instagram-cta-bar a {
    padding: 0.875rem 1.75rem;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #e6674a;
}
.section-instagram-feed .instagram-cta-bar a:hover{
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/*-------------*/
#footer{
    padding: 0;
}
#footer #footer-inner{
    padding: 0 1.25rem;
}
#footer #footer-inner .row{
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 0px;
}
#footer #footer-inner .row > div {
    padding-left: 30px;
    padding-right: 30px;
}
#footer #footer-inner .row > div.footer-menu-first{
    padding-left:0px;
}
#footer #footer-inner .row > div.footer-menu-second{
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}
#footer #footer-inner .row > div.footer-menu-second a {
    font-weight: 600;
    font-size: 16px;
}
#footer #footer-inner .row > div.footer-menu-third{
    padding-right:0px;
}
#footer #footer-inner h4{
    margin-bottom: 24px;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
}
#footer #footer-inner h4:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #e6674a;
    left: 0;
    bottom: 0;
}
#footer ul{
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
#footer ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
#footer ul li:last-child{
    margin-bottom: 0;
}
#footer ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff !important;
}
#footer ul li a:hover{
    color: #e6674a !important;
}
#footer ul li span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer ul li span img{
    max-width: 18px;
}
#footer ul li::marker{
    display: none;
}
#footer ul li:hover span{
    background: #e6674a;
}
#footer ul li:hover span img{
    filter: brightness(0) saturate(100%) invert(98%) sepia(15%) saturate(164%) hue-rotate(314deg) brightness(115%) contrast(100%);
}
#footer #footer-inner .row > div.footer-menu-second .social {
    justify-content: flex-start !important;
    margin-top: 20px;
    flex-wrap: wrap;
}
#footer .social a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}
#footer .copyright {
    margin-top: .625rem;
    padding: 30px 20px;
    font-size: 14px;
}
@media only screen and (max-width: 1024px){
    #footer #footer-inner .row > div.footer-menu-second {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px){
    #footer #footer-inner .row {
        padding: 2.5rem 0rem;
    }
}
@media only screen and (max-width: 767px){
    #footer #footer-inner .row > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    #footer #footer-inner .row > div.footer-menu-second {
        border-left: 0;
        border-right:0;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #footer #footer-inner .row > div.footer-menu-second .social {
        margin-bottom: 0;
    }
    #footer .copyright {
        padding-top: 0;
    }
}