/*
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#sec-6 .carousel-item img {
    border-radius: 25px !important;
}
h1, h2, h3, h5 {
    font-family: "fredokaone";
}
/* div#header-secondary-outer {
    padding: 5px 0px !important;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    position: absolute;
    left: 0;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li span {
    font-family: "fredokaone";
    font-size: 16px;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
}
div#header-secondary-outer .socliy ul li {
    display: inline-block;
}
div#header-secondary-outer .socliy ul li i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    line-height: 35px;
    border-radius: 50%;
    margin: 0px 2px;
}
div#header-secondary-outer .socliy ul li h3 {
    color: #fff;
    font-size: 16px;
} */
/* ============================================= */
header#top, div#header-space {
    height: 95px !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows, header#top ul.buttons.sf-menu {
    height: 95px !important;
}
header#top li#menu-item-36 span {
    background: #FFFF00;
    padding: 17px 35px !important;
    color: #0033CC;
    border-radius: 30px 50px 0px 30px !important;
    font-weight: 700;
}
header#top a#logo {
    filter: drop-shadow(2px 4px 6px #ccc);
}
.current-menu-item span {
    color: #FF0033;
}
/* ============================================ */
div#necterslider {
    margin-top: 50px;
}
div#necterslider span.ntxt {
    font-size: 20px;
    line-height: 30px !important;
    color: #FFFF00;
}
div#necterslider span.undertxt {
    position: relative;
}
div#necterslider span.undertxt:before {
    content: "";
    background: #FFFF00;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    margin-bottom: 10px;
    z-index: -1;
	animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.7)
    }
}
div#necterslider a.primary-color {
	background: #FFFF00;
    padding: 17px 35px !important;
    color: #0033CC;
    border-radius: 30px 50px 0px 30px !important;
    font-weight: 700;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch i {
    background-color: #FFFFFF;
    height: 4px;
    width: 30px;
    border-radius: 0px;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-pagination-switch {
    width: 35px;
}
.swiper-container[data-bullet_style="scale"] .slider-pagination .swiper-active-switch i {
    -webkit-transform: scale(1);
    background-color: #FFFF00;
}
div#necterslider .slider-pagination {
    float: left;
    margin-bottom: 10%;
}
/* ========================================= */
div#sec-2 {
    padding: 60px 0px !important;
}
div#sec-2 .wpb_text_column.wpb_content_element {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: -32%;
    transition: .9s;
}
div#sec-2 img.img-with-animation.skip-lazy {
    float: right;
    margin-right: 40px;
}
div#sec-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    position: relative;
}
div#sec-2 .vc_col-sm-4 .wpb_text_column.wpb_content_element:before {
    content: "";
    background-color: #0033CC;
    position: absolute;
    width: 100%;
    height: 0%;
    transition: .9s;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 12;
}
div#sec-2 .vc_col-sm-4:hover .wpb_text_column.wpb_content_element:before {
    height: 100%;
    transition: .9s;
}
div#sec-2 h2, div#sec-2 p, div#sec-2 img {
    z-index: 999;
    position: relative;
	transition: .10s;
}
div#sec-2 .vc_col-sm-4:hover h2 span {
	color:#fff !important;
	transition: .10s;
}
div#sec-2 .vc_col-sm-4:hover p span {
	color:#fff !important;
	transition: .10s;
}
div#sec-2 .vc_col-sm-4:hover h6 img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(846%) hue-rotate(156deg) brightness(122%) contrast(110%);
}
/* ================================================ */
div#sec-4 {
    padding: 40px 0px !important;
}
div#sec-4 h2 {
	position: relative;
}
div#sec-4 h2:before {
    content: "";
    background: #FF0033;
    position: absolute;
    width: 29%;
    height: 3px;
    bottom: 0;
    margin-bottom: 0px;
    z-index: -1;
    animation: 2s move linear alternate infinite;
    transform-origin: left;
}
@keyframes move {
    0% {
        transform: scale(.7)
    }
}
.fa-check:before {
    content: url(https://addmacademy.com/wp-content/uploads/2024/09/Group-17.png);
}
div#sec-4in {
    padding-top: 20px;
}
div#sec-4in .vc_col-sm-6 .vc_column-inner {
    background: #FBFAFA;
    padding: 17px;
    border-radius: 15px;
    border: 1px solid #eee;
}
div#sec-4in .hover-wrap {
    margin-top: -50px;
    border: 1px solid #FF0033;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
