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

/* header CSS start */

div#header-secondary-outer {
    background: #162133;
    border: unset !important;
}

#header-secondary-outer .header-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 132%;position: relative;
    left: -16%;
}

#header-secondary-outer ul {
    display: flex;
    gap: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

#header-secondary-outer ul li a {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
}

#top nav > ul > li > a {
    opacity: 1 !important;
}

#top nav > ul > li > a span {
    color: #000;
}

#top .container {
    position: relative;
    margin-top: 20px;
}

#top .container:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 50%;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

#top .container:after {
    content: '';
    position: absolute;
    border: 1px solid #A3C1E0;
    height: 40%;
    width: 48%;
    top: 0%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

li#menu-item-41 a {
    background: #162133;
    padding: 15px 30px !important;
    border-radius: 5px;
    border: 1px solid #fff;
}

li#menu-item-41 a span {
    color: #fff !important;
}

/* header CSS end */

/* hero section CSS start */

h1 {
    color: #fff;
}

#hero p {
    color: #fff;
}

#entire-btn {
    background: #162133 !important;
    padding: 15px 50px;
    border-radius: 5px !important;
    border: 1px solid #fff;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

#entire-btn:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background: #fff;
    top: -25%;
    left: -12%;
    border-radius: 50%;
    transform: scale(0);
    transition: all 1s;
}

#entire-btn:hover:before {
    transform: scale(13);
}

#entire-btn:hover {
    color: #162133;
    box-shadow: unset !important;
    transform: unset !important;
    border-color: #162133 !important;
}

/* hero section CSS end */

/* strategy section CSS start */

#strategy-inr img {
    width: 100%;
}

#strategy h2 {
    color: #fff;
}

#strategy h5 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

#strategy ul {
    margin: unset;
}

#strategy ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #fff;
    padding: 22px 0px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}

#strategy ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    background: #fff;
    height: 30px;
    width: 30px;
    color: #162133;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* strategy section CSS end */

/* slider section CSS start */

#slider-text h2 {
    color: #000;
}

#slider .slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

#slider .slider h5 {
    color: #000;
}

#slider .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -14%;
    right: 14%;
}

#slider .owl-nav.disabled button.owl-prev, #slider .owl-nav.disabled button.owl-next {
    border: unset !important;
    background: #162133;
    width: 40px;
    height: 40px;
    font-size: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
}

/* slider section CSS end */

/* end section CSS start */

#end h5 {
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}

#end h2, #end p, #end ul li {
	color: #fff;
}

#end ul {
	margin: unset;
}

#end ul li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    padding-left: 40px;
}

#end ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    background: #fff;
    height: 30px;
    width: 30px;
    color: #162133;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* end section CSS end */

/* testimonial section CSS start */

#test-inr .vc_column-inner {
    border: 1px solid #162133;
    border-radius: 5px;
    padding: 25px 25px;
}

#test-inr ul.stars {
    margin: unset;
    display: flex;
    gap: 5px;
}

#test-inr ul.stars li {
    list-style: none;
}

#test-inr ul.stars li i {
    color: #F4AF28;
    font-size: 20px;
    line-height: 28px;
}

#testimonial h2 {
    color: #000;
}

/* testimonial section CSS end */

/* tabs section CSS start */

.es-powered.content-font {
    display: none;
}

#tabs h2 {
    color: #000;
    text-align: center;
}

#tabs ul.wpb_tabs_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#tabs ul.wpb_tabs_nav li a {
    font-size: 16px;
    line-height: 24px;
    border: unset !important;
    background: unset;
    color: #000;
}

#tabs ul.wpb_tabs_nav li a.active-tab {
    border-radius: 5px;
    background: #162133;
    color: #fff;
    padding: 5px 10px;
}

#tabs-inr ul {
    display: flex;
    gap: 40px;
    margin: unset;
}

#tabs-inr ul li {
    list-style: none;
    color: #000;
}

/* tabs section CSS end */

/* get-in section CSS start */

#get-in h2 {
    color: #fff;
}

#get-in ul.with-icons {
    margin: unset;
}

ul.with-icons {}

#get-in ul.with-icons li {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
    padding-bottom: 50px;
}

#get-in ul.with-icons li a {
    color: #fff;
}

#get-in ul.with-icons li  i {
    margin-right: 10px;
    background: #162133;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
}

#get-in .blue-col .vc_column-inner {
    background: #162133;
    padding: 30px 50px;
    border-radius: 5px;
}

