@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}
.about-us-content img {
  float: right;
  width: 35%;
  padding-left: 15px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}




.top-sec {
  background: #feb703;
  float: left;
  width: 100%;
}

.top-mark {
  text-align: center;
  color: #000000;
  padding: 20px 0 0;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
}













.head-section {
  float: left;
  width: 100%;
  padding: 0 15px;
  background-color: #fff;
  transition: all .2s ease 0s;
}

.head-align {
  align-items: flex-start;
}

.head-logo1 {
  padding: 10px 0 0;
  text-align: center;
}

.head-right1 {
  padding: 0 0 0 30px;
}

.head-right2 {
  padding: 0;
}

.head-right3 {
  padding: 0;
}

.chat-head {
  padding: 4px 0 0;
  text-align: center;
}

.chat-head p {
  color: #373737;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 0 0;
}

.chat-head p svg {

  width: 22px;

  height: 22px;
}

.chat-head a {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  animation: glowing 1500ms infinite;
}

@keyframes glowing {
  0% {
    color: #09d300;
  }

  50% {
    color: #128c00;
  }

  100% {
    color: #09d300;
  }
}

.call-head {
  padding: 0;
  text-align: center;
}

.call-head a {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Heebo', sans-serif;
  animation: 1s infinite blk1;
  display: inline-block;
  padding: 5px 15px 0;
}

@keyframes blk1 {
  0% {
    color: #ffffff;
    background: #641085;
  }

  50% {
    color: #000000;
    background: #feb703;
  }

  100% {
    color: #ffffff;
    background: #641085;
  }
}

.head-mrk {
  text-align: center;
  color: #000000;
  padding: 12px 15px 0px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 50px;
  background: #feb703;
}

.chat-head p i {
  color: #641085;
}







.about-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-title {
  padding: 0 0 14px;
  text-align: center;
}

.about-title strong {
  text-transform: capitalize;
  font-size: 45px;
  padding: 2px 28px 4px;
  display: inline-block;
  border: 2px solid #641085;
  border-top: 0;
  color: #641085;
}

.about-title p {
  text-transform: capitalize;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 31px;
  background: #feb703;
  padding: 5px 15px;
}

.about-us-content {
  padding: 10px 0 0;
}

.about-us-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #242424;
  padding: 7px 0 0;
  text-align: center;
}

.about-us-content p strong {
  color: #641085;
  font-weight: 500;
}

