@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200..700&display=swap');


.design-form input {
  float: left;
  width: 100%;
  height: 40px;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 15px;
}
.design-form textarea {
  float: left;
  width: 100%;
  height: 100px;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 15px;
}
.design-form {
  background-color: #033f03;
  padding: 40px;
}
.design-form .about-heading .hdd a {
  color: #fff !important;
}
.design-form button {
  background-color: #f4da00;
  font-weight: bold;
  font-size: 17px;
  padding: 8px 20px;
}
.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 900;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}










.testimonials {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 50px 0px;
}

.services-heading {
  border-left: 3px solid #eacc00;
  margin: 0 0 0 15px;
}

.services-heading span {
  color: #ffffff;
  background: linear-gradient(45deg, #eacc00, #024002);
  width: fit-content;
  padding: 6px 32px 7px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0px 50px;
  text-transform: capitalize;
  margin: -2px 0 0 -19px;
  display: block;
}

.services-heading strong {
  display: block;
  color: #000;
  font-size: 75px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 0 15px;
}

.services-heading p {
  padding: 0 0 0 15px;
  color: #3f3f3f;
  line-height: 30px;
  font-weight: 500;
}

.testimonials1 {
  padding: 12px;
  margin-top: 20px;
}

.testimonials2 {
  padding: 0 0 30px;
  position: relative;
}

.coma span {
  display: block;
  margin: 0px auto 0 0;
  z-index: 99;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: -6px;
}

.coma span i {
  font-size: 55px;
  color: #000000;
}

.testimonials4 p {
  font-weight: 500;
  padding: 15px;
  color: #3f3f3f;
  line-height: 28px;
  border: 1px solid #eacc00;
  border-radius: 20px;
  font-size: 15px;
}

.testimonials4 span {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 15px 6px;
  background: linear-gradient(45deg, #eacc00, #024002);
  border-radius: 0 0 15px 15px;
}

.testimonials4 span i {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.star ul li i {
  color: #ffffff;
  padding: 3px 15px 2px;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(45deg, #eacc00, #024002);
  border-radius: 15px 15px 0 0;
  text-align: center;
}

.client {
  padding: 50px 0 0;
}

.star ul {
  text-align: center;
}

.banner-whatsapp {
  float: left;
  width: 100%;
  text-align: center;
}














.whychoose-section {
  padding: 50px 0px;
  position: relative;
  float: left;
  width: 100%;
}

.choose-left2 {
  border-radius: 20px;
}

.choose-left2 span {
  display: block;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  line-height: 115px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  z-index: 9;
}

.round-choose {
  position: relative;
  height: 190px;
  width: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.round-choose:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(45deg, #eacc00, #024002);
  position: absolute;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.choose-left2 span img {
  width: 70px;
  animation: pulse 2s infinite linear;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.choose-left2 p {
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  font-size: 15px;
}

.choose-left2 strong {
  text-transform: capitalize;
  color: #ffc800;
  border-radius: 50px;
  display: block;
  padding: 35px 0 5px;
  font-size: 25px;
  font-weight: 800;
}

.choose-bottom1 {
  padding: 12px;
}

.round-text {
  margin: -100px 0 0 0px;
  padding: 45px 15px 20px;
  position: relative;
  background: linear-gradient(45deg, #eacc00, #024002);
  border-radius: 25px;
}













.topservices-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.design-aboutus {
  padding: 12px;
}

.about-heading {

  border-left: 3px solid #eacc00;

  margin: 0 0 0 12px;
}

.about-heading p {
  color: #ffffff;
  background: linear-gradient(45deg, #eacc00, #024002);
  width: fit-content;
  padding: 6px 32px 7px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 0px 50px;
  text-transform: capitalize;
  margin: -2px 0 0 -19px;
}

.about-heading h1 {
  font-size: 75px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  padding: 0 0 0 15px;
}

.about-heading h1 a {
  color: #000000;
}

.content-about p {
  color: #3f3f3f;
  line-height: 30px;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
}

.content-about h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  padding: 5px 12px 5px 15px;
  font-weight: 800;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  text-transform: capitalize;
  border: 1px solid #eacc00;
  border-right: 0;
  border-radius: 50px 0 0 50px;
  margin: 0 0 15px;
}

.content-aboutus p {
  padding: 0 0 10px;
}

.whatsapp-icon a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}

.content-about ul {
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}

.content-about ul li {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 15px 10px 22px;
  position: relative;
  display: block;
  text-align: left;
  color: #fff;
  margin: 12px 0;
  background: linear-gradient(335deg, #eacc00, #024002);
  border-radius: 50px;
}

.content-about ul li:after {
  height: 12px;
  width: 12px;
  content: "";
  left: 0px;
  top: 15px;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
}


.list-design ul li {
  padding: 11px 11px 11px 55px;
  border-radius: 10px;
  color: #ffffff;
  margin: 20px 10px 10px;
  position: relative;
  font-weight: 700;
  width: 48%;
  text-transform: capitalize;
  display: inline-block;
  border: 1px solid #eacc00;
  text-align: left;
}

.list-design ul li a {
  color: #000000;
}

.list-design ul li:after {
  content: "";
  position: absolute;
  background: url(../images/circle.png) no-repeat;
  height: 30px;
  width: 30px;
  left: 13px;
  top: 8px;
  animation: blink 1s infinite;
}

@keyframes blink {
  50% {
    opacity: 0%
  }
}

.list-design ul li:before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #eacc00, #024002);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  left: 10px;
  top: 6px;
}









.services-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.innerpage-services {
  padding: 100px 0 80px;
}

.inner {
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}

.services-heading {
  border-left: 3px solid #eacc00;
  margin: 0 0 0 15px;
}

.services-heading strong {
  display: block;
  color: #000;

  font-size: 75px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 0 15px;
}

.services-heading p {
  padding: 0 0 0 15px;
  color: #3f3f3f;
  line-height: 30px;
  font-weight: 500;
}


.contact-services strong {
  font-size: 34px;
  display: block;
  font-weight: 600;
}

.contact-services a {
  display: block;
}

.contact-services a p {
  display: block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}

.contact-services a span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}

.contact-services {

  padding: 30px 22px;
}

.contact-services img {
  height: 120px;
  animation: rotation 10s infinite linear;
}

.services-1 {
  padding: 12px;
}

.services-3 {
  margin: 20px 0 0 0;
  padding: 0 28px;
}

.services-3 img {
  background: #fff;
  width: 100%;
  border-radius: 25px 25px 0 0;
  padding: 5px 5px 0;
}

.services-3 a {
  position: absolute;
  height: 62px;
  width: 62px;
  line-height: 61px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(45deg, #1ba431, #12d431);
  left: 26px;
  top: -18px;
  border: 6px solid #ffffff;
  right: 26px;
  margin: 0 auto;
}

.services-3 a i {
  font-size: 25px;
}

.services-4 {
  background: linear-gradient(45deg, #eacc00, #024002);
  padding: 0 20px 22px;
  border-radius: 30px;
}

.services-4 strong {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 25px;
  background: #fff;
  padding: 4px 18px;
  border-radius: 0 0 20px 20px;
}

.services-4 p {
  padding: 10px 0;
  color: #fff;
  line-height: 26px;
  font-weight: 500;
  font-size: 15px;
}

.services-4 a {
  color: #000000;
  background: #fff;
  display: inline-block;
  border-radius: 60px 0px 0px 60px;
  padding: 6px 15px 5px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 0;
}

.banner-1 {
  padding: 10px;
}

.contact-section {
  padding: 0 15px 0;
  float: left;
  width: 100%;
}

.footer-left {
  padding: 0;
}

.footer-left-1 {
  padding: 0;
  text-align: center;
}

.foot-contac {
  padding: 0 28px;
}

.foot-leftt {
  padding: 0;
}

.foot-leftt-1 {
  padding: 0 25px 0 0;
}

.foot-rightt {
  padding: 0;
}

.foot-rightt-1 {
  padding: 0;
}

.footer-right {
  padding: 0;
}

.footer-right-1 {
  padding: 0;
}

.footer-btm-call a i {
  background-color: #ff8a00;
  width: 52px;
  height: 52px;
  line-height: 45px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 21px;
  padding: 3px 0 0;
  box-shadow: 0 0 0 10px #ffffff9e;
  margin: 0 29px 0 0;
}

.footer-btm-call {
  padding: 0;
}

.footer-btm-call a {
  font-size: 30px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  text-align: center;
  font-weight: 700;
  background: #000;
}

.footer-btm-call .footws {
  background: #4abe51;
}

.copyight {
  padding: 15px 0;
  background: #024002;
  float: left;
  width: 100%;
}

.disclimer {
  padding: 0;
  text-align: center;
  z-index: 0;
  position: relative;
}

.disclimer p {
  color: #ffffff;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
}

.disclimer span {
  color: #5411c1;
  font-weight: 700;
}

.copyryt {
  padding: 0;
  background: #5411c1;
}

.copyryt1 {
  padding: 0;
  position: relative;
  z-index: 0;
  text-align: center;
}

.copyryt1 span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #fff5f5;
  text-align: center;
  padding: 5px 0 0;
  display: block;
}











.best-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.otherservices1 {
  padding: 12px 12px;
  text-align: center;
}

.otherservices2 {
  padding: 0;
  text-align: center;
}

.otherservices2 img {
  width: 100%;
  border-radius: 500px 500px 0 0;
}

.otherservices3 {
  background: linear-gradient(45deg, #ffc800, #024002);
  position: relative;
  left: 0;
  right: 0;
  padding: 15px 15px 0;
  border-radius: 0 0 900px 900px;
}

.otherservices3 p {
  color: #fff;
  font-size: 22px;
  padding: 0 0 10px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.otherservices3 a {
  color: #0e7400;
  font-size: 33px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 50px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 0 -25px;
}








.top-section {
  float: left;
  width: 100%;
  background: linear-gradient(45deg, #000, #024002);
  overflow: hidden;
}

.top-left p {
  font-size: 19px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 9px 0 0px;
  color: #ffffff;
}

.top-right p {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  padding: 9px 15px 9px;
  background: #ffc800;
  position: relative;
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
  color: #000;
}


.head-line p {
  padding: 6px 42px 6px;
  position: relative;
  text-transform: capitalize;
  background: #ffc800;
  color: #000;
  border-radius: 70px 70px 0 0;
  font-size: 18px;
  display: block;
  font-weight: 600;
  text-align: center;
  float: left;
  width: 100%;
  margin: 0;
}





@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .services-1 {
  width: 50%;
}

}
@media(min-width:640px) and (max-width:767px){.header2 {
  display: none;
}
.services-heading strong {
  font-size: 55px;
}
.about-heading h1 {
  font-size: 55px;
}
}
@media(min-width:480px) and (max-width:639px)
{.header2 {
  display: none;
}
.services-heading strong {
  font-size: 55px;
}
.about-heading h1 {
  font-size: 55px;
}
}
@media(min-width:320px) and (max-width:479px)
{
.header2 {
  display: none;
}
.services-heading strong {
  font-size: 55px;
}
.about-heading h1 {
  font-size: 55px;
}

}