#get-in input, #get-in textarea {
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#get-in input::placeholder, #get-in textarea::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#get-in input.wpcf7-submit {
    background: #162133;
    color: #fff;
    border-radius: 5px !important;
    padding: 10px 50px !important;
    border: 1px solid #fff;
}

#get-in .btn {
    padding: unset;
    text-align: center;
}

/* get-in section CSS end */

/* services section CSS start */

#service-inr span.number {
    font-size: 150px;
    line-height: 158px;
    font-family: 'Inter Tight';
    color: #000;
}

#service-inr.service2 span.number, #service.inr-service2 h3 {
    color: #fff;
}

#service-inr ul li, #service-inr ul p, #service-inr h5 {
    color: #000;
}

#service-inr.service2 ul li, #service-inr.service2 p, #service-inr.service2 h5 {
    color: #fff;
}

#service h2 {
    text-align: center;
    color: #000
}

#service h3 {
    color: #000;
}

#service-inr .num-blk {
    text-align: center;
}

#service-inr ul li {
    padding-bottom: 15px;
    position: relative;
    list-style: none;
    padding-left: 40px;
}

#service-inr ul {
    margin: unset
}

#service.inr-service2 ul li:before {
    background: #fff;
    color: #162133;
}

#service ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    background: #162133;
    height: 30px;
    width: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* service section CSS end */

/* footer CSS start */

div#footer-inr {
    background: #fff;
    padding: 60px 20px 20px;
}

#footer-inr h2 {
    color: #000;
    font-size: 40px;
    line-height: 48px;
}

#footer-inr p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

#footer-inr ul li a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

h2 {}

#footer-inr ul li {
    list-style: none;
    padding-bottom: 10px;
}

#footer-inr ul {
    margin: unset;
}

#footer-inr .tnp.tnp-subscription {
    margin: unset;
    margin-bottom: 62px;
}

#footer-inr .tnp.tnp-subscription label {
    display: none;
}

#footer-inr input.tnp-submit {
    position: absolute;
    width: 30%;
    top: 75%;
    right: 7%;
}

#footer-inr ul.social-icons {
    display: flex;
    gap: 30px;
    margin-bottom: 261px;
}

#footer img {
    max-width: 230px !important;
}

#footer-inr ul.social-icons li a i {
    display: inline-flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 38px;
    color: #162133;
    border-radius: 50%;
    border: 1px solid #162133;
}

div#footer-outer {
    display: none;
}

/* footer CSS end */

/* events section CSS start */

#events h3.title {
    font-size: 30px;
    line-height: 38px;
    color: #000;
}

#events .meta-category {
	display: none !important;
}

/* events section CSS end */

/* about section CSS start */

#about-us h5, #about-us h2, #about-us p {
	color: #000;
}

#about-us p {
	font-size: 16px;
	line-height: 24px;
}

/* about section CSS end */




@media only screen and (min-width: 1600px) and (max-width: 1750px){}
@media only screen and (min-width: 1366px) and (max-width: 1599px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 1000px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 999px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
#top .container:before, #top .container:after {
    display: none !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 90px !important;
}

div#hero {
    padding: 100px 0px 30px !important;
}

div#hero .row-bg {
	background-position: center center !important;
}

h1 {
    font-size: 25px !important;
    line-height: 33px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

div#strategy {
    padding: 40px 0px !important;
}

div#slider {
    padding-bottom: 40px !important;
}

div#slider-text {
    padding-top: 40px !important;
}

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

ul li {
    font-size: 14px !important;
    line-height: 22px !important;
}

p br {
    display: none !important;
}

ul li {}

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

div#testimonial {}

div#get-in {
    padding: 50px 0px !important;
}

#get-in ul.with-icons li {
    padding-bottom: 10px !important;
}

a#entire-btn {
    padding: 10px 30px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.form-pro .row {
    padding: unset !important;
}

#get-in .blue-col .vc_column-inner {
    padding: 15px 20px !important;
}

#get-in input::placeholder, #get-in textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

#get-in input, #get-in textarea {
    font-size: 14px !important;
    line-height: 22px !important;
}

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

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

input.tnp-submit {}

#footer-inr input.tnp-submit {
    position: relative;
    width: 100% !important;
    right: 0px !important;
    top: 0px !important;
}

#footer-inr ul.social-icons {
    margin: unset;
}
	
}



