/*
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%);
	
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/*------typography-----------*/
html body h1{
	font-family:font2 !important;
}
html body h2{
	font-family:font2  !important;
}
html body h3{
	font-family:font1  !important;
}
html body h4{
	font-family:font2  !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-size: 18px;line-height: 36px;font-family: 'Poppins' !important;}
html body strong{
font-family:font1 !important;
}
/*------typography-----------*/
body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
background: var(--c) !important;
}
div#header-secondary-outer {
    background-color: transparent !important;
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/header-bg.png);
    background-size: 100% 100%;
    margin-top: -2px;
    background-repeat: no-repeat;
}

div#header-secondary-outer ul li a span {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    font-family: Poppins !important;
}
div#header-secondary-outer ul li a span i {
    margin-right: 10px;
}

.icon a {
    display: inline-block;
    margin-right: 11px;
}

.icon a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px !important;
    border-radius: 40px;
    font-size: 20px;
    vertical-align: middle;
}

div#header-secondary-outer li#menu-item-79 {
    margin-inline: 20px 50px;
}

.icon {
    margin-left: auto;
    display: table;
}

#top ul li a span {
    font-family: 'Poppins' !important;
    font-size: 18px;
    line-height: 28px;
}

#top ul .s1 a span {
    background-color: transparent;
    color: #fff;
    padding-inline: 30px 50px;
    padding-block: 14px !important;
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
}

#top ul .current-menu-item a span {
    color: var(--c1);
    font-weight: bold;
    text-shadow: 0 0 var(--c1);
    text-decoration: underline;
}
#top a#logo img {
    scale: 1.8;
    transform-origin: left;
    top: -20px;
    position: relative;
}
div#s1 {padding-block: 319px !important;}



#s1 .t1 p {
    width: 48%;
    text-align: justify;
    opacity: 0.88;
}

a#b1 {
    font-family: font1 !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    padding-inline: 30px 60px;
    padding-block: 15px;
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg.png);
    background-size: 100% 100%;
    background-color: transparent !important;
    text-transform: uppercase;
    border-radius: 0px !important;
}
#s2 .carousel-item {
    margin-inline: 20px;
    padding-block: 30px;
    padding-inline: 10px;
}
#s2 .t2 p {
    font-size: 14px;
    line-height: 24px;
}

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

#s2 .t1 p {
    margin: auto;
    width: 57%;
}

#s2 h2 {
    color: #000;
}

html body p {
    color: #1f1f1f;
}

a#b2 {
    background: transparent !important;
    color: var(--c1);
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin-inline: auto;
    display: table;
    border-bottom: 1px solid var(--c1);
    border-radius: 0px !important;
    box-shadow: unset !important;
}

#s2 a#b1 {
    margin-inline: auto;
    display: table;
}

div#s3 {
    padding-block: 407px !important;
}

#s3 .t1 p {
    font-size: 16px;
    line-height: 32px;
}

#s2 .owl-nav {
    display: block;
}

#s2 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    background: transparent;
    border: 1px solid var(--c2);
    color: var(--c2);
    font-size: 0;
    line-height: 40px;
    position: absolute;
    top: 50%;
}

#s2 .owl-nav button:before {
    content: "\e909";
    font-family: icomoon !important;
    font-size: 26px;
}

#s2 button.owl-prev {
    rotate: 180deg;
    left: -100px;
}

#s2 button.owl-next {
    right: -100px;
}

div#s4 {
    padding-block: 0px 845px !important;
    text-align: center;
}

#s4 h2 {
    color: #000;
}

#s4 .t1 p {
    margin: auto;
    width: 60%;
}

#s4 .carousel-item {
    border: 1px solid #ccc;
    padding-inline: 10px;
    margin-inline: 10px;
    padding-block: 15px;
}

#s4 .carousel-item img {
    width: 100%;
	border-radius: 10px;
}
.page-id-40 div#s4 {
    padding-top: 60px !important;
}
#s4 h3 {
    color: #000;
    font-family: 'font2' !important;
}
html body p {
    opacity: 0.88;
}

#s4 .owl-nav {
    display: block;
}
#s4 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    background: transparent;
    border: 1px solid var(--c2);
    color: var(--c2);
    font-size: 0;
    line-height: 40px;
    position: absolute;
    top: 50%;
}

#s4 .owl-nav button:before {
    content: "\e909";
    font-family: icomoon !important;
    font-size: 26px;
}

#s4 button.owl-prev {
    rotate: 180deg;
    left: -100px;
}

#s4 button.owl-next {
    right: -100px;
}
div#s5 {
    padding-block: 46px 429px !important;
    text-align: center;
}

