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


/*  Font Family*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
h1,h2h3,h4,h5,h6,li,a,p,span{
	font-family: 'Montserrat' !important ;
}
/*  Font Family */

/*  header start */
#header-outer .sf-menu li a {
    font-size: 20px;
    padding: 0px 15px !important;
    color: #2D2D2D !important;
    font-weight: 500;
}

#top nav>ul>li[class*=button_solid_color]>a:before {
    height: 45px !important;
}

#top nav>ul>li[class*=button_solid_color]>a {
    padding: 40px !important;
    margin-left: 20px !important;
}

body[data-button-style*="slightly_rounded"] #top nav > ul > li[class*="button_solid_color"] > a:before {
    border-radius: 0px !important;
}
/*  Header end */

/*  Banner start */
#banner h2 {
    font-size: 60px !important;
    font-weight: 400 !important;
    color: #00639C !important;
    line-height: 68px !important;
}

#banner p {
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    color: #000000;
    padding-top: 10px;
}

#banner a.primary-color {
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px !important;
    text-transform: unset;
    letter-spacing: 0px;
    padding: 20px 50px !important;
    transition: .8s all ease !important;
    z-index: 9;
    overflow: hidden;
}

#banner a.primary-color:before {
    position: absolute;
    content: "";
    background: #333434;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: .8s ease !important;
}

#banner a.primary-color:hover:before {
    left: 0;
    overflow: visible;
}
/*  Banner end */

/*  Section one start */
#sectionone h2.vc_custom_heading.had1 {
    font-weight: 400 !important;
}
.padding-class {
    padding: 100px 0px !important;
}

.para p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #2D2D2D;
}

h2.vc_custom_heading.had1 {
    font-size: 45px;
    font-weight: 500 !important;
    line-height: 55px;
    font-family: 'Montserrat' !important;
}

a.nectar-button.btn1 {
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px !important;
    padding: 19px 50px !important;
    margin-top: 4%;
}
/*  Section one end */

/*  Section Two start */
#sectiontwo .box-1 .heading {
    background: #fff;
    padding: 45px 0px !important;
    box-shadow: 0px 0px 10px 0px #00000021;
    z-index: 9;
    position: absolute;
    bottom: -60px;
    width: 90%;
    left: 0;
    margin: 0 auto;
    right: 0;
}

#sectiontwo .box-1 .heading h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 29px;
    text-align: center;
}

#sectiontwo .box-1 .heading:before {
    position: absolute;
    content: "";
    background: #0089C6;
    width: 2%;
    height: 100%;
    left: 0;
    top: 0;
    transition: .8s all ease !important;
    z-index: -1;
}

#sectiontwo .box-1 .heading:hover:before {
    width: 100%;
}

#sectiontwo .box-1 .heading:hover h5 {
    color: #fff !important;
}

#sectiontwo .box-1 {
    position: relative;
    margin-bottom: 70px;
}
/*  Section Two end */

/*  Section Three start */
.para ul li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #2D2D2D;
    position: relative;
    list-style: none;
}

.para ul li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2023/06/Icon-awesome-check-circle.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    left: -25px;
    top: 10px;
}
/*  Section Three end */

/*  Section Four start */
#sectionfour .box-2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    /* width: 90%; */
    color: #2D2D2D;
}

#sectionfour .box-2 {
    background: #fff;
    margin: 0 auto;
    padding: 60px 60px !important;
}

#sectionfour p {
    color: #fff;
}

#sectionfour .flickity-viewport {
    margin: 0px 0px !important;
    height: 330px !important;
}

#sectionfour .box-2 h5 {
    font-size: 18px;
    color: #00639C;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 22px;
}

#sectionfour .box-2 h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #00639C;
}

#sectionfour .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before {box-shadow: unset;background-color: #fff;}

#sectionfour .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    width: 10px;
    height: 10px;
}

#sectionfour .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    box-shadow: unset;
    background: #fff;
}

div#sectionfour {
    padding-bottom: 200px !important;
}

/*  Section Four end */

/*  Section Five start */
#sectionfive input {
    height: 56px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

div#wpforms-8-field_8-container {
    height: 56px !important;
    font-size: 16px;
    font-weight: 400;
}

select#wpforms-8-field_8 {
    height: 56px;
    border: 1px solid #D2D2D2;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
}

#sectionfive input::placeholder {
    color: #363636;
}

#sectionfive textarea::placeholder {
    color: #363636;
}

#sectionfive textarea {
    height: 180px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    border: 1px solid #D2D2D2;
    padding-top: 30px;
    margin-top: 20px;
}

