body{
    padding: 0%;
    margin: 0%;
}
.topheader{
    background-color: #640000;
    color: white;
    padding: 10px 0;
    text-align: center;
    font-size: 18px
}
.topright{
    background-color: #ffc000;
    padding: 10px 0;
    text-align: center;
}
.topright a{
    color: #640000;
    text-decoration: none;
    padding: 10px;
	font-weight: bold;
	border-right: 2px solid #640000;
	font-size:20px;
}
.headlogo{
    padding: 10px;
    margin: 10px;
	    background: #000;
}
.logo img{
    width: 100%;  
}
.headtext{
    background-color: #640000;
    text-align:center;
    color:#000;
    padding: 10px;
	border-bottom:5px double #ffc000;
}
.headtext p{
    margin-bottom: 0;
    font-size:16px;
	color:#fff;
	    font-weight: bold;
}
.headtext marquee{
    font-size:18px;
}
.banner{
    width: 100%;
}
.title h3{
    text-align: center;
    font-size: 45px;
    color: #640000;
	font-weight:bold;
    padding-top: 40px;
    margin-top: -8px;
}
.title p{
    text-align: center;
    font-size: 23px;
	    color: #000;
}
.topservices{
	padding: 10px;
}
.topservices img{
	width: 100%;
    padding: 10px;
    
	border-radius:50%;
    outline: 2px Solid #ffc000;
    outline-offset: -18px;
}
.services1{
	margin: 10px;
	background-color:#640000;
   box-shadow: 0px 1px 4px #000000;
}
.services1:hover{
	background-color:#000;

	box-shadow: 5px 10px #888888;
}
.services1 h3{
    text-align: center;
    color: #640000;
    padding: 10px;
	font-family: fantasy;
    background-color:#fff;
}
.services1 h3:hover{
  
    color:#640000;
    
}
.services1 p{
    text-align: center;
    color:#fff;
}

.services1 a{
	text-decoration: none;
    color: #640000;
    font-size: 22px;
    font-weight: bold;
    background: #ffc000;
    padding: 10px;
	   
}
.services1 a:hover{
    color: #000; 
	
}
.ourservices{
    padding: 10px; 
}
.ourservices img{
    width: 100%;
    padding: 10px;
   
    
}
.ourservices img:hover{
     background-color: #ffc000;
	 color:#000;
}
.ourse2{
	margin-bottom:20px;
}
.services{
    margin: 10px;
    border: 2px solid #ffc000;
    background-color: #640000;
	
}

.services h3{
    text-align: center;
    color: #000;
    padding: 10px;
    background-color:#fff;
}
.services p{
    text-align: center;
    font-size: 21px;
    font-family: 'FontAwesome';
	    color: #fff;
}
.services a{
    text-decoration: none;
    color: #ffc000;
    font-size: 22px;
    font-weight: bold;
    background: #640000;
    padding: 10px;
    
}
.services a:hover{
   
    color: #fff;
   
}
.about{
    background-color: #640000;
    color: #fff;
    margin-top: 30px;
    padding-bottom: 40px;
	font-size: 18px;
	font-family: 'FontAwesome';
}
.about h3{
    color: #ffc000;
    margin-bottom: 20px;
}
.about ul li{
    list-style: none;
}
.about ul li i{
    color: #ffc000;
}
.whych{
    background-color: #ffc000;
}
.whych h3{
    color: #640000;
}
.whych p{
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.chos-ic4{
    background: #640000;
    color: #fff;
    text-align: center;
    margin: 10px;
    padding: 10px;
}
.chos-ic4 i {
    width: 80px;
    height: 80px;
    text-align: center;
  background-color: #640000;
   padding: 15px;
    color: #ffc000;
    font-size: 50px;
    border-radius: 50%;
}
.chos-ic4 h4{
    text-align: center;
    color: #ffc000;
    font-weight: bold;
}

.testimonials {
    float: left;
    width: 100%;
   
      background-color: #fff;
      background-size: auto;
   
    background-size: cover;
    padding: 4%;
  }
  .sv-heading {
    text-align: center;
    padding: 0 0 10px;
}
.sv-heading strong {
    display: block;
    color: #000;
    font-size: 41px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0;
    border-radius: 0 0 25px 25px;
}
.sv-heading span {
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 3px 22px 3px;
    background: #ffc000;
    border-radius: 20px 20px 0;
}
/* testimonial section start */
.testi-1{
    padding: 40px 20px 0px;
  }
  .testi-2{
    position: relative;
  }
  .testi-2:after {
      content: "";
      width: 99px;
      height: 87px;
      position: absolute;
      left: 22px;
      right: 0;
      bottom: 0;
      top: 10px;
      background-repeat: round;
      z-index: 99;
      background-image: url(../images/testi-after.png);
  }
  .testi-box {
    padding: 20px 0 26px;
    background: #640000;
    overflow: hidden;
  }
 
  .rating {
      position: relative;
      color: #ffc000;
      padding: 7px 15px 10px;
      text-shadow: 0 0 5px white;
  }
  .name{
     padding: 7px 20px;
     text-align: left;
     width: 50%;
     background: #fff;
     position: relative;
     border-radius: 0 60px 60px 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
  }
  .client-detail .name span{
      font-size: 14px;
      color: #ffed00;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      display: inline-block;
  }
  .client-detail .name strong{
      font-size: 18px;
      color: #000;
	  
      font-weight: bold;
      text-align: center;
      text-transform: capitalize;
      display: inline-block;
  }
  .client-msg p {
    padding: 0 20px 0;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
  }
  /* testimonial section end */  
 .footer{
       font-size: 17px;
    background-color: #ffc000;
    padding-top: 20px;
    color: #000;
 }
 .footer h3{
   color: #ffc000;
   animation: blkk 0.4s infinite;
 }
 @keyframes blkk
{
    0%
    {
        color: #000;
    }

    50%
    {
        color: red;
    }

    100%
    {
        color: #000;
    }
}
.footer h4{
    font-weight: bold;
    color: #640000;
  }
.footer ul li{
    list-style: none;
    line-height: 35px;
}
.footer ul li:hover{
    color: #b80000;
}
.footer a{
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.footer a:hover{
    color: #b80000;
}
.copy{
    text-align: center;
    color: #ffc000;
}
.dis{
    background-color: #640000;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}