/*
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
*/
/*https://devu09.testdevlink.net/Jet_Set/#in2 */

.nectar-leaflet-map[data-nectar-marker-color="extra-color-1"] .animated-dot .middle-dot, .nectar-leaflet-map[data-nectar-marker-color="extra-color-1"] .animated-dot div[class*="signal"] {
    background-color: #afd44f;
    display: none !important;
}
div#cont-sec h2 a {
    text-transform: none !important;
}
div#cont-sec h2 {
    color: #000 !important;
}
div#cont-sec h2 a span {
    color: #000 !important;
}
div#cont-sec h2 a span:hover {
    color: #fff !important;
}
div#cont-sec p {
    color: #000 !important;
}

:root{
    --c: var(
    --nectar-accent-color);
    --c1: var(
    --nectar-extra-color-1);
    --g: linear-gradient(90deg, var(
    --c) 0%, var(--c1) 100%);
	--t:#071a34;
}
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(--g);
}
/* Typography */
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body p,html body a {font-family: 'font1' !important;}

html body h1 {
    font-weight: 900 !important;
}
/* Typography */
#s1 div#in1 {
    position: absolute;
    top: 30%;
    z-index: 999;
    left: 0;
    right: 0;
}

/* #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1111;
} */
#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 99px;
    z-index: 1111;
    top: 409px;
    margin: 0 auto;
}

#s1 .img-with-aniamtion-wrap.center:has(.i3) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
}
/* 
#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    text-transform: none;
    margin-top: -20px;
    background: linear-gradient(180deg, white 50%, transparent 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    text-transform: none;
    margin-top: -20px;
    background: linear-gradient(180deg, #97ca36 50%, transparent 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

html body h2 {
    letter-spacing: 5px;
    color: var(--t);
}

#top li.cstm_btn a {
    background: var(--g);
    padding: 10px 30px !important;
    border-radius: 50px;
}

#top li.cstm_btn a span {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
}
#scr .nectar-scrolling-text-inner__text-chunk h1 em {
    font-weight: 900 !important;
}


div#scr {position: absolute;width: 450px;overflow: hidden;rotate: -90deg;top: 38%;left: -330px;transform: translateY(-50%);opacity: 0.2;}


#s2 .img-with-aniamtion-wrap.right {
    padding-left: 160px;
    margin-bottom: -140px;
    z-index: 111;
    position: relative;
}

#s2 .img-with-aniamtion-wrap:has(.i2) {
    padding-right: 160px;
/*     margin-bottom: -40px; */
    z-index: 11;
    position: relative;
}

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

div#scr h1 em {
    font-size: 100px !important;
}


a#b1 {
    color: black;
    background: var(--g);
}

#s2 .img-with-aniamtion-wrap.right::before {
    content: '';
    background: url(https://jetsetreadsandreels.com/wp-content/uploads/2023/08/Rectangle-7.png) no-repeat bottom right;
    background-size: contain;
--s: 440px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    --p: -30px;
    right: var(--p);
    bottom: var(--p);
}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {
    content: '';
    background: url(https://jetsetreadsandreels.com/wp-content/uploads/2023/08/Rectangle-5.png) no-repeat bottom left;
    background-size: contain;
    --s: 420px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    --t: -30px;
    left: var(--t);
    bottom: var(--t);
}

#s2 .t1 {padding-right: 60px;}

#s1 h2 {
    color: #000;
}

#s3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
    background-repeat: repeat !important;
    animation: scroll 3000s linear infinite;
}

@keyframes scroll {
  to {
    background-position: -100000px 0px;
  }
}


#s4 .carousel-item {
    margin-right: 40px;
    position: relative;
}

#s4 .owl-carousel {
    width: 90%;
}
#s4 .owl-stage-outer {
    width: 150%;
}
#s4 .owl-item.active+.owl-item.active img, #s4 .owl-item img {
    height: 450px;
    object-fit: cover !important;
    object-position: top !important;
}
#s4 .owl-item.active img {
    height: 100%;
    transition: 0.5s;
}

#s4 .owl-item img {
    object-fit: cover !important;
    object-position: bottom;
    border-radius: 17px;
    transition: 0.5s;
}

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

