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

.small-nav #top {
    background-color: #202020 !important;
}

.small-nav #top li a {
    color: white !important;
}

div#header-outer {
    background-color: #202020;
}

#header-outer header {
    transition: all 0s !important;
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


p {
    font-size: 16px;
	color: white;
}

h2 {
    text-transform: uppercase;
 	font-family: "Nunito", sans-serif;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px ! IMPORTANT;
    color: white;
}

h3 {
    color: white;
 	font-family: "Nunito", sans-serif;
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
}


h4 {
    font-size: 27px;
    line-height: 37px;
}

/* SECTION1 CSS*/

#s1 .col1 .vc_column-inner {
    border-radius: 20px;
    background-color: #181818;
    padding: 90px 140px;
    transition: 0.9s;
}

#s1 .col1 .vc_column-inner:hover {
    background-color: #343434;
}


/* SECTION 2 CSS*/


#s2 img {
    filter: brightness(12.5);
    margin: 0 auto;
    background-color: #040404;
    border-radius: 60px;
    padding: 14px;
    width: 90px;
}

#s2 .col1 .vc_column-inner:hover {
    background-color: #323232;
}

#s2 .col1 .vc_column-inner {
    border: 3px solid #323232;
    padding: 40px;
    border-radius: 16px;
    transition: 0.4s;
	height: 320px;
}


/* SECTION 3 CSS*/

#s3 li.tab-item {
	margin: 0px 25px !important;
}

#s3 li.tab-item a {
    border-radius: 50px;
    background-color: #202020 !important;
	padding: 0px 27px;
	border: unset;


}

#s3 li.tab-item.active-tab a {
    border-radius: 50px;
    background-color: #323232 !important;
    border: unset;
}

#s3 li a span {
    font-size: 20px;
    line-height: 65px;
    color: white;
}

#s3 li.tab-item a:hover {
    background-color: #323232 !important;
}

div#s3in {
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 0 8px 2px #0e0e0e;
	margin: 60px 60px 0px 60px;
}

#s3 img {
    border-radius: 25px;
}

#s3 h6 {
    font-size: 12px;
    line-height: 20px;
    color: #afafaf;
}

#s3 img {
    border-radius: 25px;
    height: 250px;
    object-fit: cover;
}

/* SECTION 5 CSS */


#s5 p {
    font-size: 14px;
    color: white;
}

#s5 a.toggle-heading {
    background-color: #202020 !important;
    color: white !important;
    border-radius: 10px;
}

#s5 .inner-toggle-wrap {
    background-color: #202020;
}

#s5 .toggle.default.open a.toggle-heading {
    border-radius: 10px 10px 0px 0px;
}


#s5 .col1 {
    padding-right: 70px;
}

#s5 .img1 {
    width: 73%;
}

/*SECTION 6 CSS  */


#s6 h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}

#s6 .carousel-item {
    border: 1px solid white;
    margin: 0px 20px;
    border-radius: 28px;
    padding-top: 40px;
}

#s6 .txt2 p {
    height: 140px;
}

#s6 .carousel-item:hover {
    background-color: #323232;
}

/* #s6 .img2 {
    visibility: hidden;
    opacity: 58%;
    filter: brightness(7.5);
}

#s6 .carousel-item:hover .img2 {
    visibility: visible;
} */

/*-------------------------*/

#s6 button.owl-next:hover:before {
    background: #181818;
}

#s6 button.owl-prev:hover:before {
    background: #181818;
}

#s6 button.owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 22px;
    box-shadow: unset !important;
    padding: 15px 22px;
    background: #323232;
    border-radius: 60px;
	transition: .9s;

}

#s6 button.owl-prev {
    background: transparent;
    position: absolute;
    left: -2cm;
    top: 4cm;
    font-size: 0;
    border: 0px;
}

#s6 button.owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 22px;
    box-shadow: unset !important;
   padding: 15px 22px;
    background: #323232;
    border-radius: 60px;
	transition: .9s;

}

#s6 button.owl-next {
    background: transparent;
    position: absolute;
    right: -2cm;
    top: 4cm;
    font-size: 0;
    border: 0px;
}
#s6 .owl-carousel .owl-nav.disabled {
    display: block !important;
}
#s6 .owl-dots {
    display: none;
}

/* SECTION 7 CSS*/

#s7 input {
    background-color: #323232;
	color: white;
}

#s7 textarea {
    background-color: #323232;
    color: white;
}

#s7 h2 {
    margin-bottom: 10px ! IMPORTANT;
}

#s7 .txt1 {
    margin-bottom: 40px;
}


div#s7in {
    padding: 60px;
    margin: 0px 80px;
}

/* --------------- */

#ftr h2 {
    text-transform: uppercase;
    font-family: "Nunito", sans-serif !important;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px ! IMPORTANT;
    font-weight: 700 !important;
}


#ftr ul#menu-main-menu-2 {
    margin-left: 0px;
}

#ftr ul#menu-main-menu-2 li {
    list-style: unset;
    color: white;
    margin-bottom: 8px;
}

#ftr ul#menu-main-menu-2 li:hover a {
    color: #878787 !important;
}

