@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,600i,700,700i,800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Vidaloka&display=swap');
/*font-family: 'Vidaloka', serif;*/
@font-face 
{
font-family: 'Adobe Caslon Pro';
font-style: normal;
font-weight: normal;
src: url('../fonts/ACaslonPro-Regular.otf'), url('../fonts/ACaslonPro-Regular.woff') format('woff');
}
@font-face 
{
font-family: 'Adobe Caslon Pro Bold';
font-style: normal;
font-weight: normal;
src: url('../fonts/Adobe Caslon Pro Bold.ttf'), url('../fonts/ACaslonPro-Regular.woff') format('woff');
}
:focus{outline: 0!important;}
html, body{
	height:100%;
	margin:0;
    scroll-behavior: smooth;
	padding:0;
}
img{
	max-width:100%;
}
.fade:not(.show){opacity: 1!important;}
@media (min-width:1200px)
{
    .img-thumbnail
    {
        margin-top: -50px;
    }
}
@media (max-width:767px)
{
    .img-thumbnail
    {
        margin-top:20px; 

    }
}
select{border: 0;}
a{
	text-decoration:none;
	outline:none;
    color:#6bc9e7; /*#ffffff*/
}
a:hover{
	text-decoration:none;
    color:#fff!important;
}
p{margin-bottom: 0;}
@media (max-width:575px){
    h2,h1{
        font-size: 23px!important;
    }
    h3{
        font-size: 21px!important;
    }
}
input.error, textarea.error { border:1px solid red!important;font-family: 'Raleway', sans-serif;}
.form-control:focus{box-shadow: none;}
.come-in{
    opacity: .8;
}
textarea{width:100%!important;}
/*************headertop*****************/
.fixedTop{
	position: fixed ;
	z-index: 800 ;
	top: 0px ;
	width: 100%;
	margin: 0;
	background:#ffffff;
	border-bottom: 2px solid #d5f4db;
}
.header_top{
    font-family: 'Raleway', sans-serif;
    border-top:5px solid #353535;
}
.header_top div a, .banner .banbtn a{
    font-weight:600;
    font-size: 17px;
    color: #fff;
}
.header_top span a{
    font-size: 15px; 
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.header_top .call,
.header_top .contactus,
.banner .banbtn{
    min-width: 115px;
    color: #fff;
    transform:skew(-20deg);
}
.header_top .apply{
    min-width: 115px;
    background-color: #353535;
    transform:skew(-20deg);
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.header_top .apply a{
    color: #ffffff;
}
.header_top .call, .content .banbtn{
    font-family: 'Open Sans', sans-serif;
    background-color: #1d8932;
}
.header_top .call:hover, .banner .banbtn:hover{
    background-color: #8b3027;
}
.header_top .apply:hover{
    background-color: #919999;
}
.header_top .contactus:hover{
    background-color: #1d8932;
}
.header_top .call a,.header_top .apply a,.header_top .contactus a,.header_top .share .fa-brands, .banner .banbtn a{
    transform:skew(20deg);
}
.header_top .contactus{
    font-family: 'Raleway', sans-serif;
    background-color: #dedede;
    text-align: center;
}
.header_top .contactus{
    background-color: #8b3027;
}
.header_top .fa-brands{
	color:#fff;
	text-align:center;
    font-size: 15px;
}
.header_top .fa-brands:hover{
    color: #ffffff;
}
.header_top li .fa-brands:hover{color:#fff;}
.header_top .dropdown-menu{/*display: none !important;*/}
.header_top .dropdown-menu {
    position: absolute;
    left: 90%;
    /*display: none;*/
    float: right;
    min-width: 7rem;
    padding: .1rem 0;
    margin: .1rem 0 0;
    border: none;
    border-radius: 0;
}
@media (max-width:991px){
    .header_top .dropdown-menu {
        left: 63%;
        border-radius: 10px;
    }
}
@media (max-width:575px){
    .header_top .dropdown-menu {
        left: 55%;
        border-radius: 10px;
    }
}
.btn:hover .dropdown-menu{display: block!important;}
@media (min-width:385px) and (max-width:509px){
        .header_top .share{
        margin-top: 5px;
    } 
}
.header_bottom{
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
}
.header_bottom img {
	position: absolute;
    top: -55px;
    /*max-width: 228px;*/
    left: 13px;
    z-index: 111;
    border-radius: 0 0px 10px 10px;
    background: #fff;
}

@media (max-width:575px){
    .header_bottom img {
        position:absolute;
        top:-72px;
        max-width:150px;
        left: 13px;
    }
    .header_bottom .navbar-toggler{
        top: -52px!important;
    }
}
.header_bottom .navbar {
	padding:0;
}
.header_bottom .nav-link {
    font-size:14px;
    color:#000000;
    padding:5px 11px;
    font-weight:600;
}
.header_bottom .nav-item {
    z-index: 9;
}
.header_bottom .nav-item:hover,.header_bottom .nav-item.active{
    transform:skew(-15deg);
    background-color:#1d8932;
}
.header_bottom .nav-item:hover .nav-link{
    transform:skew(15deg);
}
.header_bottom .nav-item.active .nav-link{
    transform:skew(15deg);
    color: #fff;
}
.header_bottom .navbar-nav .dropdown-menu{
	background-color:#159a2f;
    z-index: 2;
    border-radius: 0;
    transform:skew(15deg);
	top:30px !important;
}
.header_bottom .navbar-nav .dropdown-item{
	position: relative;
	color:#fff;
	font-weight:700;
}
.header_bottom .navbar-nav .dropdown-item:hover{
	color:#ffffff;
	background-color:#159a2f;
	border-radius:0;
}
.header_bottom .navbar a.nav-link 
{
	font-weight: 700;  
	font-size: 14px;
	color: #424242;
}
.header_bottom .navbar a:hover.nav-link 
{
	color:#424242;
}
.header_bottom .dropdown 
{
	  position: relative;
	  display: inline-block;
}
.header_bottom .dropdown-menu 
{
	  display: none;
	  background-color: #000;
	  min-width: 250px;
	  z-index:1;
}
.header_bottom .dropdown-menu a 
{
	  color: #000000;
	  padding:10px 15px;
	  text-decoration: none;
	  display: block;
	  font-size:14px;
}
.header_bottom .dropdown-menu a:hover 
{
	  background-color: #f58634;
	  color:#ffffff;
}
.header_bottom .dropdown:hover .dropdown-menu 
{
	 display:block;
	 padding:0px;
	 margin:1px;
}
@media (max-width:1199px) {
    .header_bottom .navbar a.nav-link 
    {
        padding:5px 7px;
    }
}
@media (max-width:991px){

    .header_bottom .navbar-nav .dropdown-menu{
        transform:skew(0);
    }
    .header_bottom img {
        position: relative;
		top: 0!important;
        left: 10px;
        max-width: 150px;
	}
    .header_bottom .navbar-toggler {
        color:#ffffff;
        position: absolute;
        right: 0;
        top: -65px;
        background-color:#000;
        outline: none;
    }
	.header_bottom .navbar .nav-item {
		padding-bottom:4px;
	}
    .header_bottom .navbar a.nav-link {
        background-color: #1d8932;
        color:#fff;
        border-radius: 20px;
    }
    .header_bottom .nav-item:hover,.header_bottom .nav-item.active {
        transform:none;
        background: none;
    }
    .header_bottom .nav-item:hover .nav-link{
        transform:none; 
        background-color: #8b3027;
    }
    .header_bottom .nav-item.active .nav-link{
        transform:none; 
    }	
	.header_bottom .dropdown .dropdown-menu {
		transition:height 2s;
	}
}
@media (max-width:991px){
	#padd{
		position: absolute;
		background: #fff;
		z-index: 9;
		width: 100%;
	}
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{background-color: #951409!important;}
.header_bottom a{color:#000000;}
.header_bottom a:hover{color:#000000;}
/***************header ends******************/
/*********************banner******************/
.banner .caption .box {
	color:#ffffff;
    font-family: 'Raleway', sans-serif;
    /*text-shadow: 0 0 11px #000000;*/
    max-width: 700px;
    background: #000000cf;
}
.banner .caption h4{
	font-size:33px;
    font-weight: 700;
    margin: 0;
    /*text-shadow: 0px 0px 6px rgba(255,255,255,0.7);*/
}
.banner .caption p{
	font-size:18px;
    font-weight: 700;
    margin: 0;
}
.banner .caption h2, .banner .caption h1{
	font-size:26px;
    margin-top: 10px;
    font-family: 'Adobe Caslon Pro Bold';
    /*text-shadow: 0 8px 10px #000000;*/
}
.banner .carousel-indicators{
    justify-content: flex-end;
    right: 10%;
    color: aliceblue;
}
@media(max-width:1400px){
    .banner .carousel-indicators {
        justify-content: center!important;
        right: 0!important;
    }
    .banner .caption .box {
        color:#ffffff;
        font-family: 'Raleway', sans-serif;
        /*text-shadow: 0 0 11px #000000;*/
        max-width: 600px;
        background: #000000cf;
    }
}
.banner .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}
@media (min-width:992px) and (max-width:1100px){
    .banner .carousel-indicators {
        bottom:-15px !important;
        display: none!important;
    }
}
@media (min-width:1101px) and (max-width:1200px){
    .banner .banbtn {
        margin-top:10px !important;
    }

}

@media (min-width:1400px){
    .banner .banbtn {
        margin-top:45px !important;
    }
}
.banner .carousel-inner img {
      width: 100%;
      height: 100%;
}
.banner .carousel-indicators .active{
    background-color: #ed3828;
}
.banner .content h3{
    font-weight: 700;
    font-size: 34px;
    /*font-family: 'Adobe Caslon Pro Bold';*/
    color: #fff;
}
.banner .content .rating{
    font-weight: 700;
    font-size: 24px;
    font-family: 'Adobe Caslon Pro Bold';
    color: #fff;
}
.banner .content p{
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
}
/*************inner banner**************/
.banner .text1 h3{
    font-weight: 700;
    font-size: 30px;
}
.banner .text1 .rating{
    font-weight: 700;
    font-size: 22px;
    font-family: 'Adobe Caslon Pro Bold';
}
.banner .text1 p{
    font-weight: 600;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}
@media (min-width:992px) and (max-width:1231px){
    .banner .text1 h3{
        font-weight: 700;
        font-size: 22px!important;
    }
    .banner .text1 .rating{
        font-weight: 600;
        font-size: 15px!important;
    }
    .banner .text1 p{
        font-weight: 600;
        font-size: 13px!important;
    }
}
/**************banner fade******************/
.carousel.carousel-fade .carousel-item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.carousel-fade .carousel-item:first-child {
  top: auto;
  opacity: 0; /* show first slide */
  position: relative;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}
@media (min-width:992px){
    .fullwidth{
        max-width: 1500px;
    }
}
@media (min-width:576px) and (max-width:991px){
    .banner{
        margin-top: 100px;
    }
}	
@media (max-width:575px){
    .banner{
        margin-top: 70px;
    }
}
/**************banner fade******************/

/*************inner banner**************/

@media (max-width:1199px){
    .banner .content{
        background-color: rgba(0,0,0,.7);
        outline: 1px solid #ffffff;
        outline-offset: -17px;
        font-family: 'Adobe Caslon Pro';
        color:#424242;
        font-style: italic;
    }
    .banner .carousel-indicators li
    {
        display: none;
    }
    .banner .container .content
    {
        max-width:100%;
        padding:0;
    }
}
@media (min-width:1200px){
    .banner .text{
        padding: 0;
    }
}
@media (max-width:991px){
    .banner .caption .box {
        background-color:#424242;
        max-width: 100%;
    }
    .banner .caption .container
    {
        max-width:100%;
        padding:0;
    }
    .banner .caption h4
    {
        font-size:27px;   
    }
    .banner .caption p
    {
        font-size:22px;
    }
}
@media (max-width:575px){
    .banner .caption h1
    {
        font-size:21px;   
        margin: 0;
        text-shadow: none;
    }
    .banner .caption h4
    {
        font-size:23px;   
    }
    .banner .caption p
    {
        font-size:18px;
    }
}
@media (min-width:991px){
    .banner .caption 
    {
        position:absolute;
        bottom:5%;
        width:100%;
    }
}
@media (min-width:1200px){
    .banner .content{
        background-color: rgba(0,0,0,.7);
        outline: 1px solid #ffffff;
        outline-offset: -10px;
        color: #ffffff;
        font-family: 'Adobe Caslon Pro';
        width: 30%;
        float: right;
        position: absolute;
        bottom: 0;
        right: 8%;
        height: 100%;
        transform: skew(-15deg);
        display: flex;
        align-items: center;
        font-style: italic;
        z-index: 1;
    }
    .banner .skewoff{
        transform: skew(15deg);
    }
}
@media (min-width:992px) and (max-width:1199px){
    .banner .content h3{
        font-weight: 700;
        font-size: 28px;
    }
    .banner .content .rating
    {
        font-weight: 700;
        font-size: 19px;
    }
    .banner .content p
    {
        font-size: 14px;
    }
}
@media (min-width:1200px) and (max-width:1499px){
    .banner .content h3{
        font-weight: 700;
        font-size: 30px;
    }
    .banner .content .rating
    {
        font-weight: 700;
        font-size: 21px;
    }
    .banner .content p
    {
        font-size: 15px;
    }
}
.covid{
    transform: skew(15deg);
    width: 400px;
}
@media(max-width:1199px){
    .covid{
        transform: skew(-0deg);
    }
}
/***********wecandothis****************/
.youcando h2,.theraphy h2,.cards h2,.life h2, .youcando h1,.cards h1,.life h1{
    color: #8b3027;/* #a4cedc*/
    font-family: 'Adobe Caslon Pro';
    font-size: 40px;
    font-weight: 600;
}
.theraphy h1{
    color: #8b3027;/* #a4cedc*/
    font-family: 'Adobe Caslon Pro';
    font-size: 40px;
    font-weight: 600;
}
.cards h3{
    color: #1d8932;
    font-family: 'Adobe Caslon Pro';
    font-size: 26px;
    font-weight: 600;
}
.youcando p,.theraphy ul li{
    color:#909397;
    font-size: 17px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
}
.theraphy p{
    color:#909397;
    font-size: 17px;
    font-family:'Raleway', sans-serif;
    font-weight: 600;
}
.theraphy .odd h2, .theraphy .odd h1{
    color:#a4cedc;
    font-size: 30px;
}
.theraphy .even h2, .theraphy .even h1{
    color:#7a9f80;
    font-size: 30px;
}
.cards p{
    font-size: 15px;
    line-height: 23px;
    color:#fff;
    margin: 8px 0;
}
.youcando span{
    color: #a4cedc;
    font-weight: 700;
    /*border-bottom: 2px solid #909397;*/
}
.youcando span:hover{
    color: #6cabc0;
}
.youcando a{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 19px;
}
.ellipse .circle{
    background: url(../tpl_images/ellipse.png) no-repeat center;
    width: 190px;
    height: 190px;
    box-shadow: 0 5px 12px #868686;
    border-radius: 50%;
    border: 2px solid #fff;
}
.ellipse .circle:hover{
    border: 2px solid #7caad7;
}
.ellipse .circle:hover{
      opacity: .7;
    position: relative;
}
.ellipse .circle h4{
  transform:translate(-50%,-50%);
  position:absolute;
  top:50%;
  left:50%;
  color: #fff;
  font-family: 'Adobe Caslon Pro';
  font-weight: 700;
  font-size: 20px;
  line-height: 23px !important;
}

.ellipse .circle:hover h4{
  color: #fff;
}
@media (max-width:767px){
    .ellipse .circle{
        width: 160px;
        height: 160px;
    }
    .ellipse .circle h4{
      font-size: 18px;
    }
}
@media (max-width:576px){
    .ellipse .circle h4{
      font-size: 16px;
    }
}
/************video****************/
.video a {
color: #fff;
}

.video a:hover {
	color:#f1f1f1 !important;
}

.video h2, .video h1{
    color:#fff;/*#494a4a;*/
    font-family: 'Adobe Caslon Pro';
    font-weight:600;
    font-size: 28px;
}
.video li{
    list-style-image: url(../tpl_images/tick.png);
}
.video li, .video p{
    color:#fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    transform: none!important;
}
.vid{
    overflow:hidden;
    padding-bottom:28%;
    position:relative;
    height:0;
    margin: auto;
}
.vid iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
@media (max-width:991px){
    .video ul{
        font-size: 15px;
        padding-left: 30px;
    }
    .video ul li{
        font-size: 14px;
    }
}

@media (min-width:1900px){
        .video h2, .video h1{
        font-size: 40px;
    }
}
/******************icons**********************/
.icons h2, .icon h2, .icons h1, .icon h1{
    color: #55ae66;
    font-family: 'Adobe Caslon Pro Bold';
    font-size: 24px;
    font-weight: 700;    
}
.icons .button, .icon .buttons{
    background-color: #f0f0f0;
    width: 200px;
    height: 200px;
    margin:0 auto;
    border-radius: 50%;
    border: 6px solid #e5e5e5;
    box-shadow: 0 8px 10px #9c9c9c;
}
.icons .col-md-3:hover h2, .icon .col-md-3:hover h2,.icons .col-md-3:hover h1, .icon .col-md-3:hover h1{
    color:#000;
}
.icons .col-md-3:hover .button, .icon .col-md-3:hover .buttons{
    border: 6px solid #55ae66;
}
@media (max-width:991px){
        .icons .button, .icon .buttons{
        width: 150px;
        height: 150px;
    }
}
/****************oddeven******************/
.oddeven h2, .oddeven h1{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Adobe Caslon Pro';
}
.oddeven p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
@media (min-width:1900px){
    .oddeven h2, .oddeven h1{
        font-size: 40px;
    }
    .oddeven p{
        font-size: 24px;
    }
}
/*****************life*******************/
.life{
    background:url(../tpl_images/hcri-life-bg.jpg) center;
    background-size: cover;
    font-family: 'Adobe Caslon Pro Bold';
    color: #424242;
}

.lifehome{
    background:url(../tpl_images/hcri-life-bg.jpg) center;
    background-size: cover;
    font-family: 'Adobe Caslon Pro';
    color: #424242;
}

.life h2, .life h1{
    font-size: 40px;
    font-weight: 600;
}
.lifehome h2, .lifehome h1{
    font-size: 40px;
    font-weight: 600;
}
.life h3{
    font-size: 30px;
    font-weight: 600;
}
.lifehome h3{
    font-size: 30px;
    font-weight: 600;
}
.life li{
    background: url(../tpl_images/tick.png) no-repeat top left;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 22px;
	margin-bottom: 7px;
    font-size: 17px;
}
.lifehome li{
    background: url(../tpl_images/tick.png) no-repeat top left;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #000;
    line-height: 22px;
	margin-bottom: 7px;
    font-size: 20px;
}
.lifehome p{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #424242;
    line-height: 28px;
}
.life p{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #909397;
    line-height: 28px;
}
.life .bhove {
	padding:10px;
	color:#909397 !important;
}
.life .bhove a {
	color:#212529;
}

.life .bhove a:hover {
	color:#909397 !important;
}
.life .bhove:hover {
	background-color:#e7f3ff;
	padding:10px;
	border-radius:5px
}
.life a{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #6ca3d8;
    line-height: 28px;
}
.life a:hover{
	color:#6ca3d8 !important;
}
.lifehome a{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #909397;
    line-height: 28px;
}

.lifehome a:hover{
	color:#4c716f !important;
}
/****************cards*********************/
.cards{
    background-color: #353535;
}
.card{
    border: 0;
    background-color: #f1f1f1;
}
.card .card-img-top{
    border-radius: 0;
    border: 1px solid transparent;
}
.card:hover .card-img-top{
    border: 2px solid #fff;
}
.card .card-body{
    background: #353535;
}
.cards .card-title{
    color: #8e8d8d;
    font-family: 'Vidaloka', serif;
    font-size: 24px;
    font-weight: 400;  
}
.cards .card:hover .card-title{
    color: #fff;
}
.cards .card:hover p{
    color: #000;
}
.cards .card .btn, .video .btn, .theraphy .btn{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    background: #000;
    transform:skew(-15deg);
    border-radius: 0;
    border: 2px solid #ffffff;
    color:#fff;
    padding: 5px 20px;
}
.content .bbtn{
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    background: #1d8932;
    transform:skew(-3deg);
    border-radius: 0;
    border: 2px solid #ffffff;
    color:#fff;
    padding: 5px 20px;
    display: block;
    width: 90%;
}
.content .bbtn:hover{
    background: #8b3027;
    color: black;
}
@media (max-width:1199px){
    .content .bbtn{
        transform:skew(-17deg);
         width: 70%;
    }
}
@media (max-width:575px){
    .content .bbtn{
        transform:skew(-17deg);
         width: 100%;
    }
}
.cards .card p, .video p, .theraphy h6{
    transform:skew(15deg);
}
.card:hover .btn{
   background-color:#fff;
}
.video .btn:hover, .theraphy .btn:hover{
   background-color:#8b3027;
}
.theraphy a{
    color:#8b3027;
    font-weight: 700; 
    /*border-bottom: 2px solid #e6e8eb;*/ /*#909397*/
}
.theraphy a:hover{
    color:#000!important;
}
.theraphy ul{
	list-style-type:none !important;
	padding-left:0px;
	margin-bottom:0px;
}
.theraphy li{
    background: url(../tpl_images/tick.png) no-repeat top left;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #909397;
    line-height: 22px;
	margin-bottom: 7px;
    font-size: 17px;
	padding-left: 3rem;
}

.cards h4{
    color:#8b3027;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
}
.icons h4{
    color:#1d8932;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
}
/******************form*****************/
.form
{
    background-color: #353535;
    font-family: 'Raleway', sans-serif;
}
.form h2, .form h1
{
    font-family: 'Adobe Caslon Pro';
    font-size: 40px;
    color:#fff;
    font-weight: 600;
}
.form h5
{
    font-weight: 600;
    font-size:18px;
    color:#a09f9f;
}
.form label{font-weight: 600;margin-bottom: 0;color: #fff;}
@media (max-width:575px){
    .form label{
        font-size: 14px;
    }
    #video1,#video3,#video4{
        width: 31.5%!important;
        margin-bottom: 5px;
    }
}
.form input[type=text], .form input[type=email], .form textarea{
	font-size:15px;
	background-color:#ffffff;
	border:none;
	border-radius:0;
    resize: none;
    color: #616161;
    margin-bottom: 9px;
    font-weight: 400;
}
::placeholder{
    color:#373636;
    font-weight: 600;
}
.form .custom-control-label{
    font-weight: 600;
    font-size: 13px;
    color:#424242;
}
@media (max-width:400px){
    .g-recaptcha {
        transform:scale(0.9);
        transform-origin:0 0;
    }
}
.form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border:0;
}
.form .custom-radio .custom-control-label::before {
    box-shadow: inset 1px 1px 5px #7f7f7f;
}
.form button{
    font-weight: 700;
    background: #add8e6;
    transform:skew(-20deg);
    border-radius: 0;
    box-shadow: 0 5px 10px #ccc;
    border: 2px solid #ffffff;
    color:#494a4a;
    padding: 5px 20px;
}
.form p{
    transform:skew(20deg);
}
.form button:hover{
   background-color:#dddddd;
}
/*********accordion*************/
@media(max-width:992px){
     .wrapper{
      width:100%;
    } 
}
.panel-heading {
    padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px 0;
    font-weight:700;
    color: #1d8932;
    font-family: 'Raleway', sans-serif;
    font-size:22px; 
}
@media (max-width:575px){
        .panel-title>a, .panel-title>a:active{
        font-size:17px; 
    }
}
.panel-heading a:before{
    font-family: 'FontAwesome';  
    content: "\f077";
    float: right; 
}
.panel-heading .collapsed:before{
    content: "\f078"; 
}
.panel-title a:hover{color:#6ca3d8;}
/*********accordion***********/
/******************links*****************/
.links{
    background-color: #ebebeb;
}
.links h4{
    color: #000000;
    font-family: 'Adobe Caslon Pro';
    font-weight: 600;
    font-size:22px; 
}
.links li{
    color: #1d8932;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size:16px; 
    list-style-type: none;
	line-height:30px;
}
.links li:hover{
    /*font-weight: 600;*/
	color:#000;
}
.links p{
    color: #4c716f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
}
.links iframe{
	box-shadow: 0 5px 7px #919191;
}
@media (min-width:992px){
    .links .col-lg-2{
        flex: 0 0 20%;
        max-width: 20%
    }
}
/******************footer*****************/
.testi{
    color: #424242;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    font-style: italic;
}
.footer_top p,.footer_top a,.footer_top span,.footer_bottom p{
    color: #424242;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.footer_top .fa-brands{
    background:url(../tpl_images/footer_fa_bg.png) center;
    background-size: cover;
    width: 37px;
    font-size:17px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
} 
.footer_top .fa-brands:hover{
    background:url(../tpl_images/footer_fa_bghover.png) center;
    background-size: cover;
}
footer hr{
    border: 1px solid #cccccc;
}
.footer_bottom span{
    color: #1d8932;
    text-decoration: underline;
}
.footer_bottom span:hover{
    color: #000000;
}
.footer_top a:hover{
    color: #1d8932!important;
}
@media (min-width:320px) and (max-width:575px){
	.contbot {
	margin:0px auto !important; 
	}
}
.contbot {
	 background: #fff; 
	 transform: skew(-15deg); 
	 border-radius: 0; 
	 box-shadow: 0 5px 5px #ccc; 
	 border: 2px solid #ffffff; 
	 color: #000000; 
	 margin:0px 0px 0px 50px; 
	 width:100px; 
	 height:37px;
}
.contbot:hover {
	 background: #000; 
}
.contbot .btn:hover {
	 color: #fff; 
}
.bios img {
	border: 2px solid transparent;
}
.bios:hover img {
	border: 2px solid #0056b3;
}

.bios:hover p, .bios:hover h4{
	color:#000;
}

.bios .sname {
	color:#6ca3d8;
}

.adv li {
	background: url(../tpl_images/tick.png) no-repeat top left;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #909397;
    line-height: 22px;
    margin-bottom: 7px;
	list-style-type:none;
}

#accordion .panel-title{
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
#accordion .panel-body {
-webkit-animation: slide-up 1s ease forwards;
    /* Safari 4+ */
    -moz-animation: slide-up 1s ease forwards;
    /* Fx 5+ */
    -o-animation: slide-up 1s ease forwards;
    /* Opera 12+ */
    animation: slide-up 1s ease forwards;
    /* IE 10+ */
}

.links a {
	color:#1d8932;
}

.lists li{
    background: url(../tpl_images/tick.png) no-repeat top left;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    line-height: 22px;
    margin-bottom: 7px;
    font-size: 20px;
}
.links a:hover {
	color:#000 !important;
}
.links a img {
border:1px solid transparent;
}

.links a img:hover {
	border: 1px solid #4c716f;
}

@media (max-width:489px){
    .bio img{
        float: none !important;
		margin: 10px 0px !important;
		display: block !important;
    }
}
.testim p{
    color: #fff;
    margin: 0 2px;
}
.para h1,.para h2,.para p,.para li{color: #fff!important;}
.para a{color: #76b70f!important;}
.para a:hover{color: #fff!important;}


/*****************************************************banner****************************************************/
.banner .pos{
    position: absolute;
    inset: 0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    height:100%;
}
@media(max-width:575px){
    .banner .pos{
        position: relative;
        padding: 10px;
        background: #f5f5f5;
        margin-top: -3px;
        text-align: center;
        height: fit-content;
    }
    .banner .content p{line-height: 1;}
    .banner .in {background: #f1f3f2;}
}
.banner .pos a{
    margin: 5px;
    color: #1d8932;
    padding: 5px;
    font-weight: 600;
    width: 200px;
    background: #fff;
    font-family: 'Raleway';
    text-align: center;
}
.banner .pos a:hover{
    background: #1d8932;
    color: #fff;
}
.banner .share1{
    color: #8b3027 !important;
    font-family: 'Raleway';
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1;
}
.banner .share .fa-brands{
    color: #1d8932;
    font-size: 20px;
    text-align: center;
}
.banner .share .fa-brands:hover{
    color: #000;
}
.banner .wrapper{
    position:relative;
}
.banner .playpause img:hover{filter: brightness(0.5);}
.banner .playpause {
    color: #fff;
    width: 6%;
    inset: 0%;
    display: flex;
    cursor: pointer;
}
.banner .bbtn2{background: #8b3027!important;color: #1d8932!important;}
.banner .bbtn2:hover{color: #8b3027!important;background: #1d8932!important;}
.banner .head{
    color: #8b3027!important;
    font-family: 'Adobe Caslon Pro';
    font-size: 40px!important;
    font-weight: 600!important;
}
.banner .pcon span,.pcon p{
    color: #000!important;
}
.banner .in {
    background: url(../uploads/content_block_images/1665808822_4point.jpg);
    background-size: cover;
    outline: 0;
    font-family: 'Adobe Caslon Pro';
    width: 100%;
    position: relative;
    top: -6px;
    font-style: inherit;
    transform: none;
    right: 0;
    float: none;
}
.banner .in .skewoff {
  transform: none;
}
.banner video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