#s4 div#in1 {
    position: absolute;
    left: 0;
    right: 0;
    margin-right: 150px;
    top: 30px;
}

div#s4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#s4 .owl-dots span {
    border-radius: unset;
    width: 100%;
    height: 2px;
    transform: unset;
}

#s4 .owl-dots {
    display: flex;
    width: 110%;
    margin-top: 40px;
}

#s4 .owl-dots button {
    width: 100%;
}

#s4 .owl-dots .active span {
    background: var(--t) !important;
}

#s4 .wpb_text_column.wpb_content_element.t2 {position: absolute;left: 0;right: 0;bottom: 20px;}

#s4 .wpb_text_column.wpb_content_element.t2 a {
    color: white;
}

div#s5 {
    padding-top: 110px !important;
}

#s5 .row-bg.viewport-desktop.using-image {
    background-repeat: repeat !important;
    animation: scroll 3000s linear infinite;
    background-size: 100% 110% !important;
}
#s5 .wpb_text_column.wpb_content_element.t2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

#s5 .wpb_text_column.wpb_content_element.t2 h4 a, #s5 .wpb_text_column.wpb_content_element.t2 p {
    color: white !important;
}

#s5 .wpb_text_column.wpb_content_element.t2 p {
    font-size: 14px;
    line-height: 24px;
}

#s5 #in1 .c2 {
    transform: scale(0.8);
    top: 13px;
}

#s5 #in1 .c3 {
    transform: scale(1.5);
    left: 80px;
    top: 94px;
    z-index: 111;
}

#s5 #in1 .c4 {
    left: 160px;
    top: 130px;
}

#s5 #in2 .c1 {
    transform: scale(0.9);
    left: 30px;
    bottom: 10px;
}

#s5 #in2 .c2 {
    transform: scale(1.2);
    left: 120px;
    bottom: 88px;
}

#s5 div#in1 {z-index: 11;}

#s5 #in2 .c3 {
    left: 220px;
    transform: scale(1.3);
    bottom: 42px;
}

#s5 #in2 .c5 {
    bottom: 40px;
    left: 30px;
}

#s5 #in1 .c5 {
    left: 60px;
}

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


#s6 #in1 .nectar-scrolling-text-inner__text-chunk h1 {
    color: white !important;
}

#s6 #in1 .nectar-scrolling-text {
    margin-bottom: -130px;
}

#s6 #in1  .img-with-aniamtion-wrap.center {
    margin-left: 340px;
}

#s6 div#in1 {
    position: absolute;
    left: 90px;
    right: 0;
    top: 205px;
}

#s6 .owl-carousel {
    margin-top: 490px;
}

#s6 .owl-item .vc_col-sm-8 img {
    width: 200px;
    position: absolute;
    right: 0;
    top: 70px;
}

#s6 .vc_col-sm-4 {
    padding-right: 41px;
}

#s6 div#in2 {
    background: white;
    padding: 60px;
    outline: 25px solid #0000003b;
    margin: 0 30px;
}

#s6 p:has(em) {
    padding-right: 70px;
}

#s6 h4 {
    color: var(--t);
}

#s6 div#scr h1 {
    color: white;
}

#s6 div#scr {
    width: 560px;
    top: 60%;
    left: -350px;
}

#s6 .owl-dots {
    display: none;
}

#s6 .owl-nav {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 120px;
}

#s6 .owl-nav button {
    background: transparent;
    border: 2px solid #a8cf37;
    color: #a8cf37;
    font-size: 25px;
    padding: 0 10px;
    opacity: 0.5;
}



#s6 .owl-nav button:hover {
    opacity: 1;
}

div#s6 {
    padding-bottom: 140px !important;
}
div#footer-outer {
    background-color: transparent  !important;
    margin-top: -40px;
    background-repeat: repeat !important;
    animation: scroll1 3000s linear infinite;
}
@keyframes scroll1 {
    from{
         background-position: 00px top ;
    }
  to {
    background-position: -100000px top ;
  }
}
div#nav_menu-3 {margin-left: 50px;}

#footer-outer #footer-widgets .widget h4 {
    margin-top: 30px;
}