#ftr .img1 {
    width: 50%;
}


#ftr .foot-secc li.eml:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
#ftr .foot-secc li.phn:before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
#ftr .foot-secc li.mrk:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}


#ftr .foot-secc ul {
    margin-left: 0px;
}

#ftr .foot-secc ul li {
    list-style: unset;
    color: white;
	margin-left: 30px;

}

#ftr .foot-secc ul li a {
    color: white;
    font-size: 14px;
}

#ftr .foot-secc ul li p {
    font-size: 14px;
}

/* ------ */


#ftr .icn ul li:hover {
    transition: .5s;
    transform: rotate(360deg);
}

#ftr .icn ul li i {
    font-size: 15px;
    color: #000;
}
#ftr .icn ul li {
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 30px;
}

#ftr .icn ul li:nth-child(1) i {
    top: 1px;
}

#ftr .icn ul li:nth-child(1) {
    position: relative;
}

#ftr .icn ul li:hover {
    background-color: #f3c23c !important;
}

#ftr .icn ul li:hover i {
    color: white !important;
}

#ftr .icn ul li i {
    transition: 0.5s;
}

#ftr .icn ul {
    margin-left: 0px;
}


div#copy {
    border-top: 1px solid white;
}

div#copy p a {
    color: #878787;
}

#ftr .icn ul li:nth-child(2) i {
    top: 0px;
}

#ftr .icn ul li:nth-child(3) i {
    top: 0;
}
@media (max-width: 1600px) {}
@media (max-width: 1440px) {}  
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
	
#s2 .col1 .vc_column-inner {
    height: 340px;
}
	
#s3in p {
    font-size: 14px;
}
	
#ftr h2 {
    font-size: 20px;
    line-height: 30px;
}
	
}
	
@media (max-width: 1024px) {	
	
p {
    font-size: 14px;
}
	
h2 {
    font-size: 30px;
    line-height: 40px;
}	
	
h3 {
    font-size: 19px;
    line-height: 29px;
}
	
#s1 .col1 .vc_column-inner {
    padding: 90px 50px;
}
	
div#s2 {
    padding-top: 0px !important;
}
	
#s2 .col1 .vc_column-inner {
    padding: 40px 25px !important;
    height: 330px !important;
}
	
div#s4 {
    padding: 20px 0px ! IMPORTANT;
}	
	
#s6 h3 {
    font-size: 17px;
    line-height: 26px;
	padding-bottom: 5px;
}
	
#s6 .txt2 p {
    height: 160px;
}
	
div#s6 {
    padding-bottom: 0px ! IMPORTANT;
}
	
div#s7in {
    margin: 0px 30px;
}
	
#ftr h2 {
    font-size: 18px;
    line-height: 28px;
}
	
div#ftr {
    padding-bottom: 30px ! IMPORTANT;
}
	
}
@media (max-width: 800px) {

#s2 .col1 .vc_column-inner {
    padding: 40px 65px !important;
    height: 270px !important;
}
	
div#s3in {
    margin: 20px 0px 0px 0px;
}
	
#s3 img {
    width: 100%;
}
	
#s3in .txt1 {
    text-align: center;
}
	
#s5 .col1 {
    padding-right: 0px;
}
	
div#s7in {
    padding: 50px 0px;
}
	
div#input_1_1 {
    margin-bottom: -8px !important;
}
	
span#input_1_1_3_container {
    margin-bottom: 14px !important;
}
	
}
@media (max-width: 690px) {
	    #s2 .col1 .vc_column-inner {
        padding: 40px 65px !important;
        height: 300px !important;
    }
	#s3 li.tab-item {
    margin: 0px 13px !important;
}
	
}
@media (max-width: 480px) {
	    #s2 .col1 .vc_column-inner {
        height: 300px !important;
    }
	
	#s3 li.tab-item {
    margin: 0px 10px !important;
}
	#s6 .owl-carousel .owl-nav.disabled {
    display: none !important;
}
}

@media (max-width: 479px) {
	
	#s2 .col1 .vc_column-inner {
        padding: 40px 55px !important;
        height: 360px !important;
    }
	
	h2 {
        font-size: 22px;
        line-height: 32px;
    }
	
	#s3 li.tab-item a {
    padding: 0px 17px;
	}
	#s3 li a span {
    line-height: 45px;
}
	div#s7in {
        margin: 0px 0px;
    }
}

@media (max-width: 414px) {
	 h2 {
        font-size: 20px;
        line-height: 30px;
    }
	#s2 .col1 .vc_column-inner {
        padding: 40px 35px !important;
        height: 310px !important;
    }
	#s1 .col1 .vc_column-inner {
        padding: 60px 30px;
    }
	#s3 li.tab-item a {
    padding: 0px 20px;
}
	
	#s3 li a span {
    line-height: 50px;
}
	    div#s7in {
        margin: 0px 0px;
    }
	div#s6 p br {
    display: none;
}
	h3 {
        font-size: 16px;
        line-height: 26px;
    }
	
}
@media (max-width: 375px) {
	div#s3in {
    padding: 40px 20px !important;
}
}
@media (max-width: 360px) {}
