/*
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
*/

#s1 .swiper-slide.main-banner.swiper-slide-visible.swiper-slide-active.no-transform p {
    font-weight: 300!important;
    font-size: 18px;
    line-height: 25px;
    padding: 10px 80px;
}
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h2,html body h6,html body p{
	font-family:'font2' !important;
}
html body h1,html body h3,html body h4,html body h5,html body a{
		font-family:'font1' !important;

}
/* Typography */
#top li#menu-item-51 a {position: relative;text-transform: unset;background: var(--c);padding: 18px 37px !important;border-radius: 50px;text-decoration: underline;}

#top li#menu-item-51 a::after {
    content: "\e909";
    font-family: 'icomoon';
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 10px;
}

#top li#menu-item-51 a span::after {
    display: none;
}

#s1 h2.ns-heading-el {
	font-size: 90px;
    font-family: 'font1' !important;
    text-transform: unset;
}

div#s2 {
    padding: 90px 0px !important;
}

a#b1 span {text-decoration: underline;}

a#b1 i {
    rotate: -45deg;
    background: unset;
    right: 13px;
    font-size: 20px;
    top: 31px;
}

a#b1 {
    padding: 22px 57px;
    font-size: 16px;
}

#s2 a#b1 {
    float: right;
}

html body h1 {
    font-weight: 600;
}

#s2 .i1 {
    --s: 110px;
    width: var(--s);
    height: var(--s);
    object-fit: contain;
}
#s2 .carousel-item {
    margin-right: 20px;
    background: #f5f5f5;
    border: 1px solid transparent;
    padding: 70px 40px;
    transition: 1.5s;
}

#s2 .t2 a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #505050;
    font-family: 'font2' !important;
}

#s2 .owl-nav {
    display: block;
}

#s2 .owl-nav button {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    border-radius: 50% !important;
    background: unset;
    border: 2px solid #515151;
    color: var(--c);
    font-size: 25px;
    padding: 2px 13px;
--p: -70px;
    opacity: 0.5;
    transition: 0.5s;
}

#s2 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#s2 .owl-nav button.owl-prev {
    left: var(--p);
}

#s2 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}

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

.t1 h1 {
    color: var(--c);
}

#s2 .carousel-item:hover {
    background: white;
    border-color: #515151;
    box-shadow: 0px 3px 0px #515151;
    filter: drop-shadow(0px 0px 10px #00000036);
}

#s3 .t1 h1 {
    color: white;
    font-weight: 100;
}

div#s3 {
    padding: 90px 0px !important;
}

#s3 .t1 h1 {
    margin: 40px 0;
}

div#s4 {
    padding: 90px 0px !important;
}

#s4 .carousel-item h6 {
    font-size: 40px;
    line-height: 30px;
    color: var(--c1);
    margin-bottom: 0;
}

#s4 .carousel-item {
    margin: 0 10px;
    border: 1px solid lightgray;
    padding: 30px 30px;
    border-radius: 20px;
}

#s4 h4 {
    line-height: 36px;
    text-shadow: 0 0 BLACK;
}

#s4 .iwt-icon {
    position: inherit;
}

#s4 .iwithtext {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#s4 .iwt-text {
    padding-left: 10px;
}

#s4 .iwt-icon img {margin-bottom: 0;width: 60px;}

#s4 h5 {
    text-shadow: 0 0 BLACK;
    margin-bottom: 0;
}

#s5 .t1 h1 {
    color: white;
}

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

#s6 iframe {
    margin-bottom: -10px;
    height: 400px;
}

#footer-widgets .col.span_12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#media_image-3 {
    margin-bottom: 0 !important;
}

div#nav_menu-3 {
    margin-bottom: 0 !important;
}

#footer-widgets .row {
    padding: 100px 0 !important;
}

div#nav_menu-3 a {
    text-transform: uppercase;
}

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

div#nav_menu-3 li {
    margin: 0 30px !important;
    text-shadow: 0 0 black;
}

div#nav_menu-4 i {--s: 40px;width: var(--s);height: var(--s);line-height: var(--s);border-radius: var(--s);border: 1px solid var(--c2);transition: 0.5s;}

div#nav_menu-4 li {
    margin-right:  0 !important;
}

div#nav_menu-4 a:hover i {
    background: var(--c2);
    color: white;
}
div#nav_menu-4 a {
    opacity: 1 !important;
}

div#text-3 {
    float: right;
    letter-spacing: 2px;
}

div#text-4 {
    float: left;
}

#copyright .col.span_5 {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

