html {
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/*Call to action Buttons and anchor button*/

.ActionButtons {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 74vh;
  cursor: pointer;
}

/*Modal for whatsapp call to action button*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #14113f;
  width: 50%;
}

/* The Close Button */
.close {
  color: #14113f;
  position: relative;
  margin-left: 93%;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(58, 58, 58);
  text-decoration: none;
  cursor: pointer;
}

/*styling home page*/
/*header styling home page*/
#header_home {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 44px;
}

.header_box {
  position: relative;
  display: inline-block; /* Make the width of box same as image */
}
.header_box .header_text {
  position: absolute;
  z-index: 999;
  margin-right: 5%;
  left: 5%;
  top: 40%; /* Adjust this value to move the positioned div up and down */
  text-align: left;
  font-size: 2em;
  background-color: rgba(255, 255, 255, 0.246);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
}

h1 {
  font-weight: 900;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 3vw;
}

hr {
  width: 90%;
  border: 0;
  clear: both;
  display: block;
  background-color: #14113f;
  height: 1px;
}

/*Breadcrums */

ul.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
}
ul.breadcrumbs li {
  display: inline;
  font-size: 18px;
  color: #b7131f;
}
ul.breadcrumbs li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumbs li a {
  color: #14113f;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #14113f;
  text-decoration: underline;
}

/*what we offer - section 1*/

.section1 {
  padding: 20px 10px 20px 10px;
}

.services-icon-home {
  width: 100px;
}

.services-boxes-home {
  margin-left: 5vw;
}

.services-titles {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 1.5vw;
}

/*flowchart - section 2*/

.section2 {
  padding: 20px 0px 20px 0px;
  border-top: #14113f solid 10px;
  border-bottom: #14113f solid 10px;
  height: auto;
  width: 100vw;
  margin-left: -15px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

/*testimonials - section 3*/

.section3 {
  padding: 20px 10px 5px 10px;
}

.testimonial {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 1.5vw;
  margin-top: 20px;
}

.testimonial-person {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-weight: 900 !important;
  font-size: 1.5vw;
}

#discover-more {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #b7131f !important;
  font-size: 1.5vw;
  position: relative;
  margin: 9% 2% 2% 2%;
  float: right;
}

.quote-open {
  position: absolute;
  top: -30px;
  width: 9vw;
  left: 2%;
}

.quote-end {
  position: absolute;
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
  top: 55%;
  width: 9vw;
  right: 2%;
  margin-bottom: 5px;
}

/*general requirements - section 4*/

.section4 {
  padding: 20px 10px 20px 10px;
  height: auto;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 1.5vw;
}

/*videos - section 5*/

.section5 {
  padding: 20px 10px 20px 10px;
  height: auto;
}

.swiper-custom-next.swiper-button-disabled,
.swiper-custom-prev.swiper-button-disabled {
  opacity: 0.2;
}

/* Zoom In on hover */
.vid-thumb {
  overflow: hidden;
  display: block;
  width: auto;
}

.vid-thumb img {
  display: block;
}

.swiper-slide:hover .desc {
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
}

.vid-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vid-thumb:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

/*sniper style */
.swiper-container-videos
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: relative;
  top: 0px;
}

.swiper-container-videos .swiper-slide a {
  text-decoration: none;
  font-size: 14px;
  color: #1f2f3c;
}
@media only screen and (max-width: 800px) {
  .swiper-container-videos .swiper-slide a {
    font-size: 11px;
    line-height: 14px;
  }
}
.swiper-container-videos .selected.swiper-slide a .desc {
  color: #721e2e;
  font-weight: bold;
}
.swiper-container-videos .selected {
  border-bottom: 1px solid #c4c4c4;
}
/*  
slidesPerView: "auto" so the width of each slide set by CSS */
.swiper-container-videos .swiper-slide {
  max-width: auto;
  margin-top: 2vw;
  width: 36%;
  text-align: center;
  font-size: 18px;
}

.swiper-container-videos .swiper-slide a .desc {
  margin-top: 3px;
  margin-bottom: 3px;
}

.swiper-container-videos .swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #b4234c;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

/*section6*/
/*Partners*/

.section6 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 1.5vw;
  height: auto;
  padding: 20px 10px 20px 10px;
}

/*styling About page*/
/*header styling About page*/

/*description about us*/

#header_about {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 68px;
}

.about-description1 {
  height: auto;
  padding: 20px;
}

.about-description2 {
  position: absolute;
  top: 87px;
  left: 3vw;
  height: fit-content;
  padding: 10px;
}

#fade-in {
  opacity: 0;
  transition: all 0.75s ease;
}

#fade-in.show {
  opacity: 1;
}