.sectionone-in strong {
    font-size: 22px;
    color: #000;
    font-size: 22px;
    font-family: 'Montserrat';
}

.sectionone-in p {
    padding: 0px 0px 10px;
}

.sectionone-in h2.vc_custom_heading.had1 {
    padding-bottom: 10px;
}

.sectionone-in img.img-with-animation.skip-lazy.animated-in {
    height: 600px !important;
    object-fit: cover;
}
div#sectionfive .para p {
    width: 79%;
    margin: 0 auto;
}
#sectionfive button#wpforms-submit-8 {
    width: 20%;
    margin: 0 auto;
    display: block;
    height: 56px;
    background: #0089C6;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px !important;
    margin-top: 3%;
}

#sectionfive form {
    width: 70%;
    margin: 0 auto;
}
/*  Section Five end */
/*  Footer start */
#footer-outer p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

#footer-outer ul li a {
    font-size: 16px;
    line-height: 28px;
    color: #fff !important;
}

#footer-outer h4 {
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    line-height: 27px;
    padding-bottom: 10%;
}

#footer-outer ul#menu-footer-menu-1 li {
    display: -webkit-inline-box;
    margin: 0px 10px;
}

#footer-outer ul#menu-footer-menu-1 li:first-child {
    margin-left: 0px;
}

#footer-outer ul#menu-footer-menu-1 li i {
    font-size: 25px;
}

#footer-outer input {
    height: 45px;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 20px !important;
}

#footer-outer input::placeholder {
    color: #363636;
}

#footer-outer button#wpforms-submit-44 {
    width: 50% !important;
    height: 45px;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: #0089C6;
    border: unset;
}

#footer-outer div#copyright {
    border-top: 1px solid #707070;
    padding: 30px 0px !important;
}

#footer-outer {
    background: #141414;
}

#footer-outer #copyright[data-layout="centered"] .col.span_5 {
    max-width: 100% !important;
    float: left;
}

#footer-outer div#copyright div#nav_menu-5 {
    float: right;
}

#footer-outer div#copyright p {
    float: left;
}

#footer-outer #copyright .col.span_7.col_last {
    display: none;
}
#footer-outer .col.span_3:nth-child(1) {
    width: 35% !important;
}
#footer-outer .col.span_3:nth-child(2) {
    width: 17% !important;
    padding-left: 2%;
    padding-top: 4%;
}
#footer-outer .col.span_3:nth-child(3) {
    width: 19% !important;
    padding-top: 4%;
}
#footer-outer .col.span_3:nth-child(4) {
    width: 23% !important;
    padding-top: 4%;
}
#footer-outer #copyright ul#menu-copy-right-menu li {
    border-right: 1px solid #fff;
    height: 22px !important;
    padding: 0px 10px !important;
    margin: 0px 0px !important;
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

#footer-outer #copyright ul#menu-copy-right-menu li:last-child {
    border: unset;
    padding-right: 0px !important;
}
/*  Footer end*/
.had1-in h2 {font-size: 45px;font-weight: 500 !important;line-height: 55px;font-family: 'Montserrat' !important;color: #000000;text-transform: capitalize;}

/*  Desktop Responsive */
@media (max-width: 1660px) {
	h2.vc_custom_heading.had1 {
		font-size: 35px;
		line-height: 44px;
	}
	.para p {
		font-size: 18px;
		line-height: 28px;
	}
	a.nectar-button.btn1 {
		font-size: 16px;
		padding: 16px 40px !important;
		margin-top: 2%;
	}
	.padding-class {
		padding: 60px 0px !important;
	}
	#sectiontwo .box-1 .heading {
		padding: 35px 0px !important;
	}
	#sectiontwo .box-1 .heading {
		padding: 35px 0px !important;
		bottom: -45px;
	}
	#sectiontwo .box-1 .heading h5 {
		font-size: 17px;
	}
	.para ul li {
		font-size: 17px;
		    line-height: 30px;
	}
	.para ul li:before {
		top: 7px;
	}
	#sectionfour .box-2 {
		padding: 45px 45px !important;
	}
	#sectionfour .box-2 p {
		font-size: 16px;
		line-height: 25px;
	}
	div#sectionfour {
		padding-bottom: 150px !important;
	}
	#footer-outer p {
		font-size: 15px;
		line-height: 25px;
	}
	#footer-outer ul#menu-footer-menu-1 li i {
		font-size: 22px;
	}
	#footer-outer ul li a {
		font-size: 15px;
		line-height: 26px;
	}
	#footer-outer h4 {
		font-size: 20px !important;
		line-height: 25px;
	}
	#footer-outer p br {
		display: none;
	}
	.sectionone-in strong {
    font-size: 20px !important;
}