#s5 .t1 p {
    margin: auto;
    width: 70%;
}

#s6 h2 {
    color: #000;
}

#s6 .t1 p {
    text-align: justify;
    width: 42%;
}

#s6 .owl-item.active:nth-child(even) {
    transform: translateY(20px);
}

#s6 .owl-item {
    transition: 0.9s;
}
#s6 .t2 {
    position: absolute;
    top: 22%;
    z-index: 99;
    transition: 0.6s;
    opacity: 0;
}

#s6 #b2 {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: #fff;
    border-color: #fff;
    z-index: 99;
    transition: 0.6s;
    opacity: 0;
}

#s6 h3, #s6 .t2 P {
    color: #fff;
}

#s6 .img-with-aniamtion-wrap {
    position: relative;
}

#s6 .img-with-aniamtion-wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    background: #003079e8;
    z-index: 9;
    width: 100%;
    opacity: 0;
}

#s6 .carousel-item:hover .img-with-aniamtion-wrap:before {
    opacity: 1;
}
div#footer-outer img {
    border-radius: 10px;
}
#s6 .carousel-item:hover .t2,#s6 .carousel-item:hover #b2 {
    opacity: 1;
}
#s6 .owl-dots {
    padding-block: 50px !important;
}

#s6 .owl-dots {
    display: flex;
    align-items: end;
    justify-content: end;
}

#s6 .owl-dots button.active span {
    background: #003079 !important;
    transform: scaleY(1.2);
}

#s6 .owl-dots button {
    width: 100%;
}
#s6 .owl-dots button span {
    width: 100%;
    transform: unset;
    background: #7f97bc;
    height: 3px;
    border-radius: 0;
}
div#s7 {
    padding-block: 80px 400px !important;
}

#s7 .row-bg.viewport-desktop.using-image {
    background-position: center bottom !important;
}

#s7 .content {
    border: 1px solid #ccc;
    padding-inline: 15px;
    transition: .65s;
}
#s7 .content:hover {
    border-color: var(--c1);
}

#s7 span.meta-excerpt {
    font-family: 'Poppins' !important;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

#s7 h3.post-heading a {
    font-size: 22px;
    font-family: 'font1' !important;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    max-width: 100% !important;
}

#s7 span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label>span {
    font-family: 'font1' !important;
    color: var(--c) !important;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}

#s7 span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label>span svg {
    display: none;
}
#footer-outer p, #footer-outer a {
    font-family: font2 !important;
    color: #fff !important;
}

#footer-outer #footer-widgets .widget h4 {
    font-family: font1 !important;
    font-size: 26px;
}

div#nav_menu-2 {
    margin: auto;
    display: table;
}

div#nav_menu-4 ul li a i {
    margin-right: 15px;
    color: var(--c1);
}

#footer-widgets span {
    position: relative;
    left: 24px;
}

#text-2 p {
    width: 110%;
}

#footer-widgets .icn ul li {
    display: inline-block;
    margin-right: 10px;
    left: 59%;
    position: relative;
}

#footer-widgets .icn ul li a i {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px !important;
    line-height: 40px;
}

#footer-widgets .icn h4 {
    margin-bottom: -39px;
}

div#copyright {
    padding-block: 20px !important;
}

#footer-widgets .row {
    padding-bottom: 50px !important;
    border-bottom: 1px solid #ffffff;
}

#footer-widgets .col.span_3.one-fourths.clear-both {
    position: relative;
}

#footer-widgets .col.span_3.one-fourths.clear-both:before {
    content: '';
    position: absolute;
    left: -70px;
    border-left: 1px solid #384e6f;
    height: 100%;
}

#footer-widgets #nav_menu-3:before {
    content: '';
    position: absolute;
    right: 60px;
    border-right: 1px solid #384e6f;
    height: 100%;
}
#footer-widgets .col.span_3.one-fourths.clear-both:first-child:before {
    display: none;
}
#s3 .nectar_video_lightbox.play_button:before {
    background: #fff;
    z-index: -9;
    outline: 15px solid #a28929cf;
}

#s3 path {
    fill: var(--c);
}
#s3 .nectar_video_lightbox.play_button:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    border-left: 1px solid #fff;
    height: 245px;
    display: table;
    top: 105px;
}

