/*
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');
p,li,a{
	font-family: 'Montserrat' !important;
}
h1,h2,h3,h4,h5,h6,strong{
	font-family: 'Hey Comic' !important;
}
/*  Font Family */

/*  header start */
#header-outer #top nav>ul>li[class*=button_solid_color]>a span {
    color: #000 !important;
}
#header-outer .sf-menu li a {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 22px !important;
    padding: 0px 10px !important;
}

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

#header-outer #top nav>ul>li[class*=button_solid_color]>a {
    padding: 45px !important;
    color: #000 !important;
    font-weight: 600 !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: 58px;
    line-height: 60px;
    text-transform: uppercase;
}

#banner h2 strong {
    font-weight: 400;
    color: #FFC904;
}

#banner p {
    font-size: 18px;
    font-weight: 400;
    width: 60%;
    margin: 0 auto;
    line-height: 32px;
    color: #fff !important;
    padding-top: 15px;
}

#banner a.primary-color {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px !important;
    background: #fff !important;
    color: #000 !important;
    letter-spacing: 0px;
    text-transform: capitalize;
    transition: .8s !important;
    padding: 20px 60px;
    border: 1px solid #fff;
}

#banner a.primary-color:hover {
    background: transparent !important;
    color: #fff !important;
}
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 20px #fff !important;
    transform: unset;
}

body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    width: 25px;
    height: 25px;
}

body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 20px #fadc4c !important;
}
/*  Banner end */

/*  Section one start */
.para p {
    font-size: 16px;
    line-height: 26px;
    color: #000000 !important;
    width: 80%;
    font-weight: 400;
    margin: 0 auto;
}

#sectionone img {
    width: 100%;
    height: 480px;
    object-fit: fill;
}
div#sectionone p {
    width: 100%;
    text-align: left;
}
/*  Section one end */


/*  Section Two start */
#sectiontwo h4 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
}
div#sectiontwo .owl-stage {
    padding: 0 !important;
}
#sectiontwo .flickity-viewport {
    margin: 0px 0px !important;
}

a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    font-size: 18px;
    border-radius: 0px !important;
    text-transform: capitalize;
    background: #42B2BE !important;
    letter-spacing: 0px;
    padding: 18px 54px;
    transition: .8s !important;
    font-weight: 600;
    border: 1px solid #42B2BE;
    margin-top: 20px;
}

a.nectar-button.large.regular.accent-color.regular-button.btn1:hover {
    background: transparent !important;
    color: #42B2BE;
}
/*  Button */
#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: 8px;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button:before {
    border-radius: 0px;
    background: #FADC4C;
    height: 85px;
    width: 30px;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .previous:after {
    display: none;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .next:after {
    display: none;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 0;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {left: 10px;}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous svg {
    left: 8px;
    width: 18px;
    top: 25px;
}

#sectiontwo .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg {
    right: 14px;
    width: 18px;
    top: 25px;
}
/*  Button */
/*  Section Two end */


/*  Section Three start */
#sectionthree p {
    margin: 0;
    width: 100%;
}

#sectionthree a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    margin-bottom: 5% !important;
}

#sectionthree h2 {
    padding-top: 0%;
}
/*  Section Three end */


/*  Section Four start */
#sectionfour .para p {
    width: 50%;
    margin: 0;
}
#sectionfour .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
/*  Section Four end */


/*  Section Five start */

#sectionfive .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before {
    box-shadow: inset 0 0 0 13px #ffc904;
    transform: unset;
    margin-left: 0px;
}

#sectionfive .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    width: 25px;
    height: 25px;
    margin-left: 0px;
}

#sectionfive .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    box-shadow: inset 0 0 0 20px #000;
}

#sectionfive .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
    bottom: 0px;
}

#sectionfive h2.vc_custom_heading.had {
    padding-bottom: 15px;
}
#sectionfive img {
    width: 10%;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}

#sectionfive h5 {
    font-size: 20px;
    color: #42B2BE;
    margin-bottom: 30px !important;
}

#sectionfive p {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

#sectionfive p:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/09/Icon-awesome-quote-right.png);
    width: 20%;
    height: 115px;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#sectionfive .flickity-viewport {
    /* height: 250px !important; */
    margin: 50px 0px 0px 0px !important;
}

/*  Section Five end */


/*  Section Six start */
#sectionsix .box-1 {
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 32%;
    margin: 0 auto;
    padding: 40px 0px !important;
    transition: .8s !important;
}

#sectionsix h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat' !important;
}

#sectionsix .box-1:hover {
    background: #000 !important;
}

#sectionsix .box-1:hover h4 {
    color: #fff;
}

#sectionsix .box-1:hover img {
    filter: brightness(5.5) invert(13);
}
/*  Section Six end */


/*  Section Seven start */
/*  Section Seven end */

