* {
   margin: 0;

	    box-sizing     :  border-box;

	  padding: 0;
	}

body{
  font-family: 'Fira Sans', sans-serif;
   line-height   :    1.6;
   color: #151915;
  overflow-x     :   hidden;
}

.container {
  max-width     :  1200px;
	 margin: 0 auto;
    padding: 0 15px;
}

.container-fluid

{
  padding-left: 15px;
          width: 100%;
    padding-right: 15px;
}

.row {
	   display     : flex;
   flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col,
.col-md-3,
.col-md-4, 
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12,
.col-lg-8,
.col-lg-10 {
    padding-left  :      15px;
   padding-right: 15px;
}

.col-md-3 {


  flex    :    0 0 25%;
         max-width     :       25%; 

     }

.col-md-4 {
   flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-7     {
   flex: 0 0 58.333333%;
   max-width: 58.333333%;
} 

.col-md-8  
  {
	 flex: 0 0 66.666667%;
   max-width: 66.666667%;
}

.col-md-9     {
  max-width: 75%;
    flex: 0 0 75%;
}

.col-md-10 
 {
   flex: 0 0 83.333333%;
	 max-width: 83.333333%;
}

.col-md-12 {
  max-width: 100%;
   flex: 0 0 100%;
}

.col-lg-8 {
   flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-lg-10  
  {
  flex: 0 0 83.333333%;
   max-width: 83.333333%;
}

.col {
       flex: 1;
}

.d-flex

{
	display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
		justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}


.text-center {
  text-align: center;
}

.mb-0 {
               margin-bottom: 0;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mt-md-5 {
    margin-top: 3rem;
}

.py-1{


         padding-top   :      0.25rem;
  padding-bottom: 0.25rem;

}

.py-4

{
                    padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}

.py-5 {
	padding-top     :    3rem;
		padding-bottom   : 3rem;
}

.py-md-5 {
   padding-top   : 3rem;
    padding-bottom: 3rem;
}

.px-3 {
   padding-left     :       1rem;
   padding-right: 1rem;
}

.px-lg-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pl-3 {
   padding-left: 1rem;
}

.pl-lg-5 {
   padding-left: 3rem;
}

.mx-auto {
    margin-left: auto;
  margin-right: auto;
}

.wrap {
	   background   : #242424;
	  padding: 27px 0;
}

.wrap .top-wrap {
               font-size: 13px;


}

.wrap .top-wrap .icon {
	 border: 1px solid #3B413C;
  border-radius     :       50%;
     width: 40px;
    height: 40px;
}

.wrap .top-wrap .icon span
{
  color: #3B413C;
}


.wrap .top-wrap .text {
    padding-left: 16px;
  width: calc(100% - 32px);
}

.wrap .top-wrap .text span {
	    display: block;
}

.wrap .top-wrap .text span:first-child {
               text-transform: uppercase;
	color: #FFFFFF;
}

.wrap .top-wrap .text span:last-child {
  color: rgba(255, 255, 255, 0.82);

}

.navbar-brand {
  color: #fff;
  font-weight: 820;
  font-size: 23px;
    line-height: 1;
   margin-bottom: 0px;
   text-decoration: none;


}

.navbar-brand span {
	color: #3B413C;
}

.navbar-brand:hover, .navbar-brand:focus {
    color: #111111;
}

.searchform {
   height: 48px;
   overflow: hidden;
  border-radius: 6px;
}

.searchform .form-group {

    display: flex;
    margin-bottom: 0;}

.searchform .form-control {
  width: calc(100% - 48px);
    border: none;
  color: rgba(0, 0, 0, 0.75) !important;
  font-size:15px;
}

.searchform .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}

.searchform .form-control::-moz-placeholder	{
  color: rgba(0, 0, 0, 0.75) !important;
}

.searchform .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}

.searchform .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.75) !important;
}

.searchform .form-control {
  height: 48px !important;
  background: rgba(0, 0, 0, 0.06) !important;
	color: #111111 !important;
    font-size: 15px;
    border-radius: 0px;
    box-shadow: none !important;
}

.searchform .form-control:focus, .searchform .form-control:active     {
   border-color: #111111;
    outline: none;


}

.searchform .search {
    width: 48px;
  height: 48px;
  background: #3B413C;
    border: none;
    cursor  :        pointer;
}

