/*
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
*/
.boxDum {
 
 
}
.formEnquiery p {
    padding-bottom: 5px;
}
.formEnquiery p small {
    color: #959090;
    font-size: 14px;
}
.formEnquiery input{
    border-radius: 20px;
    background: transparent;
    border: 1px solid #A9A9A9;
    height: 36px;
}
.formEnquiery textarea{
    border-radius: 20px;
    background: transparent;
    border: 1px solid #A9A9A9;
    height: 100px;
}
.formEnquiery input:hover {border-color: #000;}
.formEnquiery label {
    color: #000;
}
.uploadfile input[type="file"] {
    padding: 50px 30px;
    width: 100%;
    margin: 10px 0;
    height: auto;
}
.formEnquiery input.btnsbm {
    height: 67px;
    width: 100px;
    border: 2px solid hsla(204.39,79.49%,38.24%, 1);
    background: transparent !important;
    color: hsla(204.39,79.49%,38.24%, 1);
}

.formEnquiery input.btnsbm:hover {
    background: hsla(204.39,79.49%,38.24%, 1) !important;
    color: #fff;
}
.cntctTxt h1 {
    font-size: 45px;
    margin-bottom: 30px;
	color:#000;
}

.cntctTxt p {
    color: #000;
}
#header-outer.transparent #top nav > ul > li > a, #header-outer.transparent #top nav > .sf-menu > li > a{
	opacity:1 !important;
} 
.updatehead h1{
	font-size:64px;
	line-height:68px;
	color:#000;
}
.boxcont {
    padding: 30px 0;
}

.boxcont h2 {
    font-size: 26px;
    color: #000;
    padding-bottom: 20px;
}

.boxcont p {
    color: #000;
}
.vidtxt h1 {
    color: #000;
    font-size: 45px;
    padding-bottom: 20px;
}
.vidtxt p {
    color: #000;
}
.slidebximg .inner-wrap img {
    height: 375px;
    margin-bottom: 20px !important;
}
.slidecontent h1 {
    color: #000;
    padding-bottom: 17px;
}

.slidecontent p {
    color: #000;
    font-size: 16px;
}
.slidebximg  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous{
    top: 45%;	
}
.slidebximg  .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    top: 45%;
}
.banertext h1 {
    font-size: 64px;
    padding-bottom: 30px;
}

.banertext p {
    font-size: 22px;
}

.banertext p em {
    font-weight: 800 !important;
}
.imgboix h1 {
    color: #000;
    padding-bottom: 40px;
}

.imgboix p {
    color: #000;
}
.row.formnewsletter {}

.formnewsletter {
    width: 100%;
    max-width: 56%;
    display: table;
    margin: 0 auto;
}

.formnewsletter input[type="email"] {
    background: transparent;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 10px 10px;
    height: 65px;
}

.formnewsletter input.btnnres {
    background: transparent !important;
    color: #1470af;
    border: 2px solid #1470af;
    font-size: 16px;
    height: 65px;
}
.formnewsletter input.btnnres:hover {
	background:#1470af !important;
	color:#fff;
}
body b, body strong, body .bold{
	font-weight:700;
}