div#sec-4in img.img-with-animation.skip-lazy {
    animation: sec-4img 3s linear 0s 100 normal forwards;
}
@keyframes sec-4img {
	0% {
		transform: translate(0);
	}

	20% {
		transform: translate(-2px, 2px);
	}

	40% {
		transform: translate(-2px, -2px);
	}

	60% {
		transform: translate(2px, 2px);
	}

	80% {
		transform: translate(2px, -2px);
	}

	100% {
		transform: translate(0);
	}
}
div#sec-4in .nectar-milestone {
    color: #19093C;
}
div#sec-4in .nectar-milestone .subject {
    color: #000;
}
div#sec-4in .vc_col-sm-6:hover .hover-wrap {
    background: #FF0033;
    transition: .5s;
}
div#sec-4in .vc_col-sm-6:hover .hover-wrap img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(846%) hue-rotate(156deg) brightness(122%) contrast(110%);
}
div#sec-4 a.toggle-heading {
    background: #FBFAFA;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
    margin: 10px 0px !important;
}
div#sec-4 .toggle.default {
    border: 0px !important;
}
div#sec-4 h3.toggle-title a.toggle-heading {
    font-size: 17px !important;
    color: #19093C;
}
div#sec-4 .inner-toggle-wrap {
    padding: 0px;
}
div#sec-4 i.fa.fa-plus-circle {
    margin-right: 10px;
}
div#sec-4 i.fa.fa-minus-circle {
    margin-right: 10px;
}
div#sec-4 .toggle.default.open h3.toggle-title a.toggle-heading {
    color: #fff;
}
div#sec-4 .toggle.default.open a.toggle-heading {
    background: #0033CC;
}
div[data-style="minimal"] .toggle.open > .toggle-title i:before {
	background-color: #FF0033;
}
div[data-style="minimal"] .toggle.default.open i {
	border-color: #FF0033;
}
/* ====================================================== */
div#sec-5 {
    padding: 40px 0px !important;
}
div#sec-5 .row-bg:before {
    content: "";
    background-image: url(https://addmacademy.com/wp-content/uploads/2024/09/image-10-3-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 180px;
    height: 155px;
    top: 0;
    right: 0;
    margin: 8% 5% 0% 0% !important;
	animation: sec-5vcbg 7s ease-in-out 0s 100 normal forwards;
}
@keyframes sec-5vcbg {
	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-5 .row-bg:after {
    content: "";
    background-image: url(https://addmacademy.com/wp-content/uploads/2024/09/image-11-5-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 123px;
    height: 104px;
    top: 0;
    left: 0;
    margin: 8% 0% 0% 5% !important;
	animation: sec-5bg 7s ease-in-out 0s 100 normal forwards;
}
@keyframes sec-5bg {
	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#sec-5 .vc_column-inner:before {
    content: "";
    background-image: url(https://addmacademy.com/wp-content/uploads/2024/09/image-11-5-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 123px;
    height: 104px;
    bottom: 0;
    right: 0;
    margin: 0% -17% -1% 0% !important;
	animation: sec-5bg 7s ease-in-out 0s 100 normal forwards;
}
div#sec-5 .vc_column-inner:after {
    content: "";
    background-image: url(https://addmacademy.com/wp-content/uploads/2024/09/image-10-3-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 120px;
    height: 115px;
    bottom: 0;
    left: 0;
    margin: 0% 0% -1% -20% !important;
	animation: sec-5vcbg 7s ease-in-out 0s 100 normal forwards;
}
div#sec-5in {
    margin: 0px 10px;
    background: #fff;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#sec-5in .vc_column-inner:before {
	display: none;
}
div#sec-5in .vc_column-inner:after {
	display: none;
}
div#sec-5in .row-bg:before {
	display: none;
}
div#sec-5in .row-bg:after {
	display: none;
}
div#sec-5in .wpb_text_column.wpb_content_element {
    padding: 10px 20px 20px 20px !important;!i;!;
}
div#sec-5in:hover {
    background: #0033CC;
    transition: .9s;
}
div#sec-5in:hover h3 span, div#sec-5in:hover p span {
    color: #fff !important;
    transition: .5s;
}
div#sec-5 button.owl-prev:before {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #fff;
    padding: 13px 17px;
    color: #311B63;
    border: 1px solid #311B63;
    border-radius: 50%;
}
div#sec-5 button.owl-prev:hover:before {
    background: #0033CC;
    color: #fff;
    transition: .5s;
}
div#sec-5 button.owl-prev {
    background: transparent;
    position: absolute;
    left: -25px;
    top: 210px;
    font-size: 0;
    border: 0px;
}
div#sec-5 button.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #fff;
    padding: 13px 17px;
    color: #311B63;
    border: 1px solid #311B63;
    border-radius: 50%;
}
div#sec-5 button.owl-next:hover:before {
    background: #0033CC;
    color: #fff;
    transition: .5s;
}
div#sec-5 button.owl-next {
    background: transparent;
    position: absolute;
    right: -25px;
    top: 210px;
    font-size: 0;
    border: 0px;
}
div#sec-5 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
/* ============================================== */
div#sec-6 {
    padding: 70px 0px !important;
}
div#sec-6 .row-bg:before {
    content: "";
    background-image: url(https://addmacademy.com/wp-content/uploads/2024/09/Group-25122.jpg);
    background-repeat: no-repeat;
	background-size: 100% 100%;
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    left: 0;
}
div#sec-6in .row-bg:before {
	display: none;
}
div#sec-6 .row-bg:after {
    content: "";
	background-color: #0033cc;
    position: absolute;
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;
}
div#sec-8 .row-bg {
    background-color: #0033cc !important;
}
div#sec-6in .row-bg:after {
	display: none;
}
div#sec-6in {
    background: #0033CC;
    padding: 10px 30px;
    border-radius: 30px;
}
div#sec-6in h5 {
    margin: 0;
}
div#sec-6in p {
    padding-bottom: 0px;
}
div#sec-6in h6 {
    position: absolute;
    right: 0;
    bottom: 0;
}
div#sec-6in h6 img {
    margin: 0px;
	transition: .9s;
}
div#sec-6in:hover h6 img {
    transform: rotate(360deg);
    transition: .9s;
}
/* =============================================== */
div#sec-7 {
    padding: 40px 0px !important;
}
div#sec-7 a.upcoming-events {
    display: none;
}
div#sec-7 .row.blog-recent.columns-3 {
    padding: 0px;
    margin: 0px;
}
div#sec-7 .article-content-wrap {
    padding: 15px 0px 15px 0px !important;
}
div#sec-7 .post {
    box-shadow: unset !important;
}
div#sec-7 h3.title {
    font-size: 18px;
}
div#sec-7 span.meta {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -67%;
    background: #311B63;
    padding: 5px 15px !important;
    color: #fff;
    border-radius: 30px;
    transition: .5s;
    margin-left: 3%;
}
div#sec-7 img.attachment-portfolio-thumb.size-portfolio-thumb.wp-post-image {
    width: 100%;
}
div#sec-7 a.img-link:before {
    content: "";
    background-color: #35185f94;
    z-index: 12;
    width: 100%;
    height: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    position: absolute;
    transition: .9s;
    border-radius: 5px;
}
div#sec-7 .post:hover a.img-link:before{
    height: 100%;
	transition: .9s;
}
div#sec-7 .post:hover span.meta {
    background: #FF0033;
    transition: .5s;
}
a#btn {
    background: #FFFF00;
    padding: 17px 35px !important;
    color: #0033CC;
    border-radius: 30px 50px 0px 30px !important;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
    display: table;
}
/* ================================================== */
div#sec-8 {
    padding: 30px 50px !important;
    margin-bottom: -11%;
}
div#sec-8 .row-bg.viewport-desktop.using-bg-color {
    border-radius: 15px;
}
div#sec-8 form.tnp-form {
    display: flex;
    width: 100%;
	filter: drop-shadow(2px 4px 6px #203ac6);
}
div#sec-8 input.tnp-email {
    background: #fff;
    color: #666;
    border-radius: 30px;
}
div#sec-8 input.tnp-email::placeholder {
    color: #666;
    opacity: 1;
}
div#sec-8 input.tnp-submit {
    width: 30% !important;
    margin: 5px 5px 5px -143px !important;
    border-radius: 30px !important;
    transform: unset !important;
    background-color: #FF0033 !important;
}
/* ==================================================== */
div#footer-outer {
    z-index: 9;
}
div#footer-widgets .row {
    padding: 150px 0px 40px 0px !important;
}
#footer-outer .widget h4 {
    font-family: 'fredokaone';
    font-size: 27px;
    font-weight: 500;
    border-bottom: 2px solid #FF0033;
    padding-bottom: 20px;
    width: fit-content;
}
div#custom_html-2 ul li {
    display: inline-block;
}
div#custom_html-2 ul li i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0px 2px;
    border-radius: 50%;
    background: #666666;
    transition: .5s;
}
div#custom_html-2 ul li:hover i {
    background: #FF0033;
    transition: .9s;
    transform: rotate(360deg);
}
div#nav_menu-2 {
    margin-left: 50px;
}
div#footer-widgets ul li {
    margin-bottom: 10px !important;
}
#footer-outer ul#menu-contact-us li a i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #FF0033;
}
#footer-outer ul#menu-contact-us li a {
    position: relative;
    padding-left: 34px !important;
}
/* ===================================================== */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #FF0033;
}
div#page-header-bg h1 {
    font-family: 'fredokaone';
}

