@import url("bootstrap.min.css");
 
 body{
	 margin:0;
	padding:0;
	 font-family:"JockeyOne-Regular";
	
 }
  @font-face {	
  font-family:"JockeyOne-Regular";
  src: url("../fonts/JockeyOne-Regular.ttf");
     }
	 
	 
.pra{font-size:18px;}	 
	 
	 
	 .top{
		 background-color:#169002;
		 padding:5px;
	 }
	 
	 .top h6{
		 color:white;
		 font-size:16px;
	 }
	
	marquee{
		color:black;
		font-size:16px;
		border-radius:10px;
		background-color:#ffd800;
		padding:5px;
	}
	
	img{
		max-width:100%;
	}
	
	
	.head{
		padding:10px;
	}
	
	.love{
		padding:0px;
	}
	
	
	.btn {
    display: inline-block;
    padding: 7px 37px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fcbb09;
}
	
	
	




/*form start*/
.form{
	background-color:#169002;
	padding:36px;
}


.form-group h2{
	padding-bottom:19px;
	color:white;
	text-align:center;
}
.form-group {
    margin-bottom: 23px;
}
/*form end*/

.txt
{
	height: 40px;
	margin: 0 0 10px 0;
	outline: none;
}
.box33
{
	margin: 0;
	padding: 15px 0 0 0; 
}

.boxs{
	padding:0px;
}
.inner{
	padding:0px;
}


.marquee
{
	
	padding: 10px;
	background-color: #169002;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	
	text-transform: capitalize;
}
.slider{
	padding:0px;
	padding-bottom:20px;
}

.text {
    margin: 0;
    padding:10px 0;
    text-align: center;
   
    color: #169002;
    font-size: 30px;
    font-weight: normal;
    text-transform: capitalize;
   
    text-shadow: 0px 3px 1px #ccc;
}
.box33 {
    margin: 0;
    padding: 15px 0 0 0;
}.prob {
    margin: 0;
    padding: 8px;
}
.problem {
    margin: 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 5px 10px #ffd800;
    padding-top: 20px;
    padding-bottom: 20px;
}


a:focus, a:hover {
    color: red;
    text-decoration: none;
}
a {
    color: black;
    text-decoration: none;
}
h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: #169002;
    text-align:center;
    text-transform: capitalize;
    font-size: 16px;
}
.texts{
    
    padding: 0;
    font-weight: normal;
    color: #666;
   
    font-size: 20px;
    line-height: 24px;
	text-align:center;
}

.boxs{
	background:url(../images/cple.jpg);
}

/*our services start*/
.services{
	padding:20px;
	border: 10px solid #169002;
}

.service{
	padding:0px;
	background:url(../images/cple.jpg);
	padding-bottom:40px;
	padding-top:20px;
}
.service h2{
	text-align:center;
	padding-bottom:20px;
	    color: #169002;
}

/*our services end*/

/*other services start*/

.others{
	padding:20px;
	
}
.other{
	text-align: center;
    color: #169002;
	background:url(../images/cple.jpg);
}



.glow {
	
    background-color: #169002;
    font-size: 80px;
    color: #1b1a1a;
    text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;\
  
}
.glow h3{
	font-size:37px;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e8b502, 0 0 40px #e8b502, 0 0 50px#e8b502, 0 0 60px #e8b502, 0 0 70px#e8b502;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}



/*footer start*/

.footer{
	background-color:black;
	color:white;
	text-align:center;
}

.footer1{
	background:#169002;
text-align:center;
	color:#fff;
	padding-top:0px;
	padding-bottom:0px;
}



.fix
{
	position: fixed;
	padding: 0;
	bottom: 0;
	left: 0;
	display: none;
	
	
}
.end
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	
}
.end li
{

	display: block;
	padding:3px 10px;
	text-align: left;
	display: inline-block;
}


.contact-no 
{
    width: 178px;
    top: 30px;
    right: -142px;
    position: fixed;
    z-index: 1111;
    background-color: #000;
}
.contact-no {
    width: 178px;
    top: 30px;
    right: -142px;
    position: fixed;
    z-index: 1111;
    background-color: #ffffff;
    webkit-transition: all 300ms, background-color 300ms;
    -moz-transition: all 300ms, background-color 300ms;
    -o-transition: all 300ms, background-color 300ms;
    transition: all 300ms, background-color 300ms;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(26, 27, 27, 0.84);
    padding: 1px;
    height: 37px;
}

