@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

.archivo {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #393e46;
  /* overflow: hidden; */
}

h1 {
  font-size: 61px;
}

h2 {
  font-size: 50px;
}

img {
  width: 100%;
}
.sec_padding,
.banner_sec,
.our_process,
.our_services,
.expertize_sec,
.our_products,
.get_start_sec,
.indus_sec,
.blogs_page,
.contact_sec,
.price_table_sec,
.products_sec,
.blog_detail {
  overflow: hidden;
}

/* Banner BG Slider Start */
.my_bg_slider {
  position: absolute;
  width: 100%;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.my_bg_slider img {
  width: 100%;
}
/* Banner BG Slider End */

/* Navbar Start */

.main_navbar {
  background: #393e46;
}
.navbar_logo {
  width: 180px;
}
.navbar_logo img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.my_nav_list .nav-item .nav-link {
  font-family: "Archivo", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1px;
  padding: 0px 15px 0px 15px;
  color: #fff;
}
.my_nav_list .nav-item .nav-link:hover {
  color: #008080;
}
.my_nav_list .nav-item.dropdown .dropdown-menu {
  background: #000;
  color: #fff;
  padding: 15px 0 0;
  z-index: 9999999999;
}
.my_nav_list .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 10px;
}
.my_nav_list .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #000;
  color: #008080;
}
.navbar-toggler {
  border: 3px solid #008080;
}

@media (min-width: 960px) {
  body > section:nth-of-type(1) {
    padding-top: 8rem;
  }

  .main_navbar {
    background-color: #393e46 !important;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
  }
}

/* Navbar End */

.icon_list_items {
  margin-bottom: 0;
  list-style: none;
}
.icon_list_item a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s;
}
.icon_list_item a:hover .icon_list_text {
  color: #008080;
}
.icon_list_icon {
  margin-right: 15px;
}

/* Banner Sec Start */
.banner_content {
  transition: all 400ms;
  margin-bottom: 0px;
  padding: 280px 0px 200px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -86px;
}
.banner_sec {
  /* background-color: #000; */
  position: relative;
  overflow: hidden;
}
.banner_content h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -1.5px;
  color: #fff;
}

.banner_content p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 17px;
}
/* Banner Sec End */

/* Title Tag Start */
.title_tag {
  color: #008080;
  margin: 0px 0px 15px 0px;
  padding: 1px 15px 1px 15px;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.title_tag_green {
  background-color: #008080;
  color: #fff;
}
/* Title Tag End */

/* Buttons Style Start */
.btn {
  border-radius: 0px 0px 0px 0px;
  padding: 15px 40px 15px 40px;
  background: #fff;
  color: #008080;
  font-size: 15px;
  font-weight: 500;
}
.btn:hover {
  background-color: #fff;
}
.btn .btn_icon {
  margin-left: 15px;
}
.btn.btn-green {
  background-color: #008080;
  color: #fff;
}
.btn.btn-green:hover {
  background: #fff;
  color: #008080;
}
.btn.btn-white {
  background-color: #fff;
  color: #008080;
}
.btn.btn-white:hover {
  background-color: #393e46;
  color: #fff;
}
.btn.btn-green-to-black {
  background-color: #393e46;
  color: #fff;
}
.btn.btn-green-to-black:hover {
  background-color: #008080;
  color: #fff;
}

.btn-round {
  border-radius: 30px 30px 30px 30px;
  padding: 5px 50px;
  color: #000;
  background-color: #fff;
  font-size: 24px;
}
.btn-round:hover {
  color: #fff;
  background-color: #008080;
}
/* Buttons Style End */

.sec_padding {
  padding: 50px 50px 50px 50px;
}

/* About Sec Start */
.about_sec_img img {
  width: 100%;
}
.about_sec {
  background-color: #f8f8f8;
}
.sec_title {
  color: #393e46;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0px 0 20px;
}
.sec_sub_title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec_p {
  color: #393e46;
  font-size: 18px;
  line-height: 1.5;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
  text-align: right;
  vertical-align: middle;

}
/* About Sec End */

/* Our Process Section Start */
.our_process {
  padding: 50px 0px 30px 0px;
}
.our_process_head {
  text-align: center;
}
.our_process_box:hover .icon_box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #eeeeee;
  border-color: #008080;
}
.our_process_box .icon_box img {
  width: 100%;
}
.our_process_box .icon_box {
  width: 70px;
  margin: 15px auto;
  padding: 10px;
  border-radius: 50%;
  transition: all 400ms;
  border: 1px solid transparent;
}
.our_process_box {
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
  transition: all 400ms;
  padding: 20px 20px 20px 20px;
  margin: 15px 0;
}
.our_process_box {
  height: 95%;
}
.our_process_box:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.our_process_box_link {
  text-decoration: none;
  color: #393e46;
}
.our_process_box_link:hover {
  color: #393e46;
}
.our_process_box h3 {
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 18px;
  margin: 20px 0;
}
.our_process_box:hover h3 {
  color: #008080;
}
.our_process_box p {
  font-size: 16px;
  line-height: 1.5;
}
/* Our Process Section End */

