@import url('../css2');
@import url('../css2-1');



.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%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}






.top-align {
  align-content: center;
}

.top-header {
  background: #000;
  float: left;
  width: 100%;
}

.top-left {
  padding: 12px 0 0;
}

.top-left p {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px 5px;
  background: #ffffff;
  text-align: center;
}


.top-right {
  padding: 0 10px 15px;
  position: relative;
  margin-bottom: -40px;
  text-align: center;
}

.top-right:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #ece409;
  z-index: -1;
  border-radius: 0 0 30px 30px;
}

.top-right-1 span {
  color: #fff600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 2px;
  font-size: 18px;
}

.typing {
  text-align: center;
  justify-content: center;
  display: flex;
}

.typing>* {
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 4s steps(50) infinite;
}

.typing p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 0 6px;
}

@keyframes typingAnim {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

.top-right-1 ul li {

  display: inline-block;
}

.top-right-1 ul li a {
  display: inline-block;
  background: #ece409;
  padding: 5px 15px 0;
  font-size: 20px;
  color: #d40202;
  font-weight: 700;
  border-radius: 20px;
  text-transform: capitalize;
}







.about {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-title {
  padding: 0 0 5px;
}

.about-title span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  padding: 11px 35px 8px;
  position: relative;
  z-index: 1;
}

.about-title span:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #ece409;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  transform: rotate(355deg);
}

.about-title span:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  z-index: -1;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  transform: rotate(0deg);
}

.about-title strong {
  font-size: 55px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  padding: 0;
  color: #d40202;
}

.about-left {

  padding: 12px;
}

.about-right {

  padding: 12px;
}

.about-us-content {
  padding: 0 0 25px;
}

.about-us-content .about-text {

  background: #ffc000;

  padding: 10px 15px 4px;

  color: #000;

  display: block;

  font-size: 32px;

  text-align: center;

  text-transform: capitalize;

  font-weight: 800;
}

.about-us-content p {
  padding: 5px 0;
  text-align: justify;
  line-height: 30px;
  color: #424242;
  font-size: 16px;

}

.about-us-content p strong {
  color: #000;
  font-weight: 600;
}

