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

/*  header start */
#header-outer .sf-menu li a {
    font-size: 19px;
    padding: 0px 5px !important;
    font-weight: 400;
    color: #000;
    line-height: 26px;
}

#header-outer .secondary-left {
    float: left;
}

#header-outer .secondary-left ul {
    display: -webkit-inline-box;
    padding: 5px 0px !important;
}

#header-outer .secondary-left ul li {
    padding: 0px 10px;
}

#header-outer .secondary-right ul {
    display: -webkit-inline-box;
}

#header-outer .secondary-right ul li {
    margin: 0px 10px;
}

#header-outer .secondary-right ul li i {
    border: 1px solid #fff;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    height: 35px;
    width: 35px;
    font-size: 18px;
    transition: .8s !important;
    color: #fff;
}

#header-outer .secondary-right ul li i:hover {
    background: #fff;
    color: #03173A;
}

div#header-secondary-outer {
    background: #03173A;
    min-height: 50px !important;
    justify-content: center;
    align-items: center;
    display: flex;
}

#header-outer .secondary-left ul li i {
    color: #fff;
    font-size: 25px;
    padding-right: 15px;
}

#header-outer .secondary-left ul li a {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#header-outer .nectar-center-text {
    max-width: 100% !important;
}

#header-outer .secondary-left ul li:first-child {
    margin-right: 40px;
}
/*  Header end */

/*  Banner start */
#banner h2 {
    font-size: 65px;
    line-height: 78px;
    font-weight: 700;
    width: 85%;
    margin: 0 auto;
}

#banner a.primary-color {
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px !important;
    padding: 25px 70px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
/*  Banner end */

/*  Section one start */
h2.vc_custom_heading.had1 {
    font-weight: 600 !important;
}

.para p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #0C0C0C;
    width: 80%;
    margin: 0 auto;
}

a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    font-size: 20px;
    border-radius: 0px !important;
    font-weight: 500;
    padding: 28px 60px;
    background: linear-gradient(95deg, #CF1876, #57266E);
}
#sectionone .para p {
    width: 100%;
}
/*  Section one end */


/*  Section Two start */
#sectiontwo .box-1 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 25px;
}

#sectiontwo .box-1 h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

#sectiontwo .box-1 a.nectar-button.large.regular-button.btn1 {
    padding: 23px 60px !important;
    text-align: center;
    margin: 0 auto;
    display: table;
    bottom: -30px;
    position: absolute;
    top: auto !important;
    left: 0;
    right: 0;
    z-index: 9;
}

#sectiontwo .box-1 {
    position: relative;
}
#sectiontwo .nectar-fancy-box .inner {
    position: unset;
}
#sectiontwo .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#sectiontwo .para p {margin: 0;}
/*  Section Two end */


/*  Section Three start */

#sectionthree .box-2 {
    width: 24%;
    margin: 0 auto;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 50px 0px !important;
    transition: .8s !important;
    overflow: hidden;
}

#sectionthree .box-2 h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

#sectionthree a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    background: #fff !important;
    color: #000;
    padding: 28px 70px;
}

#sectionthree p {
    color: #fff;
}

#sectionthree .box-2:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    left: -100%;
    transition: .8s !important;
}

#sectionthree .box-2:hover:before {
    overflow: visible;
    left: 0;
}

#sectionthree .box-2:hover h4 {
    color: #e41678;
}

#sectionthree p {
    width: 95%;
    margin: 0 auto;
}
/*  Section Three end */


/*  Section Four start */
#sectionfour li {
    list-style: none;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #000;
    position: relative;
    padding-left: 20px;
}

#sectionfour li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2022/12/Icon-ionic-ios-checkmark-circle.png);
    width: 20%;
    height: 25px;
    background-repeat: no-repeat;
    left: -4%;
    top: 7px;
}

#sectionfour a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    background: #000 !important;
    color: #fff;
    padding: 27px 65px !important;
}
/*  Section Four end */


/*  Section Five start */

#sectionfive .box-3 {
    width: 49%;
    margin: 0 auto;
    border: 1px solid #D5D5D5;
    background: #fff;
    padding: 0px  !important;
    padding-bottom: 150px !important;
    position: relative;
}

#sectionfive .box-3 h4 {
    background: #03173A;
    width: 100% !important;
    padding: 40px 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

#sectionfive h2 strong {
    font-size: 13px;
    color: #03173A;
    font-weight: 600;
}

#sectionfive .box-3 h2 {
    line-height: 20px !important;
    padding-left: 40px;
    padding-top: 35px;
    font-weight: 800 !important;
}

#sectionfive .box-3 ul li {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    list-style: none;
}

#sectionfive .box-3 ul {
    padding-left: 40px !important;
    margin-left: 0px;
    padding-top: 20px;
}
#sectionfive a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 5%;
    background: #E41678;
    padding: 25px 75px;
}
#sectionfive .vc_column_container>.vc_column-inner {
    position: unset;
}
/*  Section Five end */


/*  Section Six start */
#sectionsix input {
    border: 1px solid #D5D5D5;
    height: 75px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
}