.contact-no:hover {
    right: 0px;
    webkit-transition: all 300ms, background-color 300ms;
    -moz-transition: all 300ms, background-color 300ms;
    -o-transition: all 300ms, background-color 300ms;
    transition: all 300ms, background-color 300ms;
}
.contact-no p {
    font-family: Tahoma;
    font-size: 14px;
    color: #060606;
    font-weight: bold;
    line-height: 32px;
    float: right;
    padding: 0 5px 0 0px;
    margin: 0;
}
.contact-no span i {
    
    background-color:#ffa000;
    color: #FFFFFF;
    font-size: 18px;
    /* border-radius: 3px; */
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 10px 0 0px;
}
	
	
	@media (max-width: 767px){
	body{text-align: center;}
	.top-list li{font-size: 13px;}
	.top-rht{padding: 5px 0 0 0;}
	.disp-bane1{font-size: 18px;}
	.botm-baner h4{font-size: 25px;}
	.botm-baner h5{font-size: 16px;}
	.botm-baner p{font-size: 16px;}
	.our-tex3 h5{font-size: 14px;}

	.fix{display: inline-block; background-color: #fff;}
	.element2
{
	animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {transform: scale(0.9, 0.9); opacity: 1;}
    50% {transform: scale(1.2, 1.2); opacity: 1;}
    100% {transform: scale(0.9, 0.9); opacity: 1;}
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
    50% {-webkit-transform: scale(1.2, 1.2); opacity: 1;}
    100% {-webkit-transform: scale(0.9, 0.9); opacity: 1;}
}
.ph-fx{float: left;}
.wh-fx{float: right;}
.best-bbd1{left: 0;right: 0;margin: 0 auto;}
.head-tex3{text-align: center;}
.cont-ban1{font-size: 25px;padding: 10px;}
.head-ganesh{display: none;}
.head-logo2{text-align: center;}
.top-tex{text-align: center;}
.other-ser3 h4{font-size: 18px;}
.our-tex3 h5{font-size: 16px;}	
.baner-btm4 h4{font-size: 30px;}
.other-ser3 h4{font-size: 16px;}
.top-new3{border:0px;}
.circ-bbd{display: none;}
.best2{padding: 0px;}
.best-text{z-index: 0;}
.best-textt h4{padding: 20px 0;}
.best-tex3 img{float:none;}
.text-ban h4{font-size:20px;}
.cont-bbdr{border:0px;}

}



/*footer end*/




@media only screen and (min-device-width: 0px) and  (max-width:600px) {
	
	.box{
		background: #169002;
	}
	
	.texts {
    
    padding: 0;
    font-weight: normal;
    color: #666;
   
    font-size: 20px;
    line-height: 24px;
	text-align:center;
}
.glow h3 {
    font-size: 20px;
}
.services{
	width:100%;
}
.others{
	width:100%;
}
.prob{
	width:100%;
}
.box h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: black;
    text-transform: capitalize;
    font-size: 20px!important;
}

}
@media only screen and (min-device-width: 600px) and  (max-width:768px) {
	.box h4{
		
    margin: 0;
    padding: 24px 6px 8px 43px;
    color:#fcf8e3;
    text-transform: capitalize;
    font-size: 19px;
}
.box{
		background: #1690025e;
	}
	.glow h3 {
    font-size: 19px;
}
.box h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: black;
    text-transform: capitalize;
    font-size: 18px!important;
}
}


@media only screen and (min-device-width: 768px) and  (max-width:981px) {
	
	.form-group h2{
		font-size:23px;
	}
	.box h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: black;
    text-transform: capitalize;
    font-size: 10px;
}
.texts {
    padding: 0;
    font-weight: normal;
    color: #666;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.form-group h2 {
    padding-bottom: 0px;
    color: white;
    text-align: center;
}
.form-group {
   margin-bottom: 15px;
}

}
@media only screen and (min-device-width: 991px) and  (max-width:1050px) {
	.box h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: black;
    text-transform: capitalize;
    font-size: 14px;
}
.glow h3 {
    font-size: 23px;
}
.problem {
    margin: 0;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 5px 10px #ffd800;
    padding-top: 30px;
    padding-bottom: 30px;
}
}
@media only screen and (min-device-width: 1050px) and  (max-width:1366px) {
	    .problem {
		
		margin: 0;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 5px 10px #ffd800;
    padding-top: 30px;
    padding-bottom:  20px;
}
h4 {
    margin: 0;
    padding: 24px 6px 8px 43px;
    color: #169002;
    text-transform: capitalize;
    font-size: 23px;
	text-align:center;
}
}
	
	