@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');

:root {
  --primary-color: #000;
  --secondary-color: #ffd600;
  --text-color: #202020;
  --white-color: #fff;
  --black-color: #000;
  --primary-font: "Agbalumo", cursive;
  --secondary-font: "Times New Roman", sans-serif;
}
::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #000;
  height: 70px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}
*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:active,
:focus,
:hover {
  outline: 0 !important;
  outline-offset: 0;
}
a {
  text-decoration: none;
}
a,
a:active,
a:focus,
a:hover {
  color: unset;
}
.row > *,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
html {
  font-size: 62.5%;
  scroll-behavior: unset !important;
}
body,
html {
  overflow-x: hidden;
}
body {
  background-color: var(--white-color) !important;
  top: 0 !important;
  position: static !important;
}
p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.8rem;
  color: #000;
}
.section_gap {
  margin: 50px 0 0;
}
#google_translate_element {
  position: fixed;
  right: 0;
  bottom: 120px;
  margin: auto;
  z-index: 9999;
}
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-simple img {
  display: none;
}
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.goog-te-gadget-simple {
  background-color: var(--secondary-color) !important;
  border: 0 !important;
  font-size: 10pt;
  font-weight: 800;
  display: inline-block;
  padding: 5px !important;
  cursor: pointer;
  zoom: 1;
}
.goog-te-gadget-simple span {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: var(--secondary-font);
  padding: 5px;
  color: var(--text-color) !important;
}
.nav_bar {
  position: relative;
  z-index: 99;
}
.top_bar {
  padding: 4px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #ffd600;
}
.top_bar_inner marquee {
  font-family: 'Times New Roman', Times, serif;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  color: #000;
}
.top_bar_inner > div {
  justify-content: flex-end;
}
.nav_contact_info,
.top_bar_inner > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav_contact_info {
  color: var(--white-color);
  padding: 0 20px 0 0;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.nav_contact_info .iconify-inline {
  font-size: 36px;
  padding: 6px;
  color: var(--primary-color);
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.nav_contact_info_content h2 {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  padding: 0 5px;
  line-height: 2.4rem;
  color: var(--white-color);
}
.nav_contact_info_content h2:hover {
  opacity: 0.9;
}
.call_us .nav_contact_info_content h2 {
  font-size: 2rem;
}
.social_medias iconify-icon {
  font-size: 30px;
  padding: 4px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.menu_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 5px 0;
}
.menu_bar_main {
  top: -100px;
  background-color: var(--white-color);
}
.menu_bar_main_scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: var(--white-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.nav_bar_scroll {
  padding-bottom: 80px;
}
.logo {
  height: 75px;
}
.logo2 {
  display: none;
}
.menu_links {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  position: relative;
  z-index: 1;
  background-color: var(--white-color);
}
.menu_links ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.menu_links ul li a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 30px;
  padding: 10px;
  color: var(--text-color);
}
.menu_links ul li:last-child {
  margin-right: 0;
}
.menu_links ul li:last-child a {
  padding-right: 0;
}
.menu_links ul li a:hover,
.menu_links ul li.active a {
  color: var(--secondary-color);
}
.menu_links .sub_menu {
  position: absolute;
  width: 200%;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
  display: none;
  z-index: 2;
}
.menu_links ul li:hover .sub_menu {
  display: block;
}
.menu_links .sub_menu li {
  width: 100%;
  padding: 0;
  background-color: var(--secondary-color);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.menu_links ul.sub_menu li a {
  padding: 2px 15px;
  font-weight: 400;
  font-size: 1.4rem;
  display: block;
  text-align: start;
  color: var(--white-color);
}
.menu_links li:last-child .sub_menu {
  width: 150%;
  left: -25%;
}
.menu_links ul.sub_menu li:hover a {
  color: hsla(0, 0%, 100%, 0.8);
  background-color: var(--secondary-color);
}
.call_btn {
  display: flex;
  align-items: center;
  text-align: start;
}
.call_btn > div h2 {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 2px 0 2px 45px;
  color: var(--text-color);
}
.call_btn > div a {
  display: inline-block;
  font-weight: 900;
  font-size: 2.4rem;
  font-family: var(--secondary-font);
  text-transform: uppercase;
  padding: 2px 20px 2px 50px;
  color: #cd2f2f;
  border: 2px solid #cd2f2f;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.call_btn .iconify {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin-right: -40px;
  position: relative;
  border: 3px solid var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.call_btn .iconify,
.call_btn > div a:hover {
  color: var(--white-color);
  background-color: #cd2f2f;
}
.hamburger {
  width: 50px;
  height: 47px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 13px 8px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.hamburger span {
  width: 30px;
  height: 3px;
  background-color: var(--secondary-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hamburger_clicked {
  flex-direction: row;
  justify-content: center;
}
.hamburger_clicked span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.hamburger_clicked span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.hamburger_clicked span:nth-of-type(2) {
  margin-right: -60px;
  opacity: 0;
}
.header_slider img {
  width: 100%;
}
.header_slider .swiper-slide img:last-child {
  display: none;
}
.sub_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 24px;
  margin-top: 5px;
  text-transform: capitalize;
  color: var(--secondary-color);
  position: relative;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.sub_heading span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
}
.main_heading h2 {
  display: inline-block;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 3.6rem;
  text-transform: capitalize;
  color: #000;
}
.heading p {
  padding: 10px 0 0;
}
.white_heading .main_heading h2,
.white_heading p {
  color: #000;
}
.white_heading p {
  font-weight: 400;
}
@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 128, 102, 0.9);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 128, 102, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 128, 102, 0.9);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 128, 102, 0);
  }
}
.read_more {
  font-size: 1.7rem;
  color: var(--secondary-color);
  padding-left: 5px;
}
.read_more:hover {
  text-decoration: underline;
}
.quick_services {
  text-align: center;
  border: 1px solid var(--secondary-color);
}
.quick_services h2 {
  font-size: 3.4rem;
  font-weight: 800;
  font-family: var(--primary-font);
  padding: 15px 0;
  background-color: var(--secondary-color);
}
.quick_services p {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--secondary-font);
  line-height: 24px;
  padding: 15px 20px;
  color: var(--text-color);
}
.quick_links {
  padding: 0 15px;
  position: relative;
}
.quick_links a {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--secondary-font);
  padding: 8px 0;
  margin-bottom: 15px;
  text-align: center;
  color: var(--text-color);
  position: relative;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  background-color: rgba(255, 224, 133, 0.4);
}
.quick_links a:after,
.quick_links a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
}
.quick_links a:after {
  left: 20px;
}
.quick_links a:before {
  right: 20px;
}
.quick_links a:hover {
  background-color: var(--secondary-color);
}
.astro_services {
  padding: 30px 0 10px;
  background-color: #fff;
  /* background: url(../images/rakesh-bg.png) no-repeat 50%; */
  background-size: cover;
}

