html body {
  margin: 0 !important;
  padding: 0 !important;
}

header {
  position: relative;
  height: 100vh;
  /* min-height: 25rem; */
  width: 100%;
}

header video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* Ensure the video covers the entire container */
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header .video-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}

header .navbar {
  position: relative;
  z-index: 2;
}

header .carousel {
  position: relative;
  z-index: 1;
}

.carousel-control-prev {
  top: 0px;
  bottom: 0px;
}

.carousel-control-next {
  top: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .carousel-control-prev {
    margin-top: 15%;
    height: 10%;
  }

  .carousel-control-next {
    margin-top: 15%;
    height: 10%;
  }

  header {
    position: relative;
    height: 25vh;
    /* min-height: 25rem; */
    width: 100%;
  }

  header video {
    position: absolute;
    width: 100%;
    height: 49vh;
    object-fit: cover;
    /* Ensure the video covers the entire container */
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  header .video-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 37vh;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
  }
}

.navbar {
  background-color: transparent;
  /*padding: 15px;*/
  transition: background-color 0.3s ease-in-out;
}

.navbar a {
  color: #fff;
}

.navbar a:hover {
  color: #6ac2b2;
}

.navbar .navbar-brand span,
footer span {
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffff;
  font-family: "Nunito", sans-serif;
  margin-top: 10px !important;
  padding-top: 5px;
  /* Adjust the padding as needed */
  margin-left: 10px;
  /* Adjust the margin as needed */
  font-size: 1.55rem;
  /* Adjust the font size as needed */
}

.navbar-brand img {
  
  /* Adjust the height as needed */
  width: 80px;
  /* Maintain aspect ratio */
}

ul.dropdown-menu.show {
  background: #161415;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffff;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid rgb(249 249 249 / 18%);
  opacity: 1;
}

/*slider*/

.btn-info {
  background: #6ac2b2 !important;
  color: white;
}

.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.area_subtitle {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  /* margin-top: 8%; */
}

.area_subtitle7 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  /* margin-top: 8%; */
}

.area_subtitle2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  color: white;
  margin-top: 4%;
}

.area_subtitle3 {
  letter-spacing: 2px;
  font-weight: 600;
  /* text-align: center; */
  padding-left: 4px;
  background-color: #0045ff;
  width: 28%;
  color: white;
}

.area_subtitle4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  margin-top: 15%;
}

.area_subtitle5 {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}

.area_subtitle6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  /* margin-top: 8%; */
}

.area_subtitle:before,
.area_subtitle:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #0045ff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 4px;
}

.area_subtitle2:before,
.area_subtitle2:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #0045ff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 4px;
}

.area_subtitle3:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: white;
  width: 70px;
  top: 50%;
  transform: translateY(-50%);
  margin: 2px;
}

.area_subtitle4:before,
.area_subtitle4:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #0045ff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 4px;
}


.area_subtitle6:before,
.area_subtitle6:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #0045ff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 4px;
}

.area_subtitle7:before,
.area_subtitle7:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #0045ff;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  margin: 4px;
}


.area_title1 {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 800;
}

.area_title2 {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 800;
  color: white;
}

.area_title3 {
  font-family: "Barlow Condensed", sans-serif;
  text-align: center;
  margin-top: 20px;
  font-weight: 800;
}

.banner_title h1 {
  color: #7efde6;
  margin-top: 70px;
  font-size: 40px;
  margin-left: 80px;
  margin-bottom: 100px;
}

.banner_title2 h1 {
  color: #7efde6;
  margin-top: 75px;
  font-size: 40px;
  margin-left: 100px;
  margin-bottom: 100px;
}

.bannerimg {
  width: 100%;
  height: 50vh;
}

.sentence {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 2%;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .bannerimg {
    width: 100%;
    height: 30vh;
  }

  .banner_title h1 {
    color: #7efde6;
    margin-top:-15px!important;
    font-size: 14px;
    margin-left: 28px;
    margin-bottom: 100px;
  }

  .banner_title2 h1 {
    color: #7efde6;
    margin-top: 40px;
    font-size: 20px;
    margin-left: 38px;
    margin-bottom: 40px;
  }

  .area_subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-top: 35%;
  }

  .area_subtitle7 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
  }

  .area_subtitle2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
  }

  .area_subtitle3 {
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding-left: 5px;
    margin-top: 4%;
    margin-bottom: 0%;
    background-color: #0045ff;
    width: 40%;
    color: white;
  }

  .area_subtitle4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    margin-top: 35%;
  }

  .area_subtitle5 {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }

  .area_subtitle6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
  }

  .area_title3 {
    font-family: "Barlow Condensed", sans-serif;
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
  }
}

.carousel {
  height: 500px;
}

