/*
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
*/
.current_page_item span {
    color: #FF6600;
    font-weight: 800;
}
#header-outer[data-lhe="animated_underline"].transparent #top nav > ul > li > a .menu-title-text:after {
	border-color: #FF6600 !important;
}
div#header-space, header#top {
    height: 100px !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows {
    height: 100px;
}
header#top a#logo {
    filter: drop-shadow(2px 4px 6px black);
}
/* ==================================================== */
div#necterslider .image-bg:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/Ellipse-308.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 159px;
    height: 266px;
    left: 0;
    bottom: 0;
    animation: nect-bg 6s ease-out 0s 100 normal forwards;
}
@keyframes nect-bg {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}

div#necterslider .image-bg {
    position: relative;
}
div#necterslider .content {
    position: relative;
}
div#necterslider .content:before {
    content: url(https://moamca.org/wp-content/uploads/2024/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-1.png);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -10%;
	animation: content 6s ease-out 0s 100 normal forwards;
}
@keyframes content {
	0%,
	100% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateX(-10px);
	}

	20%,
	40%,
	60% {
		transform: translateX(10px);
	}

	80% {
		transform: translateX(8px);
	}

	90% {
		transform: translateX(-8px);
	}
}
div#necterslider .content:after {
    content: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer.png);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 40%;
    animation: content 9s ease-out 0s 100 normal forwards;
    margin-bottom: -10%;
}
div#necterslider span.ntxt {
    font-family: 'Kumbh Sans';
    font-size: 16px;
    line-height: 26px;
    color: #FF6600;
    position: relative;
    padding-left: 25px;
}
div#necterslider span.ntxt:before {
    content: url(https://moamca.org/wp-content/uploads/2025/09/Group-172.png);
    position: absolute;
    left: 0;
    top: 0;
	animation: myAnim 6s ease-out 0s 100 normal forwards;
}
@keyframes myAnim {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 100%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#necterslider h2.ns-heading-el {
    color: #111111;
}
div#necterslider span.ctxt {
    color: #FF5528;
}
div#necterslider p {
    color: #666666;
}
div#necterslider p strong {
    color: #111111;
    font-weight: 900;
}
div#necterslider a.primary-color,  div#necterslider a.extra-color-1 {
    padding: 17px 30px !important;
    border-radius: 0px 25px 25px 25px !important;
    outline: 1px solid #fff;
    transition: .5s;
}
div#necterslider a.primary-color:hover, div#necterslider a.extra-color-1:hover {
    outline-offset: -7px;
    transition: .5s;
}
/* =========================================================== */
div#sec-2 {
    padding: 60px 0px !important;
}
div#sec-2 .vc_col-sm-6.clm:before {
    content: url(https://moamca.org/wp-content/uploads/2025/09/Group-25176-1.png);
    position: absolute;
    top: 0;
    margin-top: -30px;
	animation: content 8s ease-out 0s 100 normal forwards;
}
div#sec-2 .clm:after {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2024/09/image-12-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 93px;
    height: 64px;
    bottom: 0;
    z-index: 999;
    visibility: visible;
    margin: 0% 10% 33% 0% !important;
	animation: arrow 6s ease-out 0s 100 normal forwards;
}
@keyframes arrow {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 0 50%;
	}

	10% {
		transform: rotate(2deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-4deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(4deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}
}
div#sec-2 .rig-img {
    z-index: 999;
    filter: drop-shadow(2px 4px 6px black);
    float: right;
    margin: 0px 40px -140px 0px !important;
}
div#sec-2 .center-img {
    z-index: -1;
    position: relative;
}
div#sec-2 .left-img {
    position: absolute;
    bottom: 0;
    margin: 0px 0px 60px -60px !important;
    filter: drop-shadow(2px 4px 6px black);
    z-index: 999;
}
a#btn {
    padding: 17px 30px !important;
    border-radius: 0px 25px 25px 25px !important;
    font-size: 15px;
    outline: 1px solid #fff;
    transition: .5s;
}
a#btn:hover {
    outline-offset: -7px;
    transition: .5s;
}
/* ==================================================== */
div#sec-3 {
    padding: 40px 0px !important;
}
div#sec-3 .inner-wrap.row-bg-layer.using-image {
    position: relative;
}
div#sec-3 .inner-wrap.row-bg-layer.using-image:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/Ellipse-309.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 159px;
    height: 266px;
    right: 0;
    bottom: 0;
    animation: nect-bg 6s ease-out 0s 100 normal forwards;
}
div#sec-3 .row-bg:after {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
	top: 0px;
    margin-right: 30px;
    margin-top: 50px;
	animation: heart 2s ease-out 0s 100 normal forwards;
}
div#sec-3 .row-bg:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
	bottom: 0px;
    margin-left: 30px;
    margin-bottom: 50px;
	animation: heart 2s ease-out 0s 100 normal forwards;
}
@keyframes heart {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
div#sec-3in .row-bg:before {
	display: none;
}
div#sec-3in1 .row-bg:before {
	display: none;
}
div#sec-3in a#btn {
    float: right;
}
div#sec-3in1 img.img-with-animation.skip-lazy {
    width: 100%;
	height: 300px;
    object-fit: cover;
    border-radius: 0px 50px 0px 50px;
	
}
div#sec-3in1 .wpb_text_column.wpb_content_element {
    background: #0000;
    padding: 80px 30px 0px 30px !important;
    margin-top: -75px;
    border-radius: 0px 0px 0px 40px !important;
    transition: .5s;
    border: 1px solid #0000004d;
}
div#sec-3in1 h6 {
    background: #1A685B;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 30px 0px 0px !important;
    width: 20%;
    margin: 0 auto;
    transition: .5s;
}
div#sec-3in1 h6 img {
    margin: 0;
    transition: .9s;
}
div#sec-3in1 .vc_col-sm-4:hover {
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .6s;
}
div#sec-3in1 .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    background: #1A685B;
    transition: .5s;
}
div#sec-3in1 .vc_col-sm-4:hover h6 {
    background: #FF6600;
}
div#sec-3in1 .vc_col-sm-4 h6 img {
    transform: rotate(360deg);
    transition: .9s;
}
div#sec-3in1 .vc_col-sm-4:hover h3 span, div#sec-3in1 .vc_col-sm-4:hover p span {
    color: #fff !important;
    transition: .9s;
}
/* ============================================ */
h4 span img {
    display: inline-block !important;
    margin-bottom: 0px !important;
	animation: myAnim 6s ease-out 0s 100 normal forwards;
}
/* ============================================== */
div#sec-4 {
    padding: 40px 0px !important;
}
div#sec-4in {
    background: #fff;
    margin: 20px 20px;
    transition: .5s;
}
div#sec-4in:hover {
    filter: drop-shadow(2px 4px 6px #ccc);
	transition: .5s;
}
div#sec-4in .t-1 {
    color: #fff;
    width: 35%;
    padding: 8px 15px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0px 0px 10px !important;
    border-radius: 7px;
	background: #1A685B;
}
div#sec-4in img.img-with-animation.skip-lazy {
    width: 100%;
}
div#sec-4in .hover-wrap {
    margin: 0px;
}
div#sec-4in li img {
    display: inline-block;
    margin: 0;
    filter: brightness(0) saturate(100%) invert(67%) sepia(31%) saturate(1502%) hue-rotate(333deg) brightness(98%) contrast(102%);
}
div#sec-4in li {
    list-style: none;
}
div#sec-4in ul {
    margin: 0px;
}
/* ================================================== */
div#sec-5 {
    padding: 40px 0px !important;
}
div#sec-5in ul {
    margin: 20px 0px 0px 0px !important;
}
div#sec-5in ul li {
    display: inline-block;
    padding: 0px 14px !important;
    position: relative;
    font-weight: 600;
}
div#sec-5in ul li:before {
    content: "";
    background: #fff;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    border-radius: 50%;
    top: 0;
    margin-top: 9px;
    outline: 5px solid #111;
    transition: .9s;
}
div#sec-5in ul li:hover:before {
    outline: 5px solid #FF6600;
}
a#btn-one {
    background: #0000 !important;
    color: #FF6600;
    border: 1px solid #FF6600;
    border-radius: 30px !important;
}
/* ================================================== */
div#sec-6 {
    padding: 40px 0px !important;
}
div#sec-6 .row-bg:after {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
	bottom: 0px;
    margin-right: 30px;
    margin-bottom: 50px;
	animation: heart 2s ease-out 0s 100 normal forwards;
}
div#sec-6 .row-bg:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
    margin-left: 30px;
    margin-top: 50px;
    animation: heart 2s ease-out 0s 100 normal forwards;
}
div#sec-6in .row-bg:before, div#sec-6in .row-bg:after {
	display: none;
}
div#sec-6 .owl-stage-outer {
    overflow: visible;
}
div#sec-6in {
    margin: 0px 10px;
}
div#sec-6in img {
    width: 100%;
}
div#sec-6in .hover-wrap-inner a:before {
    content: url(https://moamca.org/wp-content/uploads/2025/09/Vector-12.png);
    z-index: 12;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    transition: .9s;
    left: 0;
    right: 0;
    transform: scale(0%);
    background-color: #fd903594;
}
div#sec-6in .hover-wrap-inner:hover :before {
	transform: scale(90%);
	    transition: .9s;
}
div#sec-6 button.owl-next:before, div#testimonial button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    padding: 14px 16px;
    border-radius: 50%;
    color: #111111;
    background: #F3F3F3;
    transition: .9s;
}
div#sec-6 button.owl-next, div#sec-6 button.owl-prev, div#testimonial button.owl-next, div#testimonial button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
}
div#sec-6 button.owl-prev:before, div#testimonial button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    padding: 14px 16px;
    border-radius: 50%;
    color: #111111;
    background: #F3F3F3;
    transition: .9s;
}
div#sec-6 button.owl-next:hover:before, div#sec-6 button.owl-prev:hover:before, div#testimonial button.owl-next:hover:before, div#testimonial button.owl-prev:hover:before {
    background: #1A685B;
    color: #fff;
}
div#sec-6 .owl-nav.disabled, div#testimonial .owl-nav.disabled {
    display: block;
}
div#sec-6 .owl-dots, div#testimonial .owl-dots {
    display: none;
}
/* =================================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial img.img-with-animation.skip-lazy {
    width: 100%;
}
div#testimonial-inner {
    background: #F7ECE7;
    padding: 40px 40px !important;
    position: relative;
    left: -26px;
    margin-bottom: 0px !important;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-icon {
    left: unset;
    right: 0;
}
div#testimonial .owl-carousel[data-desktop-cols] .owl-stage-outer {
overflow: visible !important;
}
div#testimonial .owl-carousel[data-desktop-cols] .owl-stage-outer .owl-item {
opacity: 0;
transition: .8s;
}
div#testimonial .owl-carousel[data-desktop-cols] .owl-stage-outer .owl-item.active {
opacity: 1 !important;
}
div#testimonial .owl-nav.disabled {
    float: right;
}
/* ================================================== */
div#sec-7 {
    padding: 40px 0px !important;
}
div#sec-7in a#btn {
    float: right;
}
div#sec-7 .article-content-wrap {
    padding: 20px 20px 20px 20px !important;
	background: #F1F6F7;
}
div#sec-7 .post {
    border: unset !important;
    background: #F1F6F7;
    border-radius: 0px 40px 0px 40px !important;
    box-shadow: unset !important;
}
div#sec-7 .post:hover {
    background: #1A685B;
    transition: .5s;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#sec-7 .post:hover .article-content-wrap {
    background: #1A685B;
    transition: .5s;
}
div#sec-7 .post-meta {
    padding: 10px 30px !important;
}
div#sec-7 h3.title {
    font-size: 20px;
}
div#sec-7 a.blogs {
    display: none;
}
div#sec-7 span.meta-comment-count {
    float: right;
    margin: 0px;
}
div#sec-7 .post span.meta {
    color: #FF6600;
	transition: .5s;
}
div#sec-7 .post:hover span.meta {
    color: #fff;
    transition: .5s;
}
div#sec-7 .post:hover h3.title {
	color: #fff;
	transition: .5s;
}
div#sec-7in1 .post:hover span.meta-author a {
    color: #fff !important;
}
div#sec-7 .row.blog-recent.columns-3 {
    margin: 0px;
    padding: 0px !important;
}
div#sec-7in1 span.post-featured-img img {
    width: 100%;
}
/* ============================================== */
div#sec-8 {
    padding: 50px 0px !important;
}
div#sec-8 h1 img {
    display: inline-block;
    margin: 0px 0px 0px 0px !important;
}
div#sec-8 input.tnp-email {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0px 20px 0px 20px !important;
    color: #999999;
}
div#sec-8 input.tnp-email::placeholder {
    color: #999999;
    opacity: 1;
}
div#sec-8 input.tnp-submit {
    border-radius: 20px 0px 20px 0px !important;
}
div#sec-8 .row-bg:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0;
    margin-right: 30px;
    margin-top: 50px;
    animation: heart 2s ease-out 0s 100 normal forwards;
}
/* ============================================== */
div#footer-widgets .row {
    padding: 40px 0px !important;
    border-top: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
}
#footer-outer .widget h4 {
	font-family: 'Fraunces';
    font-size: 25px;
}
div#nav_menu-2 {
    margin-left: 60px;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 2px;
    color: #fff !important;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #0000;
    transition: .9s;
}
div#custom_html-2 .socliy ul li:hover i {
    border: 1px solid #FF6600;
    background: #FF6600;
    transition: .9s;
}
#footer-outer ul#menu-contact-us li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
	color: #fff;
	transition: .5s;
}
#footer-outer ul#menu-contact-us li:hover a i {
    color: #ff6600;
    transition: .5s;
}
#footer-outer ul#menu-contact-us li a {
    position: relative;
    padding-left: 34px !important;
}
div#footer-widgets ul li {
    margin-bottom: 10px !important;
}
div#footer-outer:after {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/rs-layer-wrap-→-rs-loop-wrap-→-rs-mask-wrap-→-rs-layer-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 23px;
    height: 25px;
    left: 0;
    animation: heart 2s ease-out 0s 100 normal forwards;
    bottom: 0px;
    z-index: 999;
    margin-bottom: 250px;
    margin-left: 50px;
}
div#footer-outer:before {
    content: "";
    background-image: url(https://moamca.org/wp-content/uploads/2025/09/Ellipse-308.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 138px;
    height: 220px;
    left: 0;
    animation: nect-bg 6s ease-out 0s 100 normal forwards;
    bottom: 0px;
    z-index: 999;
    margin-bottom: -50px;
}
/* ============================================= */
.owl-stage {
    padding: 10px 0px !important;
}
div#copyright strong {
    color: #FF6600;
}
div#copyright img {
    margin: 0px;
}
div#nav_menu-2 {
    margin: 0 auto;
    display: table;
}
div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#abt-sec a#btn
 {
    display: table;
    margin: 0 auto;
}
div#sec-3in1 p {
    height: 130px;
}
/* =========================================== */
@media (max-width: 1600px) {
	div#necterslider .content:after {
    margin-bottom: -5%;
}
	div#footer-outer:before {
    width: 78px;
    height: 120px;
    margin-bottom: -50px;
}
	div#sec-3 .inner-wrap.row-bg-layer.using-image:before {
    width: 79px;
    height: 136px;
}
}
@media (max-width: 1440px) {
	div#necterslider .content:before {
    margin-top: -4%;
}
	div#necterslider .content:after {
        margin-bottom: -3%;
    }
	div#necterslider .image-bg:before {
    width: 99px;
    height: 176px;
}
}
@media (max-width: 1366px) {
	    div#necterslider .image-bg:before {
        width: 79px;
        height: 146px;
    }
	    div#necterslider .content:before {
        margin-top: -4%;
        margin-left: 40px;
    }
	div#sec-2 .vc_col-sm-6.clm:before {
    margin-top: -50px;
}
	    div#sec-2 .clm:after {
        width: 83px;
        height: 54px;
        margin: 0% 1% 33% 0% !important;
    }
	div#sec-4in .t-1 {
    width: 40%;
}
	div#sec-3in1 p
 {
    height: 150px;
}
}
@media (max-width: 1340px) {
	       div#sec-2 .clm:after {
        width: 83px;
        height: 54px;
        margin: 0% 0% 34% 0% !important;
    }
}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	div#sec-3in1 p {
    height: 170px;
}
}
@media (max-width: 1080px) {
	header#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    height: 100px;
}
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 119px;
}
	div#necterslider a.primary-color, div#necterslider a.extra-color-1 {
    padding: 14px 25px !important;
}
	div#necterslider span.ntxt {
    font-size: 14px;
    line-height: 24px;
}
	div#sec-2 .rig-img {
    margin: 0px 40px -70px 0px !important;
}
	p {
    font-size: 14px;
    line-height: 20px;
}
	div#sec-2 .clm:after {
        width: 63px;
        height: 44px;
        margin: 0% -1% 50% 0% !important;
    }
	a#btn {
    padding: 13px 24px !important;
    font-size: 14px;
}
	div#sec-3in1 h6 {
    width: 30%;
}
	div#sec-3in1 .wpb_text_column.wpb_content_element {
    padding: 80px 15px 0px 15px !important;
}
	    div#sec-4in .t-1 {
        width: 47%;
    }
	div#sec-4in li {
    font-size: 14px;
}
	    div#sec-4in h3 {
        margin-bottom: 0px !important;
        font-size: 16px;
        line-height: 26px;
    }
	    div#testimonial-inner {
        left: -18px;
        padding: 20px 20px !important;
    }
	div#sec-5in .vc_col-sm-3:before {
    width: 75px;
    height: 12px;
    margin: 50px -40px 0px 0px !important;
}
	div#sec-5 .row-bg:before {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-top: 50px;
}
	div#sec-7 h3.title {
    font-size: 15px;
}
	#footer-outer .widget h4 {
    font-size: 20px;
}
	div#nav_menu-2 {
    margin-left: 30px;
}
	div#copyright p {
    font-size: 12px;
}
}

