:root {
  --vvb-primary: #50514f;
  --asf-sage: #cbd4c2;
  --srt-light: #fffcff;
  --swe-ocean: #247ba0;
  --nnh-tan: #c3b299;
  --primary-var: #494b49;
  --sage-var: #bfc9b7;
  --light-var: #f7f4f7;
  --ocean-var: #2083a8;
  --tan-var: #cbb9a1;
}

* {
    margin: 0;
  padding: 0;
 box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--vvb-primary);
  background-color: var(--srt-light);
    line-height: 1.6;
  overflow-x: hidden;
}

h1 {
	 color :  #fff;
  font-family: "Playfair Display",serif;
 font-size: 60px !important;
  font-weight    : 700;
    font-style: italic;
}

h6	{
    color: #fff;
    font-size: 16px !important;
  font-family: "Roboto",sans-serif;
    font-weight     :       300;
   text-transform     :uppercase;
}

.banner-area {
    padding: 400px 0 350px;
   background-color: #b0b0b0;
  background-image: linear-gradient(rgba(80,81,79,0.65), rgba(36,123,160,0.55)), url("../coachasset/b24.webp");
    background-repeat: no-repeat;
   background-position: center;
	background-size     :        cover;
    position: relative;
}

.banner-area .prime-color {
  color: #ffb606;
}

.banner-area .style-change {
    font-style: normal;
}

.site-navbar {
    margin-bottom: 0px;
  position: absolute;
   position: relative;
    width: 100%;
    top: 0;
    z-index: 1999;
  padding: 1.2rem;
}

.site-navbar .site-logo {
               margin: 0;
    padding   :    0;
}

.site-navbar .site-logo .logo-img {
    height: 52px;
  width: auto;
  display: block;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
   padding: 0;
  margin-bottom    :      0;
	list-style: none;
}

.site-navbar .site-navigation .site-menu .active {
    color: #4b5eff !important;
}

.site-navbar .site-navigation .site-menu a {
  display: inline-block;
   text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 16px;
	 margin-right: 16px;
   padding: 22px 0px;
  color: rgba(255, 255, 255, 0.75) !important;
   display : inline-block;
   text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff !important;
}



.site-navbar .site-navigation .site-menu > li.active > a    {
        color: #fff !important;
}

.container {
    width: 100%; 
	  padding-right    : 15px; 
	  padding-left: 15px; 
	  margin-right: auto; 
	   margin-left: auto;
}@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}.row {
    display: flex;
    flex-wrap    :      wrap;
  margin-right: -15px;
   margin-left     :        -15px;
}

.col-3, .col-9, .col-lg-12, .col-md-6, .col-md-7, .col-md-4, .col-md-12 {
  position: relative;
    width     :100%;
    padding-right: 15px;
   padding-left: 15px;
}

.col-3    {
               flex: 0 0 25%;
	max-width: 25%;
}

.col-9 {
      flex: 0 0 75%;
    max-width   :        75%;

}

.col-lg-12 {
  flex: 0 0 100%;
   max-width: 100%;
}@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}.text-center {

   text-align: center !important;
     }  

.text-right {
	    text-align: right !important;

}

.align-items-center {
    align-items: center !important;
}