/* Our Services Start */
.our_service_img img {
  width: 100%;
  transition: all 400ms;
}
.centered_title_sec {
  text-align: center;
  margin: 0 0 40px;
}
.our_service_box_content {
  padding: 15px 20px 20px 20px;
  background-color: #393e46;
  color: #fff;
}
.our_service_content_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  transition: all 400ms;
}
.our_service_content_p {
  margin: 0px 0px 14px 0px;
  font-size: 16px;
  min-height: 72px;
}
.readMore_btn {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 5px;
}
.readMore_btn:hover {
  color: #fff;
  text-decoration: none;
}
.our_service_box_content .readMore_btn:hover {
  color: #d3d3d3;
}
.our_service_img {
  overflow: hidden;
  transition: all 400ms;
}
.our_service_box {
  border-bottom: 3px solid transparent;
  transition: all 400ms;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.our_service_box:hover {
  border-color: #008080;
}
.our_service_box:hover .our_service_content_title {
  color: #008080;
}
.our_service_box:hover .our_service_img img {
  transform: scale(1.3);
}
/* Our Services End */

/* Expertize Sec Start */
.expertize_sec {
  background-color: #008080;
}
.expertize_img img {
  width: 100%;
  border-radius: 30px;
}
.sec_content_list .sec_content_list_item {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.sec_content_list .sec_content_list_item .sec_content_list_item_bold {
  font-weight: 700;
}
.expertize_sec_content .sec_title {
  color: #fff;
}
/* Expertize Sec End */

/* Our Products Sec Start */
.our_products {
  margin: 50px 0;
}
.our_product_box_img img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  object-position: center;
  transition: all 400ms;
}
.our_product_box {
  background: #008080;
  padding: 20px 20px 20px 20px;
  text-align: center;
}
.our_product_link {
  color: #fff;
  text-decoration: none;
}

.our_product_box:hover .our_product_box_img img {
  transform: scale(1.3);
}
.our_product_box_title {
  margin-bottom: 0;
  padding: 30px 0 0;
  color: #fff;
  text-decoration: none;
}

.our_product_box:hover .our_product_box_title {
  color: #000;
  text-decoration: none;
}
.our_product_box_img {
  border-radius: 14px;
  overflow: hidden;
}
/* Our Products Sec End */

/* Getting Started Sec Start */
.get_start_sec video {
  position: relative;
  width: 100%;
  height: 768px;
  object-fit: cover;
  object-position: center;
}
.get_start_sec {
  overflow: hidden;
  position: relative;
}
.background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #393e46;
  z-index: 1 !important;
  left: 0;
  top: 0;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.get_started {
  z-index: 999999 !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.get_started_content h1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -1.5px;
  color: #fff;
}
.get_started_content p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  max-width: 100ch;
  margin: 0 auto 15px;
}
/* Getting Started Sec End */

