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



@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: "Google Sans", sans-serif;
}

h1, h2 {
	font-weight: 600;
}




/* Header CSS */

#header-outer #top #menu-item-18 a {
    background: linear-gradient(90deg, #01B5D7, #25306E);
    padding: 10px 25px;
    border-radius: 100px;
    color: #fff !important;
}

#header-outer #top #menu-item-18 a span::after {
    display: none;
}







/* Hero Sec CSS */


#hero-sec .row-bg-wrap::before {
    content: '';
    background: linear-gradient(90deg, black -40%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#cta-btn {
    padding: 13px 40px;
    font-size: 15px;
    font-family: 'Open Sans';
    border-radius: 100px !important;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #01B5D7, #25306E);
}

#cta-btn.grey-btn {
    background: transparent;
}
#cta-btn:hover {
    background: #01B5D7 !important;
    opacity: unset !important;
}
#cta-btn.trans-btn:hover {
    background: #01B5D7 !important;
}



/* Explore Sec CSS */



#explore-sec .inner_row {
    margin-top: 50px !important;
}

#explore-sec .inner_row .vc_column-inner {
    background: rgb(255 255 255 / 20%);
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid;
}

#explore-sec .inner_row .vc_column-inner p {
    font-size: 14px;
    line-height: 24px;
}

#explore-sec .inner_row .vc_column-inner .img-with-animation {
    padding: 12px;
    background: rgb(255 255 255 / 20%);
    border: 1px solid #fff;
    border-radius: 120px;
    width: 50px;
}





/* Solution Sec CSS */


#sol-inner h2, #sol-inner p {
    color: #fff;
}

#sol-inner {
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 30px;
    overflow: hidden;
}

#cta-btn.trans-btn {
    background: transparent !important;
}

#sol-sec .inner_row::before {
    content: '';
    background: linear-gradient(90deg, black -100%, transparent);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}

#sol-sec .inner_row:nth-child(2n+1)::before {
    background: linear-gradient(270deg, black -100%, transparent);
}

#sol-sec .inner_row:last-child::before {
    display: none;
}

#sol-sec .inner_row:not(:last-child) {
    margin-bottom: 50px;
}





/* Choose Sec CSS */


#choose-inner .vc_column-inner {
    background: rgb(255 255 255 / 20%);
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid;
}

#choose-inner {
    margin-top: 40px;
}

#choose-inner .vc_column-inner .img-with-animation {
    padding: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
}







/* Plans Sec CSS */


.tags p {
    margin-bottom: 0;
    padding: 6px 20px !important;
    border: 1px solid #fff;
    border-radius: 110px;
    color: #fff;
    font-family: 'Open Sans';
}

.tags {
    display: flex;
}

#pack-inner .wpb_text_column.wpb_content_element:first-child {
    background: #1c9ebd;
    margin-bottom: 0;
    padding: 30px 30px 10px;
}

#pack-inner .vc_column-inner {
    background: #3a2f65;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid #1c9ebd;
    padding-bottom: 30px;
}


#pack-inner .wpb_text_column.wpb_content_element:nth-child(2) {
    padding: 30px !important;
    margin-bottom: 0;
}

#pack-inner #cta-btn {
    margin-left: 30px;
}

#pack-inner .wpb_text_column.wpb_content_element h3, #pack-inner .wpb_text_column.wpb_content_element ul li {
    color: #fff;
}

#pack-inner .wpb_text_column.wpb_content_element ul li:not(:last-child) {
    margin-bottom: 10px;
}

#pack-inner .wpb_text_column.wpb_content_element ul {
    margin-top: 20px;
}

#pack-inner .wpb_column:last-child .vc_column-inner .wpb_text_column.wpb_content_element:first-child {
    background: #3a2f65;
}

#pack-inner .wpb_column:last-child .vc_column-inner {
    background: #1c9ebd;
    border-color: #3a2f65;
}

#pack-inner {
    padding: 0 80px;
    margin-top: 40px;
}


#pack-inner h2 {
    color: #fff;
}

#pack-inner h2 strong {
    font-size: 18px;
    font-weight: 400;
}






/* Footer Sec CSS */

#ft-sec .nectar_icon_wrap i {
    background: #fff;
    width: 40px !important;
    height: 40px !IMPORTANT;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 20px !IMPORTANT;
    transition: 0.5s all;
    border: 1px solid #243471;
}

#ft-sec .nectar_icon_wrap {
    margin-right: 10px;
    margin-bottom: 10px;
}


#ft-sec .nectar_icon_wrap:hover i {
    background: transparent !important;
    border-color: #fff;
    color: #fff !important;
}



#ft-inner ul {
    margin: 0;
}

#ft-inner ul li {
    list-style: none;
}

#ft-inner ul li a {
    color: #fff;
    opacity: 1;
    position: relative;
}

