/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	--padding:70px;
	
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1{
	font-family:font1 !important;
}
html body h2{
	font-family:font1  !important;
}
html body h3{
	font-family:font1  !important;
}

div#s1.pages h1 {
    max-width: 470px;
}
div#s1.pages p {
    max-width: 440px;
}

/*
div#s1.pages h1 {
    max-width: 600px;
}
div#s1.pages p {
    max-width: 600px;
}
*/


html body h4{
	font-family:font1  !important;
}
html body h5{
	font-family:font1  !important;
}
html body h6{
	font-family:font1  !important;
}
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li{
	font-family:font1 !important;
}
html body strong{
	font-family:inherit;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-family: header !important;
}

#top .hb1 a span {
    font-family: 'header';
}

body #slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: header !important;
}
/* Typography */

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c2) !important;
}


/* Button */
#top .hb1 a {
    background: var(--c2);
    border-radius: 50px;
    padding: 10px 30px !important;
}

#top .hb1 a span {
    color: white;
}

#top .hb1 a i {
    margin-right: 10px;
}
/* End Button */

p em {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
}

p:has(em) {
    padding-bottom: 10px;
}

a#b1 i {
    background: transparent !important;
    font-size: 20px;
    right: 20px;
}

a#b1 {
    font-size: 20px;
    font-weight: 500;
    padding: 14px 50px;
}

div#s1 {
    padding-block: var(--padding) !important;
}

#s1 .c2 .vc_column-inner {
    background: white;
    border-radius: 20px;
    padding: 40px;
    margin-left: 120px;
}

#s1 .t2 h2 {
    font-size: 35px;
    line-height: 45px;
    color: var(--c);
}

.wpcf7 .form-field-fm {
    background: white;
    border: 1px solid #00000020;
    border-radius: 10px;
    margin-bottom: 10px;
}

.wpcf7 br {
    display: none;
}

.wpcf7 .form-area-fm {
    height: 100px;
}

html body .wpcf7 input.form-button-fm[type=submit] {
    font-size: 20px;
    font-weight: 500 !important;
    width: 100%;
    background: var(--c2) !important;
    padding-block: 13px !important;
}

.wpcf7 span.icon {
    position: relative;
}

.wpcf7 span.icon i {
    position: absolute;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    right: 32%;
    font-size: 19px;
    pointer-events: none;
}

.wpcf7 span.wpcf7-spinner {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form-button-fm {}

html body h3,html body h2 {
    color: var(--c3);
}

div#s2 {
    text-align: center;
    padding-block: calc(var(--padding) - 20px) !important;
}

#s2 .flickity-viewport {
    margin: 0 !important;
}

#s2 .i1 {
    width: 140px;
    margin-inline: auto;
    aspect-ratio: 2/1;
    object-fit: contain;
}

#s2 .hover-wrap {
    margin-bottom: 0;
}

#s2 .t1 h3 {
    font-weight: 500;
}

div#s3 {
    padding-block: var(--padding) !important;
}

#s3 .c2 .vc_column-inner {
    padding-left: 30px;
}

a#b1.see-through {
    border-width: 1px;
    color: black !important;
}

a#b1.see-through i {
    background: transparent !important;
    box-shadow: unset !important;
    color: black !important;
}

a#b1.see-through i::after {
    display: none;
}

div#s4 {
    text-align: center;
    padding-block: var(--padding) !important;
}

:is(#s4, #s5) .t1 p {
    max-width: 750px;
    margin-inline: auto;
}

#s4 #in1 .vc_column-inner {
    background: white;
    padding: 30px;
    border-radius: 20px;
    transition: 0.5s;
}

#s4 .t2 h5 {
    margin-inline: auto;
    background: var(--c);
    aspect-ratio: 1/1;
    width: 80px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

#s4 .t2 h5 img {
    margin-bottom: 0;
    width: 52%;
}

#s4 #in1 .vc_column-inner:hover .t2 h5 {
    transform: rotateY(180deg);
}

div#s5 {
    padding-block: var(--padding) !important;
}