div#media_image-3 img {
    width: 240px;
}

div#nav_menu-4 span {
    display: block;
    margin-left: 36px;
}

div#nav_menu-4 i {
    font-size: 21px;
    width: 21px;
    margin-right: 10px;
}

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

#footer-widgets form.tnp-form {
    display: flex;
    position: relative;
}

#footer-outer #footer-widgets .col input[type=email] {
    background: transparent;
    width: 80%;
    border: 1px solid #ffffff38;
    border-radius: 50px 0px 0px 50px;
    color: white;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: 30%;
    border-radius: 0px 50px 50px 0px !important;
    background: var(--g);
    font-size: 0;
}

body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus {
    color: black;
}

#footer-outer #footer-widgets .col input[type=email]::placeholder {
    color: white;
    opacity: 0.8;
}

#footer-widgets form.tnp-form::after {
    content: "\f1d8";
    font-family: fontawesome;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--t);
    font-size: 20px;
    pointer-events: none;
}

div#nav_menu-5 li {
    display: inline-block;
    margin-right: 10px;
}

div#nav_menu-5 li i {--s: 30px;width: var(--s);height: var(--s);border-radius: var(--s);line-height: 27px;border: 2px solid white;}

div#footer-widgets .row {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #ffffff40;
}

div#copyright {
    padding: 20px 0px !important;
}
#s5 #in1 .wpb_column:hover,#s5 #in2 .wpb_column:hover  {
    transform: scale(1.7);
}

#s5 #in1 .wpb_column,#s5 #in2 .wpb_column {
    transition: 0.5s;
}
#in1 img:hover, #s4 img:hover {
    transform: scale(0.95);
    filter: brightness(0.5);
}
#in1 img, #s4 img {
    transition: 0.9s;
}

div#map_sin_pg h2 {
    font-size: 40px;
    font-weight: 600;
}
div#map_sin_pg div#innr_bg {
	padding:80px 18% 40px 18%;
}
div#map_sin_pg div#innr_no_bg{
	padding-left:18%;
	padding-right:18%;
}
div#map_sin_pg div#innr_no_bg img, div#map_sin_pg div#innr_bg img{
	height:470px;
	width:100%;
	object-fit:cover;
	object-position: top;
}

.page-id-241 div#map_sin_pg div#innr_no_bg img, .page-id-241 div#map_sin_pg div#innr_bg img {
    object-position: top;
}

/* div#page-header-bg h1 {
    font-family: snell !important;
} */
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	div#map_sin_pg div#innr_bg {
    padding: 80px 11% 40px 11%;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:11%;
	padding-right:11%;
	}
/*     #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 780px;
    margin: auto;
} */
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 83px;
    top: 337px;
}
	 #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 161px;
    margin: auto;
}

#s1 div#in1 {
    top: 29%;
}

div#scr {
    left: -260px;
}

#s6 div#in1 {
    top: 158px;
}

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

#s6 #in1 .img-with-aniamtion-wrap.center {
    margin-left: 250px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 144px;
    margin: auto;
}
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 72px;
    top: 304px;
}
	div#map_sin_pg div#innr_bg {
    padding: 80px 7% 40px 7%;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:7%;
	padding-right:7%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
/*     #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 670px;
} */
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 133px;
}
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 72px;
    top: 290px;
}

#s1 div#in1 {
    top: 24%;
}

#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 170px;
}

#s4 .owl-item.active+.owl-item.active img, #s4 .owl-item img {
    height: 410px;
}

#s6 div#in1 {
    top: 127px;
}

#s6 #in1 .img-with-aniamtion-wrap.center {
    margin-left: 168px;
}

#s6 .owl-carousel {
    margin-top: 370px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
/*     #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 625px;
} */
#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 70px;
    top: 268px;
}
#s1 div#in1 {
    top: 27%;
}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {--s: 370px;}

html body p,#footer-outer p,#footer-outer a {
    font-size: 14px;
    line-height: 24px;
}

#s4 .owl-item.active+.owl-item.active img, #s4 .owl-item img {
    height: 380px;
}

#s5 .wpb_text_column.wpb_content_element.t2 p {
    font-size: 13px;
    line-height: 23px;
}