.carousel-caption {
  height: 500px;
}

.carousel-caption h2 {
  font-size: 60px;
  margin-top: -105px;
}

.services {
  text-align: center;
}

.services .icon {
  width: 80px;
  background: #6ac2b2;
  padding: 10px;
  margin: auto;
  border-radius: 50%;
}

.services h3 {
  padding: 10px 0;
  font-size: 22px;
}

.services .card-body {
  border-radius: 20px;
  padding: 30px;
}

.services .card-body:hover {
  background: #6ac2b2;
  color: white;
  transition: background-color 0.5s ease-in;
}

.services .card-body:hover .icon {
  background: white;
}

.services a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
}

.services p {
  text-align: justify;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: #ffff !important;
}

/*statistics*/
.statistics {
  width: 100%;
  background: #4f8280;
  background: linear-gradient(90deg,
      rgba(79, 130, 128, 1) 0,
      rgba(119, 194, 190, 1) 100%);
}

.statistics-container {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.statistics-card {
  width: 150px;
  height: auto;
}

.statistics-card>i {
  max-width: 48px;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  color: white;
}

.statistics-card>p {
  text-align: center;
  color: white;
  margin-bottom: 10px;
}

.statistics-card>h2 {
  text-align: center;
  color: white;
  margin-bottom: 15px;
}

.background h5
{
  border: 1px solid blue;
  width:65%;
  margin: auto;
  font-size: 20px;
  margin-bottom:none !important;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 50px;
  color:black !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  
}









@media only screen and (max-width: 1470px) {
  .statistics-container {
    gap: 80px 200px;
  }
}

/* .about,
.industries {
  padding: 50px;
} */
.about p {
  text-align: justify;
}

.about img {
  border-radius: 20px;
}

footer {
  padding: 0 !important;
  padding-top: 50px !important;
}

footer p {
  text-align: start;
  padding: 4px;
}

footer i {
  font-size: 35px;
  margin-right: 10px;
  color: white;
}

footer i:hover {
  color: #6ac2b2;
}

footer ul {
  list-style: none;
}

footer ul>li {
  margin-bottom: 10px;
}

footer ul>li i {
  font-size: 12px;
  margin: 0;
}

footer a {
  text-decoration: none;
  color: white;
}

footer p i {
  font-size: 20px;
}

.banner {
  position: absolute;
  width: 100%;
  z-index: -2;
}

/* .banner img{
	width: 100%;
} */

/* .banner_title{
	margin-bottom: 100px;
	margin-left: 190px;
	margin-top:50px;
	color:#7efde6;
} */

.testimonial {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #072338;
  color: #3d5a80;
}

.testimonial-slide {
  padding: 40px 20px;
}

.testimonial_box-top {
  background-color: #e0fbfc;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 10px 0;
}

.testimonial_box-text p {
  color: #293241;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.testimonial_box-img {
  padding: 20px 0 10px;
  display: flex;
  justify-content: center;
}

.testimonial_box-img img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  border: 2px solid #6ac2b2;
}

.testimonial_box-name {
  padding-top: 10px;
}

.testimonial_box-name h4 {
  font-size: 20px;
  line-height: 25px;
  color: #293241;
  margin-bottom: 0;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.card {
  margin-top: 8%;
}

@media only screen and (max-width: 600px) {
  .testimonial {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #072338;
    color: #3d5a80;
  }

  .card {
    margin-top: 8%;
  }


  .carousel-caption {
    height: 500px;
  }

  .carousel-caption h2 {
    font-size: 12px;
    margin-top: 340px;
  }

  .carousel-caption p {
    font-size: 9px;
  }

  .carousel-caption .btn-info {
    font-size: 8px;
  }

}

.sideimg1 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg2 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

/* .sideimg2 {
  width: 110%;
  height: 100vh;
  margin-top: 13%;
  margin-bottom: 5%;
  border-radius: 10px;
  margin-left: -80px;
} */

.sideimg3 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg4 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg5 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg6 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg7 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg8 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg9 {
  width: 100%;
  margin-top: 12%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg10 {
  width: 100%;
  /* height: 90vh; */
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg11 {
  width: 100%;
  /* height: 90vh; */
  margin-top: 20%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.sideimg12 {
  width: 100%;
  /* height: 90vh; */
  margin-top: 5%;
  margin-bottom: 5%;
  border-radius: 10px;
}

.rightdiv {
  margin-left: 3%;
  margin-bottom: 2%;
}

.textsize {
  font-size: 200%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-stretch: expanded;
  font-style: normal;
}

.textsize2 {
  font-size: 250%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-stretch: expanded;
  font-style: normal;
}

.paymentbtn1 {
  margin-top: 4%;
}

.paymentbtn2 {
  margin-top: 4%;
}

.paymentbtn3 {
  margin-top: 4%;
}

.paymentbtn4 {
  margin-top: 4%;
}

.paymentbtn5 {
  margin-top: 4%;
}

.paymentbtn6 {
  margin-top: 4%;
}

.paymentbtn7 {
  margin-top: 4%;
}

.paymentbtn8 {
  margin-top: 4%;
}

.paymentbtn1 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 30%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn2 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 30%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn3 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 30%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn4 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 26%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn5 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 25%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn5 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 25%;
  color: #2334de;
}

.paymentbtn6 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 25%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn6 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 25%;
  color: #2334de;
}

.paymentbtn7 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 16%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn7 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 16px;
  width: 16%;
  color: #2334de;
}

.paymentbtn8 button {
  background-color: #2334de;
  color: white;
  padding: 15px;
  width: 35%;
  border-color: #2334de;
  border-radius: 5px;
}

.paymentbtn8 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 16px;
  width: 35%;
  color: #2334de;
}