div#s5 .t1 {
    text-align: center;
}

#s5 .t2 p {
    max-width: 480px;
}



#s6 .c2 .vc_column-inner {
    margin-right: -320px;
}

.t1 ul {
    margin-left: 20px;
}

.t1 ul li::marker {
    color: var(--c2);
    font-size: 20px;
}

p strong {
    font-weight: 500;
}

#s6 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: contain;
}


div#s7 {
    padding-block: var(--padding) !important;
}

div#s7 .c2 .vc_column-inner {
    padding-left: 20px;
}

#s7 .toggle {
    border-radius: 10px;
    overflow: hidden;
}

#s7 .toggle a {
    color: var(--c3);
    background: #F7F7F7;
    font-size: 20px;
    line-height: 30px;
    padding-inline: 30px;
    position: relative;
}

#s7 .toggle a i {
    display: none;
}

#s7 .toggle.open a {
    background: var(--c1) !important;
    color: white;
}

#s7 .inner-toggle-wrap {
    background: #F7F7F7;
    padding-inline: 30px;
}

#s7 .toggle a::after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 14px;
    right: 20px;
    transition: 0.5s;
}

#s7 .toggle.open a::after {
    scale: 1 -1;
}

div#s8 {
    padding-block: var(--padding) !important;
    text-align: center;
}

div#s8 .t1 p {
    max-width: 500px;
    margin-inline: auto;
}

#s8 .t2 {
    background: white;
    border-radius: 20px;
    height: 205px;
    overflow: hidden;
    box-shadow: 0px 0px 15px #00000010;
    margin-inline: 20px;
    padding: 25px 10px;
    transition: 0.5s;
    margin-top: -110px;
    z-index: 111;
    position: relative;
}

#s8 .t2 h3 {
    font-size: 22px;
    line-height: 32px;
}

#s8 .t2 h5 {
    margin-inline: auto;
    background: var(--c);
    border-radius: 150px;
    aspect-ratio: 1/1;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

#s8 .t2 h5 img {
    margin-bottom: 0;
    width: 65%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

#s8 .t2 p {
    transition: 0.5s;
    opacity: 0;
}

#s8 .t2 .wpb_wrapper {
    ~: 0.5s;
    transition: 0.5s;
}

#s8 #in1 .vc_column-inner:hover .t2 .wpb_wrapper {
    transform: translateY(-95px);
}

#s8 #in1 .vc_column-inner:hover .t2 .wpb_wrapper p {
    opacity: 1;
}

#s8 #in1 .vc_column-inner:hover .t2 .wpb_wrapper h5 {
    opacity: 0;
}

#s8 #in1 .vc_column-inner:hover .t2 {
    background: var(--c);
}

#s8 #in1 .vc_column-inner:hover .t2 .wpb_wrapper {
    transition: 0.5s;
}

#s8 #in1 .vc_column-inner:hover .t2 .wpb_wrapper * {
    color: white;
}

div#s9 {
    padding-block: var(--padding) !important;
}


#s9 .t1 p {
    max-width: 490px;
}

div#footer-outer {
    background-size: 24% !important;
    background-repeat: no-repeat;
    background-position: right bottom !important;
}

div#text-3 {}

div#text-3 {
    max-width: 310px;
}

div#nav_menu-3 ul li {
    display: inline-block;
    margin-right: 15px;
}

div#nav_menu-3 ul li i {
    top: 0;
}

#footer-widgets .col.span_4:last-child>* {margin-left: -90px;}

div#nav_menu-5 ul img {
    margin: 0;
    width: 24px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

div#nav_menu-5 ul li a {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

div#nav_menu-5 ul li {
    margin-bottom: 10px !important;
}



div#footer-outer div#text-4 p a#fb1 {
    color: white !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    display: table;
    background: var(--c1);
    font-weight: 500;
    font-size: 20px;
}

div#footer-outer div#text-4 p a#fb1 i {
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}
div#copyright {
    padding: 20px 0px !important;
}

#copyright .col.span_5 {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}


div#text-5 {
    float: left;
}