.sectionone-in img.img-with-animation.skip-lazy.animated-in {
    height: 530px !important;
    object-fit: cover;
}
	#footer-outer button#wpforms-submit-44 {
		width: 55% !important;
		font-size: 15px;
	}
	#sectionfive button#wpforms-submit-8 {
		width: 25%;
	}
	#banner h2 {
		font-size: 45px !important;
		line-height: 58px !important;
	}
	#banner p {
		font-size: 20px !important;
		line-height: 29px !important;
	}
	#banner a.primary-color {
		font-size: 16px;
		padding: 16px 45px !important;
	}
	#header-outer .sf-menu li a {
		font-size: 18px;
		padding: 0px 10px !important;
	}
	#header-outer #logo img {
		height: 85px;
	}
	.had1-in h2 {
		font-size: 35px;
	}
}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1326px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 999px) {
#banner h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

#banner p {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

#banner a.primary-color {
    font-size: 15px;
    padding: 13px 30px !important;
}

h2.vc_custom_heading.had1 {
    font-size: 30px;
    line-height: 40px;
}

.para p {
    font-size: 16px;
    line-height: 26px;
}

a.nectar-button.btn1 {
    font-size: 15px;
    padding: 13px 30px !important;
}

#sectiontwo .box-1 img {
    width: 100% !important;
}

#sectiontwo .box-1 {
    width: 90%;
    margin: auto !important;
    margin-bottom: 60px !important;
}

.para ul li {
    font-size: 15px;
    line-height: 28px;
}

.para ul li:before {
    width: 17px;
    height: 17px;
}
	div#sectionfour {
    padding-bottom: 50px !important;
}
div#sectionfive .para p {
    width: 100%;
}

#sectionfive form {
    width: 100%;
}
#footer-outer .col.span_3:nth-child(1) {
    width: 100%  !important;
}

#footer-outer .col.span_3:nth-child(1) , #footer-outer .col.span_3:nth-child(2), #footer-outer .col.span_3:nth-child(3), #footer-outer .col.span_3:nth-child(4) {
    width: 100% !important;
    margin-bottom: 10px !important;
}

#footer-outer h4 {
    padding-bottom: 10px !important;
}

#footer-outer div#copyright div#nav_menu-5 {
    float: unset !important;
}

#footer-outer div#copyright p {
    float: unset;
}

#footer-outer div#copyright {
    padding: 20px 0px !important;
}
#footer-outer button#wpforms-submit-44 {
    width: 100% !important;
}
}
@media only screen and (max-width: 768px) {
#banner h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

#banner p {
    font-size: 15px !important;
    line-height: 20px !important;
}

#banner a.primary-color {
    font-size: 14px;
}

h2.vc_custom_heading.had1 {
    font-size: 25px;
    line-height: 35px;
}

#sectiontwo .box-1 .heading {
    padding: 20px 0px !important;
    bottom: -35px;
}
}
@media only screen and (max-width: 690px) {
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100% !important;
    margin: auto !important;
}
#sectionfive button#wpforms-submit-8 {
    width: 100%;
}

#sectiontwo .box-1 .heading h5 {
    font-size: 14px;
}
.phem .iwt-text h3 {
    font-size: 15px !important;
}
}
@media only screen and (max-width: 480px) {
#banner h2 {
    font-size: 22px !important;
    line-height: 32px !important;
}

#banner p {
    font-size: 14px !important;
}
h2.vc_custom_heading.had1 {
    font-size: 22px;
    line-height: 30px;
}

.para p {
    font-size: 15px;
    line-height: 25px;
}

#sectiontwo .box-1 {
    width: 100%;
}

#sectionfour .box-2 p {
    font-size: 15px;
}

#sectionfour .box-2 {
    padding: 20px 20px !important;
}


}

/*  Desktop Responsive */





/*  */

header#top ul.sub-menu.tracked-pos {
    padding: 7px 0 6px !important;
    top: 120px !IMPORTANT;
}

#header-outer .sf-menu li ul li a {
    font-size: 14px !important;
    line-height: 30px !important;
}

#header-outer .sf-menu li ul li {
    padding: 3px 0px !important;
}

#header-outer .sf-menu li ul li a:hover {
    color: #fff !important;
}
#footer-outer .widget.widget_nav_menu ul ul {
    display: none;
}