@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;
}

img {
  max-width: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
}







.chooseus-section {
  padding: 50px 0px;
  background: #010c28;
  position: relative;
  z-index: 5;
  float: left;
  width: 100%;
}

.chooseus-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 4%;
  background: repeating-linear-gradient(45deg,
      #ccc,
      #ccc 1px,
      transparent 1px,
      transparent 10px),
    repeating-linear-gradient(-45deg,
      #ccc,
      #ccc 1px,
      transparent 1px,
      transparent 10px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.heading-astro strong {
  font-size: 61px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}

.heading-astro p {
  color: #fffc00;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  margin: -9px 0 0 0;
  padding: 15px 0px;
}

.content-astro p {
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  padding: 0 0 16px 0;
  text-align: left;
  font-weight: 400;
}

.content-astro p strong {
  color: #000;
  font-weight: 600;
}

.content-astro a {
  font-weight: 600;
  background: #eb0029;
  border: 1px solid #eb0029;
  border-radius: 100px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 19px;
  transition: 0.8s ease-in;
  margin: 0 auto 20px 0;
  padding: 6px 20px 3px;
  position: relative;
  display: block;
  width: fit-content;
  z-index: 9;
}

.content-astro a:before {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -9px;
  border-radius: inherit;
  opacity: 0.5;
  transition: 0.4s ease-in;
  height: 100%;
  width: 100%;
  background-color: #eb0029;
  z-index: -9;
}

.content-astro a:hover:before {
  right: -0px;
  bottom: -0px;
}

.content-astro a:hover {
  background: #eb0029;
}

.whyus1 {
  padding: 10px;
}

.whyus2 {
  text-align: center;
  background: #ffffff;
  padding: 30px 20px;
  position: relative;
  border-radius: 20px;
}

.whyus2:before {
  position: absolute;
  content: "";
  width: 70%;
  height: 8px;
  background: #eb0029;
  left: 0;
  border-radius: 40px;
  right: 0;
  bottom: -4px;
  margin: 0 auto;
}

.whyus2 strong {
  font-size: 21px;
  color: #09142f;
  font-weight: 600;
  text-transform: capitalize;
  margin: -10px 0 0;
}

.whyus2 p {
  color: #eb0029;
  font-size: 39px;
  font-weight: 700;
}



.topservices {
  float: left;
  width: 100%;
  padding: 40px 0 60px;
  z-index: 5;
  position: relative;
}

.topservices:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 32%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: -5;
  border-radius: 0px 30px;
  margin: 0 auto;
  background: #eb0029;
}

.topservices-left1 {
  padding: 15px;
}

.topservices-left2 {
  padding: 23px 40px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 7px #eaeaea;
}

.topservices-left2 span {
  display: block;
  height: 120px;
  width: 120px;
  line-height: 110px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 50%;
  outline: 1px dashed #eb0029;
  border: 5px solid #ffffff;
}

.topservices-left2 span img {
  height: 100px;
  border-radius: 50%;
}

.topservices-left2 strong {
  display: block;
  font-size: 24px;
  padding: 11px 0 0;
  color: #eb0029;
}

.topservices-left2 p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 0px 0 0px;
}

.topservices-left2 a {
  padding: 7px 15px;
  margin: 10px 0 0;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  background: #eb0029;
  text-transform: capitalize;
  border-radius: 11px;
}

.contactpt a {
  color: #000000;
  font-size: 15px;
  display: inline-block;
  padding: 9px 17px 6px;
  letter-spacing: 2px;
  background: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 0;
}

