

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #5eb9e3 ;
}

a:hover {
  color: #5eb9e3;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family:"Poppins", sans-serif;
}

section{
  /* top: 80px; */
  position: relative;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #125e9b;
  border-top-color: #d2f9eb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #71bfe3;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #a0d6ee;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background-color: white;
}

#header.header-scrolled {
  background: rgb(255, 255, 255);
  height: 75px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
   max-height: 55px;;
}

.hero-header p{
  color: white;
          word-spacing: 10px;
          text-align: center;
          font-size: 25px;
          letter-spacing: 2px;
}

@media (max-width: 992px) {
  #header {
    height: 64px;
  }
  #header .logo h1 {
    font-size: 28px;
  }
  #header .logo img {
    margin-top: 25px;
    margin-left: -10px;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: rgb(0, 0, 0);
  padding: 10px 0 10px 25px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

/* .nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 25px;
  background-color:rgb(184, 86, 88);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 45px;
} */

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #5eb9e3;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  /* top: calc(100% - 30px); */
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  border-radius: 5px;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #125e9b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #5eb9e3;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #01036f;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1acc8d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(13, 18, 252, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url("../img/bg/bg13.jpg");
  position: relative;
  padding: 120px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hero:before {
  content: "";
  background: rgba(18, 94, 155,0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  
 
}

#hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
  color: #fff;
  /* border-bottom: 4px solid #B85658; */
}

#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}
.hero-img img{
  max-width: 550px;
}

#hero .btn-get-started:hover {
  background: #125e9b;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}


.banner-side-heading{
  z-index: 1;
}
#hero .banner-side-heading h2{
  color: rgb(255 255 255);
  z-index: 1;
  font-size: 54px;
  letter-spacing: 0.04rem;
  font-family: 'Poppins';
  line-height: 70px;
  font-weight: 100;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    /* top: 80px; */
  }
  
}

@media (max-width: 991px) {
  #hero {
    padding-top: 80px;
  }
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
  #hero .hero-img img {
    max-width: 50%;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
    
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@media (max-width: 1366px) {
  .company-overview-block .company-overview-column {
    margin: 10px;
}
}


/*--------------------------------------------------------------
# Hero inner Section
--------------------------------------------------------------*/
#hero-inner-banner {
  width: 100%;

  position: relative;
  padding: 37px 0 0 0;
  /* height: 550px; */
  background-repeat: no-repeat;
  background-size: cover;
}

#hero-inner-banner:before {
  content: "";
  background: rgba(18, 94, 155, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  
  opacity: 0.6;
}

#hero-inner-banner h1 {
  margin: 184px 0 184px 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  color: rgb(255, 255, 255);
}

#hero-inner-banner h1 span {
  color: #fff;
  border-bottom: 4px solid #1acc8d;
}

#hero-inner-banner h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 24px;
}



#hero-inner-banner .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero-inner-banner {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  
  #hero-inner-banner {
    height: auto;
    background-size: 100% 100%;
}
  
  #hero-inner-banner .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero-inner-banner .hero-img {
    text-align: center;
  }
  #hero-inner-banner .hero-img img {
    max-width: 50%;
  }
  #hero-inner-banner h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  #hero-inner-banner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  #hero-inner-banner .hero-img img {
    width: 80%;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.hero-inner-waves {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0 30px;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f5ff;
  padding-bottom: 60px;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #5eb9e3;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000000
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /* padding: 100px 0 0 0; */
   
    background: rgb(255, 255, 255);
}

.about-content p{
  font-size: 18px;
  line-height: 35px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #010483;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #5eb9e3;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #5eb9e3;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #5eb9e3;
  border-color: #5eb9e3;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1acc8d;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  /* background: url("../img/bg/4.png") center center no-repeat; */
  background-size: contain;
  min-height: 300px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#3f43fd 50%, rgba(63, 67, 253, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(63, 67, 253, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #3f43fd;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f5f5ff;
  transition: ease-in-out 0.3s;
  height: 100%;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.01rem;
}