div#copyright {
    padding: 20px 0px !important;
}
div#nav_menu-4 {
    margin-left: auto;
}

div#nav_menu-3 {
    margin-left: 80px;
}
#s2.in .owl-nav,#s2.in .owl-dots {
    display: none;
}

#s2.in .owl-stage {
    display: inline;
}

#s2.in .carousel-item {
    margin-bottom: 20px;
}
#s4.in .owl-dots {
    display: none;
}

#s4.in .owl-stage {
    display: inline;
}

#s4.in .carousel-item {
    margin-bottom: 20px;
}
#s5 div#cmt p.logged-in-as {
    display: none;
}

#cmt textarea#comment {
    background: transparent;
    border: 1px solid #ffffff69;
    border-radius: 0;
    height: 190px;
}

#cmt input#submit {
    background: #dcdcdc;
    color: #666666;
    font-size: 18px;
    font-family: font2;
    border-radius: 0 !important;
    position: absolute;
    right: 20px;
    bottom: 70px;
}

#cmt p.form-submit {
    margin-top: 0;
}

div#cmt {
    margin-top: 60px;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#s2 .carousel-item {
    padding: 70px 20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	div#nav_menu-3 {
    margin-left: 35px;
}

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

html body h4 {
    font-size: 16px !important;
    line-height: 32px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
#ab .nectar-fancy-ul.font_size_desktop_14px {
    font-size: 12px;
}
	div#cmt {
    margin-top: 30px;
}
	#footer-widgets .row {
    padding: 70px 0 !important;
}
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c2) !important;
}

div#s2 {
    padding: 70px 0px !important;
}

#s2 .carousel-item {
    margin-right: 10px;
    padding: 50px 10px;
}

#s2 .i1 {--s: 90px;}

#s3 .t1 h1 {
    margin: 30px 0;
}

div#s3 {padding: 70px 0px !important;}

div#s4 {
    padding: 70px 0px !important;
}

#s4 .carousel-item {
    padding: 30px 20px;
    margin: 0px 5px;
}

#s4 .iwithtext {
    margin-top: 20px;
}

#s4 .owl-stage {
    padding-bottom: 0;
}

#s2 .owl-stage {
    padding-bottom: 0;
}

div#nav_menu-3 li {
    margin: 0 13px !important;
}

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

div#nav_menu-3 {margin-left: 26px !important;}
#ab img {
   height:520px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#s1 .swiper-slide.main-banner.swiper-slide-visible.swiper-slide-active.no-transform p {
    font-weight: 300!important;
	font-size: 17px;}
	
	div#s5 {
    padding-top: 70px !important;
    padding-bottom: 10px !important;
}
	#cmt input#submit {
    bottom: 94px;
}
	div#s2 {
    padding: 50px 0px !important;
}

#s2 .owl-stage {
    padding-top: 0;
}
	#s2 {
    text-align: center;
    padding: 50px 0px !important;
}

#s2 a#b1 {
    float: unset;
}

.owl-dots,.owl-nav {
    display: none !important;
}

div#s3 {
    text-align: center;
    padding: 50px 0px !important;
}

div#s4 {
    padding: 50px 0px !important;
}

#s4 .owl-stage {
    padding: 0;
}

#s2 .carousel-item {
    margin: 0 10px;
}

#footer-widgets .col.span_12 {
    flex-direction: column;
}

div#nav_menu-4 {
    margin: auto;
}

div#nav_menu-3 {
    margin: 30px 0 !important;
}

#footer-widgets .row {
    padding: 50px 0px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
body #header-outer {
    margin-bottom: 0;
    padding: 3px 0!important;
}
#s1 .swiper-slide.main-banner.swiper-slide-visible.swiper-slide-active.no-transform p {
    font-weight: 300!important;
    font-size: 13px!important;
    line-height: 20px;
    padding: 7px 2px!important;
}
	#s1 h2.ns-heading-el {
    font-size: 42px!important;
    line-height: 47px!important;
}

html body h1 {
    font-size: 37.3px;
    line-height: 43.8px;
}

#s3 .t1 h1 {
    font-size: 25.3px;
    line-height: 35.8px;
}

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

div#text-3,div#text-4 {float: unset;}

#copyright .col.span_7.col_last {
    margin: 0;
}
	div#nav_menu-4 li {
    margin: 0 10px !important;
}
	div#s2 {
    padding: 50px 0px !important;
}
body[data-button-style=rounded] .container-wrap button[type=submit], body[data-button-style=rounded] .container-wrap input[type=submit] {
    font-size: 15px;
    padding: 16px 23px!important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}