.position-relative {
   position: relative !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-none {
     display: none !important;
}@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  
  .d-lg-block {
    display: block !important;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.site-footer {
  padding: 4em 0;
  background: var(--light-var);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23cbd4c2' opacity='0.3'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}.site-footer .border-top {
  border-top: 1px solid rgba(80, 81, 79, 0.1) !important;
}

.disclaimer-text {

  background: rgba(203, 212, 194, 0.2);
   padding: 1rem 1.5rem;
   border-radius: 6px;
 margin-bottom: 1.5rem;
   font-size: 0.85rem;
  color: var(--primary-var);
   max-width: 900px;
   margin-left: auto;
   margin-right: auto;
	}

.site-footer p {
  color: var(--primary-var);
    line-height: 1.7;
}

.site-footer h2, 
.site-footer h3, 
.site-footer h4, 
.site-footer h5 {
  color: var(--vvb-primary);
} 

.site-footer a {
  color: var(--swe-ocean);
  text-decoration: none;
}  

.site-footer a:hover {
  color: var(--ocean-var);
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {

	  font-size: 16px;
  color: var(--vvb-primary);
   font-weight: 600;


}

.list-unstyled {
   padding-left: 0;
   list-style:    none; 
	
}

.site-menu-toggle {
    color: #fff;
    font-size: 1.5rem;
  cursor: pointer;
}

.icon-menu

{
  font-size: 2rem !important;
}@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  
  .site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(80, 81, 79, 0.95);
    padding: 2rem;
  }
  
  .site-navigation .site-menu > li {
    display: block;
    margin: 0.5rem 0;
  }
  
  .site-navigation .site-menu > li > a {
    margin: 0;
    padding: 0.8rem 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px){
.banner-area{
padding:280px 0 200px
}
}

@media (max-width: 575.98px){
.banner-area{
padding:200px 0 140px
}

h1 {
  font-size: 36px !important;
}
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  
  .col-3, .col-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .text-right {
    text-align: left !important;
  }
}.trtr-sense .about_picture img {
   width: 100%;
}

.trtr-sense .about_details {
    padding-left: 68px;
}

.trtr-sense .about_details h3 {
  font-size: 36px;
    line-height: 55px;
    font-weight  :       400;
   color   :        #2C2C2C;
}

.trtr-sense .about_details p {

               font-size: 16px;
    line-height: 28px;
    color: #727272;
    margin-bottom: 22px;
  margin-top: 28px; 
	
     }

.trtr-sense .about_details ul    {
	margin-bottom: 56px;
}

.trtr-sense .about_details ul li {
    font-size: 16px;
    line-height: 28px;
   color: #727272;
   position     :       relative;
  padding-left: 28px;
   margin-bottom: 5px;
     font-weight: 400;
  z-index: 1;
}

.trtr-sense .about_details ul li::before {
	position: absolute;
   left: 0;
  content: '✓';
    color: #28AE60;
   width: 16px;
  height    :    16px;
    top: 50%;
  transform: translateY(-50%);
}


.boxed-button3    {
  background: #28AE60;
       color: #fff;
    display: inline-block;
 padding: 14px 27px;
  font-family: "Poppins", sans-serif;
    font-size: 14px;
  font-weight: 400;
  border: 0;
  border-radius :    5px;
	 text-align: center;
    color: #fff !important;
  text-transform: capitalize;
       transition: 0.5s;
    cursor :    pointer;
   letter-spacing  :        2px;
    text-decoration: none;
}

.boxed-button3:hover {
  background: #28AE61;
   color  :   #fff !important;
}

.price-section {
   padding-top: 95px;
    padding-bottom: 75px;
}

.price-section .section-title
{
        text-align    : center;
   margin-bottom: 42px; 

}

.section-title h2 {
   color: #ffffff;
    font-size: 52px;
   font-weight: 600;
  margin-bottom: 20px;
    text-transform: uppercase;
}

.section-title p
	{
  color: #ffffff;
  margin-bottom: 0;
}

.price-section .section-title p {
 color :    #ffffff;
}

.price-section .toggle-option {
  text-align: center;
    margin-bottom: 55px;
}

.price-section .toggle-option li {
   list-style: none;
       display: inline-block;
   font-size: 17px;
  font-family: "Oswald", sans-serif;
	color: #ffffff;
    letter-spacing: 1.2px;
                    margin-right     :   12px;}

.price-section .toggle-option li:last-child
{
 margin-right     :        0;
}

.price-section .toggle-option li .switch {
  position: relative;
   display: inline-block;
   width: 75px;
    height: 32px;
	 margin-bottom: 0;
}

.price-section .toggle-option li .switch input    {
    opacity: 0;
   width: 0;
  height: 0;
}

.price-section .toggle-option li .switch .slider {
   position: absolute;
                    cursor: pointer;
    top    :    0;
   left: 0;
    right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    transition: 0.45s;
}

.price-section .toggle-option li .switch .slider::before
	{

	  position: absolute;
  content: "";
   height     : 32px;
   bottom    :   0;
    right: 0;
  border-radius: 3px;
   transition:0.45s;
   width: 37px;
    background-color: white;
     }

.price-section .toggle-option li .switch input:checked+.slider:before {
  transform: translateX(-37px);


}

.single-price-plan {
  text-align   : center;
  overflow    :     hidden;
    border-radius: 6px;
  margin-bottom: 35px;
	position: relative;
    padding: 50px 0 55px;
  background: #ffffff;
}

.single-price-plan h4{
  color: #1a1a1a;
  font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.single-price-plan .price-plan {
	 margin-bottom: 40px;}

.single-price-plan .price-plan h2 {
       color: #1a1a1a;
    font-size    :  52px;
  font-weight: 700;
  position: relative;
    padding-left: 20px;
  margin-bottom: 12px;
   display:   inline-block;}

.single-price-plan .price-plan h2 span {
   color: #1a1a1a;
    font-size: 20px;
      font-weight: 700;
	position: absolute;
      left: 0;
  top: 10px;
}

.single-price-plan .price-plan p {

  font-size: 17px;
   line-height: 22px;
	 color: #1a1a1a;
  font-family: "Oswald", sans-serif;
   text-transform: uppercase;
  letter-spacing: 2.2px;


}

.single-price-plan ul {
   margin-bottom: 40px;
}

.single-price-plan ul li    {
    list-style: none;
               color: #1a1a1a;
  line-height: 45px;
   font-size: 17px;
    font-weight: 600;
}

.single-price-plan .primary-btn.price-btn
{
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #9b59b6), color-stop(0%, #8e44ad)), -webkit-gradient(linear, left top, right top, color-stop(100%, #8e44ad), color-stop(0%, #9b59b6));
  background-image: -o-linear-gradient(left, #9b59b6 100%, #8e44ad 0%), -o-linear-gradient(left, #8e44ad 100%, #9b59b6 0%);
  background-image: linear-gradient(to right, #9b59b6 100%, #8e44ad 0%), linear-gradient(to right, #8e44ad 100%, #9b59b6 0%);
  color    :  #8e44ad;
}


.single-price-plan .primary-btn.price-btn:hover {

       color: #ffffff;
	}

.single-price-plan .primary-btn.price-btn:hover:after {

   opacity: 1;
}


.single-price-plan .tic-text {
    width: 170px;
    height: 42px;
    background:        #8e44ad;
  position: absolute;
    right: -70px;
  top: -6px;
  transform: rotate(45deg);
}

.single-price-plan .tic-text i {
	 position: absolute;
   left: 72px;
    top: 17px;
   color: #ffffff;
}

.primary-btn {
	   display: inline-block;
    font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
		 padding: 0 14px;
   color:  #ffffff;
    letter-spacing: 2.2px;
  text-transform: uppercase;
   text-align: center;
	width: 170px;
  height     : 50px;
	border-left: 2px solid #9b59b6;
   border-right: 2px solid #8e44ad;
	box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
    background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #8e44ad), to(#9b59b6)), -webkit-gradient(linear, left top, right top, from(#8e44ad), color-stop(0%, #9b59b6));
  background-image: -o-linear-gradient(left, #8e44ad 100%, #9b59b6 100%), -o-linear-gradient(left, #8e44ad 0%, #9b59b6 0%);
  background-image: linear-gradient(to right, #8e44ad 100%, #9b59b6 100%), linear-gradient(to right, #8e44ad 0%, #9b59b6 0%);
    transition-duration :      1100ms;
   line-height: 48px;
   position: relative;
	z-index: 1;
  border-radius: 5px;
  text-decoration: none;}

.primary-btn:after {
   color: #fff;
   transition-duration: 550ms;
	 background: #9b59b6;
  background: -webkit-gradient(linear, left top, right top, from(#9b59b6), to(#8e44ad));
  background: -o-linear-gradient(left, #9b59b6, #8e44ad);
  background: linear-gradient(to right, #9b59b6, #8e44ad);
  content: "";
    position: absolute;
   width: 100%;
    height: 100%;
   top: 0;
    left    :        0;
    z-index :  -1;
   border-radius: 3px;
  opacity: 0;
}

.set-bg {
        background-repeat     :    no-repeat;
    background-size     :  cover;
   background-position: top center;
}

.spad {
       padding-top   :     110px;
   padding-bottom: 110px;
}

.asf-proof {
    background: #f9f9f9;
  padding: 90px 0;
}

.vvb-night {
  text-align: center;
    margin-bottom     :     60px;
}

.vvb-night h2 {
  font-size: 42px;
    color: #2C2C2C;
	font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.3;
}

.vvb-night p {
  font-size: 18px;
   color: #727272;
   max-width: 700px;
  margin: 0 auto;
}

.srt-feast {
          text-align: center;
   padding: 30px 20px;
  margin-bottom: 30px;
}

.nnh-craft {
    width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #247ba0, #cbd4c2);
    border-radius: 50%;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
   justify-content: center;
}

.nnh-craft .material-icons  {
   font-size: 42px;
   color: #fff;
}

.srt-feast h4 {
   color: #2C2C2C;
    font-weight:600;
               line-height: 1.4;
    font-size: 22px;
     margin-bottom: 16px;
}

.srt-feast p {
    font-size: 16px;
  line-height: 27px;
   color: #727272;
   margin    :0;
}

@media (max-width: 992px) {
    .vvb-night h2 {
        font-size: 32px;
    }
    
    .srt-feast {
        margin-bottom: 40px;
    }
}.site-block-half {
	display: flex;
  flex-wrap: wrap;
   margin-bottom: 0;
}

.site-block-half .image, 
.site-block-half .text {
  width: 100%;
    min-height: 400px;
}@media (min-width: 992px) {
  .site-block-half .image, 
  .site-block-half .text {
    width: 50%;
    min-height: 500px;
  }
}.site-block-half .image {
               height: 400px;
} @media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px;
  }
}.site-block-half .text {
      padding: 15px;
  display: flex;
          align-items: center;
}@media (min-width: 992px) {
  .site-block-half .text {
    padding: 4rem;
  }
}

@media (min-width: 1200px) {
  .site-block-half .text {
    padding: 8rem;
  }
}.site-block-half .bg-image
{
    background-position     :      center center;
    background-size: cover;
  background-repeat: no-repeat;
}@media (max-width: 991.98px) {
  .site-block-half .bg-image {
    height: 400px;
  }
}.text-content {
  width: 100%;
}

.heading-with-border {
    text-transform: uppercase;
   font-size    :    1.1rem;
   position: relative;
    padding-bottom: 20px;
    margin-bottom :       20px;
  font-size: 2.5rem;
   font-weight: bold;
}

.heading-with-border:after {

	   position: absolute;

  content: "";

  width: 50px;

    height: 2px;

      bottom: 0;

  background: #f23a2e;

   left: 0;}

.lead 
 {
   font-size: 1.25rem;
  font-weight: 300;
	line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom   :      2rem;
}

.site-block-check {

	  padding: 0;
   margin: 0 0 30px 0;
	list-style   :none;

}

.site-block-check li {
    padding-left: 30px;
    padding: 0;
    display :     block;
  margin-bottom: 10px;
    position: relative;
    margin    :       0;
}

.site-block-check li:before {


  position: absolute;
   color  :  #28a745;
  left    :   0;
         top: -.3rem;
  font-family: 'Arial', sans-serif;
   font-size: 1.1rem;
  content: "✓";
  font-weight: bold;
	}

.simple-quote
	{
    border-left: 4px solid #f23a2e;
    padding-left: 2rem;
  margin: 2rem 0;
   font-style: italic; 
	
     }

.simple-quote p {

	   font-size :       1.1rem;
       margin-bottom: 0.5rem;
     color: rgba(0, 0, 0, 0.8);
}

.simple-quote cite {
     font-size: 0.9rem;
  color:  #666;
  font-style: normal;
    font-weight: 600;
}

.btn
{
  text-align: center;
   border: 1px solid transparent;
  line-height: 1.5;
	display: inline-block;
  position   :       relative;
  vertical-align: middle;
   font-size: 1rem;
    white-space: nowrap;
  user-select: none;
   font-weight: 400;
   text-decoration: none;
    border-radius: 0.25rem;
               top: 0;
    padding: 0.375rem 0.75rem;
   transition: .3s all ease;
}  

.btn.btn-primary {
    background-color:       #f23a2e;
	 border-color: #f23a2e;
    color :  #fff;
}

.btn.btn-outline-primary {
    background-color: transparent; 
	   border-color: #f23a2e; 
		 color: #f23a2e;
}

.btn.btn-outline-primary:hover {
    background-color: #f23a2e;
					border-color: #f23a2e;
  color: #fff;
}

.btn:hover {
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.9) !important;
   text-decoration    :   none;
	
}

.px-4 {
   padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
   padding-bottom: 0.5rem !important;
}@media (max-width: 991.98px) {
  .site-block-half {
    flex-direction: column;
  }
  
  .heading-with-border {
    font-size: 2rem;
  }
  
  .lead {
    font-size: 1.1rem;
  }
  
  .site-block-half .text {
    padding: 2rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .heading-with-border {
    font-size: 1.5rem;
  }
  
  .site-block-half .text {
    padding: 1.5rem 1rem;
  }
}.hhy-panel {
               padding: 90px 0;
   background: #f4f4f4;
}

.trtr-night {
    text-align: center;
    margin-bottom: 50px;
}

.trtr-night h2  {
   font-size: 38px;
    margin-bottom: 15px;
     color: #2C2C2C;
  font-weight: 600;
}

.trtr-night p {
		font-size     :     17px;
    color: #727272;
   max-width: 650px;
       margin: 0 auto;
}  

.offset-lg-3


{
    margin-left: 25%;
}

.vvb-craft {
  background: #fff;
    padding:       45px 40px;
               border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
}

.form-group {
	   margin-bottom: 22px;

}

.vvb-craft input {
		 -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -moz-border-radius: 5px;
  -webkit-transition  :       border 0.3s;
               transition: border 0.3s;
  width: 100%;
   border-radius: 5px;
    padding     :        14px 18px;
  font-family: 'Montserrat', sans-serif;
       border: 1px solid #ddd;
   font-size: 15px;}

.vvb-craft input:focus {
  outline: none;

	  border-color: #247ba0;
	}

.asf-feast


{
    width  :    100%;

	  padding: 15px;

	   background: #247ba0;

	    color: #fff;

	    border: none;

	    border-radius: 5px;

	     font-size: 16px;

	   font-weight: 600;

	    cursor: pointer;

		transition: background 0.3s;

	  font-family: 'Montserrat', sans-serif;

	   text-transform: uppercase;

	  letter-spacing: 1px;


}

.asf-feast:hover     {


    background: #2083a8;}

.swe-sense {
      display: none;
	    position: fixed;
	          z-index: 9999;
	    left: 0;
	    top: 0;
	   width: 100%;
	   height: 100%;
	  background: rgba(0,0,0,0.6);
	  align-items     :   center;
	   justify-content: center;
}

.nnh-proof {
    background: #fff;
  padding: 40px 50px;
   border-radius: 8px;
  text-align: center;
   position: relative;
	 max-width: 450px;
	 margin: 0 20px;
}

.close-btn {
  position: absolute;
  right: 15px;
	top: 10px;
   font-size :32px;
  color: #999;
   cursor: pointer;
   line-height: 1;
}

.close-btn:hover {
   color: #333;
}

.nnh-proof h3 {
    font-size: 28px;

    color: #28a745;

   margin-bottom: 15px;

  font-weight :        600;}

.nnh-proof p {
    font-size: 16px;
   color: #666;
  margin: 0;
}@media (max-width: 992px) {
  .offset-lg-3 {
    margin-left: 0;
  }
  
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .vvb-craft {
    padding: 30px 25px;
  }
  
  .trtr-night h2 {
    font-size: 28px;
  }
  
  .hhy-panel {
    padding: 60px 0;
  }
}