.about-heading {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  padding: 5px 10px 0px;
  display: inline-block;
  background: linear-gradient(0deg, #e09004, transparent);
  border-radius: 18px 18px 18px 18px;
  margin: 5px 0 11px;
  display: none;
}

.about-us-content ul {
  padding: 8px 0;
}

.about-us-content ul li {
  position: relative;
  display: inline-block;
  padding: 7px 15px 8px;
  line-height: 31px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(45deg, #000, #f1e400);
  margin: 4px 0 6px;
  border-radius: 40px;
  z-index: 0;
}

.about-us-content ul li i {

  font-size: 19px;
  color: #e8e608;
  padding-right: 8px;
}

.about-us-content ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #d40202;
  border-radius: 20px;
  left: 10px;
  top: 9px;
  z-index: -1;
}


.banner-section img {

  width: 100%;
}










.srv-list p {
  font-size: 36px;

  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 0 0;
}

.srv-list ul li {
  text-transform: capitalize;
  position: relative;
  padding: 8px 15px 10px;
  line-height: 31px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(45deg, #000, #f1e400);
  margin: 0 0 15px;
  border-radius: 40px;
  z-index: 0;
}

.srv-list ul li i {

  font-size: 19px;
  color: #e8e608;
  padding-right: 8px;
}

.srv-list ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  background: #d40202;
  border-radius: 20px;
  left: 10px;
  top: 9px;
  z-index: -1;
}








.otherservices {
  background: #ece409;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.sv-heading {
  text-align: center;
}

.sv-heading strong {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 0;
  color: #ffffff;
}

.sv-heading span {
  color: #ff0000;
  text-transform: capitalize;
  font-size: 19px;
  background: #edff00;
  display: block;
  font-weight: 700;
  padding: 4px 15px 4px;
}

.services {
  background: #fcff00;
  margin: 70px 0 0;
}

.services3 {
  z-index: 0;
  position: relative;
  padding: 0 0 15px;
}

.services3:before {
  content: "";
  margin: 0 auto;
  background: #d40202;
  position: absolute;
  height: 100%;
  width: 5px;
  left: 0;
  right: 0;
  bottom: -31px;
  z-index: -1;
}

.services3 img {
  border-radius: 50%;
  border: 5px solid #d40202;
  margin: 0 auto;
  width: 218px;
  padding: 6px;
  transform: rotate(360deg);
  transition: all 400ms linear;
  animation: rotate 9s infinite;
}

@keyframes rotate {

  50% {
    transform: rotate(0);
  }
}

.services4 span {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 15px 6px;
  border-radius: 40px 40px;
  color: #ffffff;
  background: #000;
  margin: 19px 0 0;
}

.services4 strong {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
  padding: 6px 0 0;
  color: #d40202;
}

.services4 p {
  color: #000000;
  font-size: 16px;
  padding: 0px 0 15px;
  line-height: 29px;
}

.services4 {
  position: relative;
  z-index: 1;
}

.services1 {
  padding: 12px;
  overflow: hidden;
  margin-top: 30px;
}



.srv-contact {
  text-align: center;
}

.srv-contact a {
  color: #fff;
  background: #d40202;
  padding: 8px 15px 6px;
  display: inline-block;
  margin: 0px 15px 0 1px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px 20px;
}

.srv-contact a:nth-child(2) {
  background: #000;
  margin: 0;
}




.best-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.best-services1 {
  padding: 8px;
  text-align: center;
}

.best-services2 {
  padding: 0px 15px 15px;
  background: white;
  border-radius: 400px 400px 80px 80px;
  box-shadow: 0 0 7px #000;
}

.best-services2 img {
  width: 100%;
  border-radius: 50%;
  border: 7px solid #edff00;
}

.best-services .best-services2 strong {
  text-transform: uppercase;
}

.best-services2 strong {
  font-size: 23px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  padding: 10px 0 2px;
  color: #d40202;
}

.best-services2 p {
  padding: 0 0 12px;
  line-height: 30px;
  color: #424242;
  font-size: 16px;
}

.best-services2 p b {
  color: #f50000;
  display: block;
  font-size: 18px;
}








.footer-sec {
  background: linear-gradient(0deg, #000, #f1e400);
  text-align: center;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.footer-sec-1 {
  padding: 18px 30px 18px;
  text-align: center;
  background: #fff;
  margin: -1px 0 0;
}

.footer-text {
  padding: 0;
}

.footer-text strong {
  font-size: 35px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  border-bottom: 0;
  padding: 6px 12px 4px;
  background: #ffffff;
}

.footer-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #000;
  padding: 12px 0 0;
  text-transform: capitalize;
}

.footer-contact ul li {
  padding: 18px 10px 23px;
}

.footer-contac-1 p {
  font-size: 14px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

.footer-contac {
  padding: 12px;
}

.footer-contac1 {
  background: #ffffff;
  padding: 25px 15px 15px;
}

.footer-contac-1 a i {
  width: 100px;
  height: 100px;
  background: #d40202;
  border-radius: 50%;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  color: #ffffff;
  border: 4px solid #fff;
  box-shadow: 0px 0px 20px -2px #d40202;
  animation: chbdd 800ms linear infinite;
}

.footer-contac-1 a span {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding: 15px 0 0;
  display: block;
  text-transform: capitalize;
  border-top: 1px solid #04742733;
}

.footer-contac-2 a {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  padding: 10px 20px;
  background: #ddff00;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 50px;
}




.copyright {
  background: #000;
  text-align: center;
  padding: 0 0 30px;
  float: left;
  width: 100%;
}

.disclimer p {
  color: #ffffff;
  padding: 0 0 5px;
  line-height: 22px;
  font-weight: 200;
  font-size: 13px;
}

.copyryt {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #e9e001;
  text-align: center;
  display: block;
  padding: 0;
}





.counter-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.line-free span {
  font-weight: 900;
  color: #000000;
  text-align: center;
  display: block;
  font-size: 45px;
  padding: 13px 15px 8px;
  background: #ede30d;
}

.line-free2 {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 25px;
  text-transform: capitalize;
  padding: 14px 0 0;
  line-height: 25px;
}

.counter-1 {
  padding: 12px;
  text-align: center;
}

.counter-2 {
  border-radius: 400px;
  background: linear-gradient(178deg, #000, #f1e400);
  padding: 12px 0;
}

.choose-icon i {
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #000, #f1e400);
  border-radius: 50%;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  color: #ffffff;
  border: 4px solid #fff;
  box-shadow: 0px 0px 20px -2px #43921d;
  animation: chbdd 800ms linear infinite;
}

.choose-text strong {
  font-size: 20px;
  font-weight: 800;
  background: #ffffff;
  display: block;
  text-transform: capitalize;
  padding: 0px 10px 2px;
  color: #d40202;
}

.love_count {
  color: #ffffff;
  font-weight: 700;
  font-size: 55px;
  padding: 5px 0 0px;
  display: block;
}

.love_count:after {
  content: "k+";
  right: 0;
}








.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-1 {
  padding: 12px;
  margin-top: 20px;
}

.testi-2 {
  padding: 0;
}

.upper-box {
  position: relative;
  padding: 20px;
  background: linear-gradient(178deg, #000, #f1e400);
}

.quote-icon {
  color: #ffffff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}

.upper-box .text {
  position: relative;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  font-style: italic;
}

.author-inner p {
  padding: 4px 0 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d40202;
}

.author-inner span {
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
}

.lower-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.rating {
  font-size: 14px;
  background: #ece409;
  padding: 7px 15px 4px;
  border-radius: 0 0 12px 12px;
  color: #d40202;
}



.choose-us1 {
  padding: 12px;
  margin-top: 20px;
}

.choose-us2 {
  padding: 0px;
  text-align: center;
}

.choose-us2 i {
  width: 100px;
  height: 100px;
  background: linear-gradient(45deg, #000, #f1e400);
  border-radius: 50%;
  line-height: 90px;
  font-size: 45px;
  text-align: center;
  color: #ffffff;
  border: 4px solid #fff;
  box-shadow: 0px 0px 20px -2px #43921d;
  animation: chbdd 800ms linear infinite;
}

@keyframes chbdd {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.choose-us2 strong {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  padding: 12px 0 2px;
  color: #d40202;
}

.choose-us2 p {
  line-height: 30px;
  color: #424242;
  font-size: 16px;
}


.awards-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.awards-1 {
  padding: 12px;
  margin-top: 20px;
}

.awards-2 img {
  width: 100%;
}


.head-logo {
  float: left;
  width: 100%;
}

.head-align {
  align-content: baseline;
}

.header-logo {
  padding: 0;
}

.header-logo-1 {
  padding: 0;
}

.header-logo-left {
  padding: 0;
}

.header-logo-left-1 {
  padding: 0 15px 0;
  text-align: center;
}

.header-logo-right {
  padding: 0;
  text-align: center;
}

.header-logo-right-1 p {
  padding: 40px 0 2px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.header-logo-right-1 span {
  font-size: 20px;
  font-weight: 600;
  color: #d40202;
  text-transform: capitalize;
  display: block;
}

.top-add-right-1 p {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
}

.top-add-right-1 p span {
  display: inline-block;
  padding: 7px 12px 7px;
  font-size: 20px;
  font-weight: 700;
  animation: blk 0.8s ease-in infinite;
}

@keyframes blk {
  50% {
    color: #e10000;
    background: #ece409;
  }

  100% {
    color: #ffffff;
    background: #e10000;
  }
}






@media(min-width:992px) and (max-width:1200px) {
   .header-logo-left {
  padding: 0;
  margin-top: 50px;
}
.header-logo-right-1 p {
  padding: 0;
}
}

@media(min-width:768px) and (max-width:991px) {
   .header-logo-left {
  padding: 0;
  margin-top: 50px;
}
.header-logo-right-1 p {
  padding: 0;
}
}

@media(min-width:640px) and (max-width:767px) {
   .header-logo-left {
  padding: 0;
  margin-top: 50px;
}
.header-logo-right-1 p {
  padding: 0;
}
}

@media(min-width:480px) and (max-width:639px) {
  .header-logo-left {
  padding: 0;
  margin-top: 50px;
}
.header-logo-right-1 p {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {


  .top-right-1 ul li a {
  font-size: 14px;
}
.header-logo-left {
  padding: 0;
  margin-top: 50px;
}
.header-logo-right-1 p {
  display: none;
}
}