@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');




.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: center;
}

.video-sec img {
  border: 3px solid red;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

img {
  max-width: 100%;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}


.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}








.footer-section {
  background: #27020a;
  padding: 50px 0;
  float: left;
  width: 100%;
}

.footer-left1 {
  padding: 0 0px 0 0px;
}

.footer-contact1 {
  padding: 0px 12px 10px;
}

.footer-contact2 {
  background: #ffffff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

.footer-contact2 a {
  display: block;
}

.footer-contact2 span {
  height: 120px;
  width: 120px;
  background: #27020a;
  border-radius: 50%;
  position: relative;
  margin: 0px auto 12px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 9px solid #feca05;
  color: #fff;
}

.footer-contact2 span i {
  color: #fff;
  font-size: 50px;
}

.footer-contact2 p {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.footer-contact2 i {
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}

.footer-location {

  background: #ffffff;

  border-radius: 12px;

  padding: 0 25px;
}

.footer-location iframe {
  height: 202px;
  vertical-align: bottom;
}

.footer-location span {
  font-size: 28px;
  color: #000;
  border-radius: 68px;
  background: #feca05;
  display: block;
  padding: 7px 30px 8px;
  font-weight: 700;
  margin: 0 auto 17px;
  width: fit-content;
  text-align: center;
}

.location p {
  height: 120px;
  width: 120px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #e92127;
  animation: zoom-in-zoom-out 1s ease infinite;
  position: absolute;
  top: -60px;
  right: -33px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}

.footer-right1 {
  padding: 0 0px 0 0px;
}

.disclaimer b {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}


.copy p {
  padding: 10px 0 0px;
  color: #ffffff;
  font-size: 14px;
}

.disclaimer {
  padding: 45px 0px 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  line-height: 22px;
}

.footer-list ul li {
  position: relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 7px 8px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  background: #27020a;
}

.footer-list ul li i {
  color: #d60d0d;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  margin: 0 11px 0 0;
  width: 35px;
  height: 35px;
  line-height: 36px;
  background: #fff;
  text-align: center;
  border-radius: 38px;
}

.footer-mid {
  padding: 0px 20px;
}

.chat-footer {
  margin-top: 30px;
}






.top-header {
  background: #27020a;
  float: left;
  width: 100%;
}

.top-left {
  padding: 0 0 0 98px;
  text-align: center;
}

.top-left-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 10px;
}

.top-left-1 span {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}

.top-left-1 a {
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.top-left-1 a i {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #feca05;
  border-radius: 50px;
  margin: 0 8px 0 0;
}


.marquee span {
  white-space: nowrap;
  padding: 11px 25px 8px;
  text-shadow: 0 0 20px #fcff00;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }

  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}

.top-left-1 p {
  color: #fcff00;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 15px 3px;
  background: #022201;
  animation: animate 0.8s linear infinite;
}

@keyframes animate {
  0% {
    text-shadow: 0 0 5px #fcff00;
  }

  50% {
    text-shadow: 0 0 20px #fcff00;
  }

  100% {
    text-shadow: 0 0 20px #fcff00;
  }
}


.top-right {
  padding: 0px 12px;
}

.top-right-1 {
  text-align: center;
  background: #fff;
  padding: 7px 0;
}

.top-right-1 p {
  color: #ffffff;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 28px 5px;
  text-align: center;
  display: inline-block;
  background: #79d504;
  border-radius: 50px;
  text-shadow: 2px 2px 2px #147905;
}

.toplist1 ul li {
  padding: 7px 15px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.toplist1 li span {
  height: 52px;
  width: 52px;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 25px;
  box-shadow: 0 0px 0px 6px #ffffff;
  background: #ff6c00;
  line-height: 55px;
  margin: 0 0 0 10px;
}







.about-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.about-section-1 {
  padding: 0px 0;
}

.about-us-content {
  padding: 12px 0 0;
  text-align: center;

}

.about-us-content1 {
  background: #27020a;
  padding: 15px;
  border-radius: 20px;
  margin-top: 20px;
}

.about-us-content1 p {
  color: #fff !important;
  font-weight: 100 !important;
}

.about-us-content p {
  font-size: 16px;
  line-height: 28px;
  color: #303030;
  padding: 5px 0;
}

.about-us-content1 p strong {
  color: #a1011f;
  font-weight: 500;
}

.about-us-content p strong {
  color: #feca05;
}

.about-heading {
  display: block;
  border: 1px solid #feca05;
  border-bottom: 0;
  float: left;
  width: 100%;
}

.about-us-content ul {
  padding: 10px 0 0px;
}

.about-us-content ul li {
  font-size: 16px;
  line-height: 29px;
  color: #303030;
  padding: 1px 0;
}

.about-us-content ul li i {
  font-weight: 600;
  font-size: 16px;
  color: #a81627;
  padding-right: 7px;
}

.about-heading p {
  color: #000;
  background: #feca05;
  width: fit-content;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 auto;
}

.about-heading strong {
  text-transform: capitalize;
  font-weight: 900;
  font-size: 70px;
  padding: 0 12px;
  display: block;
  color: #d60d0d;
}

.design-aboutus {
  padding: 12px;
}

.about-image {
  padding: 0 12px;
}

.about-image img {

  border-radius: 0 0 500px 500px;
}











.top-services {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.top-services-1 {
  padding: 12px;
  margin-top: 20px;
}

.top-services-2 {
  padding: 12px;
  box-shadow: 0 0 7px #e7e7e7;
  border-radius: 50%;
}

.top-services-2 img {
  border-radius: 50%;
}

.top-services-2 strong {
  text-align: center;
  font-size: 16px;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 15px 8px;
  color: #ffffff;
  background: #27020a;
  border-radius: 50px;
}

.top-services-2 a {
  font-size: 16px;
  padding: 2px 14px 1px;
  font-weight: 500;
  text-transform: uppercase;
  background: #feca05;
  display: inline-block;
  border-radius: 50px;
  color: #ffffff;
}














.testimonials {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials .services-heading strong {
  color: #ba1404;
}

.testimonials .services-heading span {
  background: #fda607;
  color: #000;
}

.testimonials1 {
  padding: 15px;
  margin-top: 20px;
}

.testimonials2 {
  padding: 30px 15px 15px;
  position: relative;
  box-shadow: 0 0 7px #e7e7e7;
  border-radius: 0 0 12px 12px;
  border-top: 15px solid #d60d0d;
}

.testimonials3 {
  position: relative;
}

.testimonials3 img {
  position: absolute;
  width: 90px;
  border-radius: 50% 50% 0px 50%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  top: -12px;
}

.testimonials3 strong {
  position: absolute;
  right: 0px;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 20px 0 104px;
  top: 10px;
}

.testimonials3 p {
  font-size: 20px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  padding: 0 0 0 100px;
}

.testimonials3 strong i {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.testimonials3 span {
  width: 25%;
}

.testimonials4 img {
  height: 70px;
}

.testimonials4 p {
  font-size: 15px;
  line-height: 28px;
  color: #303030;
  padding: 25px 0 0;
}

.testimonials4 span {
  display: block;
  padding: 5px 0 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: -30px;
  right: -15px;
  background: #27020a;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 55px;
}

.testimonials3 ul {
  color: #fff;
  padding: 0px 12px 3px;
  background: #feca05;
  margin: 2px auto 0 0;
  display: block;
  width: fit-content;
  border-radius: 50px;
  margin-left: 100px;
}

.testimonials3 i {
  font-size: 16px;
  color: #ffffff;
}









.bestserv-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.bestserv-lines strong {
  color: #ffffff;
  font-size: 30px;
  padding: 13px 15px 10px;
  display: block;
  text-transform: capitalize;
  background: #27020a;
  position: relative;
  text-align: center;
  line-height: 40px;
}

.bestserv-lines strong span {
  display: block;
  background: #fff;
  width: 130px;
  height: 95px;
  line-height: 68px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 10px auto -45px;
}

.bestserv-lines strong span img {
  width: 70px;
  padding-top: 10px;
  display: table;
  margin: 0 auto;
  float: none;
}

.best-services1 {
  padding: 12px;
  text-align: center;
  margin-top: 30px;
}

.best-services2 {
  padding: 20px;
  box-shadow: 0px 2px 15px #dfc7fc96;
  border-radius: 15px;
  position: relative;
  background: #27020a;
}

.best-services2 img {
  border-radius: 15px;
}

.best-services2 p {
  font-size: 14.5px;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 0 0;
}

.best-services2 strong {
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 5px;
  border-bottom: 1px dashed #ffffff3b;
}

.best-services2 a {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 18px 0px;
  position: absolute;
  top: 45px;
  width: fit-content;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #feca05;
  border-radius: 50px;
}

.services-bubble {
  margin: -69px 0 0;
  position: relative;
}

.services-bubble img {
  width: 100%;
}

.bestserv-sec .about-heading {
  margin-top: 50px;
}







.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: #27020a;
  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: #feca05;
  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: #27020a;
  border-radius: 25px;
}

.header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px 0px;
  text-align: center;
}

.video-sec {
  float: left;
  width: 100%;
}
.video-sec video {
  float: left;
  width: 100%;
  border: 5px solid #27020a;
}


@media(min-width:992px) and (max-width:1200px) {
 
  .header .col-sm-4 {
    width: 50%;
  }

  .best-services1 {
    float: left;
    width: 50%;
  }

  .testimonials1 {
    float: left;
    width: 50%;
  }
}

@media(min-width:768px) and (max-width:991px) {
  

  .header .col-sm-4 {
    width: 50%;
  }

  .best-services1 {
    float: left;
    width: 50%;
  }

  .testimonials1 {
    float: left;
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .top-left-1 {
    display: block;
  }

  .top-left {
    padding: 10px;
  }

  .top-left-1 a {
    font-size: 25px;
  }

  .top-right-1 p {
    font-size: 16px;
  }

 

  .about-heading strong {
    font-size: 55px;
  }

  .top-services-1 {
    float: left;
  }

  .best-services2 {
    float: left;
    margin-top: 20px;
  }

  .testimonials1 {
    float: left;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .top-left-1 {
    display: block;
  }

  .top-left {
    padding: 10px;
  }

  .top-left-1 a {
    font-size: 25px;
  }

  .top-right-1 p {
    font-size: 16px;
  }

  

  .about-heading strong {
    font-size: 55px;
  }

  .top-services-1 {
    float: left;
  }

  .best-services2 {
    float: left;
    margin-top: 20px;
  }

  .testimonials1 {
    float: left;
  }
  .header .container-fluid {
  padding: 0;
}
.top-left-1 span {
  font-size: 20px;
}
.video-sec {
  float: left;
  width: 100%;
}
.video-sec video {
  float: left;
  width: 100%;
  border: 5px solid #27020a;
}
}

@media(min-width:320px) and (max-width:479px) {
  .top-left-1 {
    display: block;
  }

  .top-left {
    padding: 10px;
  }

  .top-left-1 a {
    font-size: 25px;
  }

  .top-right-1 p {
    font-size: 16px;
  }

  

  .about-heading strong {
    font-size: 55px;
  }

  .top-services-1 {
    float: left;
  }

  .best-services2 {
    float: left;
    margin-top: 20px;
  }

  .testimonials1 {
    float: left;
  }

  .testimonials3 p {
    font-size: 16px;
  }
  .header .container-fluid {
  padding: 0;
}
.top-left-1 span {
  font-size: 20px;
}
.video-sec {
  float: left;
  width: 100%;
}
.video-sec video {
  float: left;
  width: 100%;
  border: 5px solid #27020a;
}
}