a{
    text-decoration :none !important;
}


h1{
	font-size: 42px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    margin-top: 0;
}
h2{
	font-weight: 700;
	font-size: 35px;
	color: #059272;
}
p{
	font-size: 18px;
}
.checked {
  color: orange;
}
.social-icon{
    text-decoration: none;
    list-style: none;}
.social-icon li {
    text-decoration: none;
    list-style: none;
    display:inline;
}
.social-icon li a:hover {
    color: #ffb307;
    text-decoration: underline;
}
.card-1 .text-yellows{ color:black;   }
.card-1:hover .text-yellows{ 
  color: #fff!important; 
  -webkit-transition: color 2s ease-out; }
.card-1{ 
  background-color: #fff;  
  border: 1px solid #ffc107; 
  box-shadow: 10px 10px #ffc1077a;
  transition: all 1s ease; 
  height: 100%; 
  border-radius: 10px!important;  }
.card-1:hover{ 
  background-color: #ffc107; box-shadow: none; color: white;
  
   }
.navbar-nav li{padding: 0px 7px; font-weight: 700;}
.navbar-nav li a{color: black;}
.navbar-nav li a:hover{ color: #ffa708!important; }
.navbar-nav .active-neeraj a{color: #ffa708!important;}
.banner-section{margin-top: 105px;}
@media(max-width: 575px){
	.banner-section{margin-top: 154px}
}
.navbar{margin:-18px}
@media(max-width: 991px){
	.navbar{margin:0px}
}
.top-header{margin-top: -11px; margin-bottom: -27px;}
@media(max-width: 991px){
	.top-header{margin-top: -11px; margin-bottom: 0px;}
}
.p-10{padding:55px 0px;}
.top-call-us a{
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 3px;

}
.custom-border{
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    border: 0;
    border-top:1px solid #ffffff;
}
@media(max-width:768px) {
	.custom-border{
    margin-top: 2px;
    margin-bottom: 2px;
	    
	}
}
.custom-background {background-color: #050505a3;}
.header-container{padding: 0px;margin-top: -18px;}
.header-container h3{font-weight: 600; margin-top:11px;}
.top-margin{margin-top: 20px;}
.top-margin-1{margin-top: 50px;}
.bottom-margin{
	margin-bottom: 150px;
}
.about-list li{
	padding: 10px 0px;
	font-size: 18px;
}
.contact-form .btn-readmore{
	text-decoration: none;
    display: inline-block;
    background: #059272;
    padding: 14px 36px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
}
.card-body .btn-readmore{
	text-decoration: none;
    display: inline-block;
    background: #059272;
    padding: 14px 36px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px;
}
.hover-container {
  position: relative;
  width: 100%;
}

.hover-container img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
      position: absolute;
    bottom: 0px;
    left: 36px;
    right: 0;
    background-color: #20232491;
    overflow: hidden;
    width: 80%;
    height: 0;
    padding: 40px;
    transition: .5s ease;
}
/*@media(max-width: 991px){
  .overlay{
    bottom: 0px;
    left: 16px;
    right: 0;
    background-color: #20232491;
    overflow: hidden;
    width: 94%;
    height: 0;
     padding: 40px; 
    transition: .5s ease;
}*/


.hover-container:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*about-us page*/
.icon-box .benifits-card{
	padding: 50px 10px;
  border: 1px solid #ffc107;
  box-shadow: 10px 10px #ffc1079c;
  border-radius: 10px;
	transition: all ease-in-out 1s;
}
.icon-box .benifits-card i{ 
	font-size: 35px; 
	padding: 20px; 
	border: 1px solid #ec9b14; 
	border-radius: 3px;
	margin-bottom: 10px; 
	background-color: #ffc107ed; 
	color: #fff; 
	box-shadow: -8px -7px 0px #ffc1079c; 
	transition: all ease-in-out 1s;
}
.icon-box:hover .benifits-card{ background-color: #ffc1079e; box-shadow: none;}
.icon-box:hover .benifits-card i{
	background-color: #fff; 
	color: #ffc107;
}
/*.icon-box:hover .benifits-card .hover-text{ color: #fff; }*/

.footer-style{ 
	list-style: none; 
}
.footer-style li{ 
	padding: 5px 0px; 
	font-size: 18px; 
}
/*end of about*/
/*review section*/
.customer-review .item img{ width: 80px; height: 80px; }
@media (max-width: 991px){
    .customer-review .item img{ width:auto; height: auto; }
}
.customer-review .item .review-box{list-style: none;display: inline-flex;}
/*side-contact-form*/
.call-float-div {
	position: fixed;
	right: 0;
	top: 111px;
	transition: all .3s ease-out 0s;
	z-index: 999;
}

.call-float-div.call-close {
	right: -280px
}
.inner-call-float>a
{
 color:#FFFFFF !important;
}
.btn-call-float,
.call-heading {
	color: #fff;
	text-transform: uppercase
}
.btn-call-float {
	height: 168px;
	background: #0c2661;
	line-height: 34px;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	right: 100%;
	font-size: 15px;
	white-space: nowrap;
	top: 0;
	padding: 8px 2px;
	border-radius: 6px 0 0 6px;
	cursor: pointer
}

.btn-call-float:hover {
	color: rgba(255, 255, 255, .8)
}
/*@media(max-width:768px) {*/
/*	.call-float-div {*/
/*		top: 229px;*/
/*	}*/
/*}*/
@media screen and (orientation:landscape) and (max-width:992px) {
	.call-float-div {
		top: 85px
	}
}
.info-call {
	padding: 15px 20px 20px;
	background-color:green;
	color: #fff;
	width: 280px;
	border-radius: 0 0 0 6px;
	position: absolute;
  margin-top: 95px;
}

.info-call .phone-no {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	display: block;
	line-height: 22px;
	padding:3%;
}

.info-call .phone-no img {
	margin-right: 5px
}
.info-call .or-text-label {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: rgba(255, 255, 255, .8);
	position: relative;
	text-align: center;
	text-transform: uppercase;
	margin: 7px 0
}

.call-float-div .btn-neeraj {
    color: #fff;
    background-color: #007bff00;
    border-color: #ffe200;
    border-radius: 24px;
    padding: 7px 20px;
    outline: none;
}
.call-float-div .btn-neeraj:hover{
	color: #fff;
    background-color: #e3ce10;
    border-color:#e3ce10;
    border-radius: 24px;
    padding: 7px 30px;
    outline: none;
}
/*Contact-form-end*/
/*rating css*/
.side {
  width: 15%;
  margin-top:10px;
  text-align: right;
  padding-right: 10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align: left;
  padding-left: 10px;
}

/* Clear floats after the columns */
/*.row:after {
  content: "";
  display: table;
  clear: both;
}*/

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;border-radius: 10px;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;border-radius: 10px;}
.bar-3 {width: 18%; height: 18px; background-color: #00bcd4;border-radius: 10px;}
.bar-2 {width: 8%; height: 18px; background-color: #ff9800;border-radius: 10px;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;border-radius: 10px;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}




