@charset "utf-8";
/* CSS Document */
/*
Author:Adoxend,enquiry@adoxend.com,+91 9606 676 600
_____________________________________________________________________________*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  background: url(../images/bg-lines.svg) repeat-y top right;
  font-weight: 300;
  color: #000;
  line-height: 28px;
}
h1 {
  font-size: 1.625rem;
  font-weight: 600;
} /*48*/
h2 {
  font-size: 1.5rem;
} /*36*/
h3 {
  font-size: 1.375rem;
} /*30*/
h4 {
  font-size: 1.25rem;
} /*24*/
h5 {
  font-size: 1rem;
  line-height: 2rem;
} /*20*/
h6 {
  font-size: 0.875rem;
} /*16*/
p {}
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    font-weight: 600;
  } /*48*/
  h2 {
    font-size: 2.25rem;
  } /*36*/
  h3 {
    font-size: 1.875rem;
  } /*30*/
  h4 {
    font-size: 1.5rem
  } /*24*/
  h5 {
    font-size: 1.25rem;
    line-height: 2rem;
  } /*20*/
  h6 {
    font-size: 1rem;
  } /*16*/
  p {}
}
a, a:hover {
  transition: all 0.2s linear;
  color: #2989E0
}
p:last-child {
  margin: 0px;
}
.sub-heading {}
.heading-style {
  color: #B19777;
  font-weight: 400
}
.letter-space-style {
  letter-spacing: 8px;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.font-weight-bolder {
  font-weight: 600 !important;
}
.text-primary {
  color: #2989E0 !important;
}
.font-weight-medium {
  font-weight: 400 !important;
}
section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.home-banner {
  max-height: 100vh;
}
.home-banner .img-banner {
  max-height: 100vh;
}
.home-banner {
  background-color: #EAF8FF;
}
.banner-mob {
  padding: 7rem 0 4rem 0;
}
.carousel-item {
  background-color: #EAF8FF;
  max-height: 100vh;
}
.home-banner .banner-btm-curve {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}
.carousel-caption {
  position: absolute;
  right: 0;
  left: 20%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  text-align: left;
}
.carousel-caption h1 {
  font-weight: 500;
}
.banner-actions {
  position: absolute;
  bottom: 20%;
  left: 20%;
  z-index: 999;
  width: 105px;
}
.carousel-control-prev, .carousel-control-next, .carousel-control-prev:focus, .carousel-control-next:focus {
  padding: 1.5rem;
  background-color: #FFF;
  opacity: 1;
  color: #000;
  transition: all .1s ease-in-out;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: #2989E0;
  opacity: 1;
  color: #FFF;
  transition: all .1s ease-in-out;
}
.carousel-item:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.63+0,0+57 */ background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */
}
.carousel-caption h1 {
  font-size: 2rem;
}
.carousel-caption h4 {
  font-size: 1rem;
}
.carousel-caption {
  top: 10%;
}
@media (min-width: 1200px) {
  .carousel-caption h1 {
    font-size: 3rem;
  }
  .carousel-caption h4 {
    font-size: 1.5rem;
  }
  .banner-actions {
    top: 30%;
  }
  .carousel-caption {
    top: 25%;
  }
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.about-card {
  background: url(../images/img2.jpg) no-repeat center;
  background-size: cover;
  border: none;
  border-radius: 0px;
  padding: 3rem;
}
.about-card .card-body {
  background-color: rgb(255 255 255 / 82%);
}
.about-card .card-body > .row {
  min-height: 400px;
}
.about-card h1 {
  font-weight: 800;
  font-size: 5rem;
  margin: 0px;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.btn-primary {
  background-color: #2989E0;
  border-color: #2989E0;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2989E0;
  border-color: #2989E0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2989E0;
  border-color: #2989E0;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.navbar {
  background-color: #FFF;
  border-bottom: solid 1px #efefef;
  box-shadow: 0px -10px 30px -20px #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 400;
  font-size: 14px;
}
.navbar a {
  color: #000;
}
.navbar-light {
  background-color: #FFF !important;
  border-bottom: solid 1px #efefef !important;
  box-shadow: 0px -10px 30px -20px #000 !important;
}
.company-logo {
  max-height: 60px;
  transition: all 0.2s linear;
}
.navbar-light .company-logo {
  max-height: 35px;
  transition: all .1s ease-in-out;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.nav-link.btn {
  color: #fff !important;
}
.fixed-top {
  transition: all .1s ease-in-out;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    border-bottom: solid 0px #efefef;
    box-shadow: none;
  }
  .company-logo {
    max-height: 100px;
  }
  .navbar-light .company-logo {
    max-height: 65px;
  }
}
.navbar-nav .nav-link.active {
  color: #2989E0 !important;
  font-weight: 600;
}
.navbar-nav .nav-link.btn.active {
  color: #fff !important;
}
.navbar-light .navbar-toggler {
  border: none !important;
  outline: none !important;
}
.navbar-toggler {
  font-size: 2rem;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar-menu {
  cursor: pointer;
  margin: 0 auto;
  padding-left: 1.25em;
  position: relative;
  width: 40px;
  height: 30px;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #2989e0;
  width: 100%;
  transition: 0.55s;
  border-radius: 25px;
}
.menu-top {
  top: 0;
}
.menu-middle {
  top: 12px;
}
.menu-bottom {
  top: 24px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(45deg);
  transition: 0.55s 0.5s;
}
.menu-middle-click {
  opacity: 0;
}
.menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-405deg);
  transition: 0.55s 0.5s;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.form-control {
  padding: 1.6rem 1rem;
  border-color: #DFDFDF;
  resize: none;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 75%;
  }
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.position-text {
  color: #2989E0;
  font-weight: 600;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: solid 1px #e6e6e6;
  margin-top: 0rem;
  background-color: #0B1F37;
  color: #C6F5FF;
}
.footer-logo {
  max-height: 100px;
}
.social-icons a {
  border: solid 1px #C6F5FF;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  display: inline-block;
  font-size: 1.45rem;
  color: #C6F5FF;
  margin-left: 0.3rem;
  text-align: center;
}
.social-icons a [class^="icon-"]:before{

	position: relative;
	top: 8px;
}
.social-icons a:hover {
  color: #2989E0;
  border-color: #2989E0 !important;
  text-decoration: none;
}
footer a, footer a:hover {
  transition: all 0.2s linear;
  color: #C6F5FF
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.contact-icons {
  height: 38px;
  width: 38px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
  padding: 10px;
}
.contact-line {
  height: 100%;
  width: 1px;
  background-color: #DFDFDF;
  position: absolute;
  right: 50%;
  display: none;
}
.contact-line .or-round {
  height: 60px;
  width: 60px;
  border: solid 1px #DFDFDF;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin-top: -30px;
  left: -30px;
  border-radius: 100px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
}
@media (min-width: 992px) {
  .contact-line {
    display: inline
  }
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.image-hover-animation {
  overflow: hidden;
  width: 100%;
}
.image-hover-animation img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.image-hover-animation:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.form-control::-webkit-input-placeholder {
  color: #DFDFDF;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #DFDFDF;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #DFDFDF;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #DFDFDF;
  opacity: 1;
}
.form-control::placeholder {
  color: #DFDFDF;
  opacity: 1;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
#loading {
  position: fixed;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  left: 50%;
  top: 50%;
  display: none;
  z-index: 999999;
}
.loding-overlay {
  position: fixed;
  background: #ffffffc7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#loading .spinner-border {
  z-index: 1;
  position: relative;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.textarea {
  min-height: 150px;
}
.navbar-collapse .navbar-nav {
  background-color: #fff;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .navbar-collapse .navbar-nav {
    background-color: transparent;
    margin-top: 0rem;
  }
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.page-down {
  position: absolute;
  bottom: -30px;
  left: 50%;
  right: 50%;
}
.page-down a {
  width: 25px;
  height: 40px;
  border: solid 1px #2989E0;
  border-radius: 70px;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  position: relative;
}
.page-down:after {
  width: 1px;
  height: 12px;
  background-color: #2989E0;
  position: absolute;
  bottom: 13px;
  content: '';
  left: 12px;
  border-radius: 20px;
}
.page-down:before {
  width: 3px;
  height: 3px;
  background-color: #2989E0;
  position: absolute;
  bottom: 5px;
  content: '';
  left: 11px;
  border-radius: 20px;
}
.page-down {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@media (min-width: 768px) {
  .page-down {
    bottom: -30px;
  }
}
@media (min-width: 992px) {
  .page-down {
    bottom: 30px;
  }
}
.our-promis-card {
  padding: 2.5rem 2rem;
  text-align: center;
  background-color: #F7F7F7;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.about-border {
  display: inline-block;
  width: 7rem;
  height: 7rem;
  vertical-align: text-bottom;
  border: 6px solid #F0F0F0;
  border-radius: 50%;
  /* -webkit-animation: spinner-border .75s 
linear infinite; */
  /* animation: spinner-border .75s 
linear infinite; */
  position: relative;
}
.about-border:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 7rem;
  height: 7rem;
  vertical-align: text-bottom;
  border: 6px solid #2989E0;
  border-right-color: transparent;
  border-radius: 50%;
  top: -6px;
  left: -6px;
  /* -webkit-animation: spinner-border .75s 
linear infinite; */
  /* animation: spinner-border .75s 
linear infinite; */
}
.about-border:after {
  width: 7rem;
  content: "97%";
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: 50%;
  left: -6px;
  margin-top: -10px;
  font-size: 2rem;
  font-weight: 600;
}
/*______________________________________________________________________________________________________
______________________________________________________________________________________________________*/
.theme-gray {
  background-color: #F9F9F9;
}
.lastFooter {
  background: url("../images/FooterImg.jpg") no-repeat;
  background-size: cover;
}
.WhoWeAre {
  background-color: #F9F9F9;
  padding: 2rem;
  border: solid 1rem #FFF;
  box-shadow: 10px 20px 20px rgb(0 0 0 / 9%);
  border-radius: 20px;
  min-width: 300px;
}
.WhoWeAre-Row {
  position: relative;
  left: 0;
}
.our-approach h5 {
  font-size: 0.75rem;
}
@media (min-width:1366px) {
  .WhoWeAre-Row {
    position: relative;
    left: -35%;
  }
  .our-approach h5 {
    font-size: 1.25rem;
  }
}
.fixed-box {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 100%;
  text-align: center;
}
@media (min-width:768px) {
  .fixed-box {
    min-width: 320px;
  }
}
.bg-dark-blue {
  background-color: #2989E0;
  padding: 2rem;
  color: #FFF;
}
.bg-blue {
  background-color: #00D0FE;
  padding: 2rem;
}
.approach-adjust {
  position: relative;
  top: -25px;
}
.btn-link {
  color: #000;
}
.btn-play {
  border: solid 1px #000;
  padding: 0.5rem 0.90rem;
  line-height: 1.5;
  border-radius: 100px;
  margin-right: 10px;
}
.btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #000;
  border-bottom: 10px solid transparent;
  display: inline-block;
  position: relative;
  top: 3px;
}