/* Indus RAD Sec Start */
.indus_sec {
  padding: 50px 0;
  background-image: linear-gradient(180deg, #b9b9b9 0%, #008080 100%);
}
.indus_sec_text marquee {
  font-size: 109px;
  font-family: fantasy;
  letter-spacing: 7px;
  font-weight: 500;
}
.indus_sec_text .marquee_1 {
  -webkit-text-stroke: 2px white;
  color: #0000;
}
.indus_sec_text .marquee_2 {
  font-size: 109px;
  font-family: fantasy;
  -webkit-text-stroke: 0px white;
  color: #fff;
  letter-spacing: 7px;
  font-weight: 500;
}
/* Indus RAD Sec End */

/* Footer Start */
.footer_logo_link {
  display: block;
}
.footer_logo_img_box img {
  width: 90%;
}
.footer {
  background-color: #393e46;
  padding: 50px 0 0;
  color: #fff;
}

.footer_about-p {
  margin: 10px 0;
}

.footer__links {
  padding-left: 0 !important;
}
.footer__links .icon_list_icon {
  margin-right: 5px;
  color: #008080;
}
.footer__links .footer__link {
  font-size: 19px;
  line-height: 2;
}
.footer__links .footer__link a {
  display: inline-block;
  align-items: center;
}
.footer__links .footer__link .icon_list_icon {
  font-size: 13px;
}
.footer_contactUS .footer__link .icon_list_icon {
  font-size: 17px;
  margin-right: 12px;
}
.footer .foooter__subhead {
  font-size: 20px;
  color: #008080;
}
.copy_right {
  text-align: center;
  border-top: 1px solid #fff;
  padding: 15px 0;
  margin: 40px 0 0;
  line-height: 1;
}
/* Footer End */

/* About Page Start */
.expertize_sec.sec_padding .sec_p {
  color: #fff;
}
/* About Page End */

/* Services Sec Start */
.price_table {
  max-width: 620px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.price_table_header {
  padding: 20px 20px 20px 20px;
  background: #008080;
  text-align: center;
  color: #fff;
}
.price_table_heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
}
.price_table_header p {
  font-size: 16px;
  font-weight: 300;
}
.price_table_price {
  text-align: center;
  padding: 40px 0px 20px 0px;
}
.price_table_price h2 {
  font-size: 39px;
  line-height: 0.8;
  color: #000000;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: start;
}
.price_table_price_before {
  line-height: 1;
  font-size: 15px;
  margin-right: 3px;
}
.price_table_price_after {
  line-height: 1;
  font-size: 15px;
  margin-left: 3px;
}

.price_table_body {
  padding: 10px 10px 20px 10px;
}
.price_table_list_item {
  font-size: 17px;
  line-height: 1;
  margin: 0 5px;
  color: #000;
}
.price_table_list_item::after {
  content: "";
  display: block;
  width: 102%;
  height: 1px;
  background: #000;
  margin: 10px 0 10px -26px;
}
.price_table_list {
  margin: 0;
  list-style-image: url(../Images/svg-tick.svg);
}
.price_table_list_item::marker {
  font-size: 35px;
  line-height: 0;
  display: block;
}
.price_table_footer {
  background-color: #000000;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.price_table_sec_img {
  border-radius: 30px;
  overflow: hidden;
}
/* Services Sec End */

/* Blogs Page Start */
.blogs_page {
  padding: 50px 0;
}
.post_text {
  padding: 20px 10px;
}
.post_title a {
  font-size: 23px;
  line-height: 1;
  color: #008080;
  text-decoration: none;
}
.post_text p {
  margin: 10px 0;
  line-height: 1.5;
  font-size: 17px;
  color: #777;
}
.post_text .readMore_btn {
  color: #008080;
}
/* Blogs Page End */

/* Blog Detail Start */
.blog_detail_title {
  color: #000000;
  font-size: 37px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  /* letter-spacing: 0.6px; */
}

.blog_detail {
  padding-left: 150px;
  padding-right: 150px;
}
.blog_detail_img {
  width: 57%;
  margin: 20px 0;
}
.blog_detail .sec_p {
  margin: 20px 0;
  font-size: 17px;
}
.blog_detail_subHead {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0;
}
.blog_detail_list_item {
  font-size: 17px;
}
.blog_detail .sec_sub_title {
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}
.blog_detail .sec_p strong {
  color: #000;
}
/* Blog Detail End */

/* Contact Us Start */
.contact_sec .icon_list_items .icon_list_item a {
  color: #000;
  font-size: 18px;
}
.contact_sec .icon_list_items .icon_list_icon {
  font-size: 20px;
}

.contact_sec_form input,
.contact_sec_form textarea {
  border: 1px solid #69727d;
  background-color: #ffffff;
  color: #000;
  opacity: 1;
}
.contact_sec_form textarea {
  min-height: 100px;
  resize: none;
}
.contact_sec_form input::placeholder,
.contact_sec_form textarea::placeholder {
  color: #000;
  opacity: 0.5;
}
.contact_sec_form input:focus,
.contact_sec_form textarea:focus {
  box-shadow: unset;
  border-color: #000;
}
.contact_sec_form .form-label {
  margin-bottom: 0;
  color: #000;
}
.contact_sec_form .btn {
  width: 100%;
  background: #008080;
  color: #fff;
  font-size: 17px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Contact Us ENd */

.products_sec3 {
  padding-top: 0;
}

/* Responsive Start */
@media (max-width: 1440px) {
  .blog_detail {
    padding-left: 100px;
    padding-right: 100px;
  }
  .banner_content {
    padding: 260px 0px 130px 0px;
  }
}
@media (max-width: 1380px) {
  .our_product_box_title {
    font-size: 21px;
    padding-top: 20px;
  }
  .our_product_box_img img {
    height: 150px;
  }
  .get_start_sec video {
    height: 588px;
  }
  .sec_title {
    font-size: 38px;
    line-height: 1.2;
  }
  .get_started_content h1 {
    font-size: 42px;
    line-height: 1.5;
  }
  .blog_detail {
    padding-left: 60px;
    padding-right: 60px;
  }
  .banner_content {
    padding: 240px 0px 120px 0px;
  }
}
@media (max-width: 1280px) {
  .get_started_content h1 {
    font-size: 39px;
    line-height: 1.3;
  }
  .get_started_content p {
    font-size: 17px;
    line-height: 1.3;
  }
  .blog_detail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner_content {
    padding: 240px 0px 100px 0px;
  }
}

@media (max-width: 1180px) {
  .banner_content {
    padding: 220px 0px 70px 0px;
  }
  .our_product_box {
    margin-bottom: 25px;
  }
  .footer_about-p {
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .navbar_logo {
    width: 140px;
  }
  .banner_content h1 {
    font-size: 45px;
    line-height: 1.2;
  }
  .sec_padding {
    padding: 50px 5px 50px 5px;
  }
  .my_nav_list .nav-item .nav-link {
    padding: 0 10px;
    font-size: 15px;
  }

  .expertize_img img {
    height: 490px;
    object-fit: cover;
    object-position: center;
  }
  .sec_content_list .sec_content_list_item {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sec_content_list {
    padding-left: 20px;
  }
  .our_services {
    padding: 10px 5px 50px;
  }
  .price_table_sec_img img {
    height: 580px;
    object-fit: cover;
    object-position: center;
  }
  .banner_content {
    padding: 140px 0px 100px 0px;
  }
  .blog_detail_img {
    width: 50%;
    margin: 20px auto;
  }
  .blog_detail_title {
    font-size: 28px;
  }
  .products_sec3 {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .indus_sec_text marquee,
  .indus_sec_text .marquee_2 {
    font-size: 70px;
  }
  .indus_sec {
    padding: 30px 0;
  }
  .footer__quick-links {
    margin-bottom: 25px;
  }
  .footer_about {
    margin-bottom: 25px;
  }
  .copy_right {
    margin-top: 0;
  }
  .footer_logo_img_box {
    max-width: 250px;
  }
  .my_nav_list .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 17px;
  }
  .main_navbar .icon_list_items {
    padding-left: 0;
  }
  .navbar_logo {
    width: 200px;
  }
  .our_products {
    max-width: 768px;
    margin: 50px auto;
  }

  .our_product_box_img img {
    height: 200px;
  }
  .get_start_sec video {
    height: 480px;
  }
  .centered_title_sec {
    text-align: center;
    margin: 0 0 0px;
  }
  .price_table_sec .row {
    flex-direction: column-reverse;
  }
  .price_table_sec_img img {
    height: unset;
  }
  .price_table_sec {
    max-width: 620px;
    margin: 0 auto;
  }
  .price_table_sec_img {
    margin-bottom: 30px;
  }
  .price_table_header p {
    line-height: 1.3;
  }
  .products_sec .row {
    flex-direction: column-reverse;
  }
  .products_sec .about_sec_img {
    margin-bottom: 30px;
  }
  .products_sec {
    max-width: 640px;
    margin: 30px auto;
    padding: 20px 0px;
  }
  .main_navbar {
    /* background: rgba(0, 0, 0, 0.5); */
    background: #000;
  }
  .blog_detail_title {
    font-size: 28px;
  }
  .footer_about-p {
    padding-right: 0px;
  }
}

@media (max-width: 768px) {
  .about_sec_img img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .our_process {
    max-width: 550px;
    margin: 0px auto;
  }
  .my_bg_slider {
    transform: translate(-50%, -50%) scale(2);
  }
}

@media (max-width: 736px) {
  .about_sec_img img {
    height: unset;
  }
  .our_service_box {
    max-width: 480px;
    margin: 20px auto;
  }

  .our_service_content_p {
    min-height: unset;
  }
  .about_sec .row {
    flex-direction: column-reverse;
  }

  .about_sec_img {
    margin-bottom: 30px;
  }
  .expertize_img img {
    height: unset;
  }

  .expertize_img {
    margin-bottom: 30px;
  }
  .contact_sec_form {
    margin-bottom: 30px;
  }
  .blog_detail_title {
    font-size: 25px;
    line-height: 1.2;
  }

  .blog_detail_img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .our_product_box_img img {
    height: 240px;
  }
  .get_start_sec video {
    height: 670px;
  }
  .get_started_content h1 {
    font-size: 43px;
    line-height: 1.1;
  }
  .get_started a.btn.btn-green {
    font-size: 13px;
  }
  .expertize_img img {
    height: unset;
  }
  .expertize_img {
    margin-bottom: 30px;
  }
  .products_sec .sec_title {
    font-size: 30px;
  }
  .my_bg_slider {
    transform: translate(-50%, -50%) scale(2.2);
  }
  .blog_detail_subHead {
    font-size: 25px;
  }
  .banner_content h1 {
    font-size: 33px;
  }
  .sec_title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .sec_title br {
    display: none;
  }
  .products_sec3 td {
    font-size: 13px;
    line-height: 1.2;
    padding: 5px;
  }
  .products_sec3 th {
    padding: 5px;
    line-height: 1.1;
  }
}

@media (max-width: 428px) {
  .my_bg_slider {
    transform: translate(-50%, -50%) scale(3);
  }
}
