.blog-bx{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.blog-bx img {
    float: left;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    filter: grayscale(1);
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.blog-bx:hover img{
filter: grayscale(0);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.blog-bx h2{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
    color: #CC8525;
    margin: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}
.blog-bx p {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
    margin-top: 15px;
}
.blog-bx-butn{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.blog-bx-butn a{
    width: 162px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    text-align: center;
    float: left;
    padding: 12px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.blog-bx-butn a:hover{
    text-decoration: none;
    color: #8B5914;
    background: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.blog-detail-full{
	margin-right: auto;
    margin-left: auto;
    width: 800px;
    float: none;
}
.blog-detail{
	float: left;
	width: 100%;
	text-align: center;
}
.blog-detail img{
	float: none;
	width: 100%;
	max-width: 750px;
	border-radius: 25px;
	margin-bottom: 35px;
}
.blog-detail h4{
	float: none;
    display: inline-block;
    /* width: 100%; */
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    color: white;
    background: #cc8525;
    padding: 10px 12px;
    border-radius: 41px;
    margin-bottom: 20px;
}
.blog-detail h2{
	float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 15px;
    margin-top: 0px; 
}
.blog-detail h2 span{
	color: #CC8525;
}
.blog-detail P{
	float: left;
width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;	
    color: white;
}

.testimonials-bx{
	float: left;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 20px;
}


.testimonials-video-butn{
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.testimonials-video-butn a{
    width: 162px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    text-align: center;
    float: none;
    display: inline-block;
    padding: 12px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.testimonials-video-butn a:hover{
    text-decoration: none;
    color: #8B5914;
    background: white;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.faq-detail-full {
    
    width: 100%;
    float: left;
}
.faq-hed{
	float: left;
	width: 100%;
	text-align: center;
}
.faq-hed h2 {
    float: left;
    width: 100%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 40px;
    margin-top: 0px;
}




.card-header h4 {
    font-size: 20px;
    color: white;
    margin: 0;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
    padding-right: 25px;
    position: relative;
}
.card-header h4 svg {
    fill: #6A6A6A;
    transform: rotate(-270deg);
    /* margin-top: 5px; */
    /* margin-right: -25px; */
    position: relative;
    position: absolute;
    right: 7px;
    top: 4px;
}

.card-header {
    background-color: transparent;
    /*height: 69px;*/
    padding: 15px 20px;
}
.card-bodyf {
    
    color: #CC8525;
    /*opacity: .5;*/
    padding: 15px 20px;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    font-family: 'Montserrat', sans-serif !important;


}
.card-body span{
  color: #CC8525;
    font-weight: 700;
    text-decoration: 1px solid underline;
}
.card-header a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
}








.testimonials-txt-bx{
    float: left;
    width: 100%;
    border-radius: 20px;
    background: #0c0c0c;
    padding: 20px;
    height: auto;
    margin-bottom: 30px;
}
.testimonials-txt-bx img{
    float: left;
    width: 75px;
    margin-bottom: 10px;
}
.testimonials-txt-bx p{
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: white;
}

.testimonials-txt-bx h3{
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #DB8F28;
}
.testimonials-txt-bx h3 span{
    color: white;
    font-size: 15px;
}




.faq-contact{
    float: left;
    width: 100%;
    background: #141212;
    padding: 60px 35px;
    border-radius: 25px;
    margin-top: 45px;
}
.faq-contact h2{
   float: left;
    width: 60%;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif !important;
    color: white;
    margin-bottom: 0px;
    margin-top: 0px;
}
.faq-contact h2 span {
    color: #CC8525;
}


.faq-enq{
    float: right;
    margin-top: 4px;
}
.faq-enq a{
    width: 170px;
    height: 46px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
    color: white;
    background: #8B5914;
    text-align: center;
    float: right;
    padding: 12px 0px;
    border-radius: 40px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    
}
.faq-enq a:hover{
    text-decoration: none;
    background: white;
    color: #8B5914;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


@media (max-width: 991px){
    .blog-detail-full{
        width: 100%;
        float: left;
    }
}

@media (max-width: 575px){
    .card-header h4{
    font-size: 17px;
}
  .faq-hed h2{
      font-size: 35px;
      text-align: left;
      margin-bottom: 15px;
  }  
  .faq-contact h2{
      width: 100%;
      font-size: 40px;
  }
  .faq-enq{
      float: left;
  }
  .faq-enq a{
      float: left;
      margin-top: 10px;
  }
  .blog-detail h2{
      font-size: 38px;
  }
}


@media (min-width: 576px) and (max-width: 767px){
    .faq-contact h2{
      
      font-size: 40px;
  }
}



