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

: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(17deg,rgba(52, 21, 80, 1) 0%, rgba(86, 66, 154, 1) 51%, rgba(27, 32, 82, 1) 100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);

}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb
{
	background: var(--c1);
}
::selection {
	background:  var(--c1);
	color:#000;
}
div#gform_confirmation_message_1 {
	font-family: 'font1' !important;
}
/*------typography-----------*/
html body h1{
	font-family:font1 !important;
}
html body h2{
	font-family:font1  !important;
}
html body h3{
	font-family:font1  !important;
}
html body h4{
	font-family:font2  !important;
}
html body h5{
	font-family:font3  !important;
}
html body h6{
	font-family:font3  !important;
}
html body p,html body em,html body a,html body button,html body input,html body label,html body legend,html body .wpb_text_column li,html body .nectar-split-heading li,html body .nectar-fancy-ul li,html body input[type=submit]{
	font-family:font3 !important;
}
html body strong{
	font-family:inherit;
}
/*------typography-----------*/



div#custom_html-3 .icon2 {
    position: absolute;
    left: 89%;
}

div#custom_html-3 .icon2 {
    position: absolute;
    left: 82%;
}

div#custom_html-3 .icon2 ul li i {
        background: #d49f49 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-decoration: none;
}

div#s1 h1 b {
    border-bottom: 5px solid;
}

body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
	background: var(--c) !important;
}
#s1 a.primary-color {
    background: #d49f49;
    letter-spacing: 0px;
    background-size: 100% 300%;
    /* animation: gradientMove 3s linear infinite; */
    border-radius: 50px !important;
    font-size: 16px;
    padding: 25px;
    width: 275px;
}

/* #s1 a.primary-color i {
	margin-left: 20px;
	background: #fff;
	font-size: 25px;
	color: var(--c);
	padding: 12px 15px;
	border-radius: 4px;
} */

/* #s1 .buttons {
	justify-content: end;
	margin-top: -117px;
} */

#top ul .s1 a span {
	background: #d49f49;
	color: #fff;
	padding-inline: 10px 24px;
	padding-block: 18px;
	border-radius: 5px;
	/*     background-size: 100% 300%; */
	/*     animation: gradientMove 3s linear infinite; */
}

div#in1 {
    border: 2px solid;
    border-radius: 20px;
    height: 650px;
    background: #ffffff2e;
}

#top ul .s1 a i {
	background: #fff;
	color: var(--c);
	padding: 9px 13px;
	border-radius: 4px;
	font-size: 24px;
	margin-right: 15px;
}


#top ul .current-menu-item a span {
	text-decoration: underline;
}

#top a#logo img {
	scale: 1.8;
	transform-origin: left;
}

#s2 {
	padding-block: 60px !important;
}

#s2 .t2 {
	padding-block: 30px 120px;
	border-radius: 0px 0px 10px  10px;
	/*     background-size: 100% 150%; gradient ko stretch kiya
	animation: gradientMove 3s linear infinite; */
}
@keyframes gradientMove {
	0% {
		background-position: top;
	}
	100% {
		background-position: bottom;
	}
}

#s2 .hover-wrap {
	margin: 0;
}

#s2 .t2 h3,#s2 .t2 p {
	color: #fff;
}

#s3 .owl-stage {
    padding: 0px !important;
}

a#b2 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: #d49f49 !important;
    padding-inline: 45px 50px;
    border-radius: 50px !important;
}

#s7 .flickity-viewport {
    margin: 0px !important;
}

/* a#b2 i {
	background: var(--g);
	border-radius: 4px;
	color: #fff;
	font-size: 25px;
	padding: 20px 21px !important;
	margin-left: 15px !important;
} */

/* #s2 .icon-button-arrow:before {
	top: -15px;
	position: relative;
	left: -12px;
} */

/* #s2 a#b2 {
	position: absolute;
	top: 79%;
	left: 0;
	right: 0;
	margin-inline: auto;
	display: table;
} */

#s2 .owl-stage {
	padding-block: 0px !important;
}

#s5 {
    padding-top: 30px !important;
}

#s2 #in1 {
	margin-bottom: 0px;
}

a#b1 {
    font-size: 18px;
    line-height: 28px;
    padding-inline: 45px 50px;
    padding-block: 15px;
    border-radius: 50px !important;
    background: #0e2f60 !important;
}


/* a#b1 i {
	background: #fff !important;
	border-radius: 4px;
	color: var(--c);
	font-size: 25px;
	padding: 20px 21px !important;
	margin-left: 15px !important;
} */
@keyframes scroll {
	to {
		background-position: 100000px 0px;
	}
}
#footer-widgets .icn ul li {
	display: inline-block;
	margin-right: 10px;
}

