/*
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
*/
body #sidebar h4 {
	opacity: 1;
}
.home_wcu .row_box .hover-wrap {
	padding-right: 0;
}
.home_certifications .vc_column-inner .wpb_wrapper {
	height: 1000%;
	align-items: end;
	display: flex;
	background: #fff;
	padding: 5px;
}
.home_wcu .row_box .wpb_column:not(.col_null) .vc_column-inner > .wpb_wrapper {
	background: red;
	background: #FFFFFF;
	border-bottom: 2px solid #E4283A;
	box-shadow: 0px 3px 3px rgba(192, 191, 191, 0.25);
	padding: 26px 18px 34px;
}
body p {
    padding-bottom: 15px;
}
.col-service.alighleft .vc_column-inner {
    text-align: left;
}
body .ss-key-features p {
    font-size: 14px;
    line-height: 18px;
}
#ajax-content-wrap .sv_ss img {
	max-width: 530px;
}
body .ct_form .gform_wrapper.gravity-theme .gfield input, body .ct_form .gform_wrapper.gravity-theme .gfield textarea {
    padding: 10px;
    height: 53px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #201f24;
    color: #201f24;
}
body .ct_form .gform_wrapper.gravity-theme .gfield textarea {
    height: 243px;
}
#field_3_9 {
    grid-column: span 12;
    -ms-grid-column-span: 12;
}


body .container {
    max-width: 1320px;
}
body h3 {
    font-size: 18px;
    line-height: 30px;
}
#footer-outer[data-using-bg-img="true"] {
	background-color: transparent;
}
.heading-above {
    font-size: 18px;
    color: #f42800;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2.5px;
    margin-bottom: 0;
    position: relative;
}
.heading-lines {
	position: relative;
}
.header-top-custom ul.social a i.icon-salient-tiktok {
    font-size: 14px;
    top: -1px;
    position: relative;
}
.heading-lines::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    width: 50px;
    height: 8px;
    background-color: #f42800;
    border-radius: 50px;
    transform: translateX(-50%);
}
.header-top-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.heading-default {
    font-size: 30px;
    line-height: 40px;
}
.heading-sub {
    font-size: 24px;
    line-height: 34px;
}
.social-header .social {
    display: flex;
    align-items: center;
}
.social-header .social li {
    padding: 0 10px;
    display: flex;
    align-items: flex-start;
}
.header-top-custom ul.social a {
    display: flex;
    align-items: flex-end;
}
.heading-section {
    font-size: 40px;
    line-height: 50px;
}
.cl-white {
    color: #fff;
}
.txtup {
    text-transform: uppercase;
}
.font18 {
	font-size: 18px;
	line-height: 30px;
}
.font20 {
	font-size: 20px;
	line-height: 28px;
}
.font-medium {
	font-weight: 500;
}
body .marbt-20 {
    margin-bottom: 20px;
}
body .marbt-30 {
    margin-bottom: 30px;
}
.col-service .vc_column-inner {
    background-color: #fff;
    height: 100%;
    padding: 48px 25px 32px;
    text-align: center;
}
.col-service .nectar-cta h4 {
    text-align: center;
    margin-top: 16px;
}
.our-services  img.img-with-animation {
    border-radius: 25px;
}
.row .col .custom-image img.img-with-animation {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.row .col .custom-image .hover-wrap-inner {
   /* width: 400px;
    height: 400px;*/
    border-radius: 25px;
    position: relative;
    border-radius: 20px;
}
.row .ss-about .col .custom-image .hover-wrap-inner {
    transform: rotate(0deg) !important;
}
.row .col .custom-image .hover-wrap {
    width: 537px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*
.row .col .custom-image .hover-wrap-inner::before {
    display: block;
    content: "";
    position: absolute;
    top: 30px;
    left: -30px;
    background: #f42800;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 400px;
}*/
a.nectar-button.regular-button.btn-defult {
    padding: 16px 49px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
	transition: all 0.5s;
}
a.nectar-button.regular-button.btn-defult:hover {
	background-color: #fff !important;
	color: #f42800;
	transition: all 0.5s;
	border: 1px solid #f42800;
}
.check-list ul {
    margin-left: 0;
    margin-bottom: 30px !important;
    margin-top: 35px;
}
.check-list ul li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.check-list ul li i.fa.fa-check {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #f42800;
    color: #f42800;
}
.number-big {
	font-size: 50px;
	line-height: 1;
}
.header-top-info a {
    margin-right: 15px;
}
.header-top-custom a {
	color: #201f24;
}
.header-top-custom a:hover  {
    color: #f42800;
}
.header-top-info a i {
    margin-right: 10px;
}
.form-subcribe .iwt-text {
    font-size: 14px;
    color: #fff;
}
.form-subcribe .iwt-text a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
body .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}
body .gform_wrapper.gravity-theme .gfield {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(5, 1fr);
}
.form-subcribe .gfield_html {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.gform_wrapper.gravity-theme .gfield input {
    padding: 10px;
    height: 53px;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme #field_submit input {
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
}
.form-subcribe .iwithtext .iwt-icon i {
    font-size: 40px;
    color: #fff;
}
.form-subcribe .iwithtext .iwt-icon {
    top: 15px;
}
.form-subcribe .iwt-text {
    font-size: 14px;
    color: #fff;
    padding-left: 55px;
}
.ss-key-features .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
}

.ss-key-features .col-right > .vc_column-inner {
    padding: 40px;
}

.ss-key-features .iwithtext .iwt-icon i {
    color: #fff;
}
.ss-unique-combination {
    margin-top: -220px;
}
.ss-unique-combination .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    border-radius: 25px;
}
body #header-outer #top nav > ul > li > a {
    border-radius: 5px !important;
}
.heading-banner {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 40px;
}
.banner-h .banner-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-h .banner-des {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 300px 0;
    z-index: 2;
    position: relative;
}
.btn-banner {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    background: #f42800;
    border-radius: 5px;
    transition: all 0.5s;
}
.btn-banner:hover {
    color: #f42800;
    background: #fff;
	border: 1px solid #f42800;
	transition: all 0.5s;
}

