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

body{
	font-family: "LufgaRegular"
}

/* Lufga Font:  */

@font-face {
  font-family: LufgaBlack;
  src: url(/wp-content/themes/salient-child/fonts/LufgaBlack.ttf);
}

@font-face {
  font-family: LufgaBold;
  src: url(/wp-content/themes/salient-child/fonts/LufgaBold.ttf);
}

@font-face {
  font-family: LufgaExtraBold;
  src: url(/wp-content/themes/salient-child/fonts/LufgaExtraBold.ttf);
}

@font-face {
  font-family: LufgaExtraLight;
  src: url(/wp-content/themes/salient-child/fonts/LufgaExtraLight.ttf);
}

@font-face {
  font-family: LufgaLight;
  src: url(/wp-content/themes/salient-child/fonts/LufgaLight.ttf);
}

@font-face {
  font-family: LufgaMedium;
  src: url(/wp-content/themes/salient-child/fonts/LufgaMedium.ttf);
}

@font-face {
  font-family: LufgaRegular;
  src: url(/wp-content/themes/salient-child/fonts/LufgaRegular.ttf);
}

@font-face {
  font-family: LufgaSemiBold;
  src: url(/wp-content/themes/salient-child/fonts/LufgaSemiBold.ttf);
}

/* CSS */

#header-outer header {
    height: 0px !important;
}

#header-space {
    height: 0px;
}

div#hero {
    padding: 140px 0px 70px 0px !important;
}

#top .menu-item a span {
    color: #ffffff;
    font-size: 14px;
    transition: 0.5s ease;
}

#top .menu-item a {margin: 0px 15px !important;}

body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none !important;
}

#top ul.buttons li:last-child a {
    background: #ffffff;
    padding: 10px 20px 8px 20px !important;
    transition: 0.5s ease !important;
}

#top ul.buttons li:last-child a span {
    color: #000000;
}

div#hero .vc_col-sm-6 {display: flex;align-items: center;}

div#hero h1 {
    color: #ffffff;
    font-size: 55px;
    line-height: 67px;
    transition: 0.5s ease;
    display: inline;
}

.themeClr {
    color: #5BCAEA;
}

div#hero p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

#hero .main {
    display: flex;
    gap: 8px;
}

#hero a.herobtn {
    padding: 9px 33px 7px 33px;
    background: #5BCAEA;
    color: #000000;
    border-radius: 30px;
    transition: 0.5s ease;
    border: 1px solid #5BCAEA;
}

a.herobtngradient {
    padding: 9px 25px 7px 25px;
    background: transparent;
    color: #ffffff;
    border-radius: 30px;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: 0.5s ease;
}

#top ul.buttons li:last-child a:hover {
    background: #5BCAEA;
    transition: 0.5s ease-out;
}

#top ul.buttons li:last-child a:hover span {
    color: #fff;
}

#top .menu-item a span:hover {
    transition: 0.5s ease-out;
    color: #5BCAEA;
}

div#hero h1:hover {
    transition: 0.5s ease-out;
    color: #5BCAEA;
}

div#hero h1:hover .themeClr {
    color: #ffffff;
}

#hero a.herobtn:hover {
    transition: 0.5s ease-out;
    border: 1px solid #5BCAEA;
    color: #5BCAEA;
    background: transparent;
}

a.herobtngradient:hover {
    transition: 0.5s ease-out;
    background: #5BCAEA;
    border-color: #5BCAEA;
    color: #000;
}

#header-outer #logo img {width: 130px !important;height: 100% !important;}

div#howitworks {
    padding: 120px 0px 100px 0px !important;
}

div#howitworks h1 {
    color: #000000;
    font-weight: 900;
    font-family: 'LufgaBold';
    transition: 0.5s ease;
    display: inline;
}

div#howitworks p.pera {
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
}

div#howitworks  .sec2 {
    margin-top: 45px;
}

div#howitworks .sec2 h2 {font-family: 'LufgaBold';color: #000000;display: inline;transition: 0.5s ease;}

div#howitworks  .gridview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

div#howitworks .gridview h3 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0px;
}

div#howitworks .gridview p.pera {
    font-size: 16px;
}

div#howitworks .gridview .circle {
    background: #D9D9D9;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: 0.5s ease;
}

div#howitworks .gridview .iconwithtext {
    display: flex;
    gap: 15px;
    margin-bottom: 4px;
}