.paymentbtn1 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 30%;
  color: #2334de;
}

.paymentbtn2 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 30%;
  color: #2334de;
}

.paymentbtn3 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 30%;
  color: #2334de;
}

.paymentbtn4 button:hover {
  background-color: white;
  border-color: white;
  border-radius: 5px;
  padding: 15px;
  width: 26%;
  color: #2334de;
}

.rightdivcontent {
  margin-top: 5%;
}

@media only screen and (max-width: 600px) {
  /* .sideimg {
    width: 99%;
  } */

  .sideimg1 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg2 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg5 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg6 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg7 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg8 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg9 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg10 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg11 {
    width: 100%;
    /* height: 90vh; */
    margin-top: 4%;
    /* margin-bottom: 5%; */
    border-radius: 10px;
  }

  .sideimg12 {
    width: 100%;
    /* height: 102vh; */
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .rightdiv {
    margin-top: 10px;
    margin-left: 0%;
  }

  .textsize {
    font-size: 150%;
    font-weight: 700;
    font-stretch: expanded;
    font-style: normal;
  }

  .paymentbtn1 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 47%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn1 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 47%;
    color: #2334de;
  }

  .paymentbtn2 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 47%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn2 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 47%;
    color: #2334de;
  }

  .paymentbtn3 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 47%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn3 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 47%;
    color: #2334de;
  }

  .paymentbtn4 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 42%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn4 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 42%;
    color: #2334de;
  }

  .paymentbtn5 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 40%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn5 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 40%;
    color: #2334de;
  }

  .paymentbtn6 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 40%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn6 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 40%;
    color: #2334de;
  }

  .paymentbtn7 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 54%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn7 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 54%;
    color: #2334de;
  }

  .paymentbtn8 button {
    background-color: #2334de;
    color: white;
    padding: 15px;
    width: 60%;
    border-color: #2334de;
    border-radius: 5px;
  }

  .paymentbtn8 button:hover {
    background-color: white;
    border-color: white;
    border-radius: 5px;
    padding: 15px;
    width: 60%;
    color: #2334de;
  }


  .textsize2 {
    font-size: 150%;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-stretch: expanded;
    font-style: normal;
  }

  /* .sideimg2 {
    width: 100%;
    height: 100vh;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 10px;
    margin-left: -2px;
  } */

  .sideimg3 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }

  .sideimg4 {
    width: 100%;
    height: 100%;
    margin-top: 0%;
    margin-bottom: 5%;
    border-radius: 10px;
  }
}

.thirdcontent {
  margin-top: 5%;
  padding: 20px;
  /* background-color: #f1f8fb; */
}

.card .read:hover {
  color: #1845ff !important;
}

