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

/* Global Start */
.wpb_wrapper h1.vc_custom_heading.heading {
  font-size: calc(
    35px + (50 - 35) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h2.vc_custom_heading.heading {
  font-size: calc(
    28px + (40 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h3.vc_custom_heading.heading {
  font-size: calc(
    25px + (36 - 25) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h4.vc_custom_heading.heading{
  font-size: calc(
    22px + (26 - 22) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h5.vc_custom_heading.heading {
  font-size: calc(
    18px + (20 - 18) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper h6.vc_custom_heading.heading {
  font-size: calc(
    16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
}
.wpb_wrapper .vc_custom_heading.heading em {
  font-style: normal;
  color: #3773fe;
}
#page-header-bg .inner-wrap h1 {
  font-size: calc(
    28px + (50 - 28) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
}
#page-header-bg {
    background: linear-gradient(258deg, #D8A14D 0.05%, #372810 99.95%) !important;
}
.txtBlock p {
  font-size: calc(
    14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.4 !important;
}
.nectar-button.small {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  border: 1px solid #fff0;
  padding: 9px 21px;
  margin-bottom: 0;
  opacity: 1 !important;
  transition: 0.5s ease-in-out !important;
}
.nectar-button.small.btn-primary {
  background: linear-gradient(258deg, #D8A14D 0.05%, #372810 99.95%), #D8A14D;
  border-color: #D8A14D;
  color: #fff;
}
.nectar-button.small.btn-primary:hover {
	    background: #fff0 !important;
    border-color: #D8A14D;
    color: #D8A14D;
}
.nectar-button.small.btn-secondary {
  background-color: #fff !important;
  border-color: #fff;
  color: #D8A14D;
}
.nectar-button.small.btn-secondary:hover {
  background-color: #D8A14D !important;
  border-color: #D8A14D;
  color: #fff;
}
.nectar-button.small.btn-transparent {
	background-color: #fff0 !important;
    border-color: #fff;
    color: #fff;
}
.nectar-button.small.btn-transparent:hover {
  background-color: #fff !important;
  border-color: #fff;
  color: #D8A14D !important;
}
#homeBanner, #homeAbout, #homeGravity, #homeTestimonial, #homeBlog, #aboutOne,
#contactOne {
    margin-bottom: 0;
}
/* Global End */

/* Secondary Start */
#header-secondary-outer {
    background: transparent !important;
    border-bottom: 0.6px solid rgb(255 255 255 / 60%) !important;
}
#header-secondary-outer .nectar-center-text {
    max-width: 100% !important;
}
#header-secondary-outer ul#social {
    float: right;
}
#header-secondary-outer ul.secNavBar {
    float: left;
    display: flex;
    align-items: center;
    gap: 20px;
}
#header-secondary-outer ul.secNavBar li a {
    font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1920 - 360)));
    line-height: 1.3;
}
/* Secondary End */

/* Header Start */
#header-outer #top .sf-menu .btn-secondary a {
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
    border: 1px solid #fff0;
    padding: 10px 30px !important;
    margin-bottom: 0;
    opacity: 1 !important;
    transition: 0.5s 
ease-in-out !important;
    background-color: #fff !important;
    border-color: #fff;
}
#header-outer #top .sf-menu .btn-secondary a:hover {
    background-color: #fff0 !important;
    border-color: #fff;
}

#header-outer #top .sf-menu .btn-secondary a span {
    color: #D8A14D;
}
#header-outer #top .sf-menu .btn-secondary a:hover span {
    color: #fff;
}
/* Header End */

/* Home Page Start */
/* Banner Start */
#homeBanner .row-bg.viewport-desktop {
    background: linear-gradient(258deg, #D8A14D 0.05%, #372810 99.95%) !important;
}
#homeBanner .followNow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 5px;
}
#homeBanner .followNow .leftText, #homeBanner .followNow .rightSocial a {
    color: #FFF;
    font-family: Marcellus;
    font-size: calc(22px + (26 - 22) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
    text-transform: capitalize;
}
/* Banner End */