@media(max-width: 1024px){
	    div#sec-3in1 p {
        height: 110px !important;
    }
}


@media (max-width: 912px) {
	div#sec-3in1 img.img-with-animation.skip-lazy
 {
   
    height: 400px !important;
   
}
	    #header-secondary-outer {
        top: 0px;
    }
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
        background-color: #ff6600 !important;
    }
	div#header-outer {
    padding: 0px;
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 95px !important;
    }
	div#header-space, header#top {
    height: auto !important;
}
	div#necterslider span.ntxt:before {
    margin-top: -5px;
}
	div#necterslider span.ntxt {
    font-size: 15px;
    line-height: 25px;
}
	div#necterslider .image-bg:before {
        width: 49px;
        height: 86px;
    }
	    div#necterslider .content:before {
        display: none;
    }
	div#sec-2 .center-img {
    margin-left: 20%;
}
	div#sec-2 .rig-img {
        margin: 0px 40px -180px 0px !important;
    }
	div#sec-2 .left-img {
    margin: 0px 0px 60px 80px !important;
}
	div#sec-2 .vc_col-sm-6.clm:before {
        margin-top: -30px !important;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
	div#sec-2 {
    text-align: center;
	padding: 60px 0px 20px 0px !important;
}
	  div#sec-2 .clm:after {
        margin: 0% 14% 28% 0% !important;
    }
	div#sec-2 .wpb_text_column.wpb_content_element {
    margin: 10px 100px;
}
	div#sec-3in {
    text-align: center;
}
	div#sec-3in a#btn {
    float: unset;
}
	div#sec-3in1 {
    margin: 10px 150px;
}
	div#sec-4 .vc_col-sm-5 {
        width: 50%;
        margin: 0px;
    }
	div#sec-4 .vc_col-sm-7 {
    width: 50%;
}
	div#sec-4in {
    margin: 30px 40px;
}
	    div#sec-4in h3 {
        font-size: 20px;
        line-height: 31px;
    }
	    div#sec-4in .t-1 {
        width: 27%;
    }
	div#sec-5in {
    text-align: center;
    margin: 0px 100px;
}
	div#sec-7 {
    padding: 0px 0px 0px 0px !important;
}
	div#testimonial img.img-with-animation.skip-lazy {
    width: 70%;
    margin: 0 auto;
    display: table;
}
	div#sec-7in {
    text-align: center;
}
	div#sec-7in a#btn {
    float: unset;
}
	div#sec-7 img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    width: 100%;
}
	div#sec-7in1 {
    margin: 0px 170px;
}
	div#testimonial .t-3 {
    text-align: center;
}
	div#sec-8 {
    text-align: center;
}
	div#sec-8 .vc_column-inner {
    margin: 0px 130px;
}
	    div#testimonial-inner {
        left: 0px;
        padding: 20px 20px !important;
        margin: 0px 100px;
    }
	div#testimonial .owl-nav.disabled {
    float: unset;
}
	    div#nav_menu-2 {
        margin-left: 0px;
    }
	div#footer-outer:after {
    margin-bottom: 130px;
    margin-left: 10px;
}
}
@media (max-width: 800px) {
	    div#necterslider .image-bg:before {
        width: 39px;
        height: 76px;
    }
	    div#sec-2 .rig-img {
        margin: 0px 0px -180px 0px !important;
    }
	div#sec-2 .left-img {
        margin: 0px 0px 60px 60px !important;
    }
	div#sec-2 .clm:after {
        margin: 0% 6% 28% 0% !important;
    }
	    div#sec-2 .wpb_text_column.wpb_content_element {
        margin: 10px 80px;
    }
	    div#sec-3in1 {
        margin: 10px 130px;
    }
		    div#sec-5in {
        margin: 0px 50px;
    }
	    div#sec-7in1 {
        margin: 0px 150px;
    }
	div#sec-8 .vc_column-inner {
        margin: 0px 100px;
    }
}
@media (max-width: 768px) {
	    div#sec-2 .clm:after {
        margin: 0% 4% 28% 0% !important;
    }
	div#sec-2 .wpb_text_column.wpb_content_element {
        margin: 10px 70px;
    }
	    div#sec-3in1 {
        margin: 10px 120px;
    }
	div#sec-7in1 {
        margin: 0px 120px;
    }
}
@media (max-width: 480px) {
	div#slide-out-widget-area ul.sub-menu li a
 {
    font-size: 12px !important;
}
	div#necterslider p {
    display: none;
}
	    body .swiper-slide .content .buttons {
        padding-top: 0px;
    }
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 75px !important;
    }
	div#necterslider h2.ns-heading-el {
    font-size: 25px !important;
    line-height: 30px !important;
}
	    div#necterslider span.ntxt {
        font-size: 7px;
        line-height: 19px;
    }
	    div#necterslider .image-bg:before {
        width: 29px;
        height: 46px;
    }
	    div#necterslider .content:after {
        display: none;
    }
	    div#sec-2 .vc_col-sm-6.clm:before {
        display: none;
    }
	    div#sec-2 .center-img {
        margin-left: 0%;
    }
	div#sec-2 .rig-img {
        margin: 0px 0px -110px 0px !important;
    }
	    div#sec-2 .left-img {
        margin: 0px 0px -10px -10px !important;
    }
	div#sec-2 .clm:after {
        margin: 0% -3% 47% 0% !important;
    }
	    div#sec-2 {
        padding: 20px 0px 20px 0px !important;
    }
	    div#sec-2 .wpb_text_column.wpb_content_element {
        margin: 10px 0px;
    }
	    div#sec-3 .row-bg:before {
        width: 50px;
        height: 50px;
        margin-left: 0px;
        margin-top: 20px;
    }
	    div#sec-3in1 {
        margin: 10px 10px;
    }
	    div#sec-4in {
        margin: 30px 10px;
    }
	    div#sec-4in .t-1 {
        width: 43%;
    }
	    div#sec-4 .vc_col-sm-5 {
        width: 45%;
    }
	    div#sec-4 .vc_col-sm-7 {
        width: 55%;
    }
	    div#sec-6in {
        margin: 20px 10px;
    }
	    div#sec-7in1 {
        margin: 0px 10px;
    }
	div#testimonial img.img-with-animation.skip-lazy {
        width: 90%;
    }
	div#sec-5in {
        margin: 0px 0px;
    }
	div#testimonial-inner {
        margin: 0px 10px;
    }
	div#sec-8 .vc_column-inner {
        margin: 0px 10px;
    }
	div#copyright {
    text-align: center;
}
	body #footer-outer #copyright .col ul {
        float: unset;
    }
	    div#sec-4in h3 {
        font-size: 15px;
        line-height: 26px;
    }
	div#sec-4in li {
        font-size: 13px;
    }
}
@media (max-width: 428px) {
	    div#necterslider h2.ns-heading-el {
        font-size: 20px !important;
        line-height: 25px !important;
    }
	div#sec-2 .clm:after {
        margin: 0% -3% 47% 0% !important;
        width: 53px;
        height: 34px;
    }
	div#sec-3in h1 br {
    display: none;
}
	div#sec-4in h3 br {
    display: none;
}
	    div#sec-4in li {
        font-size: 12px;
    }
	    div#sec-4in .t-1 {
        width: 50%;
    }
	div#sec-4 .owl-stage {
    padding: 0px;
}
	    div#sec-8 .row-bg:before {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 414px) {
	.givewp-layouts-headerTitle h2 {
    font-size: 22px !important;
}
	    div#necterslider a.extra-color-1 {
        padding: 10px 20px !important;
    }
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 70px !important;
    }
	    div#necterslider h2.ns-heading-el {
        font-size: 17px !important;
        line-height: 20px !important;
    }
	div#necterslider a.primary-color {
        padding: 10px 10px !important;
    }
	    div#necterslider span.ntxt {
        font-size: 10px;
        line-height: 20px;
    }
	    div#sec-2 .clm:after {
        margin: 0% -3% 47% 0% !important;
        width: 43px;
        height: 28px;
    }
	div#sec-4in h3 {
    font-size: 15px;
}
	div#sec-4in p br {
    display: none;
}
	div#sec-4in li {
        font-size: 11px;
   }
	div#sec-4in p {
    font-size: 13px;
}
	div#sec-8 .row-bg:before {
        width: 20px;
        height: 20px;
    }
	div#sec-4 .vc_col-sm-7 p {
    display: none;
}
}
@media (max-width: 390px) {
	    div#sec-4in .t-1 {
        width: 54%;
    }
	div#sec-4in li {
        font-size: 10px;
    }
	div#copyright p {
        font-size: 10px;
    }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}