@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');


body{
    margin:0;
    padding:0;
    color:#f25a29;
    font-family: 'Urbanist', sans-serif;
   
}
/*#082e04*/
.main{
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
/*#fed43a*/
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}
/*#182C44*/
/* font-family: 'Oswald', sans-serif;*/

/* start top head section*/

.tophead-section{
    padding: 0;
}
.tophead-section1{
    padding: 0px;
}

.tophead-left1{
    padding: 0px 20px;
}
.tophead-left2{
    padding: 0 0px;
}
.tophead-left2 p{
    color:#000;
    font-size: 18px;
    margin:0;
    font-weight: 700;
    text-transform: capitalize;
}
.tophead-left2 p span{
    background: #fe1472;
    color: #000;
    padding: 5px 12px;
    text-transform: uppercase;
    display: inline-block;
    margin:0 5px;
    font-size: 23px;
    font-weight: 800;
    animation: blikani 0.5s infinite;
}
@keyframes blikani{
  0%{background:#fe1472;color: #000000;}
  50%{background:#f25a29;color:#ffffff;}
  100%{background:#fe1472;color: #000000;}
}


.tophead-right1{
    padding: 0 0px 0 20px;
}
.tophead-right2{
    padding: 8px 15px 0px 50px;
    background: #fe1472;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin:0;
    text-transform:capitalize;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 99%, 0 100%, 5% 100%);
}
/* end top head section*/

/* start head section */

.head-section1{
  padding: 0;
  background: linear-gradient(to top, #fff3dd, transparent);
}
.head-section2{
  padding: 20px 0 0 0;
  color:#1c1d29;
}

.head-logo1{
  padding: 0;
}
.head-logo2{
  padding: 0px 0 0 0;
  text-align: center;
}
.head-logo2 img{
  text-align: center;
}


.head-right1{
  padding: 0 0px 0px 60px;
}
.head-right2{
  padding: 0;
  text-align: center;
}
.head-choose2{
  padding: 0px 0 0 0px;
}
.headchoose1{
  padding:10px;
}
.headchoose2 {
  padding: 0px 0px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chooseimage-left{
  padding: 0;
  width: 20%;
}
.chooseimage-left i{
  font-size: 40px;
  color: #660254;
  font-weight: 400;
}
.choosetext-right{
  text-align: center;
  padding: 0px 0 0;
  width: 80%;
}
.choosetext-right p{
  color: #c70000;
  font-size: 18px;
  margin:0;
  text-transform: capitalize;
  font-weight: 600;
}
.choosetext-right span{
  font-size: 17px;
  font-weight: 600;
  color: #363636;
  text-transform:capitalize;
}
.head-text{
  padding: 9px 10px;
  margin: 9px 0 0;
  text-align: center;
  border: 1px dashed #ffc300;
}
.head-text p{
  color: #070707;
  text-transform: capitalize;
  margin: 0;
  font-size: 19px;
  font-family: 'Rubik',sans-serif;
  font-weight: 500;
  animation: blik 0.5s infinite;
  text-align: center;
}
/* end head section*/


/* header image  */
.headerimage-section{
  padding:0;
  margin: -3px 0 0;
}
.headerimage-section img{
  width:100%;
}
/* end header image */
/* start main services section */

.mainservices-section{
  padding: 0;
}
.mainservices-section1{
  padding: 50px 30px 80px;
}
.services-left1{
  padding: 10px 10px 10px 0px;
}
.services-left2{
  padding:0px;
}
.mainservices{
  padding: 40px 0 0 0;
}

.mainservices1{
  padding: 10px;
}
.mainservices2{
  padding: 0;
  transition: 0.9s ease-in-out;
}
.mainservices3{
  padding: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%, 0% 0%);
  overflow:hidden;
  transition: 0.9s ease-in-out;
}
.mainservices3 img{
  min-width: 100%;
  transition: 0.9s ease-in-out;
}
.mainservices2:hover .mainservices3 img{
  transform:scale(1.1) translateX(10px);
  transition: 0.9s ease-in-out;
}
.mainservices-4{
  padding:0 40px 0 0px;
}
.mainservices4{
  text-align: center;
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 0px 0px 0px;
  margin-top: -128px;
  box-shadow: rgb(0 0 0 / 10%) 0px 20px 30px 0px;
  border-radius: 0px 0 0px 60px;
}
.mainservices4 strong{
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  display: block;
  font-size: 32px;
}
.mainservices4 span{
  color: #000000;
  font-size: 12px;
  margin: 0;
  font-weight: bolder;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.mainservices4 p{
  color: #383838;
  font-size: 15px;
  margin: 0;
  line-height: 30px;
  font-weight: 500;
  padding: 12px 20px 11px 20px;
}
.mainservices4 a{
  color: #fff;
  padding: 7px 15px 5px;
  background: #fe1472;
  text-transform: uppercase;
  font-size: 17px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
  float: right;
  border-radius:20px 0 0 0
}
.mainservices2:hover{
  border-color:#ad0000;
  transition: 0.9s ease-in-out;

}
.mainservices4 a:hover{
  color: #fff;
  background: #f25a29;
}

.services-top1{
  padding: 10px 0 10px 10px;
}
.services-top2{
    padding: 0;
    box-shadow: 0 0 10px 2px #8b8b8b59;
}
.services-top2 p{
    color: #000;
    text-transform: capitalize;
    margin: 0;
    background: #fe1472;
    font-size: 39px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    padding: 2px 0px 8px 10px;
    font-weight: 500;
    border-radius: 4px 4px 0 0;
}
.choose-list2 p img{
  height: 42px;
}
.services-top2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-top2 ul li{
    border-bottom: solid 1px #b6b6b6;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    font-size: 16px;
    text-align: left;
    line-height: 31px;
    font-weight: 600;
    padding: 10px 0px 9px 10px;
}
.services-top2 ul li:hover{
  color: #f25a29;
}
.services-top2 li:before{
    color: #ffffff;
    content: "\f669";
    font-weight: 900;
    background: #f25a29;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    border-left: 4px solid #fe1472;
    height: 25px;
    width: 25px;
    margin: 0 11px 0 0px;
    line-height: 25.9px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}
.services-top2 ul li:last-child{border:0;}


.about-head strong{
  border-radius: 20px;
  padding: 5px 16px 1px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #fe1472;
  display: inline-block;
  margin: 0px 0 -1px 0;
  font-weight: 800;
}
.about-head p{
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  margin: 0;
}
.about-head{
  padding:0;
  text-align:center;
}

/* end main services section */



/* start about us section */

.aboutus-section{
  padding: 0;
  background: #fff2d9;
}
.aboutus-section1{
  padding: 68px 30px 90px 30px;
  margin: 0;
}
.about-content1{
  padding: 0;
  z-index: 9;
}
.about-content2{
  padding: 0;
}
.about-us{
  padding: 10px 0 0px 0;
  text-align: left;
}
.about-us p{
  color: #222;
  line-height: 32px;
  font-weight: 500;
  font-size:15px;
  margin: 0;
  padding: 0 0 10px 0;
}
.about-us p strong{
  color: #f25a29;
}
.about-us ul{
  text-align: left;
  padding: 16px 15px 12px;
  margin: 0 0 30px;
  background: #fff;
  list-style: none;
}
.about-us ul li{
  margin:0;
  font-size: 16px;
  padding: 6px 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.about-us li:before {
  color: #f25a29;
  content: "\f634";
  font-weight: 900;
  display: inline-block;
  font-size: 16px;
  padding: 0 6px 0 0px;
  font-family: "Font Awesome 6 Pro";
}
.about-us span{
  font-size: 26px;
  border-bottom: 3px solid #ec5303;
  color: #000;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}

/* end about us section */


/*start top services sectiuon */

.topservices-section{
  padding: 0;
}
.topservices-section1{
  padding: 70px 30px 50px;
}
.top-services{
  padding: 10px 0 0;
}
.top-services1{
  padding: 10px;
}
.top-services2{
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 20px;
  position: relative;
  border-top: 5px solid #fe1472;
  box-shadow: 0 0 4px 0 #ccc;
}
.top-services2::after {
  content: "";
  width: 0%;
  height: 5px;
  position: absolute;
  transition: all 0.2s linear;
  background: #f25a29;
  left: 0;
  bottom: 0;
  transition-delay: 0.1s;
}
.top-services2:hover::after{
  width: 100%;
  transition-delay: 0.1s;
}
.top-services3{
  padding:0;
}
.top-services4{
  padding: 30px 0px 10px 0px;
  text-align: center;
}
.top-services4 strong{
  font-size: 30px;
  color: #1b1b1b;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  padding: 0px 0 0;
  font-family: 'Oswald',sans-serif;
}
.top-services4 p{
  color: #555;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  padding: 5px 0 0;
  line-height: 29px;
}
.top-services4 a{
  color: #f25a29;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 0 0;
  display: block;
}

/* end top services section  */


/* start client testimonials section  */

.testimnonials-section{
  padding: 0;
}
.testimonials-section1{
  padding: 50px 30px 90px;
}
.testimonials{
  padding: 110px 0 0;
}
.testimonials1{
  padding: 10px;
}
.testimonials1:nth-child(3){
  margin: 0;
}
.testimonials1:nth-child(4){
  margin:60px 0 0 0;
}
.testimonials2{
  padding: 0px 17px 20px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: url(../images/bg-1.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  text-align: center;
  background-position: center;
  }
.testimonials2:before{
  background: #fe1472c9;
  width:100%;
  height:100%;
  position:absolute;
  content:"";
  top:0;
  left:0;
}
.testimonials3{
  padding: 0px 0 0px;
  margin: -56px 0 0;
  z-index: 999;
  }
.testimonials3 img{border-style: solid;border-color: #f25a29;border-width: 0.5em;border-radius: 50%;}

.testi-right1{
  width:50%;
  text-align: right;
  margin: -10px 0 0;
}
.testi-right1 img{
  border-radius: 100px;
  /* height: 61px; */
  /* width: 145px; */
border: 3px solid #fe1472;}
.testimonials4{
  padding: 0px 0px 9px 0px;
  margin: -59px 0 0;
}
.testimonials4 p{
  color: #2b2b2b;
  font-size: 15px;
  margin: 0;
  background: #fff;
  line-height: 28px;
  font-weight: 500;
  padding: 60px 15px 21px 15px;
  border-radius: 0 0 12px 12px;
}
.testimonials5{
  padding: 5px 0 4px 0;
  border-radius: 10px;
}
.testimonials5 strong{
  color: #f25a29;
  font-size:20px;
  margin: 0;
  display: block;
  font-weight: 600;
  border-bottom: 0px solid #000;
  text-transform: capitalize;
}
.testimonials5 strong p{
  color: #000000;
  font-weight: 700;
  display: inline-block;
  font-size:15px;
  margin: 0px 0px 0px 8px;
  text-transform: uppercase;
}
.testimonials5 i{
  font-size: 14px;
  padding: 0 3px;
  color: #fe1472;
}


/* end testimonials section*/

/*contact details section */

.form-left1{
  padding: 0px 0px 0 0px;
}
.form-left2{
  padding: 0 0 40px;
  text-align: left;
}
.form-head{
  padding: 10px 0 7px;
  text-align: center;

background: #fe1472;}
.form-head p{
  color: #000000;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  background: #fff;
}
.form-head strong{
  font-family: 'Rubik',sans-serif;
  display: block;
  font-size: 31px;
  text-transform: capitalize;
  /* color: #000; */
  margin: 0;
  font-weight: 700;
  padding: 0;
}
.info{
  padding: 10px 0px 10px 0px;
}
.info-1{
  padding: 30px 10px;
  border: 1px solid #fe1472;
  background: #fe1472;
  margin: 10px 0 20px;
  border-radius:20px;
  text-align: center;
}
.info-1 a{
  color: #000;
  font-weight: 700;
  font-size: 29px;
  margin: 10px 0 8px;
  display: block;
  text-decoration:0;
}
.info-1 p{
  color: #f25a29;
  font-size: 16px;
  margin:0;
  padding: 5px 20px 2px;
  font-weight: 900;
  background: #fff;
  display: inline-block;
  border-radius: 36px;
  text-transform: uppercase;
}
.info-1 i{
  font-size: 51px;
	color: #fff;
}
.info-1-1 a{
  font-size:20px;
}

/* end contact details sectio */


/* start awards section*/

.awards-section{
  padding: 0;
  background: linear-gradient(to right, white 50%, #fab001 50%);
}
.awards-section1{
  padding: 50px 30px;
}
.awards-section1 .about-head{text-align:left;}
.awards{
  padding: 10px 0 0;
}
.awards-1 {
  padding: 10px;
}
.awards-2 {
  padding: 0px;
}
.awards-2 img{
  width: 100%;
}

.copy-right{
    padding: 0px 0 15px;
    text-align: center;
    border-top: 1px solid;
    margin: 45px 0 0;
}
.copy-right p{
    font-weight: 800;
    font-size: 13px;
    margin: 0;
    padding: 17px 0 0 0;
}
.copy-right span{
  color: #000;
  font-weight: 600;
  line-height: 26px;
}

/* end awards section*/







#callbook {
  background:
  green;
  bottom: 0;
  height:50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 9999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  border-bottom:1px solid #fff; 
  background:red;
  position: relative;
  padding: 21px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li a span {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: -11px;
}
#callbook ul li a i{ 
  color: #fff;
  position: relative;
  top: -13px;
  padding: 0 5px 0 0;
  font-size: 20px;

}   

@media (max-width: 767px){
  body{text-align: center;}
  .tophead-right1{padding:0;}
.head-right1 {padding: 0 0px 0px 0px;}
  .tophead-left1{padding:0;}
  .tophead-right2{clip-path:none;padding: 8px 15px 0px 10px;}
  .headlist-section1 a{display: block;}
  .headlist-section1 ul{display:none;}
  .head-counter2{display:none;}
  .head-right2 {padding: 0px 0 0 0px;}
  .line-head b{display:none;}
  .line-head{padding:10px 0 0;}
  




  .about-head p{font-size:26px;}
  .mainservices-section1{padding: 30px 0;}
  .main-services-section1{padding: 30px 0;}
  .services-section1{padding:30px 0px;}
  .mainservices1{width: 50%;}
  .mainservices4 strong{font-size: 26px;}
  .mainservices-4{padding: 0 10px 0 0;}
  .awards-section1{padding: 30px 0;}
  .awards-1 {width: 50%;}
  .aboutus-section1{padding: 60px 0px 90px 0px;}
  .top-services1{width:50%;}
  .topservices-section1{padding:30px 0;}
  .top-services1:last-child{width:100%;}
  .top-services4 strong{font-size: 22px;}
  .testimonials-section1{padding: 60px 0 30px;}
  .testimonials1{padding:40px 0;}
  .info{padding: 30px 0px 0 0px;}
  .copy-right{padding-bottom:30px;}
  .services-left1 {padding: 10px 0px 10px 0px;}
  .about-us ul {padding: 16px 10px 12px;}
  .testimonials {padding: 50px 0 0;}
  .services-top1 {padding: 10px 0 10px 0px;}
  .services-top2 p{padding: 7px 0px 8px 10px;font-size: 29px;}
  .top-services2 {padding: 15px 10px 20px;}

  



  
  #callbook ul li {padding: 20px 0px;}
  #callbook {display:block;}
  #callbook ul li a span {font-size: 18px;top: -4px;}
  #callbook ul li a i {top: -5px;}




}

@media only screen and (min-width: 768px) and  (max-width:991px) {
  .testimonials1:nth-child(3){margin:80px 0 0;}
  .top-services4 strong{font-size: 22px;}
  .tophead-left2 p span {padding: 5px 7px 0;margin: 0 0px 0 5px;font-size: 18px;}
  .tophead-left2 p {font-size: 15px;}
  .tophead-left1 {padding: 0px 5px 0 20px;}
  .head-right1 {padding: 0 0px 0px 0px;}
	.headlist-section1 ul li {padding: 0px 8px 0px;font-size: 16px;}
  .headlist-section1 ul li:nth-child(6){display:none;}
  .head-counter2{display:none;}
  .head-right2 {padding: 0px 0 0 0px;}
  .headlist-section1 a{display: block;text-align: center;}
  .headlist-section1 ul{display:none;}
  .mainservices-4{padding:0 20px 0 0;}
  .info-1:nth-child(3){width:100%;}
  .info-1{width:47.6%;margin:0 15px 13px 0;}
}

@media only screen and (min-width: 992px) and  (max-width:1200px) {
  .awards-section1 .about-head p {font-size: 35px;}
  .mainservices4 strong{font-size: 26px;}
  .testimonials5 strong p{display:block;}
  .top-services4 strong{font-size: 22px;}
  .services-top2 p{padding: 7px 0px 8px 10px;font-size:25px;}
  .services-top2 ul li{font-size:15px;padding: 10px 0px 9px 5px;}
  .services-top2 li:before {border-left: 2px solid #fe1472;height: 24px;font-size: 11px;width: 22px;}
  .headlist-section1 ul li {padding: 0px 8px 0px;font-size: 16px;}
  .tophead-left2 p span {padding: 5px 7px 0;margin: 0 0px 0 5px;font-size: 18px;}
  .tophead-left2 p {font-size: 15px;}
  .tophead-left1 {padding: 0px 5px 0 20px;}
	 .head-right1 {padding: 0 0px 0px 30px;}
  .mainservices-4{padding:0 20px 0 0;}
  
 
}
@media only screen and (min-width: 1201px) and  (max-width:1320px) {
  .top-services4 strong{font-size:25px;}
  .services-top2 p{padding: 7px 0px 8px 10px;font-size:25px;}
  .tophead-left2 p span {padding: 5px 12px;margin: 0 5px 0 0;font-size: 18px;}
  .line-head b { font-size: 20px;padding: 0 5px 0 0px;}
}

@media only screen and (min-width: 1300px) and (max-width: 1360px){

}

@media (max-width: 575px) and (min-width: 0px){
  .mainservices1{width: 100%;padding: 10px 0;}
  .awards-1 {width:100%;padding: 10px 0;}
  .top-services1{padding: 10px 0;width:100%;}
  .mainservices-4 { padding: 0 10px 0 0px;}
  .top-services4 strong{font-size: 22px;}
}

@media (max-width: 420px) and (min-width: 290px){
  .about-head p{font-size: 27px;}
  .services-left2 .about-head p{font-size: 21px;}



}

	.main-services-section{
  padding: 0;
  border-top: 2px solid #eeeeee;
  background: url(../images/bg.jpg) #eee;
  border-bottom: 2px solid #eeeeee;
  position:relative;
}
.main-services-section:before{
  background: #f2f2f2c9;
  content:"";
  position:absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
}
.main-services-section1{
  padding: 50px 30px;
}

.main-left1{
  padding: 0px;
}
.main-left2{
  padding: 2px 0 35px;
}
.services-top2{
    padding: 0;
    box-shadow: 0 0 10px 2px #8b8b8b59;
    background: #fe1472;
}
.services-top2 p{
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  background: #fe1472;
  font-size: 29px;
  font-family: 'Rubik',sans-serif;
  text-align: left;
  padding: 8px 0px 8px 10px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
}
.choose-list2 p img{
  height: 42px;
}
.services-top2 ul{
    margin: 0;
    padding: 0;
    list-style: none;
	background: #f1f1f1;
}
.services-top2 ul li{
  border-bottom: solid 1px #fe1472;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  font-size: 16px;
  text-align: left;
  line-height: 31px;
  font-weight: 500;
  padding: 10px 0px 9px 10px;
}
.services-top2 ul li:hover{
  color:#ae1600;
}
.services-top2 li:before{
    color: #cc0000;
    content: "\f751";
    font-weight: 900;
    display: inline-block;
    font-size: 19px;
    border-radius: 13px;
    margin: 0 11px 0 0px;
    line-height: 25.9px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}
.services-top2 ul li:last-child{border:0;}

.main-services{
  padding: 0 0 0 40px;
}

.main-services1{
  padding: 10px 0px;
}
.main-services2{
  padding: 0px 0px 0px 0px;
  background: #fff;
  border:1px solid #eee;
}
.main-image{
  text-align: center;
  padding: 27px 0px 0;
  background-color: #fe1472;
  border-radius: 0px 0px 160px 160px;
}
.main-image img{
  border-radius: 50%;
  border: 5px solid #fff;
}
.main-serv{
  padding: 30px 0px 0px 20px;
  text-align: left;
}
.main-serv strong{
  font-size: 24px;
  font-family: 'Rubik',sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.main-serv p{
  color: #000;
  font-size: 15px;
  margin: 0;
  line-height: 30px;
  padding: 9px 40px 16px 0;
}
.main-serv a{
  color: #fff;
  background-color: #fe1472;
  float: right;
  border-radius: 40px 0 0 40px;
  padding: 11px 10px 11px 20px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  position:relative;
}
.right-text{
  padding: 20px 30px;
  text-align: center;
  margin: 8px 0 0;
  background: #fcba28;
}
.right-text strong{
  font-family: 'Rubik', sans-serif;
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0px 0px 0px;
  text-shadow: 3px 1px 4px #ca8b00;
}
.right-text p{
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
  line-height: 30px;
  padding: 7px 0 0px;
  text-align: center;
}
.right-text a{
  font-size: 40px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  padding: 0px 0px 0px;
  color: #ffffff;
  text-shadow: 3px 1px 4px #fec498;
}
/* end main services section */

/* start services section  */
.aboutus-heading{
  padding: 0px 0 20px;
  text-align: center;
  z-index: 9;
  position: relative;
}
.aboutus-heading strong{
  font-family: 'Rubik',sans-serif;
  font-size: 36px;
  margin: -4px 0 -12px;
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0px;
}
.aboutus-heading p{
  display: inline-block;
  padding: 8px 31px 6px;
  font-size: 16px;
  background: #fe1472;
  margin: 0;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 30px;
  color: #db0000;
  text-transform: uppercase;
 
}
.aboutus-heading:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fe1472;
  right: 0;
  top: 20px;
  z-index: -9;
}
.aboutus-heading span{
  height: 2px;
  position: relative;
  width: 16%;
  margin: -5px 0 0;
  background: #ffbfc9;
  display: inline-block;
}
.aboutus-heading span:before{
  height: 8px;
  width: 30px;
  position: absolute;
  content:"";
  top: -3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #bf192c;
  display: inline-block;
}
.services-section{
    padding:0px;
}
.services-section1{
    padding: 100px 30px 50px;
}
.services{
  padding:30px 0 0 ;
}
.services1{
  padding:10px;
}
.services2{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services3{
  padding: 0px;
  clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
  border: 1px solid;
}
.services3 img{
  
}
.services4{
  padding: 0px 0px 0px 10px;
  text-align: left;
  text-align: center;
}
.services4 strong{
   text-align: center;
   padding: 10px 0px 0;
   font-family: 'Rubik',sans-serif;
   font-size: 29px;
   display: block;
}
.services4 p{
  padding: 12px 0 23px 0;
  font-size: 15px;
  margin: 0;
  color: #222;
  line-height: 30px;
}
.services4 a{
  background: #fe1472;
  border-radius: 23px;
  padding: 5px 18px;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.services4 a:hover{
    background: #56052b;
    color: #ffffff;
    transition: 0.8s; 
}

/* end services section  */
.list h3
{
	font-weight: bold;
}
.list li a
{
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
}
.list li a:hover
{
	color: #000;
}
.form-section1
{
	margin-top: 50px;
}