@import url("bootstrap.min.css");
body
{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;

}

img
{
	max-width: 100%;

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Abril Fatface', cursive;
}
.serv p a:hover {
	color: #000;
}

a {
    color:white;
    text-decoration: none;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}
h1{
	margin:0px;
}
h2{margin:0px;}
h3{margin:0px;
}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

marquee {
    font-size: 22px;
	    font-family: 'Lato', sans-serif;
	font-weight:600;
}
.mar{
	background:black;
	color:white;
	padding:5px;
	
   
}
.head2{
	padding:10px;
}
.head1{
	background:#fdffbc;
	padding:0px;
	
}
#home-form h1 b {
	color: #000;
}

.btns-fixed {
	position: fixed;
	bottom: 10px;
	left: 10px;
}


.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-15px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-15px);}
} 

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


.btns-fixed ul{
	margin:0px;
	padding:0px;
}


.btns-fixed ul li {
	list-style: none;
	display: block;
	margin-bottom: 6px;
}





.btns-fixed img {
	/* border: 1px solid; */
	border-radius: 3px;
	/* padding: 2px; */
	box-shadow: 0 0 15px 0 #fff;
}






.cont{
	text-align:center;
	padding:0px;
}
.cont1{
	background:#a80e5d;
    color: white;
	padding:10px;
}
.cont2{
	background:#0ac20d;
    color: white;
    padding: 10px;
}
.cont h4 {
    margin: 0px;
    font-size: 25px;
	    font-family: 'Lato', sans-serif;
	font-weight:600;
}
.boldd{
	padding:0px;
}
.boldd h2 {
    background: #f71439;
    font-size: 45px;
    padding: 10px;
    color: white;
    text-align: center;
}
	
.header1{
	padding:0px;
}

.header1 {
    border-bottom: 4px dotted #f71439;
    border-top: 4px dotted #f71439;
}
.topss h2{
	
	font-size:40px;
}
.topss{
	
	background-color:yellow;
	color:black;
	animation-name:shikha;
	animation-duration:3s;
	animation-iteration-count:infinite;
	padding:10px;
    text-align: center;
    font-size: 20px;
	border-top: 4px dotted red;
    border-bottom: 4px dotted red;
}

@keyframes shikha{
	0%{color:black;}
	50%{color:white;}
	100%{color:black;}
	
	
}
/*best service start*/
	.service img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
  
 
  
}
.bbb1
{padding:10px 15px;
    background:#F4A610;
    border-radius:8px;
    margin-bottom:15px;
}
.btn-default
{
       width: 100%;
    background: #f4a610;
    color: #000;
    padding:12px 8px;
    font-size:22px;
    border-radius:0px;
}
.bbb1 h2
{margin:0px;padding:5px 0px;text-align:center;}
.service{
	background-color:#a80e5d;
}
.service h2{
	text-align:center;
	color:white;
}
.serv img {
	border-radius: 10px;
	box-shadow: -18px -10px #ff681f;
	border: 15px solid #f9f6f7;
}
.ser h3{
	font-size:21px!important;
}
.serv {
	padding-bottom: 30px;
	text-align: center;
}
	.serv h3{
	    font-size:22px;
		text-align:center;
		color:white;
	}
#home-form .submit {
	background: #ff5200;
	padding: 9px 16px;
	font-size: 17px;
	border: none;
	border-radius: 3px;
	font-weight: 700;
	color: #fff;
}
.footer-top {
	margin: 0px;
	background-color: #da0e0e;
	color: #fff;
	padding: 12px 0 12px 0;
	overflow: hidden;
	font-size: 17px;
	text-align: center;
}
#home-form {
	background: #fff000;
	padding: 15px;
	color: #000;
	margin-top: 103px;
}
.serv p {
	text-align: center;
	padding-top: 10px;
	font-size: 19px;
	    font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #fff;
}
#home-form .form-control {
	margin-bottom: 10px;
}
	
	.service h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
}

.serv h3 {
	padding-top: 30px;
	color: yellow;
	font-size: 34px;
}

	
/*service end*/

/*form start*/
.form{
	background-color:black;
	padding:26px;
}
h2.contact {
    color: white;
	
}
.btn-default {
    color: #333;
    background-color: white;
    border-color: #065d00;
    padding: 0, 0, 0, 40px;
    padding-left: 21px;
    padding-right: 20px;
}
.btn-default:hover {
    color: #333;
    background-color: #ffa000;
    border-color: #adadad;
}

.form-group h2{
	padding-bottom:25px;
	color:#ffffff;
	text-align: center;
}
.slider {
    padding-right: 0px;
    padding-left: 0px;
	
}

.color{
	color:#870a04;
}
.slide{
	padding-right:0px;
	padding-left:0px;
}


/*form end*/

/*footer start*/

.footer{
	background-color:black;
	color:white;
	text-align:center;
	padding: 15px;
}

.footer1 {
    background:black;
    text-align: center;
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
}

.footer1 h5{
	padding:10px;
}

.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;
	background: #f5ad0b;
    border-radius: 6px;
	border: 2px solid black;
}


.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 (min-width: 768px){
	
	.slide img{
		min-height:444px;
	}
	.form-group h2 {
font-size:20px;
	}
	.form-group {
    margin-bottom: 18px;
}
}


@media only screen and (min-device-width: 0px) and  (max-width:600px) {
	
	.serv {
   width:100%;
}
.topss h2 {
    font-size: 26px;
}
.footer1 {
    
    padding-bottom: 45px;
}
.service h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
}
}


@media only screen and (min-device-width: 600px) and  (max-width:768px) {
	
	.footer1 {
    
    padding-bottom: 45px;
}
.service h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
}
}

@media only screen and (min-device-width:768px) and  (max-width:991px) {
	
	.ser h3 {
    font-size: 16px!important;
}
p {
    margin: 0 0 10px;
    font-size: 11px;
}
.serv p {
    text-align: center;
    color: #c22117;
    padding-top: 10px;
    font-size: 12px!important;
}
}

@media only screen and (min-device-width:991px) and  (max-width:1200px) {
	.serv p {
    text-align: center;
    color: #c22117;
    padding-top: 10px;
    font-size: 15px;
}

}

@media(min-width:320px)and (max-width:767px){
	.btns-fixed ul li {
	display: inline-block;
	margin-bottom: 0px;
}
.service .col-md-4.pull-right {
	width: 100%;
}
#home-form {
	margin-top: 40px;
	margin-bottom: 40px;
}



   .f-btns {
  display: inline-block !important;
}


.f-btns {
  position: fixed;
  z-index: 1111;
  bottom: 0;
  right: 0;
  width: 100%;
}
.f-btns ul {
  padding: 0;
}
.f-btns ul li {
	margin-bottom: 0;
	width: 33.33%;
	float: left;
	list-style: none;
}
.f-btns ul li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 0px !important;
}
.f-btns img {
	height: 48px;
	width: 48px;
}

.f-btns ul li a span {
	display: block !important;
	font-size: 13px;
	color: #fff;
	line-height: normal;
	margin-bottom: 9px;
}

.new{
	clear:both;
}





	
}





.s-btns {
	position: fixed;
	z-index: 1111;
	bottom: 40%;
	right: 0;
}
.s-btns ul {
	padding: 0;
}
.s-btns ul li {
	list-style: none;
	margin-bottom: 9px;
	list-style: none;
}
.s-btns ul li a {
	background-color: white;
	border-radius: 50%;
	box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
	display: inline-block;
}
.s-btns img {
	height: 64px;
	width: 64px;
}