.cardsize {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 370px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.rightdiv p {
  line-height: 1.6;
  font-size: 17px;
  color: #64696c;
}

.faqs-grid {
  width: 70%;
  margin: auto;
  margin-top: 40px;
}

.faqs-item {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  background-color: #6ac2b2;
}

.faqs-title {
  display: flex;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 15px;
  width: 100%;
  outline: none;
  transition: 0.4s;
}

.active2,
.faqs-title:hover {
  background-color: white;
  color: #6ac2b2;
  border: 1px inset #6ac2b2;
}

.faqs-title:hover:after {
  color: #6ac2b2;
}

.faqs-title:after {
  content: "\002B";
  color: #fff;
  font-weight: normal;
  float: right;
  margin-left: auto;
  font-size: 24px;
  line-height: 1;
  padding-left: 20px;
}

.active:after {
  content: "\2212";
  color: #6ac2b2;
}

.faqs-content {
  padding: 0;
  max-height: 0;
  color: white;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqs-content-inside {
  padding: 20px;
}

.bulletpints {
  list-style: none;
}

.bulletpints li::before {
  content: "\2022";
  color: #072338;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  text-shadow: 2px 2px 4px #072338;
}

.mainlink {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  height: 80vh;
  overflow-y: auto;
}

.mainlink::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.link a {
  font-size: 25px;
  font-weight: 700;
  color: black;
  text-decoration: underline;
  transition: 0.3s;
}

.link .extralongarrow {
  color: #072338;
  margin: 15px;
}

.mainlink .link p {
  padding-left: 45px;
}

.link a:hover {
  text-decoration: none;
  padding-left: 20px;
  color: #072338;
  transform: translate(10px, 0px);
}

.heading {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

.cardsssss {
  width: 170px;
  border-radius: 10px;
  height: 90px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  text-align: center;
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .link a {
    font-size: 15px;
    font-weight: 700;
    color: black;
    text-decoration: underline;
    transition: 0.3s;
  }

  .heading {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .cardsssss {
    width: 170px;
    border-radius: 10px;
    height: 90px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    text-align: center;
    padding: 15px;
    margin: 6px auto;
  }
}

.tile {
  width: 95%;
  margin: 20px auto;
}

#tile-1 .tab-pane {
  padding: 15px;
  height: auto;
}

#tile-1 .nav-tabs {
  position: relative;
  border: none !important;
  background-color: #fff;
  /*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius: 6px;
}

#tile-1 .nav-tabs li {
  margin: 0px !important;
}

#tile-1 .nav-tabs li a {
  position: relative;
  margin-right: 0px !important;
  padding: 20px 40px !important;
  font-size: 16px;
  border: none !important;
  color: #333;
}

#tile-1 .nav-tabs a:hover {
  background-color: #fff !important;
  border: none;
}

#tile-1 .slider {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: #0b66ac;
  position: absolute;
  z-index: 1200;
  bottom: 0;
  transition: all 0.4s linear;
}

#tile-1 .nav-tabs .active {
  background-color: transparent !important;
  border: none !important;
  color: #0b66ac !important;
}

.active:after {
  content: "";
}

/* pricing */

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
#pricing {
  padding: 60px 0;
  overflow: hidden;
}

.inner-page {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }

  .inner-page {
    padding: 0px;
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
  text-decoration: none;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

.switch-button {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  overflow: hidden;
  width: 250px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
  position: relative;
  padding-right: 120px;
  position: relative;
  border: solid 1px #4154f1;
  margin: auto;
  margin-bottom: 50px;
}

.switch-button:before {
  content: "IT Pricing";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 5px 5px;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(65, 84, 241, 1) 100%);
  color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*email style*/

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.owl-carousel .item img {
  width: 150px;
}

.bg-primary {
  background: #4154f1 !important;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgb(65 84 241 / 30%);
}

.icon-bar {
  background: #00a958 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  left: -41px;
  padding: 10px 25px;
  position: fixed;
  text-decoration: none !important;
  top: 300px;
  transform: rotate(-90deg);
  z-index: 99999;
  border: none;
  border-radius: 4px;
}

.btn-close {
  font-size: 10px;
  float: right;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: 4px;
}

.switch-button {
  background: rgba(255, 255, 255, 0.56);
  border-radius: 30px;
  overflow: hidden;
  width: 250px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  color: black;
  position: relative;
  padding-right: 120px;
  position: relative;
  border: solid 1px #4154f1;
  margin: auto;
  margin-bottom: 50px;
}

.switch-button:before {
  content: "IT Pricing";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.switch-button-checkbox:checked+.switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear;
}

.switch-button-checkbox+.switch-button-label {
  position: relative;
  padding: 5px 5px;
  display: block;
  user-select: none;
  pointer-events: none;
}

.switch-button-checkbox+.switch-button-label:before {
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(65, 84, 241, 1) 100%);
  color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}

.switch-button-checkbox+.switch-button-label .switch-button-label-span {
  position: relative;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.section-header1 {
  text-align: center;
  padding-top: 5%;
  /* padding-bottom: 40px; */
}

.section-header1 h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header1 p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .section-header1 p {
    font-size: 28px;
    line-height: 32px;
  }

  .inner-page {
    padding: 0px;
    overflow: hidden;
  }
}



/*+++++++++++++++++ Refund Privacy +++++++++++++++++++ */

.section1 h2
{
  color: #6AC2B2;
  padding: 6px;
}
.section2 h2
{
  color: #6AC2B2;
  padding: 6px;
}
.section2 .bi
{

  color: #6AC2B2 !important;
}
.section3 h3
{
  color:#6AC2B2;
}

.section4 h3
{
  color:#6AC2B2;
  padding: 6px;
}
.section4 p
{
  line-height: 24px;
  text-align: start;
}