.searchform .search span {
    font-size: 21px;
	 color :        white;


}

.ftco-navbar-light {
               background: #fff !important;
	   z-index :        3;
	    padding: 0;
}

.navbar-toggler {
    background: none;
    border  :     none;
    color: #151915;
    font-size: 18px;
               padding: 0.5rem;
}@media (max-width: 991.98px) {
  .ftco-navbar-light {
    background: #111111 !important;
    position: relative;
    top: 0;
    padding: 12px 16px; 
  } 
}.navbar-nav {
	 display    :   flex;
   list-style: none;
   margin: 0;
   padding: 0;
}@media (max-width: 991.98px) {
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 12px; 
      flex-direction: column;
      width: 100%;
  } 
}.nav-item    {

	   position: relative;
	}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
         font-size: 13px;
    padding-top: 1.1rem;
   padding-bottom: 1.1rem;
         padding-left: 25px;
    padding-right: 25px;
  font-weight: 520;
   color: #111111;
    text-transform: uppercase;
  letter-spacing : 1.1px;
  position: relative;
    opacity: 1 !important;
   text-decoration: none;
    display: block;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
          height: 100%;
    bottom: 0;
    left: 0;
    -o-transition: all 0.25s ease-in-out 0s;
    background-color: #3B413C;
   visibility: hidden;
  transform: scaleX(0);
					transition: all 0.25s ease-in-out 0s;
  z-index   :   -1;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #111111;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
   visibility: visible;
  background-color: #3B413C;
  transform: scaleX(1);
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #fff;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a:before {
    visibility: visible; 
   background-color: #3B413C; 
  transform: scaleX(1);
}

.navbar-collapse {
  display: none;
}

.navbar-collapse.show {
    display: block;
}

.site-hero {
    background-size: cover;
   height: 80vh;
   min-height: 600px;
   width: 100%;
  position: relative;
}

.site-hero .scroll-down {
    position: absolute;
    bottom: 20px;
	 left: 50%;
  transform: translateX(-50%);
    color: #fff;
}

.site-hero.overlay:before		{
  background: rgba(0, 0, 0, 0.45);
  content: "";
    position: absolute;
	height: 80vh;
   min-height    :        600px;
   top: 0;
  left: 0;
  bottom: 0;
    right: 0;
}

.site-hero.inner-page {

	min-height: 700px;
          height: 50vh;



}

.site-hero.inner-page.overlay:before {
                    height: 50vh;
   min-height: 700px;
}

.site-hero-inner {
  height: 80vh;
  min-height :600px;
			position:     relative;
    z-index: 2;
}

.site-hero-inner .heading {
       font-size: 80px;
  font-family: "Playfair+Display", times, serif;
  color   :  #fff;
   line-height: 1;
   font-weight :       bold;

}@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}.site-hero-inner .sub-heading {
 font-size: 30px;
  font-weight:    200;
  color: #fff;
                    line-height: 1.5;
}@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}.mouse {
    width: 100px;
   display: inline-block;
   position: absolute;
	left   :       50%;
  bottom: 20px;
       z-index:      1;
  transform: translateX(-25%);
}

.mouse-icon {
  width: 25px;
      height:    45px;
      border: 2px solid white;
      border-radius: 15px;
     cursor: pointer;
       position: relative;
    text-align: center;
}

.mouse-wheel {
  height: 6px;
 margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: white;
  border-radius: 50%;
   animation     :       1.6s ease infinite wheel-up-down;
}@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}.money-problems {

 padding: 0;}

.wrapper-text 
 {
   max-width: 800px;
    margin: 0 auto;
   text-align: center;
         margin-bottom: 60px;
}

.wrapper-text h2 {
    font-size: 38px;
    margin-bottom: 30px;
  color :  #3B413C;
    font-weight: 700;
}

.wrapper-text p {
    font-size: 18px;
	 margin-bottom :  20px;
   color    :   #151915;
  line-height: 1.6;


}

.money-boxes

{
    background: #f5f5f5;
  padding  :  60px 0;
    margin-top: 40px;
}

.three-things {
  display: flex;
	gap: 30px;
       flex-wrap: wrap; 

}

.money-thing {
    flex: 1;
  background: white;
   padding: 35px 25px;
	border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    min-width: 280px;
}