div#howitworks a.herobtn br {
    display: none !important;
}

div#howitworks a.herobtn {
    padding: 9px 33px 7px 33px;
    background: #5BCAEA;
    color: #ffffff;
    border-radius: 30px;
    transition: 0.5s ease;
    border: 1px solid #5BCAEA;
    display: table;
    margin-top: 30px;
}

div#howitworks h1:hover {
    transition: 0.5s ease-out;
    color: #5bcaea;
}

div#howitworks h1:hover .themeClr {
    color: #000000;
}

div#howitworks 
.sec1 p.pera {
    margin-top: 15px;
}

div#howitworks .sec2 h2:hover {
    color: #5bcaea;
    transition: 0.5s ease-out;
}

div#howitworks .sec2 h2:hover .themeClr {
    color: #000000;
}

div#howitworks .gridview .boxview:hover .circle {
    transition: 0.5s ease-out;
    background: #5bcaea;
}

div#howitworks a.herobtn:hover {
    transition: 0.5s ease-out;
    border-color: #000;
    background: transparent;
    color: #000;
}

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

div#appsample h1.mainheading {
    color: #000000;
    font-weight: 900;
    font-family: 'LufgaBold';
    transition: 0.5s ease;
    margin-bottom: 15px;
}

div#appsample p.pera {
    color: #000000;
    font-size: 16px;
    max-width: 610px;
    margin: 0 auto;
    padding-bottom: 0px;
}

div#appsample p img {
    margin-top: 5px;
}

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

div#testimonial .fa-quote-left {
    color: #000000;
    font-size: 40px;
}

div#testimonial h1.mainheading {
    color: #000;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 1.3;
    font-family: 'LufgaBold';
}

div#testimonial  ul.ratinglist {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 4px 0px 5px 0px;
    gap: 4px;
}

div#testimonial ul.ratinglist li {
    list-style: none;
}

div#testimonial ul.ratinglist li i {
    font-size: 17px;
    color: #FF7C03;
}

div#testimonial p {
    color: #000000;
    font-size: 16px;
    padding-bottom: 0px;
    max-width: 540px;
    margin-top: 9px;
}

div#testimonial  .clname {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

div#testimonial h4 {
    margin-bottom: 0px !important;
    color: #5BCAEA;
    font-size: 19px;
    margin-top: 10px;
}

div#testimonial .clname i {
    color: #000000;
    font-size: 40px;
    transition: 0.5s ease;
    margin-right: 10px;
}

div#footer .row-bg {
    background: #000000;
}

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

div#footer .vc_col-sm-3 p {
    color: #ffffff;
    font-size: 16px;
}

div#footer .vc_col-sm-3 img {
    margin-bottom: 30px;
}

div#footer h2 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

div#footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

div#footer ul li {
    list-style: none;
}

div#footer ul li a {
    color: #ffffff;
    transition: 0.5s ease;
}

div#footer .vc_col-sm-3:nth-child(3) .wpb_wrapper {display: flex;flex-direction: column;gap: 32px;}

div#footer .vc_col-sm-3:nth-child(3) .wpb_wrapper a.btnYellow {
    background: #5bcaea;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px 7px 0px;
    border-radius: 5px;
    display: inline;
    max-width: 203px;
    transition: 0.5s ease;
    border: 1px solid #5bcaea;
}

div#appsample h1.mainheading:hover {
    transition: 0.5s ease-out;
    color: #5BCAEA;
}

div#appsample h1.mainheading:hover .themeClr {
    color: #000000;
}

div#testimonial .wpb_raw_code:hover i {
}

div#testimonial .wpb_raw_code:hover .fa-quote-right:before, div#testimonial .wpb_raw_code:hover .fa-quote-left:before {
    color: #5bcaea;
    transition: 0.5s ease-out;
}

div#testimonial i {
    transition: 0.5s ease;
}

div#testimonial .wpb_raw_code:hover .clname i {
}

div#footer .vc_col-sm-3:nth-child(3) .wpb_wrapper a.btnYellow:hover {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

div#copyright p {
    color: #ffffff;
    font-size: 16px;
}

div#copyright {
    margin-top: 60px;
}

div#footer ul li a i {
    font-family: 'FontAwesome';
    color: #ffffff !important;
}

div#footer ul.icons_list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

