/*
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
*/
div#footer-outer .socliy ul {
    margin-top: 30px !important;
}
div#footer-outer .socliy ul li i {
    border: 1px solid;
    color: #0898dc;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

div#footer-outer .socliy ul li {
    !i;!;
    display: inline-block;
    margin-right: 5px;
}
/* ======= */
div#sec-up .carousel-item img {
    aspect-ratio: 3 / 1;
}
div#sec-up .carousel-item {
    margin: 0 30px !important;
}
div#sec-up a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0px auto;
    display: table;
    background-image: url(https://jbfamdemo.com/greeley/wp-content/uploads/2024/11/Group-289629.png);
    background-size: 100% 100% !important;
    background-color: #fff0 !important;
    padding: 30px 35px 17px 65px !important;
    font-size: 16px;
    color: #fff !important;
}
/* =========== */
body #header-outer[data-transparent-header="true"][data-remove-border="true"] {
    background: #00000061;
}
/* ============= */
div#footer-widgets {
    border-top: 1px solid;
}
.scrolling-tab-content img {
    width: 100% !important;
}
.nectar-scrolling-tabs[data-tab-spacing="40%"] .scrolling-tab-content > div {
    padding-top: 0%;
    padding-bottom: 0%;
}
/* ======== */
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
    text-align: left;
}
#header-outer .sf-menu li ul li.menu-item a {
    color: #fff !important;
}
#header-outer nav>ul>.megamenu>.sub-menu, #header-secondary-outer .sf-menu li ul, body:not([data-header-format=left-header]) #top .sf-menu li ul {
    background-color: #199eda8a;
}
/* ====== */
h5 {
    font-family: 'Rage';
    letter-spacing: 1px;
    font-weight: 400;

    margin-bottom: 5px;
}
/* ======= */

div#header-outer li a {
    color: #fff !important;
}

/* ============== */
#SR7_1_1 .custom.sr7-arrows:hover {
    background: #199EDA !important;
    transition: .5s !important;
}
#SR7_1_1 .custom.sr7-arrows {
    background: #199EDA !important;
    transition: .5s !important;
}
.container-wrap {
    padding: 0px !important;
}
/* =========== */
/* .txt-1 {
    font-family: 'rage' !important;
} */

/* =========== */
header#top ul.buttons.sf-menu li a {
    background-size: 100% 100% !important;
    background-color: #fff0 !important;
    padding: 8px 30px 8px 30px !important;
    font-size: 14px;
    background: #199eda !important;
}

/* ================ */
div#sec-1 .img-s1 {
    position: absolute;
    bottom: 50px;
    width: 40%;
    left: -80px;
}
div#sec-1 .img-s2 {
    position: absolute;
    right: -89px;
    width: 30%;
    bottom: -100px;
}
/* div#sec-1 {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
} */
div#sec-1 {
    transform: scale(0.8);
    padding: 0px !important;
    margin: 0px;
}
div#sec-1 .img-we1 {
    left: 29px;
    top: 10px;
    z-index: 9999;
}
div#sec-1 .img-we2h {
    position: absolute !important;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    left: 0px;
    z-index: 9;
}
div#sec-1 .col-wee:hover .img-we2h {
    transition: .5s !important;
    left: 28px;
    bottom: 0px;
}
div#sec-1 .img-we2h {
    position: absolute !important;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    left: 0px;
    z-index: 9;
    transition: .5s !important;
}
div#sec-1 .col-wee h2 {
    margin-bottom: 30px !important;
}

div#sec-1 .img-sandy {
    position: absolute !important;
    z-index: 99;
    margin-top: 20px;
    margin-left: -70px;
	animation: myAnim 2s ease 0s infinite alternate-reverse forwards;

	
}