.money-thing h3 {
    font-size: 22px;
          margin-bottom: 15px;
                    color: #3B413C;
    font-weight: 600;
}

.money-thing p	{
   font-size: 16px;
    line-height: 1.5;
  color: #666;
}

.footer


{
    padding :      0;
  overflow :hidden;
  background: #252525;
}

.footer a
	{
    color: #3B413C;
  text-decoration: none;
}

.footer .footer-heading {
  font-size: 18px;
	 margin-bottom: 30px;
    font-weight   :       600;
   color    :      #fff;
}

.footer ul.list-unstyled {

   list-style    :      none;
    padding: 0;
}


.footer ul.list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer ul.list-unstyled li a:hover   {
  color: #3B413C;
}

.footer .contact-form {
   width: 100%;
}

.footer .contact-form .form-group {
	  margin-bottom: 15px;}

.footer .contact-form .form-control {
 height: 44px !important;
  background: #fff;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  border-radius     :      5px;
    box-shadow: none;
   border: none;
   width: 100%;
  padding: 10px 15px;
}

.footer .contact-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer .contact-form .form-control:focus {
   outline: none !important;
         box-shadow: none;
}

.footer .contact-form .submit {
   background     :    #3B413C !important;
   color: #ffffff;
	cursor: pointer;
	 transition :all 0.3s ease;
}

.footer .contact-form .submit:hover {
    background: #2a2f2b !important;
}

.footer .contact-form textarea.form-control
	{
   height :     inherit !important;
  resize: vertical;
}

.footer .aside-stretch-right {
    background: #333333;
  position: relative;
}

.footer .aside-stretch-right:after {
	background: #333333;
			position: absolute;
   top: 0;
    left     :   100%;
   bottom: 0;
  content: '';
	 width: 360%;
}@media (max-width: 767.98px) {
      .footer .aside-stretch-right {
        background: transparent; 
      }
        .footer .aside-stretch-right:after {
          background: transparent;
          display: none; 
        }
    }.copyright  {
  color: rgba(255, 255, 255, 0.7);
   font-size: 14px;
   margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}  @media (max-width: 991.98px) {
    .col-md-3, .col-md-4, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .wrap .row {
        flex-direction: column;
        text-align: center;
    }
    
    .top-wrap {
        margin-bottom: 15px;
        justify-content: center;
    }

    .three-things {
        flex-direction: column;
    }

    .money-thing {
        margin-bottom: 25px;
    }
}

@media (max-width: 767.98px) {
    .wrapper-text h2 {
        font-size: 26px;
    }
    
    .wrapper-text p {
        font-size: 16px;
    }
}.pricing_area {
  position: relative;
  padding: 120px 0 80px;
     }

.container {
  padding     :     0 15px;
  margin: 0 auto;
   max-width    :        1200px;
}