div#footer ul.icons_list li a i {
    font-size: 17px;
    transition: 0.5s ease;
}

div#footer ul li a:hover {
    color: #5bcaea;
    transition: 0.5s ease-out;
}

div#footer ul.icons_list li a i:hover {
    transition: 0.5s ease-out;
    color: #5bcaea !important;
}

.nectar-material-spinner {
    color: #5bcaea;
}

div#appsample .owl-carousel img {border-radius: 50px !important;box-shadow: 0px 0px 6px #00000014;height: 600px !important;width: 300px !important;}

div#appsample .owl-stage {
    padding-top: 0px;
    padding-bottom: 0px;
}

div#appsample .owl-dots {
    margin-top: 0px !important;
}

div#appsample .owl-dots .owl-dot span {width: 15px !important;height: 15px !important;margin: 0px 4px !important;background: #5BCAEA;}

#appsample .owl-dots .owl-dot.active span {transform: none !important;}

div#howitworks .vc_col-sm-7 {
    display: flex;
    align-items: center;
}

div#howitworks .vc_col-sm-5 img {
    padding: 20px;
}

div#donor-carrier-section {
    padding: 60px 0px !important;
}

div#donor-carrier-section .vc_col-sm-6 {
    display: flex;
    align-items: center;
}

div#donor-carrier-section .vc_col-sm-6 h1 {color: #5BCAEA;font-family: 'LufgaBold';margin-bottom: 10px;}

div#donor-carrier-section .vc_col-sm-6 p {color: #000;font-size: 16px;}

div#donor-carrier-section .vc_row {
    padding: 10px 0px !important;
}

div#appsample .owl-carousel .hover-wrap-inner {
    display: flex;
    justify-content: center;
}

#testimonial .owl-stage {
    padding: 0px !important;
}

#testimonial  .owl-dots {
    display: none !important;
}

#testimonial .carousel-item .wpb_raw_code {margin-bottom: 0px !important;}

#testimonial .wpb_raw_code {
    margin-bottom: 0px !important;
}

#testimonial .owl-carousel {
    margin-bottom: 0px !important;
}

#testimonial  .fa-quote-right {display: table;}

#testimonial .hover-wrap-inner img {
    display: table;
    margin: 0 0 0 auto;
    height: 537px;
    width: 357px;
    object-fit: contain;
}

#testimonial .carousel-item .vc_row {
    margin-bottom: 0px !important;
}

#testimonial .carousel-item .vc_row .vc_col-sm-6:first-child {
    display: flex;
    align-items: center;
}

div#for-charity-banner {
    padding: 120px 0px 50px 0px !important;
    color: #ffffff;
}

div#for-charity-banner h1 {
    font-size: 35px;
    line-height: 1.3;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

div#for-charity-banner p {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-size: 18px;
}

div#for-charity-banner .vc_col-sm-6 {
    display: flex;
    align-items: center;
}

div#for-charity-banner a {
    background: #5bcaea;
    color: #ffffff;
    text-align: center;
    padding: 9px 20px;
    border-radius: 5px;
    transition: 0.5s ease;
    border: 1px solid #5bcaea;
    font-size: 16px;
    display: table;
    margin-top: 25px;
}

div#for-charity-banner img {
    border-radius: 30px;
    transform: scale(0.9);
    box-shadow: 10px 10px 10px 0px #5bcaea70;
    transition: 0.5s ease;
}

div#for-charity-banner img:hover {
    box-shadow: 10px 10px 10px 0px #5bcaea;
    transition: 0.5s ease-out;
}

div#charity-partners {
    padding: 70px 0px 50px !important;
}

div#charity-partners h1 {
    font-size: 35px;
    color: #000000;
    line-height: 1.1;
    margin-bottom: 30px;
}

div#charity-partners img {10px:;width: 250px;height: 110px;object-fit: contain;margin: 0 auto;}

div#charity-partners .owl-stage {
    padding: 0px 0px;
}

div#charity-partners h1 strong {color: #5bcaea;}

@media (max-width: 999px) {
	div#header-outer, #header-outer[data-box-shadow="large"] {
    height: 0px !important;
    background: transparent !important;
    padding: 0px !important;
}

div#header-space {
    height: 0px !important;
}

#header-outer #top #logo img {
    height: 100% !important;
}