#s3 .nectar_video_lightbox.play_button {
    display: table;
    margin-inline: auto;
    left: -20px;
}
#s7 .t1 p {
    margin: auto;
    width: 60%;
}
#s2 .carousel-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin-inline: auto;
    display: table;
    width: 87%;
    height: 100%;
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/border.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 21px;
}
#footer-outer #footer-widgets .col p:last-child {
    line-height: 26px;
}
#s2 .carousel-item:hover:before {
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/Group-2-removebg-preview.png);
}
#s6 .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    background: transparent;
    border: 1px solid #7f97bb;
    color: #7f97bb;
    font-size: 0;
    line-height: 40px;
    transition: 0.6s;
}
#s6 .owl-nav button:hover {
    border-color: var(--c2);
    color: var(--c2);
}

#s6 .owl-nav {
    display: block;
    position: absolute;
    top: -130px;
    right: 0px;
}
#s6 .owl-nav button:before {
    content: "\e909";
    font-family: icomoon !important;
    font-size: 26px;
}

#s6 button.owl-prev {
    rotate: 180deg;
}
#s7 .content {
    DISPLAY: FLEX;
}

#s7 span.nectar-post-grid-item__meta-wrap {
    order: -1;
    font-family: 'Poppins';
    opacity: 0.66;
    color: #000;
    position: relative;
    margin-top: 10px;
    font-size: 16px;
}

#s7 .item-main {
    display: flex;
    flex-direction: column;
}

#s7 h3.post-heading {
    order: -2;
}

#s7 span.nectar-post-grid-item__meta-wrap:before {
    content: '\f017';
    font-family: 'FontAwesome' !important;
    font-size: 26px;
    color: var(--c1);
}
div#faq-sec1 .toggles.accordion .toggle.extra-color-2.open {
    background-color: #ffffff !important;
    border-radius: 20px !important;
}
div#faq-sec1 .toggles.accordion h3.toggle-title a {
    font-size: 22px !important;
}
.page-id-60 div#s6 {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
div#header-secondary-outer {
    background-size: 105% 100%;
}

div#header-secondary-outer ul li a span {
    font-size: 14px;
}

div#s1 {
    padding-block: 130px 319px !important;
}

div#s3 {
    padding-block: 289px !important;
}

div#s4 {
    padding-block: 0px 542px !important;
}

div#s5 {
    padding-block: 46px 289px !important;
}

div#s7 {
    padding-block: 80px 360px !important;
}
#s3 .nectar_video_lightbox.play_button:after {
    height: 163px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
div#header-secondary-outer {
    background-size: 108% 100%;
}

div#s1 {
    padding-block: 100px 259px !important;
}

#s2 button.owl-prev {
    left: -53px;
}

#s2 button.owl-next {
    right: -53px;
}

div#s3 {
    padding-block: 228px !important;
}

#s3 .nectar_video_lightbox.play_button:after {
    height: 116px;
}

#s4 button.owl-prev {
    left: -59px;
}

#s4 button.owl-next {
    right: -59px;
}

#s4 .owl-stage {
    padding: 0;
}

#s4 .row-bg.viewport-desktop.using-image {
    background-position: bottom center !important;
}

div#s4 {
    padding-block: 0px 462px !important;
}

div#s5 {
    padding-block: 20px 256px !important;
}

#s6 .t2 p {
    font-size: 16px;
}

div#s7 {
    padding-block: 60px 290px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
div#header-secondary-outer {
    background-size: 120% 100%;
    background-position: -125px;
}
#s1 h1 {
    font-size: 65px;
    line-height: 75px;
}

#s1 .t1 p {
    width: 45%;
}

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-size: 16px;
    line-height: 32px;
}

div#s1 {
    padding-block: 100px 266px !important;
}

div#s3 {
    padding-block: 229px !important;
}

html body h2 {
    font-size: 45px;
    line-height: 55px;
}

#s3 .t1 p {
    font-size: 14px;
    line-height: 28px;
}

#s3 .nectar_video_lightbox.play_button:after {
    height: 122px;
}

div#s4 {
    padding-block: 0px 435px !important;
}

div#s5 {
    padding-block: 20px 247px !important;
}

#s6 .t2 p {
    font-size: 14px;
    line-height: 24px;
    margin: auto;
    width: 90%;
}

div#s7 {
    padding-block: 60px 270px !important;
}
#s6 .owl-nav {
    top: -110px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
div#header-secondary-outer {
    background-position: -151px;
}

#s1 .t1 p {
    width: 48%;
}

#s1 h1 {
    font-size: 60px;
    line-height: 70px;
}

div#s1 {
    padding-block: 100px 236px !important;
}

#s2 .owl-stage {
    padding-block: 0px 20px;
}

div#s3 {
    padding-block: 208px !important;
}

a#b1 {
    font-size: 14px;
    line-height: 24px;
}