#ft-inner ul li:not(:last-child) {
    margin-bottom: 5px;
}

#ft-inner .wpb_column:not(:first-child) .wpb_wrapper {
    display: flex;
    justify-content: center;
}
#ft-inner .wpb_column:not(:first-child) .wpb_wrapper .wpb_text_column.wpb_content_element .wpb_wrapper {
    display: block;
}

#cpy-blk {
    padding: 15px 0px !IMPORTANT;
/*     border-top: 1px solid #FFFFFF; */
}

#ft-inner p, #ft-inner a {
    font-size: 14px;
    line-height: 23px;
}



.tags p:last-child {
    margin-left: 10px;
}

#pack-inner .wpb_column:last-child .vc_column-inner .tags p:last-child {
    margin-left: 0;
}








/* New Footer CSS */
#ft-inner img {
    width: 80px;
}

#ft-inner p {
    max-width: 500px;
    margin: 30px auto 30px;
}

#ft-inner ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 40px;
}

#ft-inner ul li {
    position: relative;
}

#ft-inner ul li a::before {
    content: '';
    bottom: -2px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 1px;
    transition: 0.5s all;
    margin: 0 auto;
    width: 100%;
}

#ft-inner ul li a:hover::before {
    width: 0%;
}

#ft-inner ul li {
    margin-bottom: 0 !IMPORTANT;
}
#cpy-blk::before {
    display: block;
    top: 0;
    width: 200%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    left: -50%;
}













/* Popup CSS */

#popmake-90 {
    position: relative !important;
    margin: unset !important;
    left: 20% !important;
    top: 25% !important;
    padding: 70px;
    border-radius: 10px;
    background: linear-gradient(90deg, #01B5D7 -50%, #25306E);
}



.form-blk input {
    color: #fff !important;
    font-family: 'Open Sans';
    background: transparent;
    border-radius: unset;
    border: unset !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: unset !important;
    padding: 15px 0;
    font-size: 15px;
    line-height: 24px;
}

.form-blk input::placeholder {
    color: #fff;
}

#popmake-90 .form-blk .wpcf7-submit {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 18px 50px;
    border-radius: 100px !important;
    margin-top: 30px;
}







/* Responsive Sheet CSS */


@media only screen and (min-width: 1200px) and (max-width: 1600px){}
@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){}





@media only screen and (min-width: 1000px) and (max-width: 1250px){

#header-outer #top .sf-menu li a {
    margin: 0 8px !important;
    font-size: 14px;
    line-height: 22px;
}

#header-outer #top #menu-item-18 a {
    padding: 9px 17px;
}

	
}





@media only screen and (min-width: 300px) and (max-width: 999px){
	
	
#hero-sec {
    padding: 80px 0px !IMPORTANT;
}

br {
    display: none;
}

#hero-sec h1 {
    font-size: 30px;
    line-height: 39px;
}

#cta-btn.grey-btn {
    margin-left: 0 !important;
    margin-top: 10px;
}

h2 {
    font-size: 25px !important;
    line-height: 34px !important;
}

#explore-sec {
    padding: 70px 0px !IMPORTANT;
}

#sol-sec {
    padding: 70px 0px !IMPORTANT;
}

#sol-inner {
    padding: 35px !IMPORTANT;
    border-radius: 12px;
}

#sol-inner .wpb_column {
    margin-bottom: 0;
}

#sol-sec .inner_row:last-child {
    padding-bottom: 0 !important;
}

#sol-sec .inner_row:last-child img {
    margin-top: 30px;
}

#pack-inner {
    padding: 0;
}

.tags p {
    padding: 4px 10px !important;
    font-size: 14px;
    line-height: 23px;
}

#pack-inner .wpb_text_column.wpb_content_element:first-child {
    padding: 20px 20px 10px;
}

#pack-inner .wpb_text_column.wpb_content_element:nth-child(2) {
    padding: 20px !important;
}


#pack-inner .wpb_text_column.wpb_content_element ul li {
    font-size: 14px;
    line-height: 24px;
}

#best-plan-sec {
    padding-bottom: 70px !important;
}

#choose-sec {
    padding: 50px 0px !important;
}

#ft-inner img {
    width: 80px;
}

#ft-inner .wpb_column:not(:first-child) .wpb_wrapper {
    display: block;
}

#ft-sec {
    padding-top: 70px !IMPORTANT;
}

#cpy-blk p {
    font-size: 14px;
    line-height: 22px;
}
#popmake-90 {
    left: 10% !IMPORTANT;
    width: 80%;
    top: 20% !important;
    padding: 40px 30px;
    border-radius: 5px;
}

.form-blk .wpcf7-spinner {
    display: none;
}




/* New Footer Responsiveness */


#ft-inner ul {
    flex-direction: column;
    gap: 15px;
}	
	
	
	
	
	
	
}	