div#inner-insta .hover-wrap-inner:hover a::before {
    transition: .9s;
    opacity: 1;
}
div#inner-insta .hover-wrap-inner a::before {
    content: '\f16d';
    position: absolute;
    left: 0;
    top: 0;
    background: #ff000057;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: 12;
    font-family: 'FontAwesome' !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 40px;
    transition: .9s;
    opacity: 0;
}
div#inner-insta img{
	width:100%;
	height: 200px;
    object-fit: cover;
    border-radius: 30px;
}
/* ==================================================== */
@media (max-width: 1600px) {
	div#necterslider .slider-pagination {
    margin-bottom: 6%;
}
	div#sec-5 .vc_column-inner:after {
    width: 120px;
    height: 115px;
    margin: 0% 0% -1% -12% !important;
}
	div#sec-5 .vc_column-inner:before {
    width: 123px;
    height: 104px;
    margin: 0% -11% -1% 0% !important;
}
}
@media (max-width: 1440px) {
	    div#necterslider .slider-pagination {
        margin-bottom: 3%;
    }
	div#sec-5 .vc_column-inner:before {
        margin: 0% -7% -1% 0% !important;
    }
	    div#sec-5 .vc_column-inner:after {
        margin: 0% 0% -1% -7% !important;
    }
}
@media (max-width: 1366px) {
	#top ul.sf-menu.sf-js-enabled.sf-arrows li a {
    font-size: 13px !important;
    padding: 7px !important;
}
	    div#necterslider .slider-pagination {
        margin-bottom: 1%;
    }
	div#sec-8 input.tnp-submit {
    margin: 5px 5px 5px -137px !important;
}
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	    div#sec-8 input.tnp-submit {
        margin: 5px 5px 5px -126px !important;
    }
}
@media (max-width: 1024px) {
	div#anua-sec .vc_col-sm-6 {
    margin: 0 auto;
}
	ul#menu-scndmenu-2 {
    display: none;
}
	div#custom_html-3 {
    display: none;
}
	header#top .slide-out-widget-area-toggle.mobile-icon.slide-out-from-right {
    height: 95px;
}
	div#necterslider a.primary-color {
    padding: 15px 30px !important;
}
	div#sec-2 .wpb_text_column.wpb_content_element {
    padding: 13px;
}
	p {
    font-size: 14px;
}
	div#sec-2 p br {
    display: none;
}
	div#sec-2 img.img-with-animation.skip-lazy {
    margin-right: 20px;
    width: 60%;
}
	div#sec-4in .nectar-milestone .subject {
    font-size: 14px;
    min-height: 50px;
}
	.owl-dots {
    display: none;
}
	div#sec-6 .row-bg:before {
    background-size: cover;
}
	div#sec-7 h3.title {
    font-size: 15px;
}
	    div#sec-8 input.tnp-submit {
        margin: 5px 5px 5px -126px !important;
        width: 38% !important;
    }
	div#sec-8 {
    padding: 30px 30px !important;
    margin-bottom: -15%;
}
	div#nav_menu-2 {
    margin-left: 10px;
}
}
@media (max-width: 912px) {
	div#anua-sec img {
    width: 50%;
}
	div#anua-sec .vc_col-sm-6 img {
    width: 50%;
}
	
	.page-id-11 div#sec-4 .vc_col-sm-6 .vc_column-inner {
    margin: 0px 0px;
  }
	
	#sec-6 .vc_col-sm-6 .vc_column-inner .carousel-item img {
  aspect-ratio: 4/2;
  object-fit: contain;
}
	div#sec-2 h2 {
  font-size: 17px;
  line-height: 27px;
}
	div#sec-2 img {
  width: 28%;
}
	#slide-out-widget-area {
  padding-left: 0 !important;
}
	header#top a#logo {
    position: relative;
    top: 0px;
}
	ul#menu-scndmenu-2 {
    display: block;
}
	div#custom_html-3 {
    display: block;
}
	ul#menu-scndmenu-2 li a {
    font-size: 14px;
}
	div#custom_html-3 ul li {
    display: inline;
    margin: 0px 5px;
}
	div#header-secondary-outer {
    display: none;
}
	header#top a#logo {
    filter: unset !important;
}
	header#top, div#header-space {
    height: auto !important;
}
	    body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 90px !important;
    }
	div#header-outer {
    padding: 0px;
}
	div#necterslider span.undertxt:before {
    margin-bottom: 4px;
}
	div#necterslider span.ntxt {
    font-size: 15px;
    line-height: 25px !important;
}
	    div#sec-2 img.img-with-animation.skip-lazy {
        margin-right: 20px;
    }
	        div#sec-2 .wpb_text_column.wpb_content_element {
        padding: 13px;
        margin-bottom: -30%;
    }
	div#sec-2 {
    padding: 30px 0px !important;
}
	div#sec-2 .vc_col-sm-4 {
        margin: 10px 0px;
        width: 33.3%;
    }
	div#sec-4 .wpb_text_column.wpb_content_element.t-1 {
    text-align: center;
}
	div#sec-4 .nectar-fancy-ul {
    margin: 0 auto;
    display: table;
}
	div#sec-4 .vc_col-sm-6 .vc_column-inner {
    margin: 10px 90px;
}
	 div#sec-4in .vc_col-sm-6 {
        width: 50%;
        margin: 0px 0px !important;
    }
	div#sec-4 h2:before {
    width: 19%;
}
	div#sec-4 {
    padding: 10px 0px !important;
}
	    div#sec-4in .nectar-milestone .subject {
        min-height: 20px;
    }
	div#sec-5 .row-bg:before {
    width: 90px;
    height: 75px;
}
	div#sec-5 .row-bg:after {
    width: 83px;
    height: 74px;
}
	div#sec-5 .vc_column-inner:before {
        width: 83px;
    height: 74px;
    }
	div#sec-5 .vc_column-inner:after {
        width: 90px;
    height: 75px;
    }
	div#sec-5in img {
    width: 100%;
}
	    div#sec-6 .row-bg:before {
        width: 100%;
    }
	div#sec-6 .row-bg:after {
    width: 0%;
}
	div#sec-6 .wpb_text_column.wpb_content_element.t-1 {
    text-align: center;
}
	div#sec-6in {
    margin: 20px 120px;
}
	    div#sec-6in .vc_col-sm-4 {
        width: 30%;
        margin: 0px;
    }
	div#sec-6in .vc_col-sm-8 {
    width: 70%;
}
	div#sec-7 {
    margin: 0px 170px;
    text-align: center;
}
	div#sec-8 {
    text-align: center;
    margin-bottom: -20%;
}
	div#sec-8 form.tnp-form {
    width: 70%;
    margin: 0 auto;
}
	div#sec-8 input.tnp-submit {
        margin: 5px 5px 5px -151px !important;
        width: 28% !important;
    }
}
@media (max-width: 800px) {
	    div#necterslider .slider-pagination {
        margin-bottom: -1%;
    }
	div#sec-2 h2 {
    font-size: 18px !important;
}
	    div#sec-2 .wpb_text_column.wpb_content_element {
        padding: 13px;
        margin-bottom: -25%;
    }
	    div#sec-4 .vc_col-sm-6 {
        margin: 10px 80px;
    }
	    div#sec-6in {
        margin: 20px 90px;
    }
	    div#sec-7 {
        margin: 0px 140px;
    }
	    div#sec-8 input.tnp-submit {
        margin: 5px 5px 5px -141px !important;
        width: 30% !important;
    }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	div#anua-sec .vc_col-sm-6 img {
        width: 100%;
    }
	.givewp-layouts.givewp-layouts-headerTitle h2 {
  font-size: 20px !important;
}
	header#top a#logo {
    top: 0px;
}
	ul.menu.secondary-header-items {
    display: none !important;
}
	.secondary-header-text {
    display: none;
}
	ul.menu.secondary-header-items li a {
    font-size: 14px !important;
}
	    body .swiper-slide .content .buttons {
        padding-top: 0px;
    }
	    div#necterslider span.ntxt {
        font-size: 12px;
        line-height: 25px !important;
    }
	div#necterslider .slider-pagination {
        display: none;
    }
	div#necterslider p {
    display: none;
}
	div#necterslider h2.ns-heading-el {
    font-size: 25px !important;
    line-height: 30px !important;
}
	    div#necterslider a.primary-color {
        padding: 10px 20px !important;
        font-size: 11px;
    }
	    div#sec-2 .vc_col-sm-4 {
        margin: 10px 0px;
		width: 100%;	
    }
	div#sec-2 img.img-with-animation.skip-lazy {
        margin-right: 20px;
        width: unset;
    }
	h1 {
    font-size: 25px !important;
}
	    div#sec-2 {
        padding: 20px 0px !important;
        margin: 0;
    }
	h5 {
    font-size: 15px !important;
}
	    div#sec-4 .vc_col-sm-6 {
        margin: 10px 0px;
    }
	div#sec-4 p {
    font-size: 13px;
}
	div#sec-4in .vc_col-sm-6 {
        width: 100%;
        margin: 20px 30px !important;
    }
	div#sec-4in .nectar-milestone {
    margin: 0 auto;
    display: table;
    text-align: center;
}
	div#sec-4in .hover-wrap {
    margin-top: -50px !important;
    margin: 0 auto;
}
	div#sec-5 .owl-carousel .owl-nav.disabled {
    display: none !important;
}
	.givewp-layouts.givewp-layouts-headerTitle h2 {
    font-size: 25px !important;
}
	    div#sec-6in {
        margin: 20px 0px;
    }
	    div#sec-7 {
        margin: 0px 0px;
        text-align: center;
    }
	    div#sec-8 form.tnp-form {
        width: 100%;
    }
	div#sec-8 h4 br {
    display: none;
}
	    div#sec-8 input.tnp-submit {
        width: 37% !important;
    }
	    div#sec-8 {
        margin-bottom: -40%;
    }
	#footer-outer .widget h4 {
    font-size: 23px;
}
	div#copyright p {
    font-size: 11px;
}
}
@media (max-width: 428px) {
	div#sec-4 h3.toggle-title a.toggle-heading {
    font-size: 14px !important;
}
	    div#sec-6in {
        padding: 10px 10px;
    }
	    h1 {
        font-size: 20px !important;
    }
	 h1 br {
        display: none;
    }
	iframe#give-form-shortcode-1 {
    height: 686px !important;
}
	div#sec-8 input.tnp-submit {
        width: 45% !important;
    }
	.nectar-fancy-ul li span {
    font-size: 13px;
}
	div#sec-6 .givewp-layouts.givewp-layouts-headerTitle h2 {
    font-size: 25px !important;
}
}
@media (max-width: 414px) {}
@media (max-width: 390px) {
	    ul.menu.secondary-header-items li a {
        font-size: 11px !important;
    }
	    div#necterslider h2.ns-heading-el {
        font-size: 23px !important;
        line-height: 28px !important;
    }
	    div#sec-4 h3.toggle-title a.toggle-heading {
        font-size: 13px !important;
    }
	    div#sec-5 .row-bg:before {
        margin: 4% 1% 0% 0% ! IMPORTANT;
    }
	div#sec-5 .row-bg:after {
        margin: 3% 0% 0% 2% !important;
    }
	div#sec-6in h6 img {
    margin-right: -7px;
}
	    div#sec-6in {
        padding: 10px 5px;
    }
	div#sec-8 input.tnp-submit {
        width: 48% !important;
    }
	iframe#give-form-shortcode-1 {
    height: 706px !important;
}
	div#sec-8 input.tnp-submit {
        width: 43% !important;
        margin: 5px 5px 5px -120px !important;
    }
	    div#copyright p {
        font-size: 9px;
    }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

@-moz-document url-prefix() {  

@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {
	 div#necterslider .slider-pagination {
    margin-bottom: -3%;
  }
	}
@media (max-width: 912px) {
	 div#necterslider .slider-pagination {
    margin-bottom: 0%;
  }
	}
@media (max-width: 800px) {}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

}