.astro_services_right {
  text-align: center;
}
.service_cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  padding: 30px 0;
}
.service_card {
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffd600;
  border: 3px solid #000;
  border-radius: 50% 50% 10px 10px;
  -webkit-border-radius: 50% 50% 10px 10px;
  -moz-border-radius: 50% 50% 10px 10px;
  -ms-border-radius: 50% 50% 10px 10px;
  -o-border-radius: 50% 50% 10px 10px;
}
.sc_image img {
  width: 60%;
  border: 3px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sc_content {
  padding: 5px 20px 20px;
}
.sc_content h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 2.4rem;
  padding: 4px 0;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin-bottom: 5px;
  color: #000;
  background-color: var(--white-color);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.sc_content p {
  font-size: 1.7rem;
  color: var(--text-color);
}
.click_to_read_btn {
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.8rem;
  padding: 3px 40px;
  margin: 15px auto auto;
  color: var(--text-color);
  background-color: var(--secondary-color);
}
.click_to_read_btn:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.service_cards .swiper {
  padding: 20px 30px 40px;
}
.service_cards .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
}
.service_cards .swiper-pagination-bullet-active {
  background-color: var(--secondary-color);
}
.call_pulse {
  width: 75px;
  height: 75px;
  background-color: var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  border: 3px solid var(--white-color);
}
.call_pulse .iconify-inline {
  font-size: 46px;
  color: var(--white-color);
}
.about_astro {
  padding: 30px 0 40px;
  background-color: #fff;
  background: url(../images/rakesh-bg.png) no-repeat 50%;
  background-size: cover;
  position: relative;
  text-align: center;
}
.astro_inner {
  display: grid;
  grid-template-columns: auto 50%;
  grid-gap: 30px;
  gap: 30px;
  text-align: center;
  padding-top: 30px;
}
.astro_right .heading > p {
  text-align: justify;
}
.all_solution_post {
  margin-left: -120px;
  text-align: center;
  padding: 50px 30px 10px;
  position: relative;
}
.all_solution_post:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}
.all_solution_post h2 {
  font-size: 2.6rem;
  font-weight: 500;
  padding: 0 30px;
  text-transform: capitalize;
  font-family: var(--secondary-font);
  color: var(--white-color);
}
.all_solution_post h1 {
  font-size: 3.6rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin: 15px 0;
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.all_solution_post p {
  font-size: 1.7rem;
  font-weight: 300;
  text-transform: capitalize;
  color: var(--white-color);
}
.btn_call {
  background-color: var(--white-color);
}
.btn_call iconify-icon {
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.btn_call a {
  color: var(--secondary-color);
  animation: blink_call 2s infinite;
  -webkit-animation: blink_call 2s infinite;
}
.btn_whatsapp {
  background-color: #00e676;
}
@-webkit-keyframes blink_call {
  0% {
    color: var(--secondary-color);
  }
  50% {
    color: var(--primary-color);
  }
}
@keyframes blink_call {
  0% {
    color: var(--secondary-color);
  }
  50% {
    color: var(--primary-color);
  }
}
.about_astro_images {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_astro_images img {
  width: 100%;
  border-radius: 10px;
  border: 5px solid #ffd600;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact_form {
  text-align: center;
  position: relative;
  background-color: var(--white-color);
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35);
}
.contact_form_heading h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 3rem;
  padding: 20px;
  color: var(--white-color);
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  border-radius: 0 0 50% 50%;
  -webkit-border-radius: 0 0 50% 50%;
  -moz-border-radius: 0 0 50% 50%;
  -ms-border-radius: 0 0 50% 50%;
  -o-border-radius: 0 0 50% 50%;
}
.contact_form_heading p {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 26px;
  padding: 20px;
  text-align: center;
  color: var(--text-color);
}
.contact_form_inputs {
  padding: 0 30px 30px;
}
.contact_form_inputs input,
.contact_form_inputs textarea {
  font-size: 1.7rem;
  font-family: var(--secondary-font);
  font-weight: 400;
  line-height: 20px;
  padding: 16px 20px;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
  color: var(--text-color);
  background-color: var(--white-color);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border: 1px solid var(--primary-color);
}
.input_text {
  display: flex;
  gap: 20px;
}
.contact_form_inputs textarea {
  height: 140px;
  resize: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact_form_inputs input:active,
.contact_form_inputs input:focus,
.contact_form_inputs input:hover,
.contact_form_inputs textarea:active,
.contact_form_inputs textarea:focus,
.contact_form_inputs textarea:hover {
  box-shadow: none;
  border: 1px solid var(--primary-color);
}
button[type="submit"] {
  all: unset;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 24px;
  text-align: center;
  padding: 12px 40px;
  color: var(--white-color);
  background: var(--primary-color);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
button[type="submit"] span {
  display: block;
  font-weight: 600;
  font-size: 2rem;
}
button[type="submit"]:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.send_alert {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -70px;
  padding-top: 60px;
  color: var(--text-color);
}
.form-control::-moz-placeholder {
  color: var(--text-color);
}
.form-control::placeholder {
  color: var(--text-color);
}
.form-control:-ms-input-placeholder {
  color: var(--text-color);
}
.form-control::-ms-input-placeholder {
  color: var(--text-color);
}
.why_choose {
  position: relative;
}
.why_choose .heading {
  text-align: center;
}
.why_choose_blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  gap: 30px;
  margin-top: 30px;
}
.why_choose_blocks > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35);
}
.why_choose_blocks > div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 75px;
  height: 100%;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}