.features .icon-box h3  {
  color: #010483;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #01036f;
}

.features .icon-box:hover {
  background: #ebebff;
}
.features img{
  width: 15%;
  padding: 7px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f5f5ff;
  padding: 70px 0 0px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  height: 100%;
}

.counts .count-box i {
  position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    background: #5eb9e3;
    padding: 15px;
    color: #fff;
    border-radius: 50px;
}

.counts .count-box span {
  font-size: 16px;
  display: block;
  font-weight: 600;
  color: #010483;
  font-family: "Poppins", sans-serif;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.004rem;
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content + .content {
  margin-top: 50px;
}

.details .content h3 {
  font-weight: 600;
  font-size: 18px;
  color: #125e9b;
  font-family: "Poppins", sans-serif;
}

.details .content h4 {
  font-weight: 600;
  font-size: 18px;
  color: #161717;
  font-family: "Poppins", sans-serif;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  margin-left: 20px;

}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #125e9b;
}

.details .content p:last-child {
  margin-bottom: 0;
}
.details .iiot-details-content{
  font-size: 14px;
  text-align: justify;
  line-height: 25px;

}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonial-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(1, 3, 111, 0.8);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #1acc8d !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 80px 0;
  background: url(../img/4.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;

}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:#efeff3;
}


.team .section-title p {
  margin: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000000;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #5eb9e3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 17px;
}

.pricing ul i {
  color: #5eb9e3;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #5eb9e3;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #a0d6ee;
}

.pricing .featured h3 {
  color: #fff;
  background: #5eb9e3;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5eb9e3;
  color: #fff;
}

.pricing .free {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: rgb(204, 47, 26);
  color: #fff;
}


.erp_pricing{
  margin-bottom: 50px;
}

.erp_pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.erp_pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.erp_pricing h4 {
  font-size: 36px;
  color: #5eb9e3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.erp_pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.erp_pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.erp_pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.erp_pricing ul li {
  padding-bottom: 24px;
}

.erp_pricing ul i {
  color: #5eb9e3;
  font-size: 18px;
  padding-right: 4px;
}

.erp_pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.erp_pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.erp_pricing .btn-buy {
  background: #5eb9e3;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.erp_pricing .btn-buy:hover {
  background: #5eb9e3;
}

.erp_pricing .featured h3 {
  color: #fff;
  background: #1acc8d;
}

.erp_pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #5eb9e3;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #5eb9e3;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p,.details .content p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.03rem;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #5eb9e3;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-form-modal-content {
  width: 100%;
  background-image: linear-gradient(to right,#0c12ce,#08095d);
  position: relative;
 
}

.contact-form-modal-content .modal-title{
  color: white;
  letter-spacing: 0.05rem;
  font-family: 'Poppins';
}

.contact-form-modal form label{
  color: white;
  font-size: 17px;
  font-family: 'Poppins';
  font-weight: 500;
  letter-spacing: 0.03rem;
}
  

  .contact-form-modal form button{
    border: 2px solid white;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: white;
    background: none;
    cursor: pointer;
    padding: 4px 18px;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  
  .contact-form-modal form button:hover{
    background-color: white;
    color: black;

  }

.contact-form-modal .modal-title h2{
  font-weight: 600;
      font-family: 'Poppins';
  }


.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #125e9b;
  float: left;
  width: 44px;
  height: 44px;
  background: #f0f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #010483;
}

.contact .info h6 {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #5eb9e3;
  font-weight: 600;
  line-height: 20px;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #0205a1;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #5eb9e3;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.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;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #5eb9e3;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #a0d6ee;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #125e9b;
  padding: 40px 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 40px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #014a85;
  color: #fff;
  border-top: 4px solid #5eb9e3;
  text-align: center;
  padding: 30px 20px;

}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #5eb9e3;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5eb9e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #5eb9e3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5eb9e3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #a0d6ee;
}