html body h2 {
    font-size: 40px;
    line-height: 50px;
}

div#s5 {
    padding-block: 20px 240px !important;
}

#s6 .t2 p {
    font-size: 16px;
    line-height: 26px;
}

div#s7 {
    padding-block: 60px 240px !important;
}
#footer-widgets .icn ul li a i {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

#footer-widgets .icn ul li {
    margin-right: 5px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 23px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
div#header-secondary-outer {
    background-position: -531px;
    background-size: 170% 100%;
}

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-size: 12px;
    line-height: 22px;
}

#s1 h1 {
    font-size: 50px;
    line-height: 60px;
}

div#s1 {
    padding-block: 60px 206px !important;
}

div#s3 {
    padding-block: 166px !important;
}

#s3 .t1 p {
    font-size: 11px;
    line-height: 20px;
}

html body h2 {
    font-size: 35px;
    line-height: 45px;
}

.row-bg.viewport-desktop.using-image {
    background-size: cover !important;
}

#s3 .nectar_video_lightbox.play_button:after {
    height: 82px;
}

div#s4 {
    padding-block: 0px 290px !important;
}

div#s5 {
    padding-block: 20px 159px !important;
}

#s6 .owl-dots {
    padding-block: 50px 0px !important;
}

#s7 h3.post-heading a {
    font-size: 16px;
}

#s7 span.meta-excerpt {
    font-size: 14px;
    line-height: 24px;
}

#s7 span.nectar-post-grid-item__read-more.nectar-cta.nectar-inherit-label>span {
    font-size: 14px;
}

div#s7 {
    padding-block: 50px 220px !important;
}

#footer-widgets #nav_menu-3:before {
    right: 24px;
}

#footer-widgets .col.span_3.one-fourths.clear-both:before {
    left: -45px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 17px;
}

#footer-widgets .icn ul li a i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#s2 .t2 p {
    font-size: 12px;
    line-height: 22px;
}
#s2 .carousel-item:before {width: 83%;top: 21px;background-size: 100% 95%;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
#top a#logo img {
    scale: unset;
}

div#header-secondary-outer {
    background-position: -651px;
    background-size: 200% 100%;
}

div#s1 {
    text-align: center;
}

#s1 .t1 p {
    text-align: center;
    margin: auto;
}

div#s1 {
    padding-block: 60px 46px !important;
}

#s1 .row-bg.viewport-desktop.using-image {
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg0111-scaled.png) !important;
}

#s1 .t1 {
    filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
}

div#s2 {
    padding-block: 50px !important;
}

#s2 .t1 p {
    width: 90%;
}

#s3 .row-bg.viewport-desktop.using-image {
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg002_02.png) !important;
}

div#s3 {
    padding-block: 56px !important;
    text-align: center;
}

#s3 .nectar_video_lightbox.play_button {
    left: unset;
}

#s3 .nectar_video_lightbox.play_button:after {
    border: unset;
}

#s3 .t1 p {
    font-size: 14px;
    line-height: 24px;
}

div#s4 {
    padding-block: 60px 550px !important;
}

#s4 .row-bg.viewport-desktop.using-image {
    background-position: left center !important;
}

div#s5 {
    padding-block: 50px !important;
}

#s5 .row-bg.viewport-desktop.using-image {
    background: var(--c2) !important;
}

div#s6 {
    text-align: center;
    padding-block: 50px !important;
}

#s6 .t1 p {
    text-align: center;
    margin: auto;
    width: 80%;
}

#s6 .owl-item.active:nth-child(even) {
    transform: unset;
}

#s6 .img-with-aniamtion-wrap:before {
    left: 0px;
}

#s6 .owl-dots {
    padding: 0px !IMPORTANT;
}

div#s7 {
    padding-block: 0px 50px !important;
}

#s7 .row-bg.viewport-desktop.using-image {
    background: var(--c3) !important;
}

div#nav_menu-2 {
    margin: unset;
}

#text-2 p {
    width: 90%;
}

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-size: 14px;
    line-height: 24px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 27px;
}

#footer-widgets #nav_menu-3:before {
    display: none;
}

#footer-widgets .col.span_3.one-fourths.clear-both:before {
    display: none;
}
#s2 .m1 {
    width: 95%;
    margin: auto;
}
#s6 .owl-nav {
    display: none;
}
.icon {
    position: relative;
    top: 10px;
}
body .owl-nav {
    display: none !important;
}
#s4 .owl-dots span {
    background-color: #fff;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
#top a#logo img {
    scale: unset;
}

div#header-secondary-outer {
    background-position: -651px;
    background-size: 200% 100%;
}