.why_choose_blocks > div > div h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--primary-color);
}
.why_choose_blocks > div > div h2 span {
  display: inline-block;
  padding-right: 5px;
}
.why_choose_blocks > div > div p {
  padding: 5px 0 0;
  font-size: 1.7rem;
  line-height: 24px;
  color: var(--text-color);
}
.why_choose_blocks > div img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@-webkit-keyframes pulse-animation-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 68, 83, 0.9);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 128, 102, 0);
  }
}
@keyframes pulse-animation-primary {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 68, 83, 0.9);
  }
  to {
    box-shadow: 0 0 0 10px rgba(255, 128, 102, 0);
  }
}
.people_say {
  text-align: center;
}
.testimonial_main {
  position: relative;
  padding-top: 10px;
}
.testimonial_slider {
  height: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 20px;
  background-color: var(--white-color);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35);
}
.testimonial_slider_img img {
  margin-left: -10px;
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial_slider_content h3 {
  font-size: 1.8rem;
  padding: 8px 40px;
  font-family: var(--primary-font);
  color: var(--primary-color);
}
.testimonial_slider p {
  font-size: 1.7rem;
  padding: 0 35px;
}
.testimonial_slider_content_main .swiper {
  padding-bottom: 30px;
}
.testimonial_slider_content_main .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: var(--secondary-color);
}
.map {
  width: 100%;
  height: auto;
}
.map iframe {
  width: 100%;
  height: 250px;
  margin-bottom: -5px;
}
.gallery_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.gallery_inner img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 3px solid var(--secondary-color);
}
.disclaimer p {
  font-family: var(--secondary-font);
  font-size: 1.7rem;
  line-height: 28px;
  text-align: center;
  padding: 30px 0 0;
  color: var(--white-color);
}
.disclaimer span {
  font-family: var(--primary-font);
  letter-spacing: 1px;
  font-weight: 400;
}
.footer_inside {
  padding: 30px 0;
  position: relative;
  background-color: var(--primary-color);
  /* background: url(../images/rakesh-bg.png) no-repeat 50%; */
  background-size: cover;
}
.f_box {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px 30px;
  margin-top: 30px;
  background-color: var(--white-color);
}
.f_box > h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white-color);
  padding-bottom: 20px;
  text-align: center;
}
.f_box_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.f_box_inner > div {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
}
.f_box_inner > div > img {
  height: 75px;
}
.f_box_inner > div:last-child {
  margin-bottom: 0;
}
.f_contact_info_content h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -1px;
  padding-bottom: 5px;
  color: var(--text-color);
}
.f_contact_info_content h2 {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.9rem;
  color: var(--text-color);
}
.f_contact_info_content .f_call_number {
  font-size: 2.4rem;
}
.f_quick_services > h2 {
  font-size: 3rem;
  font-weight: 400;
  font-family: var(--primary-font);
  color: var(--white-color);
  padding-bottom: 20px;
  text-align: center;
}
.f_links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  grid-gap: 15px;
  gap: 15px;
  text-align: center;
}
.f_links a {
  display: block;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.6rem;
  padding: 9px;
  color: var(--text-color);
  background-color: var(--white-color);
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  position: relative;
}
.f_links a:hover {
  color: var(--primary-color);
}
.copyright {
  padding: 12px 20px;
  text-align: center;
  background-color: var(--white-color);
}
.copyright h2 {
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.8rem;
  color: var(--text-color);
}
.copyright h2 a {
  display: none;
}
.aop_bg {
  background-color: var(--primary-color);
  background: url(../images/breadcrum_bg.jpg) no-repeat 50%;
  background-size: cover;
}
.breadcrum {
  padding: 50px 0;
  margin-bottom: 50px;
  text-align: center;
}
.breadcrum_content {
  display: inline-block;
}
.breadcrum_content h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 4rem;
  margin: auto;
  line-height: 40px;
  color: var(--white-color);
}
.breadcrum_content h4 {
  display: inline-block;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 25px;
  padding: 5px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.breadcrum_content h4,
.breadcrum_content h4 a:last-child,
.breadcrum_content h4 a:last-child:hover {
  color: var(--white-color);
}
.aop_content,
.aop_inner {
  position: relative;
}
.common_head_para > h2 {
  font-family: var(--primary-font);
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 3.6rem;
  color: var(--primary-color);
}
.common_head_para > p {
  padding: 10px 0 0;
  line-height: 2.6rem;
}
.common_head_para p span {
  display: block;
  padding-top: 10px;
}
.aop1 {
  display: grid;
  grid-template-columns: auto 45%;
  grid-gap: 30px;
  gap: 30px;
  text-align: justify;
  margin-bottom: 30px;
}
.aop1_left .click_to_whatsapp {
  padding-top: 0;
}
.aop1_right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.aop1_right img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.aop2 {
  display: grid;
  text-align: justify;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: auto 50%;
  position: relative;
  margin: 30px 0;
}
.aop2 > div img,
.aop3 > div img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.aop3 {
  padding-bottom: 20px;
}
.aop2 img {
  border: 2px solid var(--secondary-color);
}
.aop3 img {
  border: 2px solid var(--white-color);
}
.service_card_all_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  text-align: center;
  padding-bottom: 40px;
}
.service_card_all_inner .service_card {
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25),
    0 30px 60px -30px rgba(0, 0, 0, 0.3),
    inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35);
}
.other_page_call {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  color: var(--secondary-color);
  animation: blink 2s linear infinite;
  -webkit-animation: blink 2s linear infinite;
}
.other_page_call:hover {
  color: var(--secondary-color);
  animation: none;
  -webkit-animation: none;
}
.service_heading h2 {
  font-size: 2.8rem;
  letter-spacing: -1px;
  text-transform: none;
  text-align: start;
  background-color: unset;
  -webkit-clip-path: none;
  clip-path: none;
  padding: 0;
  color: var(--primary-color);
}
.other_page_inner {
  display: grid;
  grid-template-columns: 50% auto;
  grid-gap: 30px;
  gap: 30px;
  margin: 30px 0;
}
.other_page_container .f_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  margin-top: 0;
  gap: 30px;
}
.other_page_container .f_box .f_contact_info_content {
  padding-top: 10px;
}
.other_page_container .f_box > div > img {
  height: 90px;
}
.other_page_container .f_box > span {
  display: inline-block;
  width: 1px;
  height: 150px;
  background-color: var(--text-color);
}
.contact_page_img {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact_page_img > img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact_info_card > div {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 20px 15px 60px;
  margin: 30px 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
}
.contact_info_card > div .iconify-inline {
  font-size: 7rem;
  width: 100px;
  height: 100px;
  padding: 15px;
  color: var(--white-color);
  background-color: var(--primary-color);
  border: 10px solid var(--white-color);
  -webkit-clip-path: polygon(
    0 15%,
    15% 15%,
    15% 0,
    85% 0,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0 85%
  );
  clip-path: polygon(
    0 15%,
    15% 15%,
    15% 0,
    85% 0,
    85% 15%,
    100% 15%,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0 85%
  );
}
.contact_info_card > div:hover .iconify-inline {
  color: var(--secondary-color);
}
.contact_info_card > div > div h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 2rem;
  padding-bottom: 5px;
  color: var(--text-color);
}
.contact_info_card > div > div h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 26px;
  color: var(--primary-color);
}
.contact_info_card > div:last-child > div h2 {
  font-size: 2.2rem;
}
.contact_info_card a:hover {
  opacity: 0.8;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse_whatsapp;
  animation-name: pulse_whatsapp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@-webkit-keyframes pulse_whatsapp {
  0% {
    box-shadow: 0 0 0 0 #ffd800;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse_whatsapp {
  0% {
    box-shadow: 0 0 0 0 #ffd600;
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse:hover {
  -webkit-animation: unset;
  animation: unset;
}
.btn-call-mob {
  background: #fff;
  position: fixed;
  bottom: 40px;
  left: 40px;
  font-size: 46px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: top right;
  z-index: 99;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: none;
}
.btn-call-mob .iconify {
  animation: bellshake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both;
  -webkit-animation: bellshake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite
    both;
}
@-webkit-keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
@keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
.error_section {
  text-align: center;
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error_section_content h2 {
  font-size: 3.6rem;
  font-family: var(--primary-font);
  font-weight: 400;
  color: var(--text-color);
}
.error_section_content p {
  width: 80%;
  margin: 20px auto;
  font-size: 2rem;
}
.custom_btn a {
  display: inline-block;
  text-decoration: none;
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  font-weight: 400;
  padding: 14px 35px;
  background-color: var(--primary-color);
  color: var(--white-color);
  margin-top: 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.custom_btn a:hover {
  color: var(--secondary-color);
}
.thankYou {
  padding: 90px 0 70px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thankYou h2 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 3.6rem;
  color: var(--text-color);
}
.thankYou p {
  font-size: 2rem;
  margin: 10px auto 20px;
}
.thankYou a {
  display: inline-block;
  text-decoration: none;
  font-family: var(--secondary-font);
  font-size: 1.8rem;
  font-weight: 400;
  padding: 14px 35px;
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 10px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.thankYou a:hover {
  color: var(--secondary-color);
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 58%;
  }
  .menu_links ul li {
    margin-right: 0;
  }
  .menu_links ul li a {
    padding: 10px;
  }
  .astro_inner {
    grid-template-columns: auto 45%;
  }
}
@media (max-width: 991px) {
  .top_bar_inner {
    justify-content: center;
  }
  .menu_bar_main {
    background-color: var(--white-color);
  }
  .menu_links {
    position: unset;
  }
  .menu_links:after {
    all: unset;
  }
  .menu_links ul.menu_links_mob {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    text-align: center;
    background-color: var(--white-color);
    color: var(--primary-color);
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  }
  .menu_links ul.menu_links_mob li a {
    display: inline-block;
    padding: 8px;
  }
  .menu_links_mob li {
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 800;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  }
  .menu_links ul.menu_links_mob_clicked {
    right: 0;
    display: flex;
  }
  .menu_links ul li:hover .sub_menu {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .hero_section {
    margin-top: unset;
  }
  .astro_inner,
  .f_inner,
  .people_say_inner {
    grid-template-columns: 100%;
  }
  .all_solution_post {
    margin-left: unset;
  }
  .why_choose:after {
    display: none;
  }
  .why_choose_blocks > div {
    flex-direction: column;
    text-align: center;
  }
  .why_choose_blocks > div:after {
    width: 100%;
    height: 75px;
    bottom: unset;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
  }
  .aop1,
  .aop2,
  .aop3 {
    grid-template-columns: 100%;
  }
  .aop2 > div:first-child {
    order: 2;
  }
  .other_page_inner {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .other_page_container .f_box {
    justify-content: center;
  }
  .call_btn,
  .other_page_container .f_box > span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header_slider img:first-child,
  .top_bar_inner > div.social_medias {
    display: none;
  }
  .header_slider img:last-child {
    display: unset;
  }
  .btn-call-mob {
    display: flex;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 10px;
  }
  .logo {
    height: 60px;
  }
  .section_gap {
    margin: 40px 0 0;
  }
  .email_us {
    display: none;
  }
  .call_us .nav_contact_info_content h2 {
    font-size: 2.8rem;
  }
  .header_slider .swiper-slide img:first-child {
    display: none;
  }
  .header_slider .swiper-slide img:last-child {
    display: unset;
  }
  .sub_heading {
    gap: 10px;
  }
  .service_cards .swiper {
    padding: 0 0 40px;
  }
  .all_solution_post {
    padding: 20px 20px 0;
  }
  .all_solution_post:after {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .all_solution_post h2 {
    padding: 0;
  }
  .testimonial_slider_content h3 {
    padding: 8px 20px;
  }
  .f_box > div {
    gap: 10px;
  }
  .f_box > div > img {
    margin-left: -15px;
  }
  .why_choose_blocks {
    grid-template-columns: 100%;
  }
  .service_cards {
    gap: 20px;
  }
  .contact_form_heading h2 {
    font-size: 2.4rem;
  }
  .about_astro_images {
    gap: 20px;
  }
}

/* Assuming primary class sets font and base color scheme */
.primary {
  font-family: var(--primary-font);
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

.testimonial-section {
  padding: 2rem;
  text-align: center;
}

.testimonial-heading {
  font-size: 3.6rem;
  margin-bottom: 1.5rem;
}

.testimonial-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.testimonial-img {
  width: 100%;
  max-width: 1080px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* Responsive for tablet and up */
@media (min-width: 768px) {
  .testimonial-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .f_box {
      padding: 0;
  }
}