/* Defiance of Gravity Start */
.bookGravity#homeGravity .row-bg.viewport-desktop {
    background: unset;
}
#homeGravity .row-bg.viewport-desktop {
    background: linear-gradient(258deg, #D8A14D 0.05%, #372810 99.95%);
}
#homeTestimonial .row-bg.viewport-desktop {
    background: linear-gradient(305deg, #D8A14D 0.05%, #372810 99.95%);
    height: 50%;
}
#homeTestimonial .carousel-item {
    border-radius: 8px;
    border-right: 8px solid #D8A14D;
    border-bottom: 8px solid #D8A14D;
    background: #FAFAFA;
    padding: 23px;
    margin: 0 4px;
}
#homeTestimonial .iwithtext {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
#homeTestimonial .iwithtext .iwt-icon {
    position: relative;
    flex-shrink: 1;
}
#homeTestimonial .iwithtext .iwt-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 0;
}
#homeTestimonial .iwithtext .iwt-text {
    padding-left: 10px;
}
#homeTestimonial .iwithtext .iwt-text h5 {
    color: #151515;
    font-size: calc(18px + (22 - 18) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
    margin-bottom: 0;
}
#homeTestimonial .iwithtext .iwt-text h6 {
    color: #111;
    font-family: 'Jost';
    font-size: calc(12px + (14 - 12) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.4 !important;
    margin-bottom: 0;
   font-weight: 500;
}
#homeTestimonial .iwithtext:before {
    position: absolute;
    content: "\f005 ";
    font-family: 'fontawesome' !important;
    right: 20px;
    color: #F2C94C;
    font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    font-weight: 900;
    line-height: normal;
    display: flex;
    align-items: center;
}
#homeTestimonial .iwithtext:after{
    position: absolute;
    content: '4.9';
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #131313;
    font-family: "Hind Siliguri";
    font-size: calc(14px + (18 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
}
#homeTestimonial .carousel-item .txtBlock p {
    color: #111;
    font-weight: 500;
    font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
}
/* Defiance of Gravity End */

/* Our Blog Start */
#homeBlog .blog-recent .post.type-post .post-featured-img .wp-post-image {
    width: 100%;
}
#homeBlog .blog-recent .post.type-post .meta-category a {
    display: none;
}
#homeBlog .blog-recent .post.type-post .article-content-wrap {
    padding: 40px 20px 40px 30px;
}
#homeBlog .blog-recent .post.type-post .article-content-wrap .post-header .title {
  font-size: calc(
    22px + (26 - 22) * ((100vw - 360px) / (1920 - 360))
  ) !important;
  line-height: 1.3 !important;
	    margin-top: 30px;
}
#homeBlog .blog-recent .post.type-post .post-header .meta {
    color: rgba(0, 0, 0, 0.70);
    font-weight: 600;
    letter-spacing: 1.92px;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
    position: relative;
    padding-left: 43px;
}
#homeBlog .blog-recent .post.type-post .post-header .meta:before {
    position: absolute;
    content: "\f075 ";
    font-family: 'FontAwesome';
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #D8A14D;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 5px;
    font-size: 16px;
}
#homeBlog .blog-recent .post.type-post .inner-wrap {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
/* Our Blog End */
/* Home Page End */

/* About Us Page Start */
#aboutOne:nth-child(even) .row-bg-wrap .inner-wrap .row-bg {
  background-color: #f5f3f4;
}
/* About Us Page End */

