@import url("bootstrap.min.css");
body
{
	margin:0;
	padding:0;
	font-family:"DenkOne-Regular";

}

img
{
	max-width: 100%;

}
@font-face{
	font-family: "DenkOne-Regular";
	src:url("../fonts/DenkOne-Regular.ttf");
}

@font-face{
	font-family: "Muli-Regular";
	src:url("../fonts/Muli-Regular.ttf");
}

a {
    color:white;
    text-decoration: none;
}
a:focus, a:hover {
    color: #f71439;
    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: "Muli-Regular";
	font-weight:600;
}
.mar{
	background:black;
	color:white;
	padding:5px;
	
   
}
.head2{
	padding:10px;
}
.head1{
	background:yellow;
	padding:0px;
	
}


.cont{
	text-align:center;
	padding:0px;
}
.cont1{
	background:black;
    color: white;
	padding:10px;
}
.cont2{
	background:black;
    color: white;
    padding: 10px;
}
.cont h4 {
    margin: 0px;
    font-size: 25px;
	font-family: "Muli-Regular";
	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:#ff0052;
}
.service h2{
	text-align:center;
	color:white;
}
.serv img{
	border-radius:20px;
	box-shadow: 5px 10px black;
	border: 3px solid #f9f6f7;

}
.ser h3{
	font-size:21px!important;
}
.serv {
    padding-bottom: 30px;
}
	.serv h3{
	    font-size:22px;
		text-align:center;
		color:white;
	}
	
	.serv p {
    text-align: center;
   
    padding-top: 10px;
    font-size: 19px;
	font-family: "Muli-Regular";
	font-weight:600;
}
	
	.service h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.serv h3 {
    padding-top: 30px;
}

	
/*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;
}