/*
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
*/
h1,h2,h3,h5{
	font-family:'bebasue' !important;
}
h4{
	font-family:'arthemis' !important;
	color:#fade62 !important;
}
h2{
	color:#1f1f1f !important;
}
html body p {
    text-shadow: 0 0 black;
}
.woocommerce form .form-row label {
    font-weight: 400 !important;
}
.woocommerce-privacy-policy-text p {
    font-weight: 400 !IMPORTANT;
}
#customer_login .woocommerce-LostPassword.lost_password, .woocommerce-account h2.n-disable-reg {
    font-weight: 700 !IMPORTANT;
    text-shadow: none !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    padding: 14px 40px !IMPORTANT;
    color: #000 !important;
    font-size: 14px;
    border-radius: 50px !IMPORTANT;
    border: 3px solid #fff;
    text-transform: uppercase !important;
    box-shadow: 0px 3px 5px 1px #ccc;
}
#top ul li.current-menu-item a span {
    color: #f9dd62 !important;
}
#banner h4, #banner h5 {
    display: inline;
}
#banner img {
    width: 70%;
    float: right;
}
#banner h1 {
    color: #fff !important;
}
#banner #r1 .vc_col-sm-6:nth-child(2) {
    right: 12%;
}
#banner #r1 .vc_col-sm-6:nth-child(1) {
    left: 12%;
}
#banner a.nectar-button.small.regular.accent-color.regular-button {
    box-shadow: unset !important;
}
#banner h6 {
    font-family: 'Jost' !important;
    text-transform: uppercase !important;
    color: #fff !IMPORTANT;
    font-size: 21px !important;
    line-height: 25px !IMPORTANT;
}
#banner #r1 .wpb_text_column {
    margin-bottom: 0 !IMPORTANT;
}
#banner .nectar_video_lightbox.play_button_with_text {
    margin-left: 20px;
}
header#top {
    animation: 3s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromLeft {
  0% {
    transform: translatex(100%);
  }
  100% {
    transform: translatex(0);
	}
}
#banner .nectar_video_lightbox.play_button_with_text .link-text p {
    font-weight: 700 !important;
    color: #fff !important;
    text-transform: uppercase !important;
}
#banner .nectar_video_lightbox.play_button_with_text .link-text {
    display: inline-block;
    margin-left: 15px;
}
#banner .owl-stage-outer {
    overflow: visible;
}
.page-id-6 .container.main-content p {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 20px !IMPORTANT;
    color: green !important;
}
#banner .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before {
    background: #000 !important;
}
#banner h4 {
    font-size: 60px !important;
    line-height: 70px !IMPORTANT;
	position: relative;
}
#banner h4::before {
/*     background: #fade62;
    content: '';
    position: absolute;
    left: -140%;
    width: 190px;
    height: 4px;
    top: 40px; */
	display: none !important;
}
#banner h5 {
    font-size: 70px !IMPORTANT;
    line-height: 70px !important;
}
/* #banner  {
    animation: 4s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%)rotatex(180deg);
      opacity:0.9;
  }
  100% {
transform: translateX(0);
  }
} */
#banner img {
    width: 67%;
    float: right;
    transform: scale(1.2);
    transform-origin: center;
    margin-bottom: -100px;
}
#banner .owl-dots {
    position: absolute;
    display: grid;
    right: 7%;
    top: 40%;
}
html body h4 {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
#banner .owl-dot span {
    width: 10px !IMPORTANT;
    height: 50px !important;
    background: #ffffff70 !important;
    border-radius: 0px !IMPORTANT;
    margin: 0px 0px !important;
}
#banner .owl-dot.active span {
    transform: unset !important;
    background: #fade62 !important;
}
#banner .owl-dot:nth-child(1) span::After {
    content: '01';
}
#banner .owl-dot:nth-child(2) span::After {
    content: '02';
}
#banner .owl-dot:nth-child(3) span::After {
    content: '03';
}
#banner .owl-dot:nth-child(4) span::After {
    content: '04';
}
#banner .owl-dot:nth-child(5) span::After {
    content: '05';
}

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