div#s1 {
    text-align: center;
}

#s1 .t1 p {
    text-align: center;
    margin: auto;
}

div#s1 {
    padding-block: 60px 46px !important;
}

#s1 .row-bg.viewport-desktop.using-image {
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg0111-scaled.png) !important;
}

#s1 .t1 {
    filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
}

div#s2 {
    padding-block: 50px !important;
}

#s2 .t1 p {
    width: 90%;
}

#s3 .row-bg.viewport-desktop.using-image {
    background-image: url(https://sfepoxycreations.com/wp-content/uploads/2025/06/bg002_02.png) !important;
}

div#s3 {
    padding-block: 56px !important;
    text-align: center;
}

#s3 .nectar_video_lightbox.play_button {
    left: unset;
}

#s3 .nectar_video_lightbox.play_button:after {
    border: unset;
}

#s3 .t1 p {
    font-size: 14px;
    line-height: 24px;
}

div#s4 {
    padding-block: 60px 550px !important;
}

#s4 .row-bg.viewport-desktop.using-image {
    background-position: left center !important;
}

div#s5 {
    padding-block: 50px !important;
}

#s5 .row-bg.viewport-desktop.using-image {
    background: var(--c2) !important;
}

div#s6 {
    text-align: center;
    padding-block: 50px !important;
}

#s6 .t1 p {
    text-align: center;
    margin: auto;
    width: 80%;
}

#s6 .owl-item.active:nth-child(even) {
    transform: unset;
}

#s6 .img-with-aniamtion-wrap:before {
    left: 0px;
}

#s6 .owl-dots {
    padding: 0px !IMPORTANT;
}

div#s7 {
    padding-block: 0px 50px !important;
}

#s7 .row-bg.viewport-desktop.using-image {
    background: var(--c3) !important;
}

div#nav_menu-2 {
    margin: unset;
}

#text-2 p {
    width: 90%;
}

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-size: 14px;
    line-height: 24px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 27px;
    margin-block: 0px 10px;
}
#footer-widgets .icn ul li {
    left: 0px;
}

#footer-widgets #nav_menu-3:before {
    display: none;
}

#footer-widgets .col.span_3.one-fourths.clear-both:before {
    display: none;
}

#s1 h1 {
    font-size: 35px;
    line-height: 45px;
}

#s1 .t1 p {
    width: 90%;
}

#s2 .owl-nav {
    display: none;
}

#s4 .t1 p {
    width: 90%;
}

#s4 .owl-nav {
    display: none;
}

div#s4 {
    padding-block: 60px 90px !important;
}

#s4 .carousel-item {
    background: #ffffffbf;
}

#s5 .t1 p {
    width: 90%;
}

#s6 .t1 p {
    width: 90%;
}

html body h2 {
    font-size: 26px !important;
    line-height: 36px !important;
}

#s7 .t1 p {
    width: 90%;
}
#s2 .t2 p {
    font-size: 14px;
    line-height: 24px;
    margin: auto;
    width: 83%;
}

#s2 .m1 {
    width: 314px;
}

#s2 .owl-stage {
    padding-block: 0px 24px;
}
#s2 .carousel-item:before {
    background-size: 100% 100%;
    background-position: center;
    width: 77%;
}
body .owl-nav {
    display: none !important;
}

div#slide-out-widget-area {
    padding-left: 0px !important;
}

div#slide-out-widget-area a {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#slide-out-widget-area ul li a i {margin-right: 5px;}

div#slide-out-widget-area .icon {
    float: unset;
    margin-left: unset;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	
    #s2 .carousel-item:before {
        width: 85%;
        top: 24px;
    }	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
    #s2 .carousel-item:before {
        width: 86%;
        top: 19px;
    }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {
#s2 .carousel-item:before {
    width: 85%;
    top: 16px;
}
}

@-moz-document url-prefix() {

#s6 .owl-item {
  height: 241px;
}
#s6 #b2 {
  top: 120%;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
#s6 .owl-item {
  height: 300px;
}
#s6 #b2 {
  top: 100%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
 #s6 .owl-item {
    height: 230px;
  }
#s6 #b2 {
  top: 104%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1360px) {
  #s6 .owl-item {
    height: 450px;
  }
#s6 #b2 {
  top: 64%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
  #s6 .owl-item {
    height: 560px;
  }
  #s6 #b2 {
    top: 58%;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  #s6 .owl-item {
    height: 430px;
  }
  #s6 #b2 {
    top: 71%;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
#s6 .owl-item {
  height: auto;
}
#s6 #b2 {
  top: 59%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}
}