/*  Footer start */
div#footer-outer ul.icon li {
    display: -webkit-inline-box;
    margin: 0px 5px;
}

div#footer-outer ul.icon li i {
    background: #42B2BE !important;
    width: 35px !important;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: inline-grid;
}

#footer-outer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

#footer-outer ul li a {
    font-size: 18px;
    line-height: 32px;
    color: #000 !important;
    font-weight: 400;
}

#footer-outer h4 {
    font-size: 30px !important;
    line-height: 38px !important;
    font-family: 'Muli' !important;
    font-weight: 700 !important;
    color: #000 !important;
    padding-bottom: 30px;
    padding-top: 58px;
}

#footer-outer .form-1 input {
    height: 60px;
    background: #F0F0F0;
    padding-left: 20px !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

#footer-outer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 0px !important;
    height: 48px;
    width: 40%;
    position: absolute;
    right: 7px;
    top: 5px;
}

#footer-outer form {
    position: relative;
}

#footer-outer #footer-widgets .col input[type="submit"] {
    background: #42B2BE !important;
}

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

div#footer-outer  div#copyright p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

#footer-outer div#text-3 p {
    padding-bottom: 40px !important;
}

#footer-outer .col.span_3:nth-child(1) {
    width: 32%;
}

#footer-outer .col.span_3:nth-child(2) {
    width: 18%;
    padding-left: 45px;
}

#footer-outer .col.span_3:nth-child(3) {
    width: 16%;
}

#footer-outer .col.span_3:nth-child(4) {
    width: 26%;
}

div#footer-outer {
    background: #fff;
}
#footer-outer ul.copyright {
    float: right !important;
    width: 30% !important;
}

#footer-outer #copyright p {
	float: left;
}
#footer-outer #copyright .col.span_5 {
    max-width: 100% !important;
}
/*  Footer end*/

/*  Desktop Responsive */
@media only screen and (max-width: 1620px) {}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1366px) {
.para p {
    font-size: 16px;
    line-height: 26px;
    color: #000000 !important;
    width: 95%;
}
#sectionfour .para p {
    width: 45%;
    margin: 0;
}
#banner h2 {
    font-size: 45px;
    line-height: 55px;
}
#banner p {
    width: 80%;
}
#header-outer .sf-menu li a {
    font-size: 16px !important;
    padding: 0px 5px !important;
}
#sectionfive p:before {
    width: 22%;
}
#banner a.primary-color {
    padding: 15px 30px;
    font-size: 16px;
}
div#sectionfour {
    padding: 40px 0px !important;
}

a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    padding: 12px 30px;
}
}
@media only screen and (max-width: 1326px) {}
@media only screen and (max-width: 1280px) {
#sectionfive p:before {
    width: 23%;
}
}

/*  Desktop Responsive */

/* mobile responsive */
@media only screen and (max-width: 999px) {
	div#sectionone p {
    text-align: center;
}
.page-id-46 h2 {
    text-align: center !important;
}
h2 {
    font-size: 35px !important;
    line-height: 45px !important;
}

#sectionfour .para p {
    width: 100%;
}

.inner-wrap.using-image {
    background: #000 !important;
}

div#sectionfour p {
    /* color: #fff !important; */
}

#sectionfour .row-bg.viewport-desktop.using-image {
    filter: contrast(0.4);
}

#sectionfive p {
    width: 100%;
}

#sectionsix h4 {
}

#sectionsix .box-1 {
    width: 100%;
    margin-bottom: 20px;
}

#footer-widgets .container .col {
    width: 100% !important;
    text-align: center;
}

#footer-widgets .container .col {padding: unset !important;}

div#footer-outer div#copyright p {
    text-align: center !important;
    width: 100% !important;
}

#footer-outer ul.copyright {
    width: 100% !important;
}
}
@media only screen and (max-width: 600px) {
	#banner p {
    font-size: 14px !important;
    line-height: 20px !important;
    width: 100%;
}

.swiper-slide .content h2 {
    font-size: 20px !important;
}

.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 18px !important;
}

#banner a.primary-color {
    padding: 12px 24px !important;
    font-size: 14px !important;
}

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

#sectionone img {
    height: unset;
}

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

#sectionfive p:before {
    width: 40%;
}

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

div#footer-outer div#copyright p, div#footer-outer div#copyright  a {
    font-size: 14px !important;
    padding-bottom: 5px !important;
}

div#footer-outer div#copyright {
    padding: 10px 0px !important;
}
}

@media only screen and (max-width: 480px) {
	div#sectionfour .row-bg.viewport-desktop.using-image {
    background-position: center right !important;
    background-size: 200% 100%;
}

#sectionfour .para p {
    font-weight: 600;
}
}

@media only screen and (max-width: 420px) {
	h2 {
    font-size: 30px !important;
    line-height: 35px !important;
}

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

a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    font-size: 14px !important;
}
}