div#footer-widgets .row {
    padding-bottom: 20px !important;
}

#footer-outer p {
    font-size: 16px;
    line-height: 26px;
}
html body b {font-family: 'font1';color: black;}
#ab1 #in1 .i1 {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
    box-shadow: 0px 0px 15px #00000010;
}

#ab1 #in1 .vc_col-sm-4:nth-child(2) .vc_column-inner {
    margin-top: 70px;
}

div#ab1 {
    padding-block: var(--padding) !important;
}
#s1.pages .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: cover;
    background-position: right !important;
}
#s4 .carousel-item #in1 .vc_column-inner {
    padding: 30px 20px;
    margin-bottom: 20px;
}

#s4 .carousel-item #in1 {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 10px;
    height: 100%;
}

#s4 .owl-stage {
    padding: 0;
    counter-reset: my-sec-counter;
}

#s4 .owl-dots {
    filter: brightness(0) invert(1);
}
#s4.about .t1 {
    text-align: left;
}

#s4.about  .t2 {
    background: white;
    box-shadow: 0px 0px 15px #00000020;
    border-radius: 20px;
    padding: 30px 10px;
    margin-bottom: 15px;
}

#s4.about .inner_row .vc_col-sm-6:nth-child(2) {
    margin-top: 140px;
}
#s4 .carousel-item #in1 .vc_column-inner::before {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    position: absolute;
    top: -8px;
    left: -12px;
    background: linear-gradient(45deg, var(--c1), var(--c2));
    color: white;
    border-radius: 50px;
    width: 40px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 20px;
}
div#s1.pages {
    padding-block: calc(var(--padding) + 90px) !important;
}
#s4 .d-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}

#s4 .d-flex .full {
    width: 100%;
}

#s4 .d-flex .half {
    width: 49%;
}

#s4 .d-flex :is(input:not([type=submit]),select,textarea) {
    background: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    padding-inline: 0;
}
#s4.career .vc_col-sm-4 {
    margin-bottom: 20px;
}

#s4.career #in1 >.col {
    justify-content: center;
}
#s4.contact .t2 {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #00000010;
}

#s4.contact .t2 h3 {
    margin-bottom: 0;
}
div#s4.coverage {
    padding-block: 0 !important;
}

div#s4.coverage >.col>.vc_col-sm-6> .vc_column-inner {
    padding-block: var(--padding);
    padding-inline: 70px;
}

div#s4.coverage .t1 h2 {
    font-size: 33px;
    line-height: 43px;
}

div#s4.coverage #in1 .vc_column-inner {
    margin-bottom: 10px;
    margin-inline: 5px;
    display: flex;
    height: 180px;
}


div#s4.coverage #in1 .vc_column-inner .t2::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: var(--c1);
    color: white;
    width: 60px;
    margin-inline: auto;
    aspect-ratio: 1/1;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 10px;
    transition: 0.5s;
}

div#s4.coverage .vc_col-sm-6:nth-child(1) #in1 .vc_column-inner .t2::before {
    background: var(--c1);
}

div#s4.coverage .vc_col-sm-6:nth-child(2) #in1 .vc_column-inner .t2::before {
    background: var(--c);
}

div#s4.coverage #in1 .vc_column-inner:hover .t2::before {
    transform: rotateY(-180deg);
}
#s4.services .vc_col-sm-4 {
    margin-bottom: 20px;
}

#s4 .owl-stage {
    display: flex;
}



#s4 .owl-stage .owl-item .carousel-item {
    height: 100%;
}

#s4 .carousel-item #in1>.col {
    height: 100%;
}

div#faqs {
    padding-block: var(--padding) !important;
}

div#faqs .t1 {
    text-align: center;
}

#faqs h4.toggle-title i {
    display: none;
}

#faqs h4.toggle-title a {
    background: white;
    color: var(--c3);
    padding-inline: 25px;
    transition: 0.5s;
    position: relative;
}

#faqs .toggle {
    box-shadow: 0px 0px 15px #00000010;
    border-radius: 10px;
    overflow: hidden;
}