#sec2 .owl-dots {
    display: none !important;
}
#banner .owl-dot span::After {
    right: -20px;
    top: 2px;
    font-size: 40px !IMPORTANT;
    color: #ffffff63;
    font-weight: 700 !important;
    position: relative;
    font-family: 'bebasue';
}
#banner .owl-dot.active span::After{
	color:#fade62 !important;
}
#sec1 .img2 {
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0px 0px 6px 1px #ccc;
    border-radius: 25px;
    width: 40%;
    bottom: -30px;
    left: -20px;
}
#sec1 .img1 {
    width: 94%;
    border: 10px solid #fff;
    box-shadow: 0px 0px 6px 1px #ccc;
    border-radius: 30px;
}
#sec2 .carousel-item:hover h3 {
    color: #fade62;
}
#sec2 h3 {
    margin-top: 10px !IMPORTANT;
    color: #1f1f1f;
    transition: 0.5s;
}
#sec2 .carousel-item:hover img {
    border-color: #fade62;
}
#sec2 img {
    border: 4px solid transparent;
    border-radius: 20px;
    transition: 0.5s;
}
#sec2 .owl-stage {
    padding: 0 !IMPORTANT;
}
#sec2 .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 37%;
    width: 110%;
    left: -5%;
    z-index: -1;
}
#sec2 button.owl-prev {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50px !IMPORTANT;
    border: 2px solid #7f7f7f;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    justify-content: center !important;
	    position: relative;
	transition:0.5s;
}
#sec2 button.owl-next {
    float: right;
    width: 60px;
    height: 60px;
    border-radius: 50px !IMPORTANT;
    border: 2px solid #7f7f7f;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    justify-content: center !important;
	    position: relative;
	transition:0.5s;
}
#sec2 button.owl-prev::before {
    content: '\f124';
    font-family: 'FontAwesome' !important;
    color: #7f7f7f;
    font-size: 25px;
    transform: rotate(-135deg);
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
	transition:0.5s;
}
#sec2 button.owl-next::before {
    content: '\f124';
    font-family: 'FontAwesome' !important;
    color: #7f7f7f;
    font-size: 25px;
    transform: rotate(45deg);
	position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
	transition:0.5s;
}
#sec2 button.owl-next:hover,#sec2 button.owl-prev:hover {
    background: #fade62 !important;
    border-color: #ffffff !important;
    color: #fade62 !important;
    box-shadow: 0px 0px 9px 1px #ccc;
}
#sec2 button.owl-next:hover:before,#sec2 button.owl-prev:hover:before{
	color :#fff !important;
}
#sec3 .carousel-item:hover {
    transform: scale(1.03);
}
#sec3 .carousel-item {
    transition: 0.5s;
}
#sec3 .carousel-item:hover .nectar-video-box {
    box-shadow: 0px 0px 12px 2px #ccc;
    border-radius: 25px;
	 transition: 0.5s;
}
#banner img:hover, #sec1 img:hover, #sec2 img:hover, #sec4 img:hover, #sec6 img:hover {
    filter: brightness(0.7);
}
#sec2::before {
    content: '';
    position: absolute;
    background-size: 100% 100%;
    background-image: url(https://devu1.onlinetestingserver.com/brandon/wp-content/uploads/2023/03/Group-11.png);
    right: -40px;
    top: -30%;
    width: 380px;
    height: 500px;
}
#sec2 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: 0 !important;
}
#banner img, #sec1 img, #sec2 img, #sec4 img, #sec6 img {
    transition: 0.5s;
}
#sec3 .carousel-item .nectar-video-box img {
    transition: 0.5s;
    border: 5px solid transparent;
    border-radius: 25px;
    height: 400px !IMPORTANT;
}
#sec3 .carousel-item:hover .nectar-video-box img {
    border: 5px solid #fff;
    border-radius: 23px !IMPORTANT;
}
#sec3 .nectar-video-box {
    margin-bottom: 0 !IMPORTANT;
}
#sec3 .owl-nav.disabled {
    display: inline-flex;
    width: 100%;
    margin: auto !important;
    align-items: center;
    justify-content: center;
}
#sec3 button.owl-prev {
    width: 70px;
    height: 70px;
    border-radius: 50px !IMPORTANT;
    border: 2px solid #7f7f7f;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    justify-content: center !important;
	    position: relative;
	transition:0.5s;
}
#sec3 button.owl-next {
    width: 70px;
    height: 70px;
    border-radius: 50px !IMPORTANT;
    border: 2px solid #7f7f7f;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    justify-content: center !important;
	    position: relative;
	transition:0.5s;
}
#sec3 button.owl-prev::before {
    content: '\f124';
    font-family: 'FontAwesome' !important;
    color: #7f7f7f;
    font-size: 25px;
    transform: rotate(-135deg);
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
	transition:0.5s;
}
#sec3 button.owl-next::before {
    content: '\f124';
    font-family: 'FontAwesome' !important;
    color: #7f7f7f;
    font-size: 25px;
    transform: rotate(45deg);
	position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
	transition:0.5s;
}
#sec3 button.owl-next:hover,#sec3 button.owl-prev:hover {
    background: #fade62 !important;
    border-color: #ffffff !important;
    color: #fade62 !important;
    box-shadow: 0px 0px 9px 1px #ccc;
}
#sec3 button.owl-next:hover:before,#sec3 button.owl-prev:hover:before{
	color :#fff !important;
}
#sec3 .carousel-item:hover .nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    opacity: 1;
}
#sec3 .nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
    background-color: transparent!important;
    opacity: 0;
    transition: 0.5s;
}
#sec4 .iwt-text {
    font-weight: 700 !IMPORTANT;
    text-transform: none !important;
}
#sec4 .iwithtext {
    margin-bottom: 35px !important;
}
#sec4 .iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: -5px;
}
#sec4 .iwithtext .iwt-text {
    padding-left: 45px;
}
#sec4 .vc_col-sm-5 img {
    border: 9px solid #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 9px 1px #ccc;
}
#sec6 .carousel-item div#r1::before {
    content: '';
    background-image: url(https://devu1.onlinetestingserver.com/christopher/wp-content/uploads/2023/03/fdasasf.png);
    background-size: 100% 100%;
    position: absolute;
    width: 750px;
    height: 200px;
    left: 10%;
    pointer-events: none;
    top: 30px;
}
#sec5 button.owl-dot.active span {
    transform: unset !important;
    border: 5px solid #fff !important;
    box-shadow: 0px 0px 5px 1px #908f8f;
}
#sec5 button.owl-dot span {
    width: 110px !IMPORTANT;
    height: 110px !IMPORTANT;
    border-radius: 140px !IMPORTANT;
    background-size: 100% 100% !important;
    margin: 0px 10px !IMPORTANT;
}
#sec5 .carousel-item div#r1 h5 {
    color: #1d2130 !important;
    margin-bottom: -5px;
    font-size: 39px;
    line-height: 40px !important;
}
#sec5 .carousel-item div#r1 {
    background: #fff !important;
    padding: 30px 20px 20px 20px !IMPORTANT;
    border: 3px solid #c8c8c8;
    border-radius: 5px;
    margin: 135px 150px 0px 150px;
}
#sec5 .owl-dots {
    position: absolute;
    left: 50%;
    top: 10.5%;
    transform: translate(-50%, -50%);
    width: 65%;
}
div#sec5::before {
    content: '';
    position: absolute;
    background-size: 96% 100%;
    background-image: url(https://devu1.onlinetestingserver.com/brandon/wp-content/uploads/2023/03/Group-20.png);
    width: 1750px;
    height: 380px;
    left: -17%;
    top: 28%;
    z-index: 2;
    background-repeat: no-repeat;
	pointer-events:none !important;
}
#sec5 button.owl-dot:nth-child(1) span {
    background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-3.png)!important;
}
#sec5 button.owl-dot:nth-child(2) span{
	background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-5.png)!important;
}
#sec5 button.owl-dot:nth-child(3) span{
	background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-1.png)!important;
}
#sec5 button.owl-dot:nth-child(4) span{
	background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-6.png)!important;
}
#sec5 button.owl-dot:nth-child(5) span{
	background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-2.png)!important;
}
#sec5 button.owl-dot:nth-child(6) span{
	background-image: url(https://allheroesrise.org/wp-content/uploads/2023/03/testi-4.png)!important;
}
#sec5 .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 9%;
    width: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#sec5 button.owl-prev {
    float: left !important;
    width: 40px;
    height: 40px;
    border-radius: 50px  !important;
    background: transparent;
    font-size: 40px;
    color: #b7b7b7;
    transition: 0.5s;
	border:2px solid #b7b7b7 !important;
}
#sec5 button.owl-next {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px !important;
    background: transparent;
    font-size: 40px;
    transition: 0.5s;
    color: #b7b7b7;
	border:2px solid #b7b7b7 !important;
}
#sec5 button.owl-dot.active{
	position:relative;
}
#sec5 button.owl-dot.active::before {
    background-size: 100% 100%;
    position: absolute;
    content: '';
    bottom: -68px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 32px;
    background-image: url(https://devu1.onlinetestingserver.com/brandon/wp-content/uploads/2023/03/Christopher-Simmons-Project-Redo-1_03.png);
}
#sec5 button.owl-prev:hover,#sec5 button.owl-next:hover{
	border-color:#fade62 !important;
	color:#fade62 !important;
}
#sec5 button.owl-next span {
    position: relative;
    bottom: 10px;
    left: 1px;
}
#sec5 button.owl-prev span {
    position: relative;
    bottom: 10px;
}
#sec5 .carousel-item div#r1 img {
    position: relative;
    top: 20px;
}
#sec5 .carousel-item div#r1::before {
    content: '';
    background-image: url(https://devu1.onlinetestingserver.com/brandon/wp-content/uploads/2023/03/asfd.png);
    background-size: 100% 100%;
    position: absolute;
    width: 750px;
    height: 200px;
    left: 10%;
    pointer-events: none;
    top: 30px;
}
#sec6 .form-field-fm:focus,#sec6 .form-area-fm:focus {
    box-shadow: 0px 0px 6px 1px #fade62 !important;
}
#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 150px 0px 70px !IMPORTANT;
    border-left: 10px solid #fade62;
}
#sec6 .form-field-fm::placeholder {
    color: #000 !important;
}
#sec6 .form-field-fm {
    margin-bottom: 20px !IMPORTANT;
    border-radius: 15px !IMPORTANT;
    background: #fff !important;
    box-shadow: 0px 2px 4px 1px #ccc;
    padding: 16px !IMPORTANT;
}
#sec6 .form-area-fm::placeholder {
    color: #000 !important;
}
#sec6 .form-area-fm {
    margin-bottom: 15px !IMPORTANT;
    border-radius: 15px !IMPORTANT;
    background: #fff !important;
    box-shadow: 0px 2px 4px 1px #ccc;
    padding: 16px !IMPORTANT;
    height: 200px;
}
#sec6 .form-button-fm {
    width: 28% !important;
    text-transform: uppercase !important;
    color: #000 !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 5px 6px 1px #ccc !important;
}
#footer {
    background-size: 100% 100% !important;
}
#footer p {
    color: #fff !important;
   font-weight: 400 !important;
}
#footer img {
    width: 80%;
    margin-top: -30px;
}
#footer {
    padding-top: 90px !important;
    padding-bottom: 0px;
}
#footer ul {
    margin: 0 !IMPORTANT;
}
#footer ul li {
    list-style: none;
    color: #fff !important;
    font-weight: 400 !important;
    font-family: 'Jost' !important;
    font-size: 16px !IMPORTANT;
    line-height: 30px !IMPORTANT;
}
#footer h2.widgettitle {
    color: #fff !IMPORTANT;
    font-size: 40px !IMPORTANT;
    line-height: 40px !IMPORTANT;
    margin-bottom: 30px !IMPORTANT;
}
#footer form.tnp-form {
    position: relative;
    width: 100%;
}
#footer input.tnp-email::placeholder {
    color: grey;
}
span.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: unset !important;
    text-transform: uppercase;
    text-shadow: none !important;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    top: -15px !IMPORTANT;
}
.wpcf7-response-output {
    border: unset !important;
    background: transparent !important;
    font-weight: 700 !important;
}
#footer input.tnp-email {
    padding: 17px !IMPORTANT;
    border-radius: 50px !IMPORTANT;
    background: #ececec !important;
}
#footer div#r2 {
    background: #fff !important;
    padding: 40px 80px !important;
    border-radius: 100px !important;
}
#footer div#r2 h2 {
    color: #111111 !important;
    font-size: 55px !important;
}
#footer input.tnp-submit {
    position: absolute;
    right: 0;
    width: 30%;
    border: 3px solid #fff;
    border-radius: 50px !IMPORTANT;
    padding: 18px !IMPORTANT;
    box-shadow: 0px 0px 5px 1px #ccc;
    color: #000 !important;
}
#footer div#r3 p {
   font-weight: 400 !important;
}
#footer div#r3 strong {
    text-transform: uppercase !important;
    font-weight: 500 !IMPORTANT;
    color: #fade62;
    text-shadow: none !important;
}
#footer #menu-get li {
    margin-bottom: 20px !IMPORTANT;
}
#footer .wpb_raw_html ul li a:hover i {
    background: #fade62 !important;
	color:#000 !important;
}
#footer .wpb_raw_html ul li a i {
    color: #fff !important;
    width: 55px;
	text-shadow: none !important;
    height: 55px;
    border-radius: 50px !important;
    line-height: 55px;
    font-size: 18px !IMPORTANT;
    transition: 0.5s;
	background:#4c4c4c;
}
#footer .wpb_raw_html ul li {
    display: inline-block;
}
#footer ul#menu-get li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fade62;
    border-radius: 50px !IMPORTANT;
    color: #000 !important;
    margin-right: 10px !IMPORTANT;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#banner #r1 .vc_col-sm-6:nth-child(1) {
    left: 7%;
}
	.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    font-size: 40px !IMPORTANT;
}
	div#header-outer {
    background: #000 !important;
}
		#top ul li a {
    font-size: 15px !IMPORTANT;
}
	#banner h4::before {
    left: -70%;
    width: 95px;
    height: 4px;
    top: 40px;
}
	#banner {
    padding-top: 150px !important;
    padding-bottom: 40px !important;
}
	#banner img {
    width: 67%;
    transform: scale(1.2);
    margin-bottom: -60px;
}
	#sec2 .owl-nav.disabled {
    top: 27%;
    width: 110%;
    left: -5%;
}
	#sec3 .owl-stage {
    padding: 0 !important;
}
	#footer .vc_col-sm-3:nth-child(2) {
    left: 50px;
}
	#sec3 .row_col_wrap_12 {
    padding: 0px 20px !IMPORTANT;
}
	#sec6 .form-button-fm {
    width: 33% !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#banner h1 {
    font-size: 100px !important;
    line-height: 90px !important;
}
	#banner #r1 .vc_col-sm-6:nth-child(1) {
    left: 6%;
}
	#banner h4::before {
    left: -55%;
    width: 70px;
    height: 4px;
    top: 40px;
}
	#banner h5 {
    font-size: 60px !IMPORTANT;
    line-height: 60px !important;
}
	#banner h6 {
    font-size: 19px !important;
    line-height: 19px !IMPORTANT;
}
	#banner img {
    width: 70%;
    transform: scale(1.2);
    margin-bottom: -50px;
}
	#sec2::before {
    right: -30px;
    top: -30%;
    width: 310px;
    height: 500px;
}
	#sec2 .owl-nav.disabled {
    top: 29%;
    width: 113%;
    left: -7%;
}
	#sec2 h3 {
    font-size: 40px !important;
    line-height: 40px !important;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 350px !IMPORTANT;
}
	#sec5 button.owl-dot span {
    width: 100px !IMPORTANT;
    height: 100px !IMPORTANT;
    margin: 0px 10px !IMPORTANT;
}
	#sec5 .carousel-item div#r1 {
    padding: 30px 20px 20px 20px !IMPORTANT;
    margin: 129px 150px 0px 150px;
}
	div#sec5::before {
    width: 1600px;
    height: 380px;
    left: -17%;
    top: 21%;
}
	#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 90px 0px 40px !IMPORTANT;
}
	#footer div#r2 h2 {
    color: #111111 !important;
    font-size: 50px !important;
}#sec6 img {
    height: 700px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#top ul li a {
    font-size: 14px !IMPORTANT;
}
	#header-outer[data-lhe="default"] #top nav > ul > li > a{
    padding-left: 14px !important;
    padding-right: 14px !important;
}
	#banner #r1 .vc_col-sm-6:nth-child(1) {
    left: 6%;
}
	#banner h4::before {
    left: -70%;
    width: 70px;
    height: 4px;
    top: 27px;
}
	#banner h4 {
    font-size: 45px !important;
    line-height: 50px !IMPORTANT;
}
	#banner h5 {
    font-size: 55px !IMPORTANT;
    line-height: 60px !important;
}
	#banner h1 {
    font-size: 95px !important;
    line-height: 90px !important;
}
	#banner h6 {
    font-size: 18px !important;
    line-height: 18px !IMPORTANT;
}
	html body p {
    font-size: 15px;
    line-height: 25px;
}
	#sec2 .row_col_wrap_12 {
    padding: 0px 80px !IMPORTANT;
}
	#sec2 .owl-nav.disabled {
    top: 29%;
    width: 112%;
    left: -6%;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 320px !IMPORTANT;
}
	#sec5 button.owl-dot span {
    width: 100px !IMPORTANT;
    height: 100px !IMPORTANT;
    margin: 0px 5px !IMPORTANT;
}
	#sec4 .iwithtext {
    margin-bottom: 25px !important;
}
	#sec5 .carousel-item div#r1 {
    padding: 30px 20px 20px 20px !IMPORTANT;
    margin: 127px 150px 0px 150px;
}
	#sec5 .carousel-item div#r1::before {
    width: 700px;
    height: 200px;
    left: 5%;
    top: 40px;
}
	div#sec5::before {
    width: 1470px;
    height: 300px;
    left: -13%;
    top: 26%;
}
	#sec6 img {
    height: 600px !IMPORTANT;
}
	#footer div#r2 h2 {
    font-size: 47px !important;
}
	#footer div#r2 {
    padding: 30px 80px !important;
}
#sec6 img {
    height: 650px !IMPORTANT;
}
	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1240px) {
	#header-outer[data-lhe="default"] #top nav > ul > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
	html body p {
    font-size: 14px;
    line-height: 24px;
}
	div#sec5::before {
    width: 1350px;
    height: 380px;
    left: -13%;
    top: 21%;
    background-size: 100% 100% !important;
}
	#footer div#r2 {
    padding: 40px 60px !important;
}
	#footer ul li {
    font-size: 15px !IMPORTANT;
    line-height: 30px !IMPORTANT;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	#banner h1 {
    font-size: 75px !important;
    line-height: 70px !important;
}
	#banner h4 {
    font-size: 40px !important;
    line-height: 40px !IMPORTANT;
}
	#banner h4::before {
    left: -60%;
    width: 50px;
    height: 4px;
    top: 27px;
}
	#banner .owl-dots {
    right: 7%;
    top: 25%;
}
	#banner h5 {
    font-size: 39px !IMPORTANT;
    line-height: 50px !important;
}
	#banner h6 {
    font-size: 15px !important;
    line-height: 15px !IMPORTANT;
}
	html body h4 {
    font-size: 38px !IMPORTANT;
    line-height: 38px !IMPORTANT;
}
	html body p br {
    display: none;
}
	#sec1 {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
	#sec1 p {
    font-size: 12px !IMPORTANT;
    line-height: 20px !important;
}
	#sec2::before {
    right: -30px;
    top: -10%;
    width: 200px;
    height: 300px;
}
	#sec2 .row_col_wrap_12 {
    padding: 0px 70px !IMPORTANT;
}
	#sec2 .owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 6px !important;
}
	#sec2 h3 {
    font-size: 30px !important;
    line-height: 30px !important;
}
	#sec2 .owl-nav.disabled {
    top: 29%;
    width: 114%;
    left: -7%;
}
	div#sec3 p br {
    display: block !important;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 250px !IMPORTANT;
}
	html body h2 {
    font-size: 50px !important;
    line-height: 50px !IMPORTANT;
}
	#sec4 {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}
	#sec5 button.owl-dot span {
    width: 80px !IMPORTANT;
    height: 80px !IMPORTANT;
    margin: 0px 5px !IMPORTANT;
}
	#sec5 .owl-dots {
    top: 5%;
    width: 65%;
}
	#sec5 .owl-nav.disabled {
    top: 4%;
    width: 78%;
}
	#sec5 .carousel-item div#r1 {
    padding: 20px 20px 20px 20px !IMPORTANT;
    margin: 90px 80px 0px 80px;
}
	#sec5 .carousel-item div#r1::before {
    width: 600px;
    height: 170px;
    left: 5%;
    top: 40px;
}
	div#sec5::before {
    width: 1080px;
    height: 280px;
    left: -13%;
    top: 30%;
    background-size: 100% 100% !important;
}
	#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 30px 0px 40px !IMPORTANT;
}
	#sec6 img {
    height: 600px !IMPORTANT;
}
	#sec6 .wpb_text_column.wpb_content_element {
    margin-bottom: 5px !IMPORTANT;
}
	#sec6 img {
    height: 560px !IMPORTANT;
}
	#footer h2.widgettitle {
    font-size: 30px !IMPORTANT;
    line-height: 30px !IMPORTANT;
    margin-bottom: 20px !IMPORTANT;
}
	#footer p {
    font-size: 12px !IMPORTANT;
    line-height: 22px !IMPORTANT;
}
	#footer ul li {
    font-size: 11px !IMPORTANT;
    line-height: 26px !IMPORTANT;
}
	#footer div#r2 h2 {
    font-size: 38px !important;
}
	#footer div#r2 {
    padding: 30px 60px !important;
}
	#footer input.tnp-submit {
    width: 40%;
}
	#page-header-bg h1 {
    font-size: 60px !IMPORTANT;
}
#sec6 img {
    height: 600px !IMPORTANT;
}
	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
	#banner .owl-dots,#sec2 .owl-nav.disabled,.owl-dots,#sec3 .owl-nav.disabled,#sec5 .owl-nav.disabled,div#sec5::before,#sec2::before,#banner h4::before{
		display:none !important;
}
	#banner img {
    width: 50%;
    transform: scale(1);
    margin-bottom:0px;
    display: table !important;
    margin: auto !important;
		float:unset !important;
}
	#banner #r1 .vc_col-sm-6:nth-child(1) {
    left: 0%;
}
	#banner #r1 .vc_col-sm-6:nth-child(2) {
    right: 0%;
}
	#banner {
    padding-top: 70px !important;
    padding-bottom: 0px !important;
    text-align: center;
}
	#sec1 .img1 {
    width: 75%;
    display: table;
    margin: auto;
}
	#sec1 .img2 {
    width: 35%;
    bottom: -30px;
    left: 40px;
}
	#sec1 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    text-align: center;
}
	#sec1 p {
    font-size: 14px !IMPORTANT;
    line-height: 24px !important;
}
	html body p {
    font-size: 14px !IMPORTANT;
    line-height: 24px !important;
}
	#sec2 h3 {
    font-size: 40px !important;
    line-height: 40px !important;
}
	#sec2 .row_col_wrap_12 {
    padding: 0px 50px !IMPORTANT;
}
	#sec2 {
    padding-top: 30px !important;
    padding-bottom: 0px;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 280px !IMPORTANT;
}
	#sec3 {
    padding-top: 30px !important;
    padding-bottom: 0px;
}
	#sec4 .iwithtext {
    margin-bottom: 35px !important;
    display: table;
    margin-left: 80px;
}
	#sec4 .vc_col-sm-5 img {
    display: table;
    margin: auto;
    width: 75%;
}
	div#sec5 .owl-dots {
    display: block !important;
}
	div#sec5 .owl-dots {
    display: block !important;
    width: 100% !important;
}
	#sec5 .carousel-item div#r1 {
    padding: 20px 20px 20px 20px !IMPORTANT;
    margin: 90px 0px 0px 0px;
}
	#sec5 .carousel-item div#r1::before {
    width: 540px;
    height: 170px;
    left: 5%;
    top: 40px;
}
	#sec5 .carousel-item div#r1 h5 {
    margin-bottom: -5px;
    font-size: 30px;
    line-height: 34px !important;
}
	#sec5 {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}
	#sec6 img {
    height: auto !important;
    width: 70% !IMPORTANT;
    display: table;
    margin: auto;
    margin-bottom: 20px !IMPORTANT;
}
	#sec6 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #f6f6f6 !important;
    text-align: center;
}
	#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 110px !IMPORTANT;
    border: unset !important;
}
	#sec6 .form-button-fm {
    width: 33% !important;
    display: table;
    margin: 0 auto !important;
}
	#footer .vc_col-sm-3:nth-child(2), #footer .vc_col-sm-3:nth-child(4) {
    left: 50px;
}
	#footer .vc_col-sm-3 {
    margin-bottom: 40px !IMPORTANT;
}
	#footer img {
    width: 60%;
    margin-top: 0px;
}
	#footer {
    padding-top: 40px !important;
    padding-bottom: 0px;
}
	#footer ul li {
    font-size: 14px !IMPORTANT;
    line-height: 27px !IMPORTANT;
}
	#footer div#r2 h2 {
    font-size: 45px !important;
    text-align: center;
    line-height: 45px !important;
}
	#footer #r2 .vc_col-sm-5 {
    margin-bottom: 5px !important;
}
	#footer .vc_col-sm-3:nth-child(2), #footer .vc_col-sm-3:nth-child(4) {
    margin-bottom: 0 !IMPORTANT;
}
	#footer p {
    font-size: 14px !IMPORTANT;
    line-height: 24px !IMPORTANT;
}
	#sec4 {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    text-align: center;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	#banner h1 {
    font-size: 45px !important;
    line-height: 45px !important;
}
	#page-header-bg h1 {
    font-size: 35px !IMPORTANT;
}
	.page-id-6 .container.main-content p {
    color: green !important;
}
	.woocommerce-account .woocommerce > #customer_login .nectar-form-controls .control {
    font-size: 30px !IMPORTANT;
}
	#banner h4, #banner h5,#sec5 .carousel-item div#r1::before{
		display:none !important;
}
	#banner h6 {
    font-size: 10px !important;
    line-height: 10px !IMPORTANT;
}
	a.nectar-button.small.regular.accent-color.regular-button {
    padding: 13px 30px !IMPORTANT;
		font-size: 13px !important;
}
	#banner img {
    width: 70%;
}
	#sec1 .img1 {
    width: 80%;
}
	#sec1 .img2 {
    width: 35%;
    bottom: -20px;
    left: 10px;
}
	html body h2 {
    font-size: 30px !important;
    line-height: 35px !IMPORTANT;
}
	html body h4 {
    font-size: 30px !IMPORTANT;
    line-height: 30px !IMPORTANT;
}
	#sec2 h3 {
    font-size: 30px !important;
    line-height: 30px !important;
}
	#sec2 .owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 6px 30px !important;
}
	#sec2 .wpb_text_column {
    margin-bottom: 0 !important;
}
	#sec2 .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-bottom: 0 !IMPORTANT;
}
	#sec3 p br {
    display: none !IMPORTANT;
}
	#sec4 .iwt-text {
    font-size: 14px;
}
	#sec4 .iwithtext {
    margin-bottom: 20px !important;
}
	#sec4 .vc_col-sm-5 img {
    width: 80%;
}
	#sec5 button.owl-dot span {
    width: 50px !IMPORTANT;
    height: 50px !IMPORTANT;
    margin: 0px 5px !IMPORTANT;
}
	#sec5 .owl-dots {
    top: 1%;
}
	#sec5 button.owl-dot.active::before {
    bottom: -48px;
    width: 40px;
    height: 22px;
}
	#sec4 .iwithtext {
    margin-left: 20px;
}
	#sec5 .carousel-item div#r1 {
    padding: 20px 20px 20px 20px !IMPORTANT;
    margin: 43px 0px 0px 0px;
}
	#sec5 .carousel-item div#r1 {
    padding: 0px 20px 20px 20px !IMPORTANT;
    margin: 43px 0px 0px 0px;
}
	#sec6 img {
    width: 80% !IMPORTANT;
    margin-bottom: 20px !IMPORTANT;
}
	#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 40px !IMPORTANT;
    border: unset !important;
}
	#sec6 .form-button-fm {
    width: 40% !important;
}
	#footer img {
    width: 40%;
    margin-top: 0px;
}
	#footer .vc_col-sm-3:nth-child(2) {
    margin-bottom: 40px !IMPORTANT;
}
	#footer .vc_col-sm-3:nth-child(2), #footer .vc_col-sm-3:nth-child(4) {
    left: 0px;
}
	#footer div#r2 h2 {
    font-size: 38px !important;
    line-height: 38px !important;
}
	#footer div#r2 {
    padding: 20px 30px !important;
}
	#footer input.tnp-submit {
    width: 45%;
}
	div#sec3 p br {
    display: none !important;
}
	#sec5 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 414px) {
	#sec1 .img1 {
    width: 90%;
    border-width: 7px !important;
}
	#sec1 .img2 {
    width: 40%;
    bottom: -20px;
    left: -10px;
}
	#sec2 .row_col_wrap_12 {
    padding: 0px 20px !IMPORTANT;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 300px !IMPORTANT;
}
	#sec4 .vc_col-sm-5 img {
    width: 90%;
}
	#sec4 .iwithtext {
    margin-left: 0px;
}
	#sec4 .iwt-text {
    font-size: 11px;
}
	#footer div#r2 h2 {
    font-size: 30px !important;
    line-height: 30px !important;
}
	#footer input.tnp-email::placeholder {
    font-size: 11px !IMPORTANT;
}
	#footer input.tnp-submit {
    width: 52%;
    font-size: 12px;
}
	#footer div#r3 p {
    font-weight: 400 !important;
    font-size: 12px !IMPORTANT;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
	#banner h1 {
    font-size: 35px !important;
    line-height: 35px !important;
}
	#banner img {
    width: 80%;
}
	#sec2 .row_col_wrap_12 {
    padding: 0px 10px !IMPORTANT;
}
	#sec2 h2 {
    font-size: 25px !IMPORTANT;
    line-height: 30px !important;
}
	#sec3 .carousel-item .nectar-video-box img {
    height: 250px !IMPORTANT;
}
	#sec4 .iwt-text {
    font-size: 11px;
}
	#sec4 .vc_col-sm-5 img {
    width: 100%;
}
	#sec5 button.owl-dot span {
    width: 40px !IMPORTANT;
    height: 40px !IMPORTANT;
    margin: 0px 5px !IMPORTANT;
}
	#sec5 .carousel-item div#r1 {
    padding: 0px 10px 10px 10px !IMPORTANT;
    margin: 40px 0px 0px 0px;
}
	#sec6 .form-button-fm {
    width: 50% !important;
}
	#sec6 .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 0px 20px !IMPORTANT;
    border: unset !important;
}
	#sec6 img {
    width: 90% !IMPORTANT;
    margin-bottom: 20px !IMPORTANT;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}


