@import url("https://use.typekit.net/wrt2mdf.css");

/* font-family: "los-feliz", serif;
font-weight: 400;
font-style: normal;

font-family: "los-feliz", serif;
font-weight: 400;
font-style: italic;

font-family: "los-feliz", serif;
font-weight: 700;
font-style: normal;

font-family: "los-feliz", serif;
font-weight: 700;
font-style: italic; */


.price .card{
	border: 0px !important;
	border-radius: 15px;
}

.price .card-header{
	width: 80%;    
    border-radius: 0px 0px 14px 14px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
}

.price .card-footer{	
    text-align: center;
    text-transform: uppercase;
	background-color: transparent;
	border: 0;
	font-size: 24px;
	font-weight: bold;
}


.price .card-body{	
  font-size: 150px;
  font-family: "los-feliz", serif;
  font-weight: 700;
}


.price .card-body sub{
	font-size: 50px !important;
	font-weight: bold;
}


.gold{
  background: #127d67;
  text-align: center;
  
}
.gold .card-header{
	background: #e7f3e8;	
	color: #127d67;
}

.gold .card-body{
	color: #e7f3e8;	
	
}
.gold .card-body sub{	
	  color: #086f52; 
	 -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #e7f3e8;

}

.gold .card-footer{
	color: #e7f3e8;	
	
}

.titanium {
  background: #e7f3e8;
  text-align: center;
}

.titanium .card-header{
	background: #127d67;	
	color: #e7f3e8;
}

.titanium .card-body{
	color: #127d67;	
	
}

.titanium .card-body sub{	
	  color: #e7f3e8; 
	 -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #127d67;

}

.titanium .card-footer{
	color: #127d67;	
	
}

.platinum  {
  background: #096e51;
  text-align: center;
}


.platinum .card-header{
	background: #e7f3e8;	
	color: #096e51;
}

.platinum .card-body{
	color: #e7f3e8;	
	
}

.platinum .card-body sub{	
	  color: #096e51; 
	 -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #e7f3e8;

}


.platinum .card-footer{
	color: #e7f3e8;	
	
}


.opportunity .card{
	background: #E3F1E2;
	border: 0px;
	padding: 10px  20px;
	border-radius: 8px;
	
}

.opportunity .card-header{

	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
	background-color: transparent;
	border: 0;
	color: #185C3F;
	text-transform: uppercase;
}

.insights p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	    font-weight: 400 !important;
    color: #000 !important;

}

.insights .card{

	background: #E3F1E2;
	border: 0px;
	border-radius: 8px;

}

.section_heading h2{
	text-align: left;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.section_heading h2 b{
	color: #46B254;	
}

.insights .card-body h3{
	font-size: 20px;
	font-weight: 500;
	color: #46B254;	
	margin: 10px 0 5px 0;
	
}

.insights .card-body p{
	font-size: 14px;	
	color: #000;	
	margin-bottom: 0;
	
}


.insights .card-footer{
background-color: transparent;
border: 0;
	
}

.show {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}


.hide {
	opacity: 0;
}



@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



@media (max-width: 576px) { 

.hide {
	opacity: 1;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}


 }

 .cilent_logos .card{	
    height: 100px;
    background-color: #e9e9e9;
    padding: 3px;
    box-shadow: 0px 2px 4px #d6d4d466;
 }

 .cilent_logos .card img{	
  
 filter: grayscale(100%);
 }

  .cilent_logos .card img:hover{	
  
 filter: grayscale(0%);
 }
 
 .accordion-button:not(.collapsed){
	color: #124521;
    background-color: #E3F1E2;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
 }





/*  New Css By DC  */

#home_banner
{
    background: url('https://www.thunderplus.io/images/banner-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
	position: relative;
}

.home_banner_heading h1 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  color: #fff;
  text-decoration: none;
  line-height: 3.2rem;
}


.home_banner_heading h1 b {
  color: #39B54A;
}

.home_banner_heading
{
  padding-bottom: 18px;
}

#home_banner .carousel-indicators
{
  bottom: -100px;
}

.carousel-item a{
	text-decoration: none;
	color: #fff;
}

.download{ 
    background-color: #127d67;
    border: none;
    padding: 6px 30px;
    font-weight: 400;
    color: #e7f3e8;
    border-radius: 100px;
    margin: 0px auto;
    display: block;
	text-decoration: none;
	margin-top: 10px;
	text-transform: uppercase;
}

.download:hover{
	text-decoration: none;
	color: #fff;
}