.row {
   display: -webkit-box;
  display: -ms-flexbox;
   display: flex;
    flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-12 {
  flex: 0 0 100%;
    max-width: 100%;
  padding-right: 15px;
        padding-left: 15px; 

	}

.col-lg-6 {
	 flex: 0 0 50%;
    max-width: 50%;
   padding-right:    15px;
  padding-left: 15px;
}

.col-md-6 {
   flex: 0 0 50%;

  max-width: 50%;
}  

.pricing_item {
  background: -webkit-linear-gradient(to right, #3B413C 0%, #4a524b 51%, #3B413C 100%);
  background: -moz-linear-gradient(to right, #3B413C 0%, #4a524b 51%, #3B413C 100%);
  background: -ms-linear-gradient(to right, #3B413C 0%, #4a524b 51%, #3B413C 100%);
  background: -o-linear-gradient(to right, #3B413C 0%, #4a524b 51%, #3B413C 100%);
  background: linear-gradient(to right, #3B413C 0%, #4a524b 51%, #3B413C 100%);
   text-align: center;
   margin-bottom : 40px;
    border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.pricing_item h3.p_title {
    font-size: 18px;
   color: #fff;
  padding: 35px 30px 25px;
  margin: 0;
}

.pricing_item h1.p_price


{
    font-weight    :        bold;
    color: #fff;
    margin: 0;
    padding  :       30px;
	 background  : #151915;
  font-size: 48px;
}

.pricing_item ul {
    list-style: none;
   padding-left: 0;
  margin: 0;
  padding: 35px 50px 18px;
}

.pricing_item ul li 
 {

	  color: #ddd;
    font-weight: 400;
    padding: 14px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  font-size: 15px;
	}

.pricing_item ul li:nth-last-child(1) {
    border-bottom: transparent;
}

.pricing_item .p_btn {
   padding-bottom: 50px;
}

.pricing_item .p_btn .gradient_btn {
	   position: relative;
}

.pricing_item .p_btn .gradient_btn span {
   position: relative;
  z-index: 2;
}

.pricing_item .p_btn .gradient_btn:after {
  content: "";
    position: absolute;
    top: 0px;
   left: 0px;
   right: 0;
    bottom: 0;
}

.gradient_btn {
     display:        inline-block;
  color: #fff;
  letter-spacing: 1px;
          font-size: 12px;
  font-weight: 500;
    line-height: 46px;
   outline: none !important;
  text-align : center;
       cursor: pointer;
    text-transform: uppercase;
    border: double 2px transparent;
	 border-radius: 10px;
  background-image: linear-gradient(#151915, #3B413C), radial-gradient(circle at top left, #3B413C, #4a524b);
  background-image: -webkit-linear-gradient(#151915, #3B413C), -webkit-radial-gradient(circle at top left, #3B413C, #4a524b);
  background-image: -moz-linear-gradient(#151915, #3B413C), -moz-radial-gradient(circle at top left, #3B413C, #4a524b);
  background-image: -ms-linear-gradient(#151915, #3B413C), -ms-radial-gradient(circle at top left, #3B413C, #4a524b);
  background-image: -o-linear-gradient(#151915, #3B413C), -o-radial-gradient(circle at top left, #3B413C, #4a524b);
	background-origin: border-box;
   background-clip: content-box, border-box;
    text-decoration:      none;
  transition :  all 0.3s ease;
}

.gradient_btn span
	{
               padding: 0 60px;
}

.gradient_btn:hover {
  color: #151915;
  box-shadow: 0px 10px 30px rgba(59, 65, 60, 0.3);
  transform: translateY(-2px);
}

.pricing_item.active .p_btn .gradient_btn, 
.pricing_item:hover .p_btn .gradient_btn {
   color: #151915;
  box-shadow: 0px 10px 30px rgba(59, 65, 60, 0.3);
    border: 2px solid transparent;
}

.pricing_item.active .p_btn .gradient_btn:after, 
.pricing_item:hover .p_btn .gradient_btn:after {
    border-radius :5px;
  background: -webkit-linear-gradient(to right, #4a524b 0%, #6b756d 100%);
  background: -moz-linear-gradient(to right, #4a524b 0%, #6b756d 100%);
  background: -o-linear-gradient(to right, #4a524b 0%, #6b756d 100%);
  background: linear-gradient(to right, #4a524b 0%, #6b756d 100%);
}

.pricing_item.active {
  transform: scale(1.05);
   border: 2px solid #4a524b;

}  

.main_title {
   text-align: center;
   margin-bottom: 80px;
}

.main_title h2 {
  font-size: 72px;
   color :      #3B413C;
	 opacity: 0.1;
   margin: 0;
   line-height   :60px;
}

.main_title h1 {
    color: #151915;
   margin-top: -40px;
	 font-size: 42px;
    font-weight: 700;
}

.main_title p {
    font-size: 16px;
   line-height: 24px;
   color: #666;
  margin-bottom: 0px;
  max-width  :600px;
  margin: auto;
}

.section_gap {
  padding: 120px 0;
}@media (max-width: 991px) {
  .pricing_item {
    max-width: 400px;
    margin: 0px auto 30px; 
  }
}

@media (max-width: 767px) {
  .section_gap {
    padding: 60px 0; 
  }
  
  .pricing_area.section_gap {
    padding: 40px 0 15px; 
  }
    
    .col-lg-6, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .main_title h2 {
        font-size: 48px;
    }
    
    .main_title h1 {
        font-size: 28px;
    }
    
    .pricing_item.active {
        transform: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricing_area {
    padding: 80px 0 50px; 
  }
}.ftco-section-parallax {
   position: relative;


}

.ftco-section-parallax .parallax-img {
    padding: 4em 0;
  background: #3B413C;
    background-repeat   : no-repeat;
   background-size: cover;
  position: relative;
   background-position: center center;
}

.container {

  max-width: 1200px;
   margin: 0 auto;
   padding: 0 15px;
     }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
 display: flex;
                    flex-wrap:  wrap;
   margin-right: -15px;
          margin-left: -15px;
}

.col-md-7 {
	   flex: 0 0 58.333333%;
 max-width: 58.333333%;
       padding-right: 15px;
    padding-left: 15px;}

.col-md-8		{
    flex: 0 0 66.666667%;
   max-width: 66.666667%;
    padding-right :       15px;
  padding-left: 15px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
  display     :        flex !important;
}

.align-items-center {


   align-items: center !important;}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
   text-align: center !important;


}

.mt-4 {
   margin-top: 1.5rem !important;

}

.mb-4 {
  margin-bottom    :     1.5rem !important;
}

.ftco-section-parallax .heading-section-white h2 {
   font-weight: 400 !important;


}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color   :#fff;
    margin-bottom: 25px;
    line-height: 1.2;
}

.heading-section.heading-section-white p		{
  color: rgba(255, 255, 255, 0.9);
 font-size: 18px;
	line-height: 1.6;
    margin-bottom: 35px;
}

.cta-buttons {
  display: flex;
   gap: 20px;
   justify-content  :      center;
          flex-wrap: wrap;
}

.main-cta-btn,
.secondary-cta-btn {
    display: inline-block;
	  padding: 15px 35px;
	  text-decoration: none;
	   border-radius: 5px;
	               font-weight: 600;
	  font-size: 16px;
	  text-transform: uppercase;
	    letter-spacing: 1px;
	  transition: all 0.3s ease;
					 border: 2px solid transparent;
	  cursor: pointer;
}

.main-cta-btn {
	    background: #fff;
  color  :     #3B413C;
   border: 2px solid #fff;
}

.main-cta-btn:hover {
	 background: transparent;
    color: #fff;
	 border: 2px solid #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,255,255,0.2);
	
}

.secondary-cta-btn {
    background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.secondary-cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
          color :    #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}@media (max-width: 991px) {
    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .heading-section.heading-section-white h2 {
        font-size: 32px;
    }
    
    .heading-section.heading-section-white p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .main-cta-btn,
    .secondary-cta-btn {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
    }
    
    .heading-section.heading-section-white h2 {
        font-size: 28px;
    }
    
    .ftco-section-parallax .parallax-img {
        padding: 3em 0;
    }
}.ftco-section {
  padding :   7em 0;
    position: relative;
}

.ftco-no-pt {
   padding-top: 0;
}

.container {
    max-width: 1200px;
   margin: 0 auto;
               padding: 0 15px;
}



.row {
   display: -webkit-box;
          margin-right: -15px;
  display: flex;
  display    :        -ms-flexbox;
  flex-wrap :     wrap;
  margin-left: -15px;
}

.col-md-6 {
  flex: 0 0 50%;
   max-width: 50%;
    padding-right: 15px;
   padding-left: 15px;
}

.col-md-8  {
  max-width: 66.666667%;
   padding-left     :       15px;
	 padding-right: 15px;
   flex: 0 0 66.666667%;
}

.col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.d-flex {
   display: -webkit-box !important;
                    display: -ms-flexbox !important;
   display: flex !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-self-stretch {
   align-self: stretch !important;
	}

.justify-content-center {
    justify-content: center !important;
}

.text-center {
  text-align    :        center !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
	 margin-bottom: 3rem !important;
}

.pb-2 {
 padding-bottom: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.mb-2 {
  margin-bottom :       0.5rem !important;
}

.staff {
  overflow: hidden;
   margin-bottom: 30px;
    transition: all 0.3s ease;
    margin: 0 auto;
   max-width   :      500px;
	
}

.staff .img-wrap {
  height: 400px;
	border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
     }

.staff .img     {
   display: block;
         transition :        all 0.3s ease;
   background-position: center center;
   width: 100%;
  background-size: cover; 

}

.staff .text {
   position: relative;
		 background: #fff;
  transition: all 0.3s ease;
    padding: 20px;
}

.staff .text h3 {


   font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
   transition   : all 0.3s ease;
   color: #3B413C;}

.staff .text .position {
   text-transform: uppercase;
   font-weight: 500;
  display   :       block;
  color: #666;
  font-size: 14px;
   letter-spacing  :  1px;
}

.staff .text .faded p {
    color: #151915;
  opacity     : 1;
    font-size: 16px;
       line-height    :     1.6;
   margin-top : 15px;
}

.staff:hover .img,
.staff:focus .img {
  transform: scale(1.05); 

}

.staff:hover .text h3,
.staff:focus .text h3 {


  color: #151915;
     }

.heading-section .subheading {


   font-weight:500;
    font-size: 16px;
  display: block;
	 margin-bottom: 10px;
    text-transform: uppercase;
   letter-spacing: 2px;
  color: #3B413C;
   position: relative;

}  

.heading-section h2 {
          margin-bottom: 20px;
   font-weight    :       700;
   color: #151915;
  font-size: 38px;

}

.heading-section p {
    font-size: 16px;
   	line-height: 1.6;
       color: #666;
     max-width: 600px;
       margin   :      0 auto;
}

.ftco-animate {
  opacity    :1;
   visibility: visible;
}@media (max-width: 767px) {
    .col-md-6, .col-md-8, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
  .staff {
    margin-bottom: 3em;
  }
  
  .staff .img-wrap {
    height: 300px;
  }
    
    .heading-section h2 {
        font-size: 28px;
    }
    
    .staff .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
  .staff {
    margin-bottom: 2em;
  }
    
    .heading-section h2 {
        font-size: 32px;
    }
}.ftco-section		{
  padding  : 7em 0;
    position   : relative;
	
}

.ftco-no-pt {
    padding-top: 0;
}

.container  {
    max-width: 1200px;
    margin: 0 auto;
   padding: 0 15px;
}

.row {
   display: -webkit-box; 
	  display :-ms-flexbox; 
	   display: flex; 
	    flex-wrap: wrap; 
	  margin-right: -15px; 
	   margin-left  :  -15px;
}

.col-md-6 {
   flex: 0 0 50%;
	max-width: 50%;
	 padding-right: 15px;
    padding-left: 15px;
}


.col-md-8 {
   flex: 0 0 66.666667%;
     max-width    :        66.666667%;
      padding-right   :      15px;
      padding-left: 15px;
}

.col-lg-6 {
  flex: 0 0 50%;
    max-width: 50%;}

.d-flex	{
    display: -webkit-box !important;
  display    :       -ms-flexbox !important;
   display: flex !important;
}

.align-items-stretch {
   align-items :    stretch !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.justify-content-center {
   justify-content: center !important;
}

.text-center {


    text-align: center !important;

}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
   margin-bottom: 3rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
	
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}  

.staff {
   overflow   :  hidden;
   margin-bottom: 30px;
  transition:        all 0.3s ease;
  margin: 0 auto;
    max-width: 500px;
}

.staff .img-wrap {
   height: 400px;
    border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.staff .img {
    background-size: cover;
   display: block;
       width    :  100%;
    background-position: center center;
    transition: all 0.3s ease;
}

.staff .text     {
   position: relative;
       background: #fff;
  transition: all 0.3s ease;
   padding: 20px;
}

.staff .text h3 {
   font-size: 28px;
   font-weight: 600;
    margin-bottom: 8px;
  transition: all 0.3s ease;
   color     :    #3B413C;
}

.staff .text .position {
   text-transform: uppercase;
    color: #666;
  display: block;
   letter-spacing: 1px;
    font-size: 14px;
  font-weight: 500;
}

.staff .text .faded p {
   opacity: 1;
      margin-top: 15px;
       font-size: 16px;
       line-height: 1.6;
      color: #151915;
}

.staff:hover .img,
.staff:focus .img {
  transform: scale(1.05);
}

.staff:hover .text h3,
.staff:focus .text h3 {
  color: #151915;
}

.heading-section .subheading {
  font-weight: 500;
    font-size: 16px;
  display: block;
	 margin-bottom: 10px;
  text-transform   :    uppercase;
   letter-spacing: 2px;
      color: #3B413C;
    position:        relative;
}

.heading-section h2 {
   font-size: 38px;
  font-weight: 700;
  color: #151915;
   margin-bottom: 20px;
}

.heading-section p {
   font-size: 16px;
    line-height: 1.6;
         color: #666;
	 max-width: 600px;
  margin: 0 auto;


}

.ftco-animate {


  opacity: 1;
	visibility: visible;


}@media (max-width: 767px) {
    .col-md-6, .col-md-8, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
  .staff {
    margin-bottom: 3em;
  }
  
  .staff .img-wrap {
    height: 300px;
  }
    
    .heading-section h2 {
        font-size: 28px;
    }
    
    .staff .text h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
  .staff {
    margin-bottom: 2em;
  }
    
    .heading-section h2 {
        font-size: 32px;
    }
}.ftco-section {
    padding: 7em 0;
}

.ftco-no-pt  {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}

.container-fluid
{

	   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
    margin-right: auto;
    margin-left: auto;



}

.px-md-0 {


    padding-left: 0!important;
    padding-right: 0!important;
     }

.row {
  display: -webkit-box; 
	  display: -ms-flexbox; 
		display: flex; 
	   flex-wrap: wrap; 
	   margin-right: -15px; 
	         margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	 padding-right     :  0;
  padding-left: 0;
}

.col-md-6 {
  flex: 0 0 50%;
   max-width: 50%;
}

.col-lg-7 {
   flex: 0 0 58.333333%;
  max-width: 58.333333%;

}

.d-flex {
  display: -webkit-box !important;
	 display: -ms-flexbox !important;
   display   : flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.py-5 {
         padding-top: 3rem !important;
  padding-bottom    :  3rem !important;
}

.py-3 {

 padding-bottom: 1rem !important;
         padding-top: 1rem !important;}



.px-3   {
   padding-left: 1rem !important;
   padding-right: 1rem !important;
}

.px-4  {
         padding-left: 1.5rem !important;
         padding-right: 1.5rem !important;
}

.pl-md-4  
  {
  padding-left: 1.5rem !important;
}

.pr-md-3 {
	padding-right: 1rem !important;
}

.pl-md-5

{
    padding-left: 3rem !important;
}

.pr-md-5 {
   padding-right:     3rem !important;
}

.mb-4 {
	 margin-bottom: 1.5rem !important;
}

.ftco-volunteer-area .img-volunteer-bg {
  background-size: cover;
  background-repeat     :   no-repeat;
  background-position: center center;
     position: relative;
}

.ftco-volunteer-area .img-volunteer-bg .dark-overlay {
       position: absolute;
    top: 0;
    left: 0;
  right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
	
}

.ftco-volunteer-area .img-volunteer-bg .row {
   position: relative;
   z-index: 2;
}

.ftco-volunteer-area .text-content h2 {
   font-weight   :     700;
  font-size: 40px;
    line-height: 1.1;
  color: #ffffff !important;
}

.ftco-volunteer-area .text-content p {
   font-size    :  16px;
	line-height: 1.6;
   margin-bottom  :    20px;
   color: #ffffff !important;
}

.ftco-volunteer-area .about-content {
     color: rgba(255, 255, 255, 0.9);


}

.ftco-volunteer-area .about-content h2 {
    font-weight: 600;
   font-size: 40px;
	 line-height: 1.1;
  color: #fff;
   margin-bottom: 25px;
}

.ftco-volunteer-area .about-content p {
    font-size: 16px;
       line-height: 1.6;
        margin-bottom    :      20px;
}@media (max-width: 767.98px) {
  .ftco-volunteer-area .about-content h2 {
    font-size: 34px; 
  }
    .ftco-volunteer-area .text-content h2 {
        font-size: 32px;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}.btn {
    cursor: pointer;
	border-radius:    3px;
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
   display: inline-block;
    padding: 0.375rem 0.75rem;
  margin-bottom: 0;
        font-size: 1rem;
  font-weight: 400;
   line-height: 1.5;
    text-align: center;
   text-decoration: none;
        vertical-align: middle;
  border: 1px solid transparent;
  user-select  :       none;
    transition :    all 0.3s ease;
}

.btn:hover, .btn:active, .btn:focus {
       outline: none;
  text-decoration    :    none;
}

.btn.btn-primary {
  background: #3B413C !important;
  border     :        1px solid #3B413C !important;
		 color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #3B413C;
    background: transparent;
   color: #3B413C;
}

.btn.btn-black


{
  background: #151915 !important;
    border:    1px solid #151915 !important;
  color: #fff !important;
}

.btn.btn-black:hover {
  border: 1px solid #151915 !important;
        background  :     transparent !important;
  color: #151915;
}

.bg-primary {
   background: #3B413C;
}