@import url('https://fonts.googleapis.com/css2?family=Archivo: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&family=Public+Sans: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&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');

html, body {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 800 !important;
}
p {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a {font-family: 'Archivo', sans-serif;}
ul, ol {list-style: none;}
ul li i, ol li i {margin-right: 5px;}
ul li {font-family: 'Archivo', sans-serif;}
span {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.text-uppercase {text-transform: uppercase !important;}
.text-orange {color: #f3632e !important;}
.text-dark-blue {color: #021D44 !important;}
.text-blue {color: #00AACC !important;}
.text-light-blue {color: #00d4ff !important;}
.text-dark-blue-1 {color: #253972 !important;}

.bg-orange {background: #f3632e !important;}
.bg-blue {background: #00AACC !important;}
.bg-dark-blue-1 {
  background: #253972;
  color: #FFFFFF;
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.overlay.overlay-blue {background: rgba(0, 170, 204, 0.8);}

.divider {
  width: 100px;
  height: 3px;
  background-image: linear-gradient(49deg, #f3632e, #073262 33%, #00aecf);
  margin: 15px 0;
  display: block;
}

.navbar {
  width: 100%;
  padding: 5px 0;
}
.navbar .navbar-brand {padding: 0;}
.navbar .navbar-brand img {width: 250px;}
.navbar-toggler:focus {box-shadow: none;}
.navbar ul li {padding-left: 15px;}
.navbar ul li a {font-family: 'Archivo', sans-serif; color: #FFFFFF;}
.navbar ul li a:hover {color: #f3632e;}
.navbar ul li.active a {color: #FFFFFF; background: linear-gradient(90deg, #f3632e, #253972); border-radius: 8px;}
.navbar.bg-white ul li a {color: #222222;}
.navbar.bg-white ul li.active a {color: #f3632e;}
.navbar ul li ul.dropdown-menu {
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  padding: 0; 
  overflow: hidden;
  margin: 0;
}
.navbar ul li ul.dropdown-menu li {padding: 0;}
.navbar ul li ul.dropdown-menu li a {padding: 10px 12px; color: #222222;}
.navbar ul li ul.dropdown-menu li a:active {background: #253972; color: #FFFFFF;}

.navbar.bg-white {
  background: #FFFFFF !important;
  box-shadow: 0 1px 20px rgba(0,0,0,0.1);
}
.navbar.bg-white ul li.active a {
  color: #f3632e;
  background: transparent;
  border-radius: 0;
}

.hero-banner {
  width: 100%;
  /* background: #EEF3FF;
  background: #DAF0FF; */
  background: url(../images/HeaderImage_SaarthiNew1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 450px;
  padding-top: 80px;
}
.hero-banner .hero-content{
  position: relative; 
  top: 20%;
}
.hero-banner .hero-content h1 {
  font-family: 'Domine', sans-serif !important;
  font-size: 50px !important;
  font-weight: 900 !important;
}
.hero-banner .hero-content h1 span {
  font-family: 'Domine', sans-serif !important;
  font-size: 50px !important;
  font-weight: 700 !important;
}
.hero-banner .hero-content p {
  font-weight: 400;
  font-size: 18px;  
}
.hero-banner .phone-circle-img {
  width: 100%;
  height: auto;
  position: relative;
  margin: auto;
  display: block;
}
.hero-banner .phone-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner.particles canvas {
  position: absolute;
  opacity: 0.25;
}

.hero-banner .cursor {
  position: relative;
}
.hero-banner .cursor i {
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: gray;
  left: 5px;
  top: 10%;
  animation-name: blink;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  opacity: 1;
}

.hero-banner .cursor input:focus + i {
  display: none;
}

@keyframes blink {
  from { opacity: 1; }
  to { opacity: 0; }
}

/* Uses */
.uses {
  padding: 0 0 60px 0;
}
.uses h3 {color: #f3632e;}
.uses img {
  width: 80%;
  margin: auto;
  display: block;
}

/* Access */
.access {
  width: 100%;
  background-image: linear-gradient(45deg, #f3632e, #073262 33%, #00aecf 150%);
  padding: 50px 0;
  margin: 25px 0 50px 0;
}
.access h2 {font-family: 'Domine', sans-serif !important; font-weight: 600 !important; color: #FFFFFF;}
.access p {color: #FFFFFF;}
.access ul li {color: #FFFFFF;}
.access .phone-img {
  width: 210px;
  height: auto;
  position: absolute;
  margin: auto;
  display: block;
  margin-left: 80px;
  margin: -130px 0;
}
.access .phone-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover Effect */
/* Hover Animation Effect */
.maximize_staff .service {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.maximize_staff .service::before {
  content: '';
  position: absolute;
  top: 30px;
  right: -100%;
  width: 130px;
  height: 1px;
  background: #FFFFFF;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.maximize_staff .service::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: -100%;
  width: 130px;
  height: 1px;
  background: #FFFFFF;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}
.maximize_staff .service:hover::before {
  right: 0;
}
.maximize_staff .service:hover::after {
  left: 0;
}
.maximize_staff .service:hover {
  z-index: 2;
  transform: scale(1);
  box-shadow: 0 25px 40px rgba(0,0,0,0.4);
  cursor: pointer;
}
.maximize_staff .service .service-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.maximize_staff .service .service-box::before {
  content: '';
  position: absolute;
  top: 185px;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  /* opacity: 0; */
  transition: 0.3s ease;
}
.maximize_staff .service:hover .service-box::before {
  opacity: 1;
  height: 100%;
  top: 0;
}
.maximize_staff .service .service-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.maximize_staff .service .service-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  padding: 0;
}
.maximize_staff .service .service-content h2 {
  color: white;
  font-family: 'Domine', sans-serif !important;
  font-size: 24px;
  font-weight: 700 !important;
  position: relative;
  width: 100%;
  top: 0;
  right: 200px;
  margin: auto;
  padding: 0 15px;
  display: block;
  -webkit-transform: translate(200px, 200px);
  -ms-transform: translate(200px, 200px);
  transform: translate(200px, 200px);
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.maximize_staff .service:hover .service-content h2 {
  right: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 60px;
}
.maximize_staff .service .service-content ul {
  color: white;
  font-size: 16px;
  font-weight: 300 !important;
  position: relative;
  top: 200px;
  left: 0;
  margin: auto;
  display: block;
  line-height: 1.4;
  padding: 20px 20px 20px 30px;
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  -webkit-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}

.maximize_staff .service:hover .service-content ul {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 50px;
}
/* End Hover Effect*/
.maximize_staff h1 {font-family: 'Poppins', sans-serif !important;}

/* Blueshape */
.instant_updates .blushape{
  background-image:url(../images/BlueShape.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  height: 240px;
  padding: 70px 10px 0 10px;
}
.instant_updates .blushape p{
  font-weight:200px;
  font-size:16px;
  color:white;
  text-align: center;
}
.instant_updates .blushape .rounded-number{
  font-family: 'Merriweather', sans-serif;
  height:40px;
  width:40px;
  background-color: #F26530;
  border-radius: 50%;
  border:white;
  text-align: center;
  color: white;
  margin: auto;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.instant_updates .blushape .rounded-number:before {
  content: '';
  border: 2px solid #fFFFFF;
  width: 56px;
  height: 56px;
  position: absolute;
  border-radius: 100%;
}

/* Workflow */
.workflow {
  position: relative;
}
.workflow .background-images {
  position: relative;
  width: 100%;
  background: url(../images/AppDesigned1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 50px 0;
}
.workflow .background-images img {
  position: relative;
  margin: auto;
}
.workflow h4 {
  position: relative;
  font-size: 36px;
  font-weight: 200 !important;
  color: #FFFFFF;
  text-shadow: 0 1px 10px rgba(0,0,0,0.5);
  top: 40%;
}

/* Footer Main */
.footer-main {
  width: 100%;
  background: #021D44;
  padding: 60px 0 20px 0;
}
.footer-main p {font-size: 16px; color: rgba(255,255,255,0.45); display: flow-root;}
.footer-main i {font-size: 16px; color: #FFFFFF; margin-right: 5px;}
.footer-main .icon_circle i {font-size: 16px; float: left; margin: 4px 12px 4px 0;}
.footer-main h3 {font-weight: 700 !important; color: #FFFFFF; margin-bottom: 20px;}
.footer-main a {
  font-size: 16px; 
  font-weight: 300; 
  color: rgba(255,255,255,0.45); 
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-main a:hover {color: #FFFFFF;}
.footer-main ul.quick-links li {padding: 0 0 5px 0;}
.footer-main ul.social-links {width: auto !important; float: left; padding: 0;}
.footer-main ul.social-links li {padding-left: 20px;}
.footer-main ul.social-links li a i {color: rgba(255,255,255,0.45);}
.footer-main ul.social-links li a:hover i {
  color: #FFFFFF !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-main .connect-text {
  width: auto !important; 
  float: left; 
  font-weight: 400 !important; 
  padding: 3px 0 3px 0;
}

/* Whatsapp Floating button */
.whatsapp {
  position: fixed;
  bottom: 15px;
  z-index: 3;
  right: 15px;
}
.whatsapp a {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 100%;
  background: #59ce72;
  box-shadow: 0 1px 10px rgba(0,0,0,0.2);
  display: block;
  text-align: center;
  padding: 10px 0;
}
.whatsapp a i {font-size: 20px; color: #FFFFFF;}

/* Email Thankyou page Image */
.thankyou_msg .thankyou-image {width: 50%;}
.thankyou_msg .back_btn {background: #243d79; color: #FFFFFF;}
.thankyou_msg .back_btn:focus {background: #243d79;}
.thankyou_msg .back_btn:hover {background: #05628b;}

/* Responsive Design */
@media screen and (max-width: 7000px) {
  .hero-banner .phone-circle-img {width: 85%;}
  .navbar ul li a {color: #222222;}
}
@media screen and (max-width: 5000px) {}
@media screen and (max-width: 3000px) {
  .navbar ul li a {color: #FFFFFF;}
  .hero-banner {background-size: 65% auto;}
  .hero-banner .phone-circle-img {left: 30%;}
}
@media screen and (max-width: 2000px) {
  .hero-banner .phone-circle-img {left: 15%;}
  .hero-banner {background-size: 66% auto;}
}
@media screen and (max-width: 1800px) {
  .hero-banner .phone-circle-img {left: 8%;}
  .hero-banner {background-size: 64% auto;}
}
@media screen and (max-width: 1600px) {
  .hero-banner .phone-circle-img {left: 5%;}
  .hero-banner {background-size: 62% auto;}
}
@media screen and (max-width: 1440px) {
  .hero-banner .phone-circle-img {left: 0;}
  .hero-banner {background-size: 60% auto;}
}
@media screen and (max-width: 1380px) {
  .hero-banner .phone-circle-img {width: 100%;}
}
@media screen and (max-width: 1200px) {
  .use-case-box .use-case-content p {font-size: 14.5px !important;}
}
@media screen and (max-width: 1024px) {
  .maximize_staff .service .service-box::before {top: 0; height: 100%;}
  .maximize_staff .service .service-content h2, .maximize_staff .service:hover .service-content h2 {
    top: 80px; 
    right: 0; 
    transform: translate(0, 0);
  }
  .maximize_staff .service .service-content ul, .maximize_staff .service:hover .service-content ul {
    -webkit-transform: translate(0, 70px) !important;
    transform: translate(0, 70px) !important;
    right: 0;
    top: 0;
  }  
  .hero-banner .phone-circle-img {margin: 0 auto;}
  .use-case-box .overlay {background: rgba(0,0,0,0.7) !important; transform: translateY(0) !important;}
  .use-case-box .use-case-content {transform: translateY(0) !important;}
  .use-case-box .use-case-content p {opacity: 1 !important;}
  .footer-main ul.social-links li {padding-left: 15px;}
  .thankyou_msg .thankyou-image {width: 60%;}
}  
@media screen and (max-width: 991px) {
  .navbar {background: #FFFFFF !important; box-shadow: 0 1px 20px rgba(0,0,0,0.1);}
  .navbar ul {padding-top: 8px;}
  .navbar ul li {padding-left: 0;}
  .navbar ul li a {color: #222222;}
  .navbar ul li.active a {color: #f3632e; background: transparent;}
  .hero-banner {background-position: center right; height: 450px; padding-top: 50px;}
  .hero-banner .hero-content {top: 22%;}
  .hero-banner .phone-circle-img {width: 100%; position: relative; top: 10%;}
  .uses img {width: 85%;}
  .instant_updates .blushape {padding-top: 60px;}
  .maximize_staff .service .service-content h2, .maximize_staff .service:hover .service-content h2 {
    top: 150px; 
    right: 0; 
    transform: translate(0, 0);
  }
  .maximize_staff .service .service-content ul, .maximize_staff .service:hover .service-content ul {
    -webkit-transform: translate(0, 130px) !important;
    transform: translate(0, 130px) !important;
    right: 0;
    top: 0;
  }
  .access .phone-img {margin: -72px 0;}
  .workflow h4 {top: 20%;}
  .use-case-box .use-case-content p {font-size: 15px;}
  .mobile-column-reverse {flex-direction: column-reverse;}
  .footer-main ul.social-links li {padding-left: 20px;}
  .thankyou_msg .thankyou-image {width: 70%;}
}
@media screen and (max-width: 850px) {
  .access .phone-img {margin: -130px 0;}
}
@media screen and (max-width: 830px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 767px) {
  .hero-banner {height: 380px;}
  .hero-banner .phone-circle-img {width: 100%;}
  .hero-banner .hero-content h1 {font-size: 40px !important;}
  .hero-banner .hero-content h1 span {font-size: 40px !important;}
  .hero-banner .hero-content p {font-size: 17px;}
  .hero-banner .phone-circle-img {top: 50px;}
  .workflow h4 {top: 15%;}
  .footer-main .connect-text {float: none;}
  .social-links {display: -webkit-inline-box; margin: auto; float: none !important; margin-bottom: 20px;}
  .social-links li {padding: 0 10px !important;}
  .access .phone-img {margin: -90px 0;}
  .footer-main h3 {font-size: 24px; margin-bottom: 8px;}
  .footer-main .connect-text {padding-left: 0;}
  .footer-main ul.quick-links li {padding: 0 0 2px 0;}
  .mobile-column-reverse-mobile-landscape {flex-direction: column-reverse;}
  .uses img {width: 100%;}
}
@media screen and (max-width: 670px) {

}
@media screen and (max-width: 550px) {
  .hero-banner {background: #FFFFFF; padding-top: 100px; height: auto;}
  .hero-banner .phone-circle-img {
    width: 50%;
    margin: -200px auto;
    margin-bottom: 15px;
    top: 0;
  }
  .hero-banner .hero-content {
    width: 100%;
    position: absolute; 
    top: 100px;
    background: rgba(255,255,255,0.75);
    padding: 12px 12px;    
  }
  .hero-banner .hero-content h1 {font-size: 38px !important;}
  .hero-banner .hero-content h1 span {font-size: 38px !important;}
  .hero-banner .hero-content p {margin: 0;}
  .access .phone-img {position: relative; margin: 0 auto;}
  .instant_updates .blushape {
    background-image: url(../images/Blueshape_Mobile.png); 
    background-size: 100% 100%;
    height: 200px; 
    margin: 0;
    padding: 45px 45px 0 45px;
  }
  .access {margin: 0;}
  .workflow h4 {top: 0; margin-bottom: 20px;}
  .mobile-column-reverse-mobile-portrait {flex-direction: column-reverse;}
  .footer-main ul.quick-links li {padding: 4px 0;}
  .uses img {width: 75%;}
}
@media screen and (max-width: 480px) {
  .hero-banner .phone-circle-img {margin: -100px auto; margin-bottom: 15px;}
  .workflow h4 {font-size: 24px;}
  .footer-main ul.quick-links li {display: inline-flex; padding: 10px 12px 0 12px;}
  .hero-banner .hero-content p {font-size: 19px;}
  .hero-banner .hero-content h1 {font-size: 36px !important;}
  .hero-banner .hero-content h1 span {font-size: 36px !important;}
  .uses img {width: 85%;}
  .thankyou_msg .thankyou-image {width: 100%;}
}
@media screen and (max-width: 400px) {
  .footer-main ul.quick-links li {padding: 10px 9px 0 9px;}
  .uses img {width: 90%;}
}
@media screen and (max-width: 380px) {
  .footer-main ul.quick-links li {padding: 10px 7.5px 0 7.5px;}
}
@media screen and (max-width: 370px) {
  .hero-banner .hero-content h1 {font-size: 38px !important;}
  .hero-banner .hero-content h1 span {font-size: 38px !important;}
  .footer-main ul.quick-links li {padding: 10px 5px 0 5px;}
}
@media screen and (max-width: 300px) {
  .navbar-toggler {padding: 0.5rem 0;}
  .navbar .navbar-brand {margin: 0;}
  .navbar .navbar-brand img {width: 170px;}
  .hero-banner {padding-top: 72px;}
  .hero-banner .phone-circle-img {margin: -100px auto; margin-bottom: 15px;}
}