/* === */
@keyframes myAnim {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
/* === */
div#sec-1 a.nectar-button.small.regular.accent-color.regular-button:hover:before {
    transition: .5s !important;
    width: 0%;
    top: 0px;
    height: 90%;
}
div#sec-1 a.nectar-button.small.regular.accent-color.regular-button:before {
    content: '';
    position: absolute;
    border: 3px solid #0898DC !important;
    width: 100%;
    height: 83%;
    left: -8px;
    top: -8px;
    transition: .5s !important;
}
div#sec-1 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 20px 35px 20px 35px !important;
    font-size: 14px;
    background: #0898dc !important;
    border-radius: 0px !important;
}
/* ======================== */
/* div#sec-1 h5:before {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-5.png);
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
	-webkit-animation: slide-left 0.5s ease-in-out infinite alternate both;
	 animation: slide-left 0.5s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
} */
/* ========================= */
/* div#sec-1 h5:after {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-4.png);
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    -webkit-animation: slide-right 0.5s ease-in-out infinite alternate both;
    animation: slide-right 0.5s ease-in-out infinite alternate both;
}
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
} */
/* ========================= */
div#sec-1 .img-flower {
    position: absolute !important;
    z-index: 99;
    margin-top: -68px;
    margin-left: -66px;
    -webkit-animation: img-flower 0.4s ease-in-out infinite alternate both;
	 animation: img-flower 0.4s ease-in-out infinite alternate both;
}
/* ================= */
@-webkit-keyframes img-flower {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}















/* =============== */
/* ======================== */
div#sec-2 .img-sb1 {
    position: absolute;
    width: 120px;
    left: -79px;
    top: 20px;
}
/* div#sec-2 h5:before {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-5.png);
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
	-webkit-animation: slide-left1 0.5s ease-in-out infinite alternate both;
	 animation: slide-left1 0.5s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-left1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
} */
/* ========================= */
/* div#sec-2 h5:after {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-4.png);
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    -webkit-animation: slide-right1 0.5s ease-in-out infinite alternate both;
    animation: slide-right1 0.5s ease-in-out infinite alternate both;
}
@keyframes slide-right1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
} */
/* ========================= */
div#sec-2 {
    padding-top: 80px !important;
    padding-bottom: 290px !important;
}
/* div#sec-2 .col-sec2a {
    left: 80px;
} */
div#sec-2 .col-sec2a p {
    font-size: 15px;
    line-height: 24px;
/*     padding-right: 120px; */
}
div#sec-2 .carousel-item {
    margin: 0 10px !important;
}
div#sec-2 h4 {
    text-shadow: 0 0 black;
    color: #fff !important;
	        text-align: center;
}

div#sec-2 button.owl-dot.active span {
    background: #199EDA !important;
}
div#sec-2 .txt-caro1 {
    padding: 9px 0 !important;
    width: 100%;
    margin: 0px auto;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-top: -105px;
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000042;
}
div#sec-2 .carousel-item .hover-wrap {
    margin-bottom: 0px;
}
div#sec-2 .carousel-item .txt-caro2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    left: 10px;
    margin: 0px 0px !important;
    bottom: -2px;
    opacity: 0;
    transition: .5s !important;
    color: #fff !important;
    width: 93%;
    height: 30%;
    background-image: url(https://jbfamdemo.com/greeley/wp-content/uploads/2024/11/image-3.png);
    background-size: 100% 100%;
}
div#sec-2 .carousel-item:hover .txt-caro2 {
    opacity: 1 !important;
    transition: .5s !important;
}
div#sec-2 .carousel-item .txt-caro2 p {
    font-size: 12px;
    line-height: 22px;
}
div#sec-2 .carousel-item:hover .txt-caro1 {
    opacity: 0 !important;
    transition: .5s !important;
}
div#sec-2 .carousel-item .txt-caro2 h6 a {
    border-bottom: 1px solid;
    color: #000;
    font-family: montserrat;
    font-weight: 500;
}
div#sec-2 a.nectar-button.small.regular.accent-color.regular-button {
    background-image: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/Group-373-3.png) !important;
    background-size: 100% 100% !important;
    background-color: #fff0 !important;
    padding: 24px 35px 17px 35px !important;
    font-size: 14px;
}
div#sec-2 .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
}
/* div#sec-2 .owl-dots {
    float: left;
} */

/* ================ */

div#sec-video {
    margin-top: -270px;
}

/* ================= */




/* =============== */
/* ======================== */
div#sec-3 .img-sc1 {
    position: absolute;
    right: -90px;
    width: 130px;
    bottom: 250px;
}
/* div#sec-3 h5:before {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-5.png);
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
	-webkit-animation: slide-left2 0.5s ease-in-out infinite alternate both;
	 animation: slide-left2 0.5s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-left2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
} */
/* ========================= */
/* div#sec-3 h5:after {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-4.png);
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    -webkit-animation: slide-right2 0.5s ease-in-out infinite alternate both;
    animation: slide-right2 0.5s ease-in-out infinite alternate both;
}
@keyframes slide-right2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
} */