#sectionsix textarea {
    height: 160px;
    padding-left: 25px;
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #D5D5D5;
}

#sectionsix button#wpforms-submit-13 {
    font-size: 20px;
    border-radius: 0px !important;
    height: 75px;
    width: 30%;
    background: linear-gradient(45deg, #D31877, #58266E);
    color: #fff;
    font-weight: 500;
}

#sectionsix form {
    width: 80%;
    margin: 0 auto;
}

#sectionsix input ::placeholder {
    color: #CCCCCC;
}
/*  Section Six end */


/*  Section Seven start */
div#sectionseven {position: relative;}

#sectionseven ul li i {
    border: 1px solid #fff;
    height: 65px;
    width: 65px;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    border-radius: 60px;
    font-size: 25px;
    color: #fff !important;
}

#sectionseven ul li {
    display: -webkit-inline-box;
    margin: 0px 10px !important;
}

#sectionseven ul {float: left;}

div#sectionseven .iwt-icon i {
    border: 1px solid #fff;
    height: 65px !important;
    width: 65px !important;
    justify-content: center;
    align-items: center;
    display: inline-grid;
    border-radius: 60px;
    color: #fff !important;
    font-size: 30px !important;
}

div#sectionseven .iwithtext {display: -webkit-inline-box;}

div#sectionseven .iwt-text h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

div#sectionseven .iwt-text h4 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
}

#sectionseven .vc_col-sm-3 {
    float: right !important;
    width: 25% !important;
}

#sectionseven .vc_col-sm-6 {
    float: left !important;
    width: 50% !important;
}

div#sectionseven .iwt-text {
    padding-left: 25px;
    padding-top: 10px;
}

#sectionseven {
    padding: 50px 0px !important;
}

div#sectionseven:before {
    position: absolute;
    content: "";
    width: 140%;
    height: 1px;
    background: #fff;
    left: -18%;
    bottom: 0;
}
/*  Section Seven end */


/*  Section 8 start */
/*  Section 8 end */


/*  Section 9 start */
/*  Section 9 end */


/*  Section Ten start */
/*  Section Ten end */

/*  Footer start */
#footer-outer ul#menu-main-menu-2 li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    padding: 0px 10px !important;
}

#footer-outer ul#menu-main-menu-2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0px !important;
}

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

div#copyright p {
    font-size: 20px;
    color: #fff;
    line-height: 30px !important;
    font-weight: 400;
}

#footer-outer div#media_image-2 img {
    width: 35%;
}
/*  Footer end*/

/*  About Page */
#sectionone img {
    width: 100%;
}
#imgbox img {
    height: 250px !important;
    object-fit: contain;
}
/* About Page */

/*  Desktop Responsive */
@media only screen and (max-width: 1620px) {}
@media only screen and (max-width: 1520px) {}
@media only screen and (max-width: 1440px) {
#sectiontwo .box-1 .nectar-fancy-box[data-style=hover_desc] {
    padding: 4% !important;
}
#sectiontwo .box-1 p {
    padding-bottom: 55px;
}
}
@media only screen and (max-width: 1366px) {
#header-outer .sf-menu li a {
    font-size: 16px;
    padding: 0px 0px !important;
}
#banner h2 {
    font-size: 60px;
    line-height: 70px;
    width: 93%;
}
.para p {
    font-size: 18px;
    line-height: 30px;
}
h2.vc_custom_heading.had1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    font-size: 18px;
    padding: 23px 55px;
}
#sectiontwo .box-1 p {
    font-size: 14px;
    line-height: 23px;
}
#sectiontwo .box-1 h4 {
    font-size: 20px;
    line-height: 29px;
}
#sectiontwo .box-1 a.nectar-button.large.regular-button.btn1 {
    padding: 20px 55px !important;
    bottom: -20px;
}
#sectionthree .box-2 h4 {
    font-size: 20px;
    line-height: 30px;
}
#sectionthree a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    padding: 23px 70px;
}
#sectionfour li {
    font-size: 18px;
    line-height: 30px;
}
#sectionfour a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    padding: 24px 60px !important;
}
#sectionfive .box-3 h4 {
    font-size: 20px;
}
#sectionfive .box-3 ul li {
    font-size: 14px;
    line-height: 30px;
}
#sectionfive a.nectar-button.large.regular.accent-color.regular-button.btn1 {
    padding: 20px 65px;
}
div#sectionseven .iwt-text {
    padding-left: 15px;
    padding-top: 5px
}
div#sectionseven .iwt-text h4 {
    font-size: 14px;
}
div#sectionseven .iwt-icon i {
    height: 60px !important;
    width: 60px !important;
}
#sectionseven ul li i {
    height: 60px;
    width: 60px;
}
#footer-outer ul#menu-main-menu-2 li a {
    font-size: 18px;
}
}
@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) {}

/*  Desktop Responsive */

/*  Mobile Responsive */
@media only screen and (max-width: 999px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 420px) {}
@media only screen and (max-width: 380px) {}

/*  Mobile Responsive */