#s6 #in1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 188px !important;
}

#s6 em {
    font-size: 16px;
    line-height: 26px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	div#scr {
    left: -205px;
}
	div#map_sin_pg div#innr_bg {
    padding: 80px 8% 40px 8%;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:8%;
	padding-right:8%;
	}
/*     #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 501px;
} */
	 #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 103px;
}
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 52px;
    top: 215px;
}

#s2 .img-with-aniamtion-wrap.right::before {--s: 250px;--p: -20px;}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {--s: 250px;
--t: -20px;}

#s2 .img-with-aniamtion-wrap.right {
    padding-left: 100px;
}

#s2 .img-with-aniamtion-wrap:has(.i2) {
    padding-right: 110px;
    margin-bottom: -40px;
}

html body p, #footer-outer p{
    font-size: 14px !important;
    line-height: 24px !important;
}
#footer-outer a {
    font-size: 12px !important;
    line-height: 22px !important;
}
#s2 .t1 {
    padding: 0;
}

div#s2 {
    padding-top: 40px !important;
}

#s4 .owl-item.active+.owl-item.active img, #s4 .owl-item img {
    height: 270px;
}

html body h3 {
    font-size: 20.5px !important;
    line-height: 30px !important;
}

#s4 div#in1 {
    margin-right: 100px;
}

#s4 .carousel-item {
    margin-right: 20px;
}

div#s5 {
    padding-top: 80px !important;
}

#s5 .wpb_text_column.wpb_content_element.t2 p {
    font-size: 12px;
    line-height: 18px;
}

html body h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}

#s5 #in2 .c2 {
    left: 70px;
    bottom: 78px;
}

#s5 #in1 .c2 {
    top: 3px;
}

#s5 #in1 .c3 {
    left: 60px;
    top: 46px;
}

#s5 #in1 .c4 {
    left: 110px;
    top: 60px;
}

#s5 #in2 .c5 {
    bottom: 10px;
    left: 30px;
}

#s5 #in2 .c3 {
    left: 160px;
    bottom: 22px;
}

#s6 div#in1 {
    top: 107px;
}

#s6 .vc_col-sm-4 {
    padding-right: 21px;
}

#s6 div#in2 {
    padding: 30px;
}

div#s6 {
    padding-bottom: 90px !important;
}

#s6 .owl-item .vc_col-sm-8 img {
    right: 0;
    top: 0px;
    width: 150px;
}

#s6 #in1 .img-with-aniamtion-wrap.center {
    margin-left: 14px;
}

#s6 #in1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 148px !important;
}

#s6 #in1 .nectar-scrolling-text {
    margin-bottom: -88px;
}

#footer-widgets form.tnp-form::after {
    right: 22px;
}
    body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--g) !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {.
	#footer-outer a {
    font-size: 14px !important;
    line-height: 24px !important;
}
	div#s2 {
    padding-bottom: 10px !important;
}
    div#map_sin_pg div#innr_bg {
    padding: 80px 13% 40px 13%;
	text-align: center;
}
div#map_sin_pg div#innr_no_bg{
	padding-right:13%;
	padding-right:13%;
	text-align: center;
}
#s6 .vc_col-sm-4 {
    padding: 0;
}
#s5 .t1 p {
    width: 100%;
}
    #s4 .owl-dots {
    width: 100%;
}
    #s4 .carousel-item {
    margin: 0 20px !important;
}
/*     #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 391px;
} */
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 85px;
}
	#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    right: 42px;
    top: 170px;
}

#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 130px;
}

#s1 div#in1 {
    top: 22%;
}

div#s2 {
    text-align: center;
}

div#scr {
    display: none;
}

#s2 .img-with-aniamtion-wrap.right {
    padding: 0;
    display: table;
    margin: auto;
}

#s2 .img-with-aniamtion-wrap:has(.i2) {
    padding: 0;
    display: table;
    margin: auto;
}

#s2 .img-with-aniamtion-wrap {
    width: 70%;
    margin-bottom: 50px !important;
}

#s2 .img-with-aniamtion-wrap.right::before {--s: 360px;
    --p: -20px;
}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {--s: 360px;
    --t: -20px;
}