/* ========================= */
div#sec-3 {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
    margin-bottom: 0px;
}
div#sec-3 a.nectar-button.small.regular.accent-color.regular-button {
    background-image: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/Group-373-3.png) !important;
    background-size: 100% 100% !important;
    background-color: #fff0 !important;
    padding: 24px 35px 17px 35px !important;
    font-size: 14px;
    margin: 0px auto;
    display: table;
}
div#sec-3 .product-wrap {
    box-shadow: 0 0 10px 0 #ccc;
    margin: 0 10px !important;
}
div#sec-3 h2.woocommerce-loop-product__title {
    color: #1D1D1D !important;
    font-family: Italiana;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    padding-left: 10px;
}
div#sec-3 span.price {
    color: #774E32 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    font-family: montserrat;
    padding-left: 10px;
}
div#sec-3 li:hover:before {
    width: 100% !important;
    transition: .5s !important;
    height: 103% !important;
    z-index: -1;
}
div#sec-3 li:before {
    content: '';
    background: #EEB0BE;
    position: absolute;
    width: 100px;
    height: 150px !important;
    margin-left: 0px;
    margin-top: -10px;
    transition: .5s !important;
}
/* ============= */
div#sec-4 .img-sd1 {
    position: absolute;
    width: 86px;
    left: -90px;
    bottom: -70px;
}
div#sec-4 .iwithtext .iwt-icon img {
    width: 80%;
}
div#sec-4 .iwithtext .iwt-text {
    padding-left: 75px;
}
div#sec-4 .owl-dots {
    float: left;
}
div#sec-4 .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    width: 50px;
    border-radius: 0px;
    height: 3px;
}
/* === */
div#sec-4 a.nectar-button.small.regular.accent-color.regular-button:hover:before {
    transition: .5s !important;
    width: 0%;
    top: 0px;
    height: 90%;
}
div#sec-4 a.nectar-button.small.regular.accent-color.regular-button:before {
    content: '';
    position: absolute;
    border: 3px solid #0898DC !important;
    width: 95%;
    height: 83%;
    right: -8px;
    top: -8px;
    transition: .5s !important;
}
div#sec-4 a.nectar-button.small.regular.accent-color.regular-button {
    padding: 20px 35px 20px 35px !important;
    font-size: 14px;
    background: #0898dc !important;
    border-radius: 0px !important;
}
/* ======================== */
/* div#sec-4 .col-our1:hover .our-img1 {
    !i;!;
    transition: .5s !important;!i;!;
    width: 70%;
} */

div#sec-4 .our-img1 {
    transition: .5s !important;!i;!;!;!i;!;
}

div#sec-4 .col-our1 {
    transition: .5s !important;!i;!;
}
/* ======================== */
/* div#sec-4 .col-sec-f:before {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-5.png);
    position: absolute;
    margin-left: -20px;
    margin-top: 80px;
    -webkit-animation: slide-left3 0.5s ease-in-out infinite alternate both;
    animation: slide-left3 0.5s ease-in-out infinite alternate both;
    top: 0px;
    bottom: 0px;
} */
/* ================= */
/* @-webkit-keyframes slide-left3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
} */
/* ========================= */
/* div#sec-4 h5:after {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-4.png);
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    -webkit-animation: slide-right3 0.5s ease-in-out infinite alternate both;
    animation: slide-right3 0.5s ease-in-out infinite alternate both;
}
@keyframes slide-right3 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
} */
/* ========================= */
div#sec-5 .img-se2 {
    box-shadow: unset !important;
    position: absolute;
    width: 230px;
    bottom: 410px;
    left: -110px;
}
div#sec-5 .nectar-lottie-wrap {
    position: absolute !important;
    bottom: 490px;
    left: -110px;
}
/* =================== */
div#sec-5 .img-e1 {
    position: absolute;
    width: 110px;
    right: -30px;
    box-shadow: unset !important;
    bottom: -155px;
}
/* div#sec-5 {
    padding: 70px 0 80px 0 !important;
    margin-bottom: 0px;
} */
div#sec-5 {
    transform: scale(0.8);
    padding: 0px !important;
    margin: 0px !important;
}
div#sec-5 label.gfield_label {
    margin: 0px;
}
div#sec-5 .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    background: #fff0;
    border: 1px solid #EEEEEE;
    border-radius: 0px;
    padding: 15px 20px !important;
}
div#sec-5 .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 130px;
}
div#sec-5 input#gform_submit_button_1 {
    background-image: url(https://jbfamdemo.com/greeley/wp-content/uploads/2024/11/Group-289634.png) !important;
    background-size: 100% 100% !important;
    background-color: #fff0 !important;
    padding: 24px 45px 17px 55px !important;
    font-size: 14px;
    font-family: 'Montserrat';
}
body .gform_wrapper .top_label .gfield_label {
    color: #666666;
    font-family: 'Montserrat';
    font-weight: 100;
}
div#sec-5 img {
    box-shadow: 0 0 10px 0 #ccc !important;
}
div#sec-5 .col-forma .vc_column-inner:before {
    content: '';
    background: #0898DC;
    position: absolute;
    height: 300px !important;
    width: 300px;
    margin-left: -15px;
    margin-top: 5px;
    transition: .5s !important;
    top: 0px;
    transition: .5s !important;
}
div#sec-5 .col-forma:before {
    content: '';
    background: #0898DC;
    position: absolute;
    right: -4px;
    height: 300px !important;
    width: 300px;
    bottom: 15px;
    transition: .5s !important;
}