.about-us-content ul {
  padding: 20px 14px 10px;
  background: linear-gradient(0deg, #feb703 78%, transparent 0%);
  text-align: center;
  margin: 0 0 15px;
}

.about-us-content ul li {
  padding: 7px 12px 6px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #242424;
  background: white;
  margin: 0 6px 13px;
  border-radius: 10px;
  width: 47%;
  box-shadow: 0 0 6px 0px #0000001a;
}

.about-us-content ul li i {
  font-weight: 600;
  color: #641085;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  padding: 0 7px 0 0;
}







.services1 {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.sv1 {
  padding: 35px 12px 12px;
}

.sv2 {
  text-align: center;
}

.service-box {
  text-align: center;
  padding: 18px 15px 0;
  border-bottom: 10px solid #641085;
  background: #feb703;
  position: relative;
  z-index: 2;
}

.srv-img {
  z-index: 1;
  padding: 0 15px;
  position: relative;
  margin: -75px 0 0;
}

.srv-img img {
  border-radius: 50%;
  padding: 12px;
  background: #fff;
}

.srv-img:before {
  position: absolute;
  content: "";
  background: #641085;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  background-repeat: no-repeat;
}

.srv-name {
  padding: 5px 0 0;
}

.srv-name strong {
  padding: 5px 18px 4px;
  font-size: 22px;
  border-radius: 50px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  background: #641085;
  text-transform: capitalize;
  color: #fff;
}

.srv-text p {
  text-align: center;
  padding: 14px 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #000000;
}

.srv-call {
  padding: 0px;
  overflow: hidden;
}

.srv-call a {
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  text-shadow: 0 0 9px #ffffff75;
}



















.list-sec {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.list-left {
  padding: 0;
}

.list-left-1 {
  padding: 0 12px;
  text-align: center;
}

.list-left-1 img {
  width: 100%;
}

.why-us-sec {
  padding: 0 0 20px;
}

.why-us-sec strong {
  font-size: 26px;
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 6px 12px 0px;
  font-weight: 600;
  color: #000000;
  background: #feb703;
  border-radius: 20px 20px 0 0;
}

.why-us-sec1 {
  padding: 0 9px;
}

.why-1 {
  padding: 0 10px 10px;
}

.why-2 {
  padding: 0;
}

.case-bx {
  background: #641085;
  padding: 11px 10px 0;
  display: block;
}

.case-bx span {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  display: block;
  text-align: center;
  text-transform: capitalize;
  padding: 5px 12px 3px;
  background: #feb703;
  border-radius: 20px 20px 0 0;
}

.case-bx p {
  font-size: 38px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: 800;
}

.case-icon {
  text-align: center;
  background: #feb703;
  width: 110px;
  height: 110px;
  line-height: 167px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: -44px auto 0;
  position: relative;
  z-index: -1;
}

.case-icon i {
  width: 65px;
  height: 65px;
  line-height: 71px;
  background: white;
  border-radius: 50%;
  color: #ee0000;
  font-size: 38px;
}

.list-right {
  padding: 0 12px;
}

.list-right-1 {
  padding: 15px;
  background: #641085;
}

.list1 ul {
  padding: 0 0 0 0px;
}

.list1 ul li {
  font-size: 16px;
  display: block;
  position: relative;
  text-transform: capitalize;
  padding: 10px 0 10px 29px;
  font-weight: 600;
  color: #000000;
  margin: 10px 0;
  background: #ffffff;
  border-radius: 50px;
}

.list1 ul li:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 100%;
  top: 10px;
  left: -3px;
  background: #641085;
  /* animation: grow 2s ease infinite; */
}

.list1 ul li:after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  left: 0;
  top: 14px;
  border: 1px solid #fff;
}

@keyframes grow {
  0% {
    background: #641085;
  }

  50% {
    background: #fae200;
  }

  100% {
    background: #641085;
  }
}








.add-section {
  padding: 0;
  background: #641085;
  float: left;
  width: 100%;
}

.add-section1 {
  text-align: center;
}

.add-section1 p {
  color: #ffffff;
  text-align: center;
  padding: 40px 0 20px;
  line-height: 45px;
  font-size: 26px;
  font-weight: 600;
}

.add-ws {
  padding: 0 0 45px;
}

.add-ws a {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 800;
  color: #ffffff;
  display: inline-block;
  animation: glowing1 1500ms infinite;
  padding: 4px 25px 0;
}

@keyframes glowing1 {
  0% {
    background-color: #51c903;
    box-shadow: 0 0 3px #329100;
  }

  50% {
    background-color: #169903;
    box-shadow: 0 0 10px #00d424;
  }

  100% {
    background-color: #09d300;
    box-shadow: 0 0 3px #2ee600;
  }
}







.awards-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.awards-1 {
  padding: 10px;
  margin-top: 20px;
}

.awards-2 {
  padding: 0;
  text-align: center;
}

.awards-2 img {
  width: 100%;
}









.bestservices {
  background: url(../images/bb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  padding: 50px 0px;
  position: relative;
}

.best-services1 {
  padding: 25px 12px 0;
}

.best-services2 {
  padding: 0px 0 0;
  text-align: center;
}

.best-services3 {
  padding: 0 20px;
}

.best-services3 img {
  border-radius: 50%;
  border: 10px solid #ffb500;
}

.best-services4 {
  padding: 55px 18px 52px;
  background: #641085;
  margin: -74px 0 0;
  position: relative;
  z-index: 1;
  border-radius: 50% 50% 0 0;
}

.best-services4 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.best-services4 strong {
  font-size: 25px;
  text-transform: capitalize;
  display: block;
  color: #ffb500;
  padding: 7px 0 3px;
}

.best-services5 a {
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  border-radius: 50%;
  font-size: 39px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  background: #641085;
  color: #ffffff;
  box-shadow: 0 0 27px 0px #64108566;
  padding: 2px 0;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}







.topservices-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.topservices-heading strong {
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 44px;
  position: relative;
}

.topservices-heading span {
  color: #ffffff;
  background: #641085;
  font-size: 32px;
  padding: 2px 15px 0;
  display: inline-block;
}

.topservices-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  padding: 7px 0 0;
  text-align: center;
}


.topservices-1 {
  width: 20%;
  padding: 10px;
  margin-top: 30px;
}

.topservices-2 {
  position: relative;
  text-align: center;
}

.topservices-2 img {
  border-radius: 100px;
  transform: rotateX(0deg);
  border: 8px solid #feb703;
  margin: 0 auto;
  display: block;
}

.topservices-1:hover .topservices-2 img {
  transform: rotateX(360deg);
  transition: all .3s;
}

.topservices-2 strong {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  padding: 0 0px 10px;
  color: #641085;
}

.topservices-2 a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 6px;
  margin: -15px auto 0;
  background: #641085;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.topservices-2 p {
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding: 0px 0px 0 0px;
}