#s4 div#in1 {
    position: unset;
    text-align: center;
    width: 100%;
}

div#s4 {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}

#s4 .owl-item img {
    height: 100% !important;
}

#s4 .owl-carousel {
    width: 100%;
}

#s4 .owl-stage-outer {
    width: 100%;
}

#s5 .row-bg.viewport-desktop.using-image {
    background-color: #f7f2ef;
    background-image: unset !important;
}

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

#s5 #in1 .wpb_column, #s5 #in2 .wpb_column {
    transform: unset !important;
    position: unset !important;
}

#s5 #in2 .c4 {
    display: none;
}

#s5 .inner_row {
    width: 50%;
    display: inline-block;
    padding: 0 14px;
}

#s6 #in1 .img-with-aniamtion-wrap.center {
    display: none;
}

#s6 div#in1 {
    position: unset;
    margin-bottom: 110px;
    filter: drop-shadow(2px 4px 6px #00000038);
}

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

#s6 .owl-carousel {
    margin-top: 0;
}

#s6 .owl-item .img-with-aniamtion-wrap.center {
    width: 50%;
    margin: auto;
}

div#s6 {
    text-align: center;
    padding-bottom: 60px !important;
}

#s6 p:has(em) {
    padding: 0;
}

#s6 .owl-item .vc_col-sm-8 img {
    display: none;
}

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

div#footer-outer {
    margin-top: -50px;
    z-index: 111;
}

div#nav_menu-3 {
    margin: 0;
}

#footer-outer #footer-widgets .widget h4 {
    margin-bottom: 30 !important;
}

div#footer-widgets .row {
    padding-top: 90px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	div#map_sin_pg div#innr_bg {
    padding: 80px 11% 40px 11%;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:11%;
	padding-right:11%;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#map_sin_pg {
    padding-top: 30px !important;
}
	div#map_sin_pg div#innr_bg {
    padding: 80px 9% 20px 9%;
    text-align: center;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:9%;
	padding-right:9%;
	margin-bottom: 0px;
	}
    #s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 241px;
}

#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 80px;
}

#s1 h2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: -10px;
}

#s1 div#in1 {
    top: 32%;
}

#s2 .img-with-aniamtion-wrap.right::before {--s: 310px;}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {--s: 250px;}






#s6 #in1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 68px !important;
}

#s6 div#in1 {
    margin-bottom: 100px;
}

#s6 .owl-item .img-with-aniamtion-wrap.center {
    width: 100%;
}

#s6 em {
    font-size: 13px;
    line-height: 23px;
}

div#footer-outer {
    background-color: var(--t) !important;
    background-image: unset !important;
    margin-top: 0;
}

div#footer-widgets .row {
    padding-top: 60px;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: 20%;
}

#footer-widgets form.tnp-form::after {
    right: 35px;
}
}

@media (max-width: 480px) {
	div#map_sin_pg div#innr_bg {
    padding: 80px 30px 20px 30px;
    text-align: center;
}
	div#map_sin_pg div#innr_no_bg{
	padding-right:30px;
	padding-left:30px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	div#cont-sec h2 a span {
    font-size: 14px;
}
    #footer-widgets form.tnp-form::after {
    right: 25px;
}

#s6 div#in2 {
    padding: 23px;
    outline: 20px solid #0000003b;
    margin: 0px 23px;
}


#s5 .inner_row {
    width: 100%;
}

div#s5 {
    padding-bottom: 30px !important;
}

#s2 .img-with-aniamtion-wrap {
    width: 100%;
}

#s2 .img-with-aniamtion-wrap.right::before {--p: -13px;}

#s2 .img-with-aniamtion-wrap:has(.i2)::before {--t: -12px;}

#s1 .img-with-aniamtion-wrap.center:has(.i2) {
    width: 181px;
}

#s1 .img-with-aniamtion-wrap.center:has(.i3) {
    display: none;
}

#s1 h2 {
    font-size: 12px;
}

#s1 .nectar-scrolling-text-inner__text-chunk h1 {
    font-size: 55px;
}

#s1 div#in1 {
    top: 40%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}