div#sec-4 .row-bg.viewport-desktop.using-bg-color {
    width: 74% !important;
}
div#sec-4 {
    padding: 30px 0 !important;
}
div#sec-5 .col-form-b {
    left: 60px;
}
div#sec-5 .col-forma .vc_column-inner:hover:before {
    width: 105% !important;
    height: 100% !important;
	    transition: .5s !important;
}
div#sec-5 .col-forma:hover:before {
    width: 101% !important;
    transition: .5s !important;
	    height: 100% !important;
}
/* ===================== */

div#sec-blogs h3.title {
    font-size: 22px;
    line-height: 32px;
}
/* === */
div#sec-blogs a.nectar-button.small.regular.accent-color.regular-button:hover:before {
    transition: .5s !important;
    width: 0%;
    top: 0px;
    height: 90%;
}
div#sec-blogs a.nectar-button.small.regular.accent-color.regular-button:before {
    content: '';
    position: absolute;
    border: 3px solid #0898DC !important;
    width: 100%;
    height: 83%;
    left: -8px;
    top: -8px;
    transition: .5s !important;
}
div#sec-blogs a.nectar-button.small.regular.accent-color.regular-button {
    padding: 20px 35px 20px 35px !important;
    font-size: 14px;
    background: #0898dc !important;
    border-radius: 0px !important;
    margin: 0px auto;
    display: table;
}
/* ======================== */
div#sec-blogs {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
}
div#inner-blogs {
    margin-bottom: 0px !important;
}
div#sec-blogs a.uncategorized {
    display: none !important;
}

div#sec-blogs .article-content-wrap {
    padding: 30px 20px !important;
}
/* ======================== */
/* div#sec-6 h5:before {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-5.png);
    position: absolute;
    margin-left: -70px;
    margin-top: -20px;
	-webkit-animation: slide-left4 0.5s ease-in-out infinite alternate both;
	 animation: slide-left4 0.5s ease-in-out infinite alternate both;
}
@-webkit-keyframes slide-left4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
} */
/* ========================= */
/* div#sec-6 h5:after {
    content: url(https://jbfamdemo.com/BodyContouring/wp-content/uploads/2024/10/pngwing.com-2024-09-06T222745.291-4.png);
    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    -webkit-animation: slide-right4 0.5s ease-in-out infinite alternate both;
    animation: slide-right4 0.5s ease-in-out infinite alternate both;
}
@keyframes slide-right4 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
} */
/* ========================= */
div#footer-outer {
    background: #191F2F ! IMPORTANT;
}
div#sec-6 {
    padding-bottom: 30px !important;
}
#footer-outer div#nav_menu-4 li a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #0898DC;
}

#footer-outer div#nav_menu-4 li a {
    position: relative;
    padding-left: 34px !important;
}
#footer-outer .widget h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
#footer-outer #footer-widgets .col ul li a, #sidebar div ul li a {
    color: #999999 !important;
    font-size: 15px;
}
#footer-outer #footer-widgets p {
    color: #999999 !important;
    font-size: 15px;
}
div#nav_menu-3 {
    left: 30px;
    position: relative;
}

div#nav_menu-2 {
    left: 80px;
    position: relative;
}
div#footer-widgets .row {
    border-bottom: 2px solid #0898DC !important;
    padding-bottom: 20px !important;
}
#footer-outer .widget h4:before {
    content: '';
    background: #0898DC;
    position: absolute;
    width: 112px;
    height: 3px;
    margin-top: 37px;
}