#footer .copyright {
  border-top: 1px solid #010479;
  /* text-align: center; */
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}



/* added code */

.features-block{
  background-color: #efeff3;
 
}
.features-block h2{
  color: #000000;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}

.features-block h4{
  color: #656464;
  font-weight: 600;
  text-align: center;
}
.features-block  .icon-block i{
  font-size: 5rem;
    color: rgb(94 185 227);
  
}

.features-block  .icon-block h3{
  color: rgb(184, 86, 88);
}
.features-block .ab-column{
  padding: 35px;
}

.features-block p{
  color: rgb(255 255 255);
  letter-spacing: 0.03rem;
  text-align: justify;}

  .features-block .icon-block{
    margin-bottom: 30px;
  }

  .ab-service-section{
    background-image: linear-gradient(to right, #5eb9e3, #125e9b);
  }

  .ab-service-logo-block{
    margin: 26px;
  }
  .ab-service-coloumn{
    margin: 25px 0 25px 25px;
    border-left: 2px solid white;
    
  }
  .ab-service-text-block{
    margin-top: 10px;
  }
  .ab-service-text-block span{
    font-size: 13px;
    color: rgb(255 255 255);
    font-weight: 500;
  }
  .ab-service-coloumn img{
    width: 50%;
  }
  
  /* .ab-footer-block{
  
    padding-top: 50px;
  } */
  .ab-footer-block h5{
    color: #125e9b;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
  }
  

  .ab-footer-block .btn {
    border:  2px solid rgb(18 94 155);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: rgb(18 94 155);
    background: none;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    margin: 33px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .ab-footer-block .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ab-footer-bloc .btn-1e {
    overflow: hidden;
  }
  
  .ab-footer-block .btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  
  .ab-footer-block  .btn-1e:hover,
  .btn-1e:active {
    color: #ffffff;
    background: #125e9b;
  }
  
  .ab-footer-block .btn-1e:hover:after {
    height: 260%;
    opacity: 1;
  }
  
  .ab-footer-block .btn-1e:active:after {
    height: 400%;
    opacity: 1;
  }




    

  /* certificates */
  /* .iop-certification-block{
    background: linear-gradient(to right,#1c00da,#13095a);
  } */

  .iop-certification-block .certificaion-image-block img{
    height: 600px;
    width: auto;

}


.iop-certification-block .certificaion-image-block.microsoft-certification img{
  height: 750px;
  margin-top: -67px;
}
.iop-certification-block h2{
  color: rgb(12, 1, 1);
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
  margin-bottom: 90px;
}
  

/* offering block */
.service-block{
  
  background-image: linear-gradient(to right, #5eb9e3, #125e9b);
 
  position: relative;
}
.service-block h2{
  color: #fff;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
 
}
.service-block .service-header-block p{
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: white;
}
.service-block .our-offering-block img{
  width: 65%;
}

.service-block .service-offer-link ul{
  list-style: none;
  color: white;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03rem;
  text-align: left;
}

.service-block .service-offer-link ul li i{
 color: rgb(255 255 255) 
}



.service-block .service-offer-link ul li a{
  color: white;
}

.service-block .service-offer-link ul li a:hover{
  color: rgb(255, 99, 71);
}


.service-block .service-offer-link{
  margin-top: -160px;
}



/* aboutus */
.company-overview-block{
  background-image: linear-gradient(to right,#3623b7,#17058a);
  position: relative;
  padding: 120px 0 0 0;
}
.company-overview-block .company-overview-column{
  border: 1px solid rgb(245 245 245);
    border-radius: 10px;
    max-width: 500px;
     margin: 50px;;
    padding: 25px;
}
.company-overview-header h3{
 
  color: white;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 600;

    
}

.company-overview-column .overview-icon{
  text-align: right;
}
.company-overview-column .overview-icon img{
  width: auto;
  height: 100px;
  margin-top: -40px;

}

.overview-heading h3{
  color: #44ff2d ;
    letter-spacing: 0.03rem;
    font-size: 26px;
    font-weight: 600;
}
.overview-text p{
  color: rgb(255 255 255);
  font-weight: 400;
}




 .ab-product-section{
    background-image: linear-gradient(to right,#03055a,#040404);
  }

  .ab-product-logo-block{
    margin: 26px;
  }
  .ab-product-logo-block img {
    height: 95px;
    width: auto;
    margin-top: 41px;
  }
  .ab-product-coloumn{
    margin: 25px 0px 25px 0px;
    border-left: 2px solid white;
    display: grid;
    text-align: center;
    max-width: 255px;
    padding: 0px 82px 0px 82px;
}
    
  
  .ab-product-coloumn div{
    /* margin-left: 65px; */
  }
  .ab-product-text-block{
    margin-top: 10px;
  }
  .ab-product-text-block span{
    font-size: 13px;
    color: rgb(255 255 255);
    font-weight: 500;
  }
  .ab-product-section .product-available{
    padding: 1px;
    width: 100px;

  }
  .ab-product-section .product-available img{
    width: auto;
    height: 35px;
    margin:5px;
   

  }

  .ab-product-section .ab-product-img-block img{
    width: auto;
    height: 50px;
    
   

  }

  .ab-product-section .ab-product-img-block i{
    font-size: 61px;
        color: #7f0aff;
    }
    

  /* floating image */
  .floating-10year-image{
    position: fixed;
    left: 25px;
    z-index: 100;
    margin-top: 330px
  }

  

  .floating-10year-image img{
    width: auto;
    height: 200px;
  }

  
  .floating-10year-image i{
    background: #40408e;
    opacity: 0.8;
    color: white;
    position: fixed;
    padding: 10px;
    left: -17px;
   
  }

 .floating-10year-image i.rotate{
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
 }

 .floating-10year-image i.rotate.right{
  -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
 }

  .floating-10exp-image{
    position: fixed;
    right: 0;
    z-index: 100;
    margin-top: 0px;
  }
  .floating-10exp-image img{
    width: auto;
    height: 230px;
  }

  .floating-10exp-image i{
    background: #40408e;
    opacity: 0.8;
    color: white;
    position: fixed;
    padding: 10px;
    right: 10px;

  }

  .floating-10year-image i{
    background: #40408e;
    opacity: 0.8;
    color: white;
    position: fixed;
    padding: 10px;
    /* right: -12px; */

  }
  

  .floating-10exp-image i.right-rotate{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
   }
  
   .floating-10exp-image i.right-rotate.left{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
   }
  
   @media (max-width: 991px) {
    .floating-10year-image img {
      width: auto;
      height: 100px;
  }
  .floating-10exp-image img {
    width: auto;
    height: 100px;
}
.floating-10year-imagei {
 
  padding: 2px;

}
.floating-10year-image i{
  padding: 2px;
}
}

   


  .about-us-heading{
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 50px;
  }

  /* .about-us-heading:after 
  {content:''; display:block; width:80px; height:4px; background:rgb(184, 86, 88); margin:0 auto; margin-top:15px; border-radius:3px;} */

  .about-us-heading {
    text-align:center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(94 185 227),rgba(18 94 155), rgba(56,2,155,0));
    border-image-slice: 1;
    width:100%;
  }
/* ---------------------------------
  CRM Page
---------------------------------
   */

   .crm-intro-section{
    background: #f5f5f5;
   }

   .crm-intro-col2 img{
    width: calc(100% - -88%);
   }

   .crm-intro-col1  p{
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    color: black;
    font-family: 'Poppins';
   }

   .crm-intro-col1  h5{
    line-height: 36px;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    text-align: justify;
   }

   .crm-intro-section .crm-intro-col1 ul {
    list-style: none;
    padding: 0;
  }
  
  .crm-intro-section .crm-intro-col1 ul li {
    padding-bottom: 10px;
  }
  
  .crm-intro-section .crm-intro-col1 ul i {
    font-size: 20px;
    padding: 1px;
    color: #ffffff;
    background: #5eb9e3;
    border-radius: 50%;
    margin: 5px;

  }

  .pricing{
    margin-bottom: 100px;
  }
  .pricing .box.feature-column{
    height: 556px;
  }

  .pricing .box.feature-column .feature-column-ul li{
    padding-bottom: 20px;
  }

  .erp_feature i{
    font-size: 45px;
    color: #004886;
  }


/* ---------------------------------
 side navigation for cio page
---------------------------------*/
.sidenav {
  height: 790px;
  width: 85%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin-top: 98px;
  background-color: #000000c7;
  overflow-x: hidden;
  padding-top: 25px;
  transition: 0.5s;
  text-align: center;
  overflow-y: auto;
  padding-bottom: 25px;
  margin-left: 150px;
}

/* The navigation menu links */
.sidenav img {
 
  width: auto;
  height: 1094px;
 
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
  font-weight: 800;
}



.cio-image-scroll{
  font-size: 30px;
  cursor: pointer;
  left: 0px;
  position: fixed;
  color: aliceblue;
  width: 30px;
  background: #08043d91;
  height: 50px;
 
  z-index: 1;
  padding-left: 0px;
  border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
 ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.sidenav .read-more {
  padding:40px;
  text-align:center;}

    .sidenav .read-more a {
      line-height: 1em;
      letter-spacing: 0.06em;
      font-family: 'Lato', sans-serif;
      font-weight: normal;
      font-size: 20px;
      font-weight: 600;
      text-decoration: none;
      color: rgb(255 255 255);
      background: #d41920;
      display: inline-block;
      padding: 15px 12px 15px 15px;
      transition: background 200ms;
      border-radius: 4px;
  }
  
  .sidenav .read-more a:hover {
    background:#ffffff;
    color: #000000;
  }
  .sidenav .read-more a:after {
    font-family: IcoFont!important;
    font-weight:300;
    content: "\ea5d";
    margin-left:20px;
    color:#ffffff;
    font-size:18px;
    vertical-align:middle;
    transition:color 200ms;
  }
  
  .sidenav .read-more a:hover:after {
  color:#231f20;
}


/* ---------------------------------
  contactform
---------------------------------
   */

   .contactform {
    width: 100%;
    background: url("../img/4.jpg");
    position: relative;
    padding: 120px 0 0 0;
    background-size: cover;
        background-repeat: no-repeat;
    }


  
  
  .contactform:before {
    content: "";
    background: rgba(0,0,0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    
    opacity: 0.6;
  }

  .contactform form label{
    color: rgb(255 255 255);
    font-weight: 700;
    font-size: 15px;
  }

  .contactform form button{
    border: 2px solid white;
    font-family: inherit;
    font-size: 20px;
    color: white;
    background: none;
    cursor: pointer;
    padding: 8px 18px;
    display: inline-block;
    margin: 30px 303px 46px 303px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    /* position: relative; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: -webkit-auto
  }

  /* ---------------------------------
   chatbot
  ---------------------------------
     */
  .chatbot_modal {
    border-radius: 4px;
    bottom: 48px;
    /* color: #fff; */
    display: block;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    /* padding: 5px 0; */
    position: fixed;
    right: 0px;
    text-align: center;
    text-decoration: none;
    /* width: 50px; */
    z-index: 999;
    cursor: pointer;
}

#window {
  width: 350px;
  position: fixed;
  bottom: 11%;
  right: 5%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 999;
  box-shadow: 0 12pt 12pt rgba(0, 0, 0, .15);
}


.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 110px;
  *border: 6px solid rgb(241, 241, 241);
  *border-radius: 10px 10px 0px 0px;
  z-index: 999;
  *height: 60%;
  *width: 30%;
}

.bot_close_btn {
  background: transparent;
  border: transparent;
  margin-left: -6%;
}

 /* ---------------------------------
 ai product page
---------------------------------
   */

.ai-product-info{
  background-color: rgb(255 255 255);
}
.ai-product-info h3{
  color:rgb(255, 255, 255);

}
.ai-product-info img{
  width: calc(100% - -162px);
}


.ai-product-info ul {
  list-style: none;
  padding: 0;
}
  
.ai-product-info ul li {
  padding-bottom: 10px;

  color: rgb(0, 0, 0);
  line-height: 40px;
  font-size: 14px;
}
  
.ai-product-info ul i {
  font-size: 20px;
  padding: 1px;
  color: #ffffff;
  background: #5eb9e3;
  border-radius: 50%;
  margin: 5px;

}

.ai-product-content  .ai-product-tech-header  h2{
  text-align: center;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;

}

.ai-product-content  .ai-product-content-row  svg{
  width: auto;
  height: 45px;
  margin: 25px;
}

.ai-product-content  .ai-product-content-row  img{
  width: auto;
  height: 45px;
  margin: 25px;
}
.ai-product-content{
  margin-bottom: 50px;
}



/* ---------------------------------
 SERVICE Page
---------------------------------
   */

   .ai-service-info{
    background-color: rgb(245 245 255);
   }

   .ai-service-info p{
    color: rgb(83 83 83);
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    font-family: "Poppins", sans-serif;
   }

   .ai-service-info h2,.ai-service-content h2,.rpa-service-content h2,.cloud-service-info h2{
    color: #4b4545;
    font-size: 29px;
    letter-spacing: 0.04rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;

   }

   .rpa-service-content-row h4{
    font-family: "Poppins", sans-serif;


   }
   .rpa-service-content-row p{
    font-size: 14px;
    letter-spacing: 0.03rem;


   }
   .ai-service-info .ai-service-content .ai-service-image-icon{
    background: white;
    border-radius: 50%;
    text-align: center;
    width: 90px;
    height: 90px;
    padding: 10px;
    position: relative;
    margin: 0px 0px 10px 0px;
   }

   .ai-service-info .ai-service-content .ai-service-image-icon img
   {
     width: auto;
     height: 70px;
   }

   .ai-service-info .ai-service-content .ai-service-image-text h4, .ai-service-content .ai-service-content-row h5,.ai-product-content-row h5
   {
    color: rgb(0, 0, 0);
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.05rem;
   }

   .ai-product-content  .ai-product-tech-header  h2{
    text-align: center;
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .ai-service-content  .ai-service-content-row  svg{
    width: auto;
    height: 45px;
    margin: 25px;
  }
  
  .ai-service-content  .ai-service-content-row  img{
    width: auto;
    height: 45px;
    margin: 25px;
  }


  .ai-service-logo-block{
    margin: 26px;
  }
  .ai-service-coloumn{
    margin: 25px 25px 25px 25px;
    border-left: 2px solid white;
      
  }
  .ai-service-text-block{
    margin-top: 10px;
  }
  .ai-service-text-block span{
    font-size: 13px;
    color: rgb(255 255 255);
    font-weight: 500;
  }
  .ai-product-section .service-available{
    padding: 20px;
  
  }
  .ai-service-section .service-available img{
    width: auto;
    height: 35px;
    margin:5px;
     
  
  }

.da-service-info{
  background: #f3eded;
  padding: 0px 0px 0px 0px;
}
  .da-service-info .da-service-info-row p{
    font-size: 20px;
    letter-spacing: 0.05rem;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    padding-top: 140px;
    text-align: justify;
  }

  .web-service-info .web-service-info-row p.web-intro{
    font-size: 21px;
    line-height: 44px;
    font-family: "Poppins", sans-serif;
  }

  .web-service-info .web-service-info-row .web-service-content-row{
    margin-bottom: 20px;
  }

  .web-service-info .web-service-info-row .web-service-content-row h5{
    font-size: 18px;
    font-family: 'Poppins';
    text-transform: uppercase;
  }

  .cloud-service-info h5{
    font-size: 14px;
    
    color: #6e6b6b;
}
  
  
  .web-service-info .web-service-info-row .web-service-content-row p{
    font-size: 14px;
    
  }

  .web-service-info .web-service-info-row .web-service-content-row .web-service-image-icon
  {
    margin-bottom: 15px;
  }

  .add-on-container{
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }

  .rpa-service-content{
    margin-bottom: 50px;
  }
  
  .rpa-service-info .rpa-service-info-row p{
    font-size: 20px;
    letter-spacing: 0.03rem;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
   
    text-align: center;
  }

  .rpa-service-content .rpa-service-content p{
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
    /* padding-top: 140px; */
    text-align: center;
  }

  .rpa-service-content .rpa-service-content-row .rpa-service-icon img{
    margin: 20px 0px 20px 0px;
    width: auto;
    height: 90px;
  }

  .rpa-service-info .rpa-service-info-row p.rpa-content-2{
    font-size: 16px;
    letter-spacing: 0.03rem;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
  
    text-align: justify;
  }
 

  .cloud-service-info .cloud-service-info-row p{
    font-size: 14px;
    line-height: 30px;
    color: rgb(60 56 56);
    letter-spacing: 0.03rem;
    }

    .cloud-service-info{
      background: #ffffff;
    color: #6e6b6b;
    font-family: 'Poppins';
    padding-bottom: 60px;
    font-size: 14px;
    }

    .cloud-service-info .cloud-service-image-icon{
      margin: 16px 0px 16px 0px;
    }

    .cloud-service-info .cloud-service-image-text h5 i{
      background: #5eb9e3;
      border-radius: 50%;
      padding: 0px;
      margin-right: 10px;
     color:rgb(255 255 255)
    }

    .cloud-service-info .cloud-service-image-text h4 {
      font-size: 17px;
   
    color: black;
}
    

    .cloud-service-info .cloud-service-image-text h4 i{
      background: #5eb9e3;
      border-radius: 50%;
      padding: 0px;
      margin-right: 10px;
     color:rgb(255 255 255)
    }

/* partner block */

.partner-block{
  background-image: white;
  position: relative;
}


.partner-block h2{
  color: rgb(0, 0, 0);
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
 
}
.partner-block  p{
  text-align: justify;
  font-size: 17px;
  font-weight: 400;
  color: rgb(22, 1, 1);
  line-height: 35px;
}
.partner-service-1 img{
  width: auto;
  height: 500px;
  margin-top: -100px;
}

.UiPath-block img{
  height: 90px;
}


.partner-block .carousel-control-prev i,.features .carousel-control-prev i{
  font-size: 40px;
      color: #5eb9e3;
  }

  .features .carousel-control-prev {
    width: 0%;
    left: -25px;
    position: absolute;
  }
  .features .carousel-control-next
  {
    right: -25px;
    width: 0;
    position: absolute;
  }

  .partner-block .carousel-control-next i,.features .carousel-control-next i{
    font-size: 40px;
        color: #5eb9e3;
  }

  .service-header-block h2{
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(94 185 227), rgba(18 94 155), rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
  }
  
  #hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #5eb9e3;
}


#hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.003rem;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #01036f;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #0d12fc;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #01036f;
}

.team .member .social {
  margin-top: 10px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #01036f;
}

.team .member .social a:hover {
  color: #5eb9e3;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

.crm-intro-section .crm-intro-col1 .field-track-usecase li{
  padding-bottom: 10px;
    line-height: 30px;
    display: flex;
}

.crm-intro-section .crm-intro-col1 .field-track-usecase i{
  color: #61b8e3 !important;
  background: none !important;
}