.uni-icon {
  width: 100px;
  margin: 30px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about-description2 {
    top: 184px;
  }
  .about-description1 {
    height: 500px;
  }
  #socialMediaFooter {
    margin-top: 3em;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .about-description2 {
    top: 184px;
  }
  .about-description1 {
    height: 500px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .about-description1 {
    height: 500px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .about-description1 {
    height: 500px;
  }
}

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
  .about-description1 {
    height: 640px;
  }
}

/* Extra EXTRA large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1500px) {
  .about-description1 {
    height: auto;
  }
}

#mission-vision {
  text-align: justify;
  padding: 20px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  margin-top: 4vh;
}

#values {
  text-align: justify;
  padding: 20px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
}

#valuesContainer {
  background-image: url("/images/back2.png");
  background-attachment: fixed;
  padding: 15px;
  background-size: 200px;
}

.valueItems {
  background-color: white;
  padding: 20px;
}

/*header styling Services page*/

#header_services {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 45px;
}

#services-container {
  padding: 20px 0px 20px 0px;
}

#services-icon {
  width: 50%;
}

.blockquote {
  color: #14113f;
}

/*header styling Testimonials page*/

#header_testimonials {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 68px;
}

.testimonials {
  margin-top: 80px;
}

.tester_new {
  padding: 20px 0 100px;
}
.tester_new hr {
  width: 100px;
}
.tester_new .carousel-item p {
  color: #14113f;
  line-height: 28px;
  letter-spacing: 1px;
}
.tester_new .carousel-item hr {
  width: 100px;
}
.tester_new .carousel-item h5 {
  font-weight: 700;
  margin-bottom: 0;
  color: #b7131f;
}
.tester_new .carousel-indicators li {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-image: url(/images/Rithu.jpg);
  background-position: center;
  background-size: cover;
  border: 5px solid #f1f2f3;
  opacity: 0.4;
  box-shadow: 0px 0px 5px 1px #ccc;
  margin: 0 10px;
  cursor: pointer;
}
.tester_new .carousel-indicators li:nth-child(2) {
  background-image: url(/images/Shriya.png);
}
.tester_new .carousel-indicators li:nth-child(3) {
  background-image: url(/images/Pooja.png);
}

.tester_new .carousel-indicators .active {
  opacity: 1;
}

#indicators2 {
  bottom: -100px;
}

.tester_new .carousel-indicators {
  top: 10px;
  justify-content: flex-center;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.carousel-item {
  margin-top: 150px;
}

#carouselIndicators {
  margin-top: 20px;
  width: auto !important;
}

/*header styling Contact page*/

#header_contact {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 44px;
}

.text-contact {
  font-weight: 900;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: #14113f !important;
  font-size: 2rem;
}

/*header styling FAQ page*/

#header_faq {
  width: 100vw;
  height: auto;
  padding: 0px;
  margin-left: -15px;
  margin-top: 44px;
}

.accordion {
  background: #14113f;

  color: white;

  cursor: pointer;

  margin-top: 1vh;

  margin-bottom: 1vh;

  padding: 18px;

  width: 100%;

  border: 4%;

  text-align: left;

  outline: none;

  font-size: 15px;

  transition: 0.4s;

  text-decoration: none;

  background-position: 0 0;

  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50%,
    #b7131f 50%
  );

  transition: background-position 0.5s ease-out 0s;
  background-size: 200.22% auto;
}

.active,
.accordion:hover {
  background-position: -99.99% 0;

  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 50% #b7131f 50% !important;
  );
}

.accordion:after {
  content: "\002B";

  color: white;

  font-weight: bold;

  float: right;

  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;

  background-color: #b7131f !important;

  color: white;

  width: 100%;

  margin-bottom: 1vh;

  max-height: 0;

  overflow: hidden;

  transition: max-height 0.2s ease-out;
}

/*NAVBAR styling home page*/

/*.active{
  color: #B61220;
}*/

.nav-link {
  color: #14113f !important;
  padding-left: 50px !important;
}
.home-link {
  color: #b61220 !important;
}
.navbar {
  top: 0px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

/*footer*/

#footer_image {
  min-height: 300px;
  position: static;
  width: 100vw;
  height: auto;
  bottom: 0px;
}

.footer_box {
  position: relative;
  display: inline-block; /* Make the width of box same as image */
  width: 100vw;
}
.footer_box .footer_text {
  position: absolute;
  z-index: 999;
  top: 25%; /* Adjust this value to move the positioned div up and down */
  width: 100vw;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  color: white;
}

.footer-row4 {
  background-color: #b7131f;
  margin-top: 6%;
  border-left: #b7131f solid 5px;
  padding: 20px, 0px;
}

#footerfill {
  position: absolute;
  background-color: #b7131f;
  width: 100vw;
  height: 200px;
  top: 10em;
  z-index: -100;
}

.collumn-footer-row4 {
  padding-left: 5%;
}

.collumn-footer-row6 {
  float: right;
}

.collumn-footer-row5 {
  float: left;
}

@media only screen and (max-width: 765px) {
  #socialMediaFooter {
    margin-top: 4em;
  }
  .footer_box {
    margin-top: 20px;
  }
}

.instagram {
  width: 50px;
  height: auto;
}

.facebook {
  width: 50px;
  height: auto;
}

.twitter {
  width: 50px;
  height: auto;
}

.icon {
  margin-bottom: 10px;
  padding-top: 10px;
}

.icon:hover {
  opacity: 0.7;
}

.sitemap {
  list-style-type: none;
}

.sitemap-link {
  color: white;
}

/* test*/