#faqs .toggle div {
    box-shadow: unset;
}

#faqs .inner-toggle-wrap {padding-inline: 25px;}

#faqs h4.toggle-title a:hover,#faqs .open h4.toggle-title a {
    background: var(--c1);
    color: white;
}
.list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
}

.list ul li {
    list-style: none;
    background: var(--c);
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    transition: 0.5s;
}

.list ul li:hover {
    background: var(--c1);
}

.images ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
}

.images ul li {
    list-style: none;
    background: white;
    box-shadow: 0px 0px 15px #00000010;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.images ul li img {
    margin-bottom: 0 !important;
}

div#s9 iframe {
    border-radius: 10px;
}

div#s4 .list ul {
    justify-content: center;
}
#s1.pages h1 br {
    display: none;
}
#s4 #in1 .vc_column-inner:hover {
    background: var(--c1);
	background-color:var(--c) !important;
}

#s4 #in1 .vc_column-inner:hover h5 {
    background: white;
}

#s4 #in1 .vc_column-inner:hover h5 img {
/*	
    filter: brightness(0) saturate(100%) invert(42%) sepia(33%) saturate(5679%) hue-rotate(349deg) brightness(98%) contrast(93%);
	filter: brightness(0) saturate(100%) invert(59%) sepia(87%) saturate(296%) hue-rotate(51deg) brightness(95%) contrast(91%) !important;
*/

filter: brightness(0) saturate(100%) invert(40%) sepia(80%) saturate(896%) hue-rotate(176deg) brightness(95%) contrast(99%);
	
}

#s4 #in1 .vc_column-inner:hover h3 {
    color: white;
}
#s4 #in1 .vc_column-inner:hover p {
    color: white;
}
div#s4.coverage #in1 .vc_column-inner {
    background: white !important;
}

div#s4.coverage #in1 .vc_column-inner p {
    color: black;
}
#faqs h4.toggle-title a::before {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: white;
    background: var(--c);
    aspect-ratio: 1;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 100;
    transition: 0.5s;
}

#faqs .open h4.toggle-title a::before {
    content: "\f068";
    background: white;
    color: var(--c1);
}
.i1 {
    border-radius: 10px;
}

#s8 #in1 .i1 {
    aspect-ratio: 1/1.2;
    object-fit: cover;
    object-position: 10% 30%;
}
.nectar-post-grid .nectar-post-grid-item-bg img {object-position: top;}


.single-post #page-header-bg[data-bg-pos=center] .page-header-bg-image {
    background-position: top;
}
div#header-secondary-outer .nectar-center-text {
    font-weight: 400;
}
#s1 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: contain;
    background-position: left top !important;
}
#s1.pages .row-bg-overlay.row-bg-layer {
    display: none;
}
.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
    display: none;
}


#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item a span {
    color: var(--c1);
}
div#s5 #in1 .i1 {
    aspect-ratio: 1.8/1;
    object-fit: cover;
}
#s3 .i1, #s9 .i1, div#s3 .inner_row .vc_col-sm-6 img {
    aspect-ratio: 1.8/1;
    object-fit: cover;
}
#s1 span.yellow,
#s1 span.blue,
h2 span.yellow,
h2 span.blue
{
    color: var(--c2) !important;
}
#s1 span.white,
h2 span.white{
	color:#ffffff !important;
}
#s1 span.greenbg,
h2 span.greenbg{
    background-color: var(--c) !important;
}

/* HOME */

div.imgcol-home-efficiencyplus-upgraded div.vc_column-inner img{
	
height:645px !important;	
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#s4.coverage >.col>.vc_col-sm-6> .vc_column-inner {
    padding-inline: 50px;
}
	#s6 .c2 .vc_column-inner {
    margin-right: -160px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	div#s4.coverage #in1 .vc_column-inner {
    height: 200px;
}
	div#s4.coverage >.col>.vc_col-sm-6> .vc_column-inner {
    padding-inline: 25px;
}