#copyright .ft-rit img {
    margin: 0;
}
div#copyright {
    padding: 15px 0 !important;
}
/* #copyright .ft-rit {
    float: right;
    margin-top: 3px;
} */
/* #copyright .col.span_5 {
    max-width: 100% !important;
}
 */
/* #copyright .ft-lft {
    float: left !important;
    color: #999999;
    font-size: 16px;
	
} */
div#copyright strong {
    color: #0898DC !important;
}

@media (max-width: 1600px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	div#sec-2 .txt-caro1 {
    padding: 9px 0 !important;
    width: 94%;
    margin: 0px auto;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-top: -105px;
    min-height: 20vh;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #00000042;
}
div#sec-4 .row_col_wrap_12.col.span_12.light.left {
    transform: scale(0.9);
}	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
div#sec-2 h4 {
    font-size: 16px;
    line-height: 26px;
}	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
div#sec-2 .carousel-item .txt-caro2 p {
    font-size: 10px;
    line-height: 18px;
}	
div#sec-4 p {
    font-size: 13px;
    line-height: 23px;
}
div#sec-blogs .excerpt {
    font-size: 14px;
    line-height: 24px;
}	

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 912px) {
div#header-outer {
    padding-top: 0px;
}
header#top {
    background: #00000078;
    padding: 15px 0 !important;
}	
div#sec-1 {
    transform: scale(0.95);
    padding: 0px !important;
    margin: 0px;
    text-align: center;
}
div#sec-1 .img-we2h {
    margin: 0px auto;
}	
/* =============*/
	div#sec-2 .carousel-item .txt-caro2 {
    width: 95%;
}
div#sec-5 {
    transform: scale(0.9);
    padding: 0px !important;
    margin: 0px !important;
}
div#sec-5 .col-form-b {
    left: 0px;
}
div#sec-4 .row-bg.viewport-desktop.using-bg-color {
    width: 100% !important;
}
div#sec-4 {
    padding: 30px 0 !important;
    text-align: center;
}
div#sec-4 .our-img1 {
    transition: .5s !important;
    margin: 0px auto;
}
div#sec-blogs {
    padding: 60px 90px 60px 90px !important;
}
div#nav_menu-2 {
    left: 0px;
    position: relative;
}
div#nav_menu-3 {
    left: 0px;
    position: relative;
}
div#sec-1 .img-sandy {
    margin-top: -50px;
    margin-left: -70px;
}
	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 520px) {
div#sec-banner .txt-1 {
    font-size: 9px !important;
	height:100px !important;
}
	div#header-outer {
    position: relative !important;
}
div#header-outer {
    padding-bottom: 0px;
}
div#sec-banner .para {
    display: none !important;
}
    div#sec-banner .bttn {
        margin-top: 0px;
        font-size: 9px !important;
        padding: 10px 10px !important;
    }
div#sec-banner .sr7-bullets {
    display: none;
}	
/* ===============	 */
div#sec-5 .col-form-b {
    left: 0px;
}
div#sec-1 .img-flower {
    display: none;
}
div#sec-1 .img-sandy {
    display: none;
}	

div#sec-banner .para {
    display: none !important;
}	
#SR7_1_1 .custom.sr7-arrows {
    display: none !important;
}
/* ====*/
	div#sec-1 .col-wee h2 {
    margin-bottom: 10px !important;
    font-size: 25px;
    line-height:35px;
}
div#sec-1 .img-we1 {
    left: 0px;
    top: 10px;
    z-index: 9999;
}
	div#sec-1 .img-we2h {
    display: none !important;
}
div#sec-2 .txt-caro1 {
    width: 96%;
    margin-top: -130px;
}	
    div#sec-5 {
        transform: unset;
        padding: 30px 0 0 0px !important;
        margin: 0px !important;
    }
div#sec-2 {
    padding-top: 80px !important;
    padding-bottom: 210px !important;
}
    div#sec-video {
        margin-top: -90px;
    }	
div#sec-5 .nectar-lottie-wrap {
    position: absolute !important;
    bottom: 160px;
    left: -110px;
}	
div#sec-4 p br {
    display: none;
}
    div#sec-blogs {
        padding: 60px 0px 60px 0px !important;
    }	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 414px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}