#footer-widgets .icn ul li a i {
	font-size: 33px;
	top: 0px;
	background: #fff;
	color: var(--c);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	transition: 0.8s;
	/*     background-size: 100% 300%; gradient ko stretch kiya
	animation: gradientMove 4s linear infinite; */
}

#footer-widgets .icn ul li a i:hover {
	background-image: var(--g);
}

#footer-outer #footer-widgets .widget h4 {
	position: relative;
	padding-bottom: 30px;
	font-family: font4 !important;
}

#footer-outer #footer-widgets .widget h4:before {
	content: '';
	position: absolute;
	bottom: 8px;
	width: 90px;
	border-bottom: 3px solid #fff;
}

#nav_menu-4 ul li a i {
    background: #d49f49;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-right: 15px;
}

#nav_menu-4 ul li {
	line-height: 50px;
}

#nav_menu-2 {
	margin: auto;
	display: table;
}

#copyright {
	padding-block: 20px !important;
}

#footer-outer #copyright p {
	font-size: 16px;
	line-height: 26px;
}

div#text-2 {
	float: right;
}

div#text-3 {
	float: left;
}

#copyright .col.span_5 {
	max-width: 200% !important;
}

#footer-widgets .row {
	border-bottom: 1px solid #838491;
}

#footer-outer #copyright a:not(.nectar-button) {
	text-transform: uppercase;
	text-decoration: underline;
}
#footer-widgets span {
	position: relative;
	left: 55px;
	top: -15px;
}
div#custom_html-2 {
	margin-inline: auto;
	display: table;
	position: relative;
}
#s2 img.img-with-animation.m1.skip-lazy {
	border-radius: 10px 10px 0px 0px;
}
#s2 .vc_col-sm-4>div {
	padding-inline: 1%;
}
#footer-outer .widget.widget_media_image img {
	width: 100%;
}
#s2 .t1 h4 {
	text-shadow: 0 0 black;
}
#s3 .owl-nav.disabled {
	display: block;
}
#s3 button.owl-prev{
	position: absolute;
	left: -50px;
	top: 35%;
}
#s3 button.owl-next {
	position: absolute;
	right: -50px;
	top: 35%;
}
#s3 .owl-nav button {
	background-color: transparent;
	border: 2px solid #0e2f60;
	width: 50px;
	height: 50px;
	border-radius: 100px !important;
	color: #0e2f60;
	font-size: 25px;
}

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

div#con_pg .gform_body input, div#con_pg .gform_body textarea {
	background: #fff;
	color: #000;
	font-family:font3;
}
div#con_pg .gform_body input::placeholder, div#con_pg .gform_body textarea::placeholder {
	color: #000;
}
div#con_pg .col_left p {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
div#con_pg .col_left p {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
}
div#con_pg .iwt-text {
	padding-top: 7px;
}
div#con_pg .iwt-text a, div#con_pg i::before{
	color: #fff !important;
}

div#page-header-wrap h1 {
	font-size: 60px;
	line-height: 70px;
}

div#footer-outer div#footer-widgets .container {
    max-width: 1840px !important;
}

/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	
div#footer-outer div#footer-widgets .container a {
    font-size: 14px;
}	
	
	div#in1 {
   height: 620px;
}
	
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	
	    div#footer-outer div#footer-widgets .container a {
        font-size: 13px;
    }
	
	    div#in1 {
        height: 580px;
    }

	div#footer-widgets p {
    font-size: 14px;
}
div#footer-widgets ul li a {
    font-size: 14px;
}
	
	#s2 .t2 h3 {
		font-size: 24px;
		line-height:34px;
	}
	#s1 h1 {
		font-size: 71px;
		line-height: 81px;
	}
	#s2 {
		padding-block: 50px !important;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	