.banner-h .banner-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1;
}
body #footer-outer .widget h4 {
    font-size: 24px;
}
#footer-outer #media_image-2 img {
    height: 50px !important;
}
#footer-outer .header-top-info a {
    margin-bottom: 15px;
    display: inline-block !important;
    margin-right: 0;
}
#footer-outer .social-header .social li {
    margin: 0 10px;
}
#footer-outer .social-header .social li a {
    line-height: 0;
    width: 16px;
    height: 20px;
    display: flex !important;
    align-items: flex-start;
}
#footer-outer .widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
}

#footer-outer .widget_nav_menu .menu li {
    width: 49%;
    padding: 5px 10px !important;
}
body #footer-outer #copyright p {
    font-size: 16px;
}
#footer-outer #copyright[data-layout="centered"] {
    padding: 15px 0;
}
.toggles--minimal-shadow .toggle > .toggle-title a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
.faq-bottom a {
    color: #fff;
}
body .cn-buttons-container,body .cn-text-container {
    display: block;
}
#footer-outer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.about-home ul li {
	padding-bottom: 10px;
}
.blog-ss .blog-recent[data-style*=classic_enhanced] .article-content-wrap,.blog-ss .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
    padding: 20px;
}
.blog-ss .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
	padding: 20px;
}
.blog-ss .blog-recent[data-style*=classic_enhanced] .inner-wrap {
    width: 100%;
    padding-bottom: 0;
}
body .blog-ss .blog-recent[data-style*=classic_enhanced] .post-meta {
    display: none;
}
.blog-ss .blog-recent[data-style*=classic_enhanced][data-color-scheme=light] h3.title {
    color: #f42800;
}
.blog-ss span.post-featured-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.blog-ss .excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.row .our-expertise img.img-with-animation {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
}
.custom-image .img-with-aniamtion-wrap>.inner {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}
.ss-logo-brands .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    filter: brightness(0.9);
}
.gform_wrapper.gravity-theme #field_submit input {
	transition: 0.5s all;
}
.gform_wrapper.gravity-theme #field_submit:hover input {
    border: 1px solid #f42800;
    background-color: #fff;
    color: #f42800;
	transition: 0.5s all;
}
body #footer-outer i.fa.fa-facebook {
    font-size: 18px;
}
body #footer-outer i.icon-salient-tiktok {
    font-size: 17px;
}
.transparent#header-outer #header-secondary-outer {
    background: transparent;
    border-color: rgba(255,2555,255,0.2);
}
.transparent#header-outer .header-top-custom a {
    color: #fff;
}
.banner_section .row_col_wrap_12 {
    padding-top: 350px;
    padding-bottom: 150px;
}
.banner_section .iwithtext .iwt-icon {
    top: 9px;
}
.banner_section .iwithtext {
    margin-top: 20px;
}
body .banner_section .ct_banner h2 {
    margin-bottom: 10px;
}
body .banner_section .ct_banner h4 {
    margin-bottom: 10px;
}