.bb-ser {
  float: left;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.bb-border {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.bb-img img {
  height: 200px;
  border-radius: 50%;
  outline: 1px dashed #eb0029;
  border: 5px solid #ffffff;
  background: #ffffff;
}

.bb-cont h4 {
  display: block;
  font-size: 24px;
  padding: 11px 0 0;
  color: #eb0029;
  font-weight: 600;
}

.bb-cont p {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 0px 0 0px;
}

.bb-chat a {
  padding: 7px 15px;
  margin: 10px 0 0;
  color: #fff;
  font-size: 17px;
  display: inline-block;
  background: green;
  text-transform: capitalize;
  border-radius: 11px;
}

.bb-chat a i {
  padding-right: 10px;
}



.testimonial {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.testi-1 {
  padding: 15px;
}

.testi-2 {
  padding: 20px 0 0;
  text-align: center;
  box-shadow: 0 0 13px #e3e3e382;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.testimonail-inr-bx {
  padding: 20px 0 0;
  text-align: center;
  border-radius: 15px;
  color: #666666;
}

.image-box {
  position: relative;
  margin: 0 auto;
  background: linear-gradient(53deg, #fffc00 54%, transparent 0);
  width: 145px;
  height: 145px;
  line-height: 145px;
  border-radius: 50%;
}

.image-box img {
  border-radius: 50%;
  border: 7px solid white;
}

.testimonail-inr-bx p {
  color: #262626;
  line-height: 30px;
  font-size: 16px;
  padding: 0 15px;
}

.testimonail-inr-bx span {
  padding: 8px 0 5px;
  color: #eb0029;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  display: block;
}

.rating {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background: #eb0029;
  padding: 15px 0 18px;
}

.about-title {
  padding: 0 0 20px;
  text-align: center;
}

.about-title p {
  display: block;
  background: #fffc00;
  color: #000;
  text-transform: uppercase;
  padding: 8px 15px 6px;
  border-radius: 20px 0;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
}

.about-title strong {
  color: #eb0029;
  font-size: 50px;
  text-transform: capitalize;
  text-align: center;
  display: block;
}




.cta {
  padding-top: 50px;
  background: #010c28;
  position: relative;
  z-index: 5;
  float: left;
  width: 100%;
}

.cta:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 4%;
  background: repeating-linear-gradient(45deg, #ccc, #ccc 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 1px, transparent 10px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.cta img {
  animation: spin 9s infinite linear;
  -webkit-animation: spin 9s infinite linear;
  -moz-animation: spin 9s infinite linear;
  display: inline-block;
  width: 100%;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.cta h3 {
  color: #fffc00;
  font-size: 40px;
  font-weight: 500;
  margin-top: 50px;
}

.cta h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  word-spacing: 5px;
  line-height: 1.6;
  margin: 20px 0;
}



.btn-grp a {
  padding: 10px 20px;
  margin-right: 10px;
  background-color: #eb0029;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.btn-grp a:nth-child(2) {
  background-color: green;
}

.btn-grp a svg {
  margin-right: 5px;
}





.footer-section {
  padding: 50px 0px;
  background: #010c28;
  position: relative;
  z-index: 5;
  float: left;
  width: 100%;
}

.footer-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 4%;
  background: repeating-linear-gradient(45deg, #ccc, #ccc 1px, transparent 1px, transparent 10px), repeating-linear-gradient(-45deg, #ccc, #ccc 1px, transparent 1px, transparent 10px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.contact-left1 {
  padding: 0 12px;
}

.contact-right1 {

  padding: 12px;
}

.contact-right1 strong {

  display: block;

  color: #fffc00;


  font-size: 38px;

  text-transform: capitalize;
}

.contact-right1 p {

  font-size: 16px;

  font-weight: 500;

  line-height: 28px;

  color: #ffffff;
}

.footer-contac {
  padding: 12px 24px 24px 12px;
}

.footer-contac1 {
  position: relative;
  padding: 25px 15px 15px;
  text-align: center;
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 12px 12px 0 #fffc00;
}

.footer-contac1 i {
  display: block;
  color: #eb0029;
  font-weight: 600;
  font-size: 65px;
  padding: 0 0 15px;
}

.disclaimer p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 10px;
  display: inline-block;
  text-align: center;
}

.disclaimer span {
  font-weight: 600;
  color: #fffc00;
  font-size: 15px;
  text-align: center;
  display: block;
}



.services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-1 {
  padding: 15px 15px 15px;
  margin-top: 20px;
}

.services-2 {
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 30px 30px 0 0;
  border: 3px solid #fffc00;
  border-bottom: 0;
  overflow: hidden;
}

.services-2:hover:before {
  background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.2s, 0.4s;
}

.service_card_img img {
  width: 100%;
}

.service_card_div {
  position: relative;
  padding: 0;
}

.srv-title p {
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
  background: #010c28;
  padding: 2px 0 0;
}

.service_card_content .srv-text {
  padding: 12px 15px 45px;
  font-size: 17px;
  font-weight: 500;
  color: #272727;
  line-height: 30px;
}

.srv-contac {
  position: relative;
}

.srv-contac a {
  font-size: 19px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #ffffff;
  padding: 4px 10px 1px;
  background: green;
  width: 50%;
  position: absolute;
  bottom: 0;
}

.srv-contac a.ptkk-1 {
  right: 0;
  left: auto;
  width: 45%;
  background: #fffc00;
  color: #032325;
  font-weight: 700;
}

.srv-contac a.ptkk-1 i {
  color: #eb0029;
  font-weight: 600;
}

.srv-contac a.ptkk-2 {
  left: 0;
}

.srv-contac a i {
  color: #fffc00;
  font-weight: 500;
  padding: 0 5px 0 0;
}


.why-us-section {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.bg-image {
  position: absolute;
  z-index: -9;
  bottom: 0;
}

.why-us-right1 {
  padding: 0px 30px 0 0px;
  text-align: center;
}

.why-us-right2 {
  text-align: center;
  padding: 0px 0 0px;
  overflow: hidden;
}

.why-us-left1 {
  padding: 0 30px;
  position: relative;
}

.why-us-left1:before {
  height: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: #010c28;
  position: absolute;
  content: "";
}

.why-us-left2 {
  padding: 0 0 00px 0px;
  text-align: center;
  position: relative;
}

.aboutus-heading {
  padding: 80px 0 0;
  text-align: center;
  z-index: 9;
  position: relative;
}

.aboutus-heading:before {
  position: absolute;
  background: #fff;
  content: "";
  height: 100%;
  width: 5px;
  top: 0;
  left: 60px;
  z-index: -9;
}

.aboutus-heading p {
  color: #fffc00;
  font-size: 19px;
  font-weight: 600;
  padding: 0 0 12px 0;
  text-transform: uppercase;
}

.aboutus-heading strong {
  padding: 7px 0 7px;
  text-transform: capitalize;
  background: #ffffff;
  font-size: 35px;
  display: block;
  color: #010c28;
}

.why-us-content {
  padding: 30px 0 20px;
}

.why-us-content p {
  color: #ffffff;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}

.right-round-image {
  position: absolute;
  top: -230px;
  right: 0;
  overflow: hidden;
  z-index: -9;
}

.bg-cricle {
  margin: 0 auto;
  display: block;
  animation: rotation 15s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.aboutus-heading:after {
  position: absolute;
  background: #fff;
  content: "";
  height: 100%;
  width: 5px;
  top: 0;
  right: 60px;
  z-index: -9;
}

.list-section {
  float: left;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-top: 50px;
}

.list-left1 {
  padding: 0px 10px 0 0px;
}

.list-left2 {
  padding: 0px;
}

.banner-1 {
  padding: 0px 0 30px;
  text-align: center;
}

.banner-1 img {
  width: 100%;
}



.top-header {
  background: #eb0029;
  float: left;
  width: 100%;
}

.top-left {
  padding: 0;
}

.top-left-1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 8px 0px 2px;
  margin-top: 5px;
}

.top-right {
  padding: 0px 0 0;
  text-align: center;
}

a.head-call {
  font-size: 26px;
  font-weight: 500;
  padding: 1px 15px 0px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff3d;
  border-radius: 8px;
  animation: boun 1s infinite;
  text-shadow: 0 0 16px #ffffff;
  margin-top: 10px;
}

@keyframes boun {
  0% {
    transform: translateY(-3px);
  }

  100% {
    transform: translateY(0);
  }
}

.toplist1 ul li {
  padding: 8px 12px 9px;
  display: inline-block;
}

.toplist1 li i {
  height: 40px;
  width: 50px;
  color: #eb0029;
  border-radius: 50px 40px 23px 70px;
  font-size: 21px;
  background: #fffc00;
  display: inline-block;
  line-height: 43px;
  font-weight: 500;
}

.head-line {
  float: left;
  width: 100%;
}

.head-line p {
  padding: 6px 42px 6px;
  position: relative;
  text-transform: capitalize;
  background: #fffc00;
  color: #010601;
  border-radius: 70px 70px 0 0;
  font-size: 21px;
  display: block;
  font-weight: 500;
  text-align: center;
  margin: 0;
}



@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .header .col-sm-4{width: 50%;}
  .header2{display: none;}
  .topservices-left1 {
  padding: 15px;
  width: 50%;
}
.bb-ser .col-sm-3{width: 50%;}
.services-1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){
}
@media(min-width:480px) and (max-width:639px)
{.head-line {
  display: none;
}
.header2{padding: 10px 0px;}
.aboutus-heading::before {
  left: 10px;
}
.aboutus-heading::after {
  right: 10px;
}
.btn-grp a {
  font-size: 16px;
}
.srv-contac a {
  font-size: 16px;
}
.topservices-left2 span {
  height: auto;
  width: auto;
  
}
.topservices-left2 span img {
  height: auto;
  border-radius: 50%;
}
.topservices-left2 span img {
  height: auto;
}
.bb-img img {
  height: auto;
}
.header .container-fluid {
  padding: 0;
}
}
@media(min-width:320px) and (max-width:479px)
{.head-line {
  display: none;
}
.header2{padding: 10px 0px;}
.aboutus-heading::before {
  left: 10px;
}
.aboutus-heading::after {
  right: 10px;
}
.btn-grp a {
  font-size: 16px;
}
.srv-contac a {
  font-size: 16px;
}
.topservices-left2 {
  padding: 23px 0px;
}
.topservices-left2 span {
  height: auto;
  width: auto;
  
}
.topservices-left2 span img {
  height: auto;
  border-radius: 50%;
}
.topservices-left2 span img {
  height: auto;
}
.bb-img img {
  height: auto;
}
.header .container-fluid {
  padding: 0;
}
}