/* Contact Us Page Start */
#contactOne .divider-wrap {
  margin-bottom: 20px;
}
#contactOne .txtBlock {
  margin-bottom: 10px;
}
#contactOne .iwithtext {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#contactOne .iwithtext .iwt-icon {
  position: relative;
  height: auto;
  width: auto;
  line-height: unset;
}
#contactOne .iwithtext .iwt-icon i {
  font-size: 22px;
}
#contactOne .iwithtext .iwt-text {
  padding-left: 7px;
}
#contactOne .iwithtext .iwt-text,
#contactOne .iwithtext .iwt-text a {
  color: #19191a;
  transition: 0.5s ease-in-out;
}
#contactOne .iwithtext .iwt-text a:hover {
  color: #d8a14d;
}
#contactOne .colRight .vc_column-inner {
  background-color: #f7f7f7;
  border: 1px solid #dc8526;
  border-radius: 40px;
  padding: 50px 50px;
}
#contactOne .txtField,
#contactOne .txtMsg {
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / 50%);
  border-radius: 0;
  margin-bottom: 15px;
  padding: 15px;
}
#contactOne .txtMsg {
  height: 200px;
}
#contactOne .subBtn {
  width: 100%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: 0 !important;
  right: 0;
  line-height: 1;
  background-color: #fff0;
  box-shadow: none !important;
  color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff0;
  border: none;
  margin: 0;
  padding: 0;
  text-align: center;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  color: #00a0d2;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
/* Contact Us Page End */

/* Footer Start */
#mainFooter .menu {
    display: flex;
    gap: 21px;
    margin: 0;
}
#mainFooter .menu .menu-item {
    list-style: none;
}
#mainFooter .menu .menu-item a {
    font-size: calc(16px + (18 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
}
#copyright {
    display: none;
}
#mainFooter .tnp-form {
    display: flex;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    padding-bottom: 10px;
}
#mainFooter .tnp-form .tnp-email {
    background: transparent;
    box-shadow: none;
	  padding-left: 25px !important;
	  border: none;
}
#mainFooter .tnp-form .tnp-submit {
    width: 20%;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(258deg, #D8A14D 0.05%, #372810 99.95%);
    letter-spacing: 1.8px;
}
#mainFooter .tnp-form .tnp-email::placeholder {
    opacity: 1;
    font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
    line-height: 1.3 !important;
}
/* Footer End */

/* Responsive Start */

@media (max-width: 1600px) {}
@media (max-width: 1440px) {
	#mainFooter .tnp-form .tnp-submit {
    width: 25%;
}
}
@media (max-width: 1366px) {
	#homeAbout, #homeBlog, #aboutOne,
#contactOne {
    padding: 60px 0 !important;
}
	#homeGravity {
    padding-top: 60px !important;
}
}
@media (max-width: 1280px) {
	#mainFooter .tnp-form .tnp-submit {
    width: 30%;
}
			  #contactOne .colRight .vc_column-inner {
    padding: 30px 20px;
  }
}
@media (max-width: 999px) {
	#homeAbout, #homeBlog, #aboutOne,
#contactOne {
    padding: 40px 0 !important;
}
	#homeGravity {
    padding-top: 40px !important;
}
	#mainFooter .copyRight .txtBlock p {
    text-align: center;
}
	#mainFooter .copyRight .img-fluid {
    margin: auto;
    display: table;
}
	#homeBanner {
    padding: 60px 0 !important;
}
			  #contactOne .wpcf7-form .col.span_12,
  #contactOne .wpcf7-form .col.span_6 {
    margin: 0;
  }
  #contactOne .colRight .vc_column-inner {
    padding: 50px 50px;
  }
}
@media (max-width: 690px) {
	#homeBlog .nectar-button.small {
    margin-right: auto;
    display: table;
}
	    #mainFooter .tnp-form .tnp-submit {
        width: 35%;
    }
	#mainFooter .tnp-form .tnp-email {
    border: 1px solid #fff !important;
}
}
@media (max-width: 479px) {
	#mainFooter .menu {
    gap: 15px;
    flex-direction: column;
}
	#mainFooter .tnp-form {
    flex-direction: column;
    gap: 10px;
}
	    #mainFooter .tnp-form .tnp-email {
        padding: 15px 22px !important;
    }
	    #mainFooter .tnp-form .tnp-submit {
        width: 100%;
    }
			  #contactOne .colRight .vc_column-inner {
    padding: 20px 20px;
  }
}
@media (max-width: 414px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}

/* Responsive End */