.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-1 {
  padding: 12px;
}

.testi-2 {
  padding: 0;
  text-align: center;
}

.testi-box {
  padding: 15px 0 27px;
  position: relative;
  overflow: hidden;
  background: #feb703;
}

.client-msg {
  position: relative;
  text-align: center;
}

.client-msg p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  padding: 0 15px 10px;
}

.client-name span {
  display: block;
  font-size: 18px;
  color: #641085;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  background: #ffffff;
}

.stars {
  font-size: 20px;
  color: #641085;
  text-align: center;
  padding: 5px 18px;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  margin: -71px 0 0;
  display: inline-block;
  top: -18px;
  text-shadow: 0 0 27px #ffffff;
}

.stars:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  right: -16px;
  top: 24px;
  transition: .5s;
  border-top-color: #feb703;
  border-left-color: #feae03;
  opacity: 1;
}

.stars:before {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  left: -16px;
  top: 24px;
  transition: .5s;
  border-top-color: #feb703;
  border-right-color: #feae03;
  opacity: 1;
}
















.footer-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.contact-left2 {
  padding: 0 12px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 18px 0px #c4c4c48a;
}

.footer-contac {
  padding: 15px;
}

.footer-contac1 {
  position: relative;
  padding: 15px 15px 8px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #641085;
  border-radius: 15px;
  color: #504f4f;
}

.footer-contac1 i {
  display: block;
  color: #641085;
  font-weight: 100;
  font-size: 65px;
  padding: 0 0 10px;
}

.footer-contac1 span {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 25px;
}




.copyright-sec {
  float: left;
  width: 100%;
}

.copyright-sec1 {
  padding: 0 12px;
}

.copyright-sec2 {
  padding: 0;
}

.disclaimer {
  background: #641085;
  border-radius: 30px 0 0 0;
  padding: 12px 20px 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  color: #ffffff;
}

.disclaimer p {
  padding: 5px 0 4px;
  font-size: 18px;
  font-weight: 600;
  color: #feb703;
  text-transform: capitalize;
}

.copyryt {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  padding: 5px 12px 6px;
  display: block;
  background: #641085;
}





@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .sv1 {
    width: 50%;
  }

  .best-services1 {
    width: 50%;
  }

  .topservices-1 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .topservices-1 {
    width: 100%;
  }

  .head-section {
    padding: 0;
  }

  .chat-head {
    padding: 0;
    text-align: center;
  }

  .head-right1 {
    padding: 0;
  }

  .head-mrk {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .topservices-1 {
    width: 100%;
  }

  .head-section {
    padding: 0;
  }

  .chat-head {
    padding: 0;
    text-align: center;
  }

  .head-right1 {
    padding: 0;
  }

  .head-mrk {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about-us-content img {
  float: right;
  width: 101%;
  padding-left: 0;
}
}

@media(min-width:320px) and (max-width:479px) {

  .head-section {
    padding: 0;
  }

  .chat-head {
    padding: 0;
    text-align: center;
  }

  .head-right1 {
    padding: 0;
  }

  .head-mrk {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-title strong {
    font-size: 35px;
  }

  .topservices-1 {
    width: 100%;
  }
.about-us-content img {
  float: right;
  width: 101%;
  padding-left: 0;
}
}