div#footer-outer div#footer-widgets .container a {
        font-size: 12px;
    }	

	    div#in1 {
        height: 610px;
    }
	
	div#page-header-wrap h1 {
		font-size: 50px;
		line-height: 60px;
	}
	#s2 .owl-nav button {
		width: 40px;
		height: 40px;
	}
	#s1 h1 {
		font-size: 68px;
		line-height: 78px;
	}
	/* 	#s2 .t2 h3 {
	font-size: 28px;
	line-height: 38px;
} */
	#nav_menu-4 {
		margin-left: -10px;
	}
	html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li, html body input[type=submit] {
		font-size: 18px;
		line-height: 28px;
	}

	#footer-widgets span {
		top: 0px;
	}

	#nav_menu-4 ul li {
		margin-bottom: 20px !important;
	}
	#s2 .t2 p {
		font-size: 22px;
	}
	#in1 {
		margin: 0;
	}
	#s2 .t1 {
		margin-bottom: 15px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	
	    div#footer-outer div#footer-widgets .container a {
        font-size: 11px;
    }
	
	#s2 .t2 h3 {
		font-size: 22px;
		line-height:32px;
	}
	#s1 h1 {
		font-size: 64px;
		line-height: 74px;
	}
	html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li, html body input[type="submit"] {
		font-size: 18px;
		line-height: 28px;
	}
	#footer-widgets span {
		top: -1px;
	}
	#nav_menu-4 ul li {
		margin-bottom: 20px !important;
	}
	/* 	#s2 .t2 h3 {
	font-size: 26px;
} */
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	
div#s7 .flickity-viewport {
    height: 257.188px;
}	
	div#page-header-wrap h1 {
		font-size: 40px;
		line-height: 50px;
	}
	#s2 .t2 h3 {
		font-size: 17px;
		line-height:27px;
	}
	#s1 h1 {
		font-size: 45px;
		line-height: 55px;
	}
	#s1 a.primary-color {
		font-size: 16px;
		line-height: 28px;
	}
/* 	#s1 .buttons {
		margin-top: -70px;
	} */
	/* 	#s2 .t2 h3 {
	font-size: 20px;
	line-height: 30px;
} */
	#s2 a#b2 {
		top: 73%;
	}
	html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li, html body input[type="submit"] {
		font-size: 13px;
		line-height: 23px;
	}
	#footer-widgets .icn ul li a i {
		font-size: 25px;
		width: 37px;
		height: 37px;
		line-height: 37px;
	}
	#footer-outer #copyright p {
		font-size: 14px;
		line-height: 24px;
	}
	#footer-widgets .row {
		padding-bottom: 30px !important;
	}
	div#custom_html-2 {
		top: 80px;
	}
	body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>.s1 a i {
		margin-right: 10px;
	}
	div#media_image-2 {
		top: 13px;
		position: inherit;
	}
	#s2 .t2 p {
		font-size: 18px;
		line-height: 28px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#page-header-wrap h1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	#s2 button.owl-prev {
		position: relative;
		left: unset;
		top: unset;
	}
	#s2 button.owl-next {
		position: relative;
		right: unset;
		top: unset;
	}
	#s1 .content {
		text-align: center;
		/* filter: drop-shadow(2px 2px 3px #000)drop-shadow(2px 2px 3px #000)drop-shadow(2px 2px 3px #000)drop-shadow(2px 2px 3px #000); */
	}
/* 	#s1 .buttons {
		justify-content: center;
		margin-top: 10px;
	} */
	#s2 .vc_col-sm-4 {
		width: 33.3%;
		margin: 0;
	}
	#s2 .t2 h3 {
		font-size: 20px;
		line-height: 30px;
	}
	#s2 a#b2 {
		top: 72%;
	}
	a#b2 {
		font-size: 16px;
		line-height: 26px;
		padding-block: 12px;
	}
	a#b1 {
		font-size: 16px;
		line-height: 26px;
	}
	#nav_menu-2 {
		margin: unset;
	}
	div#custom_html-2 {
		top: 10px;
	}
	div#text-2 {
		float: unset;
	}
	div#text-3 {
		float: unset;
		margin-top: 10px;
	}
	#top a#logo img {
		scale: unset;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#page-header-wrap h1 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	#top a#logo img {
		scale: unset;
		height: ;
	}
	#s1 h1 {
		font-size: 22px;
		line-height: 32px;
	}
	#s1 a.primary-color i {
		font-size: 20px;
		padding: 9px 10px;
	}
	html body h2 {
		font-size: 22px !important;
		line-height: 32px !important;
	}
	#s2 h4 {
		font-size: 16px;
		line-height: 26px;
		margin: 0;
	}
	#s2 .vc_col-sm-4 {
		width: 100%;
	}
	#s2 .t2 h3 {
		font-size: 19px;
		line-height: 29px;
	}
	html body p, html body em, html body a, html body button, html body input, html body label, html body legend, html body .wpb_text_column li, html body .nectar-split-heading li, html body .nectar-fancy-ul li, html body input[type="submit"] {
		font-size: 16px;
		line-height: 26px;
	}
	#footer-outer #copyright p {
		font-size: 15px;
		line-height: 25px;
	}
	#s2 a#b2 {
		position: relative;
		margin-top: -50px;
		top: -60px;
	}
	#s2 .t2 p {
		font-size: 19px;
		line-height: 28px;
	}
	#s2 {
		padding-block: 30px !important;
	}
	#s2 .t2 {
		margin-bottom: 0px;
	}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}