@media all and (max-width: 1300px) {
	.banner-h .banner-des {
		padding: 250px 20px;
	}
}
@media all and (max-width: 1199px) {
	
	body .container {
        max-width: 100%;
        padding: 0 20px;
    }
	body #header-outer #top #logo img,body #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px !important;
    }
	.banner-h .banner-des {
        padding: 130px 20px;
    }
	body br {
        display: none !important;
    }
	.heading-section {
		font-size: 30px;
		line-height: 40px;
	}
	.heading-default {
		font-size: 25px;
		line-height: 35px;
	}
	.heading-sub {
		font-size: 22px;
		line-height: 30px;
	}
	.heading-banner {
		font-size: 40px;
		line-height: 50px;
	}
}
@media all and (max-width: 1000px) {
	.custom-image .img-with-aniamtion-wrap>.inner {
		justify-content: center;
	}
	body br {
        display: none !important;
    }
	body .gform_wrapper.gravity-theme #field_submit input,body .gform_wrapper.gravity-theme .gform_footer input {
		align-self: flex-start;
	}
	body #slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a {
		opacity: 1 !important;
	}
	body #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.heading-lines::before {
		top: -15px;
		width: 40px;
		height: 4px;
	}
}
@media all and (max-width: 999px) {



    .banner_section .iwithtext .iwt-icon {
        top: 3px;
    }
    .banner_section .iwithtext .iwt-text {
        font-size: 14px;
        line-height: 20px;
    }
    body .ct_banner p {
        font-size: 14px;
        line-height: 20px;
    }
    #ajax-content-wrap .banner_section .row_col_wrap_12 {
        padding-top: 150px;
        padding-bottom: 50px;
    }
	body .gform_wrapper.gravity-theme #field_submit input {
		min-width: 150px;
		line-height: normal;
	}
	.font18 {
		font-size: 16px;
		line-height: 27px;
	}
	#footer-outer .row {
		padding: 30px 0;
	}
	#footer-outer .widget {
		margin-bottom: 10px;
	}
	#footer-widgets .container .col {
        margin-bottom: 20px;
    }
    
	.banner-h .banner-des {
        padding: 100px 20px;
    }
    .btn-banner {
        padding: 10px 25px;
        font-size: 16px;
    }
    .heading-banner {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 30px;
    }
	.row .col .custom-image .hover-wrap {
        width: 100%;
        height: 100%;
        justify-content: center;
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .wpb_wrapper h2.vc_custom_heading.heading-above {
        font-size: 18px !important;
        line-height: 30px !important;
    }
	.wpb_wrapper h2.vc_custom_heading.heading-default {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .wpb_wrapper h2.vc_custom_heading.heading-sub {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .col-service .vc_column-inner {
        padding: 20px;
    }
    .ss-key-features .col-right > .vc_column-inner {
        padding: 20px;
    }
	body .toggles--minimal-shadow .toggle {
		padding: 0 20px;
	}
    body .form-subcribe br {
		display: block !important;
	}
}