div#s4.coverage .t1 h2 {
    font-size: 30px;
    line-height: 40px;
}
	#s6 .c2 .vc_column-inner {
    margin-right: -80px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	div#s1.pages p {
    max-width: 330px;
}
	div#s1.pages h1 {
    max-width: 350px;
}
#s1.pages .row-bg.viewport-desktop.using-image.using-bg-color {
        background-size: cover;
        background-position: 90% 100% !important;
    }

	.wpcf7 span.icon i {
    right: 27%;
}
	html body h1 {
    font-size: 50px;
    line-height: 60px;
}

p em {
    font-size: 18px;
    line-height: 28px;
}

#s8 .t2 h3 {
    font-size: 20px;
    line-height: 30px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	div#s4.coverage .t1 h2 {
    font-size: 27px;
    line-height: 37px;
}
	
	html body p, #footer-outer p, #footer-outer a,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li {
    font-size: 14px;
    line-height: 24px;
}

#s8 .t2 h3 {
    font-size: 18px;
    line-height: 28px;
}

div#s7 .c2 .vc_column-inner {
    padding: 0;
}

#s1 .c2 .vc_column-inner {
    padding: 30px;
    margin-left: 80px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#footer-widgets .col.span_4:last-child>* {
    margin: 0;
}

#s8 .t2 {
    margin-inline: 10px;
    padding: 25px 5px;
    height: 195px;
}

#s8 .t2 h3 {
    font-size: 16px;
    line-height: 26px;
}

html body h2, html body h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}

#s6 .c2 .vc_column-inner {
    margin: 0;
}

div#s6 {
    padding-block: var(--padding) !important;
}

#s3 .c2 .vc_column-inner {
    padding: 0;
}

#s1 .c2 .vc_column-inner {
    margin: 0;
    padding: 20px;
}

#s1 .row-bg.viewport-desktop.using-image.using-bg-color {
    background-size: cover;
}

/* Button Mobile */

	
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li.hb1 > a,
div#slide-out-widget-area .hb1 a {
    color: #ffffff !important;
    background: var(--c2);
    border-radius: 50px;
    padding: 10px 20px;
}

div#slide-out-widget-area .hb1 a i {
    margin-left: 10px;
}
}
/* End Button */

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1000px) {

	.hidetabletvert{
		display:none;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#s1.pages {
    padding-block: calc(var(--padding) + 0px) !important;
}

#s1.pages .c1 {
    margin-bottom: 0;
}

#s1.pages .row-bg.viewport-desktop.using-image.using-bg-color {
    background-position: left center !important;
}
	div#s9 {
    text-align: center;
}
	.list ul {
    justify-content: center;
}

.images ul {
    justify-content: center;
}
	#s4.about .inner_row .vc_col-sm-6:nth-child(2) {
    margin-top: 0;
}

#s4.about .inner_row .vc_col-sm-6:nth-child(1) {
    margin-bottom: 0;
}
	#s4.about .t1 {
    text-align: center;
}
	
	#ab1 #in1 .vc_col-sm-4 {
    width: 33.33%;
}
	.wpcf7 span.icon i {
    display: none;
}

div#s2 {
    padding-block: var(--padding) !important;
}

div#s3 {
    text-align: center;
}

html body h2 , html body h1 {
    font-size: 27px !important;
    line-height: 37px !important;
}

html body h2 br, html body h1 br {
    display: none;
}

div#s5 {
    text-align: center;
}

#s5 .t2 p {
    margin-inline: auto;
}

#s5 div#in1:not(:last-child) {
    margin-bottom: 40px;
}

div#s7 {
    text-align: center;
}

#s7 .toggles {
    text-align: left;
}
	:root {
    --padding: 40px;
}

div#s1 {
    text-align: center;
}
	a#b1 {
    font-size: 16px;
}
	


	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.hidemobile{
		display:none;
	}

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	
	div#s4.coverage #in1 .vc_column-inner {
    height: auto;
}
	#s4 .d-flex .half {
    width: 100%;
}
	#s8 .t2 {
    height: 195px;
}

#s8 #in1 .vc_column-inner {
    max-width: 300px;
    margin-inline: auto;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}