#header-outer #top {padding: 15px 0px !important;}

#header-outer .slide-out-widget-area-toggle .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button:after, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    background: #fff !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    height: 3px !important;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    margin-top: 1px;
}

.off-canvas-menu-container.mobile-only .menu .menu-item a {
    color: #000000 !important;
    font-family: 'LufgaRegular' !important;
    font-size: 16px !important;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after {
    display: none !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before {
    background: #000000 !important;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 5px !important;
}

#hero .vc_col-sm-6 img {
    width: 60% !important;
    margin: 20px 0px 0 0px;
}

div#hero h1 {
    font-size: 40px;
    line-height: 1.3;
}

div#hero p {
    margin-top: 13px !important;
    max-width: 70%;
    margin-bottom: 5px;
}

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

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

div#howitworks .vc_col-sm-5 img {
    width: 45% !important;
}

div#howitworks h1 {
    font-size: 40px !important;
}

div#howitworks .sec1 p.pera {
    margin-top: 10px !important;
}

div#howitworks .sec2 {
    margin-top: 10px !important;
}

div#howitworks .sec2 h2 {
    font-size: 35px !important;
}

div#howitworks .gridview {
    margin-top: 20px !important;
}

div#howitworks a.herobtn {
}

div#appsample {
    padding: 45px 0px 35px 0px !important;
}

div#appsample h1.mainheading {
    font-size: 40px !important;
    margin-bottom: 10px !important;
}

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

div#testimonial .vc_col-sm-6 img {
    width: 30% !important;
    object-position: bottom;
}

div#footer .vc_col-sm-3:nth-child(3) .wpb_wrapper {
    gap: 25px !important;
}

div#copyright {
    margin-top: 10px !important;
}

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

div#testimonial h1.mainheading {
    font-family: 'LufgaBold';
}

    div#donor-carrier-section .vc_col-sm-6 h1 {
    font-size: 40px !important;
    margin-bottom: 5px !important;
}


}

@media (max-width: 565px) {
	div#testimonial p {
    width: 100%;
    height: 100px;
}

div#testimonial h1.mainheading {
    width: 100%;
}
}

@media (max-width: 500px) {
    div#header-outer {
    height: 0px !important;
    background: transparent !important;
}

div#header-space {
    height: 0px !important;
}

#header-outer #top #logo img {
    height: 100% !important;
}

#header-outer #top {padding: 15px 0px !important;}

#header-outer .slide-out-widget-area-toggle .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button:after, body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    background: #fff !important;
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    height: 3px !important;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    margin-top: 1px;
}

.off-canvas-menu-container.mobile-only .menu .menu-item a {
    color: #000000 !important;
    font-family: 'LufgaRegular' !important;
    font-size: 16px !important;
}

#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after {
    display: none !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before {
    background: #000000 !important;
}

body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li {
    margin-bottom: 5px !important;
}

#hero .vc_col-sm-6 img {
    width: 80% !important;
    margin: 20px 0px 0 0px;
}

div#hero h1 {
    font-size: 40px;
}

div#hero p {
    margin-top: 13px !important;
    max-width: 100%;
    margin-bottom: 5px;
}

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

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

div#howitworks .vc_col-sm-5 img {
    width: 65% !important;
    margin: 0 auto;
}

div#howitworks h1 {
    font-size: 40px !important;
}

div#howitworks .sec1 p.pera {
    margin-top: 10px !important;
}

div#howitworks .sec2 {
    margin-top: 10px !important;
}

div#howitworks .sec2 h2 {
    font-size: 35px !important;
}

div#howitworks .gridview {
    margin-top: 20px !important;
}

div#howitworks a.herobtn {
}

div#appsample {
    padding: 45px 0px 35px 0px !important;
}

div#appsample h1.mainheading {
    font-size: 40px !important;
    margin-bottom: 10px !important;
}

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

div#testimonial .vc_col-sm-6 img {
    width: 50% !important;
    margin: 0 auto;
    height: 290.08px !important;
    object-fit: cover !important;
    object-position: top;
}

div#footer .vc_col-sm-3:nth-child(3) .wpb_wrapper {
    gap: 25px !important;
}

div#copyright {
    margin-top: 10px !important;
}

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

    div#donor-carrier-section .vc_col-sm-6 h1 {
    font-size: 40px !important;
    margin-bottom: 5px !important;
}


}

