/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #111;
}

#hero video {
  margin-top: 200px;
  z-index: 0;
}
.hero-vid-mobile {
  margin-top: -150px !important;
  width: 100%;
}

#hero .container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  z-index: 1;
}
#hero .hero-logo {
  width: 280px;
  margin-bottom: 20px;
  z-index: 1;
}
#hero h1 {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  margin: 0;
  font-size: 52px;
  margin-bottom: 20px;
  color: #fff;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #e03a3c;
  border: 2px solid #e03a3c;
}
#hero .btn-get-started:hover {
  background: transparent;
  border-color: #fff;
}

@media (max-width: 1060px) {
  #hero .container {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #hero .hero-logo {
    width: 250px;
  }
  #hero h1 {
    font-size: 34px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

.block {
  width: 94%;
  height: 50px;
  display: block !important;
  font-family: 'Raleway', sans-serif;
}
.blink {
  animation: blink 0.5s infinite;
  font-weight: bold !important;
  color: white !important;
}
@keyframes blink{
  to { 
    opacity: 0; 
  }
}

.header-sub-title {
  color: white;
  padding: 0px 1px 4px 1px;
  border-bottom: 3px solid #1577BD;
  font-size: 20px;
  text-align: center;
}

.book-demo-btn {
  transform: rotate(270deg);
  position: fixed;
  top: 45%;
  right: -90px;
  z-index: 100;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 10px;
  border: none;
  padding: 10px 20px 15px 20px;
  background-color: #1577bd;
  color: white;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #106aaa;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  visibility: hidden;
  opacity: 0;
}

.book-demo-btn:hover {
  box-shadow: inset 0 0 0 50px #106aaa;
}

.book-demo-btn:focus {
  outline: none;
}

.book-demo-btn.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}
.about .content {
  padding: 30px 30px 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.about .content h2 {
  font-family: Arial, Helvetica, sans-serif;
}
.about .content .section-title img {
  width: 255px;
  position: relative;
  bottom: 4px;
}
@media screen and (max-width: 576px) {
  .about .content .section-title img {
    width: 160px;
    bottom: 3px;
  }
}
.about .content .section-title h2 span {
  position: relative;
  bottom: 2px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: rgb(36, 36, 36);
  background-color: white;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #ffffff;
}
.about .content .about-btn i {
  font-size: 20px;
  padding-left: 5px;
}
.about .content .about-btn:hover {
  background: #2e6bbb;
  color: white;
  border: 2px solid #2e6bbb;
}
.about .icon-boxes .icon-box {
  margin-top: 30px;
}
.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b9b9b9;
  margin-bottom: 20px;
}
.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #c2c2c2;
}
@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

.about-logo {
  width: 270px;
  animation: infinite 4s rotation linear;
}

@keyframes rotation {
  100% { 
    transform:rotatey(360deg); 
  }
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video .screens {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .mobile {
  transform: rotate(90deg);
  width: 180px;
  margin-left: 80px;
  margin-bottom: -140px;
  position: relative;
  z-index: 10;
}
.video .laptop {
  width: 650px;
  margin-left: -20px;
  position: relative;
  z-index: 0;
}
.video .tablet {
  width: 330px;
  margin-left: -100px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.video .videos iframe {
  position: absolute;
}
.video1 {
  top: 58%;
  margin-left: 7px;
  z-index: 10;
  border-radius: 10px;
  width: 331px; 
  height: 152px;
}
.video2 {
  top: 31%;
  margin-left: 335px;
  width: 452px; 
  height: 285px;
}
.video3 {
  top: 50%;
  margin-left: 805px;
  width: 295px; 
  height: 190px;
  z-index: 3;
}

.video1-thumb {
  position: absolute;
  top: 58%;
  margin-left: 7px;
  z-index: 10;
  width: 331px; 
  height: 154px;
  cursor: pointer;
}
.video2-thumb {
  position: absolute;
  top: 31%;
  margin-left: 335px;
  z-index: 4;
  width: 452px; 
  height: 285px;
  cursor: pointer;
}
.video3-thumb {
  position: absolute;
  top: 50%;
  margin-left: 805px;
  z-index: 5;
  width: 295px; 
  height: 190px;
  cursor: pointer;
}

@media screen and (min-width: 1400px) {
  .video1 {
    margin-left: 97px;
  }
  .video2 {
    margin-left: 426px;
  }
  .video3 {
    margin-left: 896px;
  }

  .video1-thumb {
    margin-left: 97px;
  }
  .video2-thumb {
    margin-left: 426px;
  }
  .video3-thumb {
    margin-left: 896px;
  }
}

@media screen and (max-width: 1200px) {
  .video .screens {
    flex-direction: column;
  }
  .video .mobile {
    width: 200px;
    margin-left: 0px;
    margin-top: -90px;
    margin-bottom: -40px;
  }
  .video .laptop {
    width: 670px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .video .tablet {
    width: 400px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .video1 {
    top: 16.1%;
    margin-left: 290px;
    border-radius: 10px;
    width: 367px; 
    height: 171px;
  }
  .video2 {
    top: 38.2%;
    margin-left: 234px;
    width: 467px; 
    height: 300px;
  }
  .video3 {
    top: 74%;
    margin-left: 289px;
    width: 357px; 
    height: 227px;
  }

  .video1-thumb {
    top: 16.1%;
    margin-left: 290px;
    width: 369px; 
    height: 171px;
  }
  .video2-thumb {
    top: 38.2%;
    margin-left: 234px;
    width: 467px; 
    height: 300px;
  }
  .video3-thumb {
    top: 74%;
    margin-left: 289px;
    width: 357px; 
    height: 227px;
  }
}

@media screen and (max-width: 991px) {
  .video1 {
    margin-left: 170px;
  }
  .video2 {
    margin-left: 114px;
  }
  .video3 {
    margin-left: 169px;
  }

  .video1-thumb {
    margin-left: 170px;
  }
  .video2-thumb {
    margin-left: 114px;
  }
  .video3-thumb {
    margin-left: 169px;
  }
}

@media screen and (max-width: 767px) {
  .video1 {
    margin-left: 80px;
  }
  .video2 {
    margin-left: 24px;
  }
  .video3 {
    margin-left: 79px;
  }

  .video1-thumb {
    margin-left: 80px;
  }
  .video2-thumb {
    margin-left: 24px;
  }
  .video3-thumb {
    margin-left: 79px;
  }
}

@media screen and (max-width: 576px) {
  .video .mobile {
    width: 150px;
  }
  .video .laptop {
    width: 400px;
    margin-bottom: 20px;
  }
  .video .tablet {
    width: 320px;
  }

  .video .videos {
    flex-direction: column;
  }

  .video1 {
    top:29.5%; left: 51%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    z-index: 12;
    width: 280px; 
    height: 131px;
  }
  .video2 {
    top: 52.5%; left: 50%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    width: 280px; 
    height: 180px;
  }
  .video3 {
    top: 81.4%; left: 50%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    width: 286px; 
    height: 180px;
  }

  .video1-thumb {
    top:26.3%; left: 51%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    z-index: 12;
    width: 276px; 
    height: 131px;
  }
  .video2-thumb {
    top: 50.4%; left: 50%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    width: 279px; 
    height: 180px;
  }
  .video3-thumb {
    top: 80.4%; left: 50%;
    margin-left: 0;
    transform: translate(-50%,-50%);
    width: 287px; 
    height: 182px;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services {
  z-index: 1;
}
.services .services-carousel, .services .services-slider {
  overflow: hidden;
}
.services .services-item {
  box-sizing: content-box;
  padding: 10px;
  margin: 0px 15px 30px 15px;
  position: relative;
  background: #eee;
  border-radius: 8px;
  cursor: grab;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services .services-item .services-img {
  max-width: 300px;
  padding: 6px;
}
.services .services-item h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 5px 0;
  text-align: center;
  min-height: 30px;
}
.services .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.services .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.services .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3a4be0;
}

@media screen and (max-width: 1199px) {
  .services .services-item .services-img {
    max-width: 260px;
  }
}


/*--------------------------------------------------------------
# Waterfall Slider
--------------------------------------------------------------*/

.waterfall2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.waterfall2 .slide-test {
  width: 100%;
  height: 660px;
  overflow: hidden;
  display: flex;
}

.waterfall2 .test-slider-info {
  width: 25%;
  height: 100%;
  padding: 0 20px 0 30px;
  background-color: #141a29;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'Raleway', sans-serif;
  z-index: 1;
}

.waterfall2 .test-slider-info h2 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 34px;
  color: white;
  background: linear-gradient(to left top, rgb(27, 141, 194), rgb(41, 165, 223), rgb(211, 222, 252));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
  transform: translateY(-80px);
  transition: 1s ease;
}

.waterfall2 .test-slider-info h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(218, 218, 218);
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.slide-test:hover h2:before {
  visibility: visible;
  width: 100%;
}

.waterfall2 .test-slider-info p {
  color: rgb(214, 214, 214);
  font-size: 20px;
  margin-top: 10px;
  transform: translateY(-80px);
  transition: 1s ease;
}

.waterfall2 .test-slider-info p i {
  color:rgb(25, 130, 216);
}

.slide-test:hover .test-slider-info p {
  transform: translateY(0px);
}
.slide-test:hover .test-slider-info h2 {
  transform: translateY(0px);
}


.waterfall2 .slide-test:nth-child(1) {
  background-color: rgb(146, 201, 252);
}
.waterfall2 .slide-test:nth-child(2) {
  background-color:rgb(204, 255, 255);
}
.waterfall2 .slide-test:nth-child(3) {
  background-color: rgb(43, 129, 199);
}
.waterfall2 .slide-test:nth-child(4) {
  background-color: rgb(148, 176, 236);
}

.waterfall2 .test-slider-img {
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 10%;
}

.slide1-test-phone {
  position: relative;
  width: 180px;
  transition: 1s ease;
  margin: 5px 10px;
}
.slide1-test-phone1 {
  top: -150px;
}
.animate-slide1-test-phone1 {
  top: -100px;
}
.slide1-test-phone2 {
  top: -260px;
}
.animate-slide1-test-phone2 {
  top: -310px;
}
.slide1-test-phone3 {
  top: -100px;
}
.animate-slide1-test-phone3 {
  top: -50px;
}
.slide1-test-phone4 {
  top: -140px;
  margin-left: -40px;
}
.animate-slide1-test-phone4 {
  top: -90px;
}
.slide1-test-phone5 {
  top: -260px;
  left: 12.5px;
}
.animate-slide1-test-phone5 {
  top: -310px;
}
.slide1-test-phone6 {
  top: -90px;
}
.animate-slide1-test-phone6 {
  top: -40px;
}
.slide1-test-phone7 {
  top: -260px;
  left: -25px;
}
.animate-slide1-test-phone7 {
  top: -310px;
}


.slide2-test-phone {
  position: relative;
  bottom: 0;
  margin-bottom: -35px;
  transition: 1s ease;
  width: 350px;
}
.slide2-test-phone1 {
  bottom: -120px;
}
.slide2-test-phone2 {
  bottom: -120px;
}
.animate-slide2-test-phone {
  bottom: -80px;
}

.slide3-test-phone {
  transform: rotate(40deg);
  position: relative;
  transition: 1s ease;
  width: 200px;
}
.slide3-test-phone1 {
  top: -45px;
  left: 215px;
}
.animate-slide3-test-phone1 {
  top: 30px;
  left: 150px;
}
.slide3-test-phone2 {
  top: -270px;
  left: 370px;
}
.animate-slide3-test-phone2 {
  top: -200px;
  left: 300px;
}
.slide3-test-phone3 {
  top: 267px;
  left: -170px;
}
.animate-slide3-test-phone3 {
  top: 202px;
  left: -118px;
}
.slide3-test-phone4 {
  top: 120px;
  left: -320px;
}
.animate-slide3-test-phone4 {
  top: 50px;
  left: -270px;
}
/* .slide3-test-phone5 {
  top: 92px;
  left: -361px;
}
.animate-slide3-test-phone5 {
  top: 42px;
  left: -316px;
} */


.slide4-test-swiper {
  margin-left: 15px;
  margin-top: -10px;
}
.slide4 .test-slider-img .swiper-slide {
  background-color: transparent;
}
.slide4-test-swiper img {
  width: 189px;
  height: 406px;
}
.slide4-test-phone-frame {
  position: absolute;
  width: 220px;
  z-index: 2;
}


/*--------------------------------------------------------------
# Waterfall Slider Mobile
--------------------------------------------------------------*/
.waterfall-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: none;
}

.slide-mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.waterfall-mobile .mobile-swiper-info {
  width: 100%;
  height: 50%;
  padding: 40px 20px 30px 30px;
  background-color: rgb(20, 26, 41);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Raleway', sans-serif;
  z-index: 1;
}

.waterfall-mobile .mobile-swiper-info h2 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  color: white;
  background: linear-gradient(to left top, rgb(27, 141, 194), rgb(41, 165, 223), rgb(211, 222, 252));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 10px;
  margin-bottom: 20px;
  transform: translateX(0px);
}

.waterfall-mobile .mobile-swiper-info h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: rgb(218, 218, 218);
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.slide-mobile:hover h2:before {
  visibility: visible;
  width: 100%;
}

.waterfall-mobile .mobile-swiper-info p {
  color: rgb(214, 214, 214);
  font-size: 20px;
  margin-top: 10px;
  transform: translateX(0px);
}

.waterfall-mobile .mobile-swiper-info p span {
  bottom: 22px !important;
}

.waterfall-mobile .mobile-swiper-info p i {
  color:rgb(25, 130, 216);
}


.waterfall-mobile .slide-mobile:nth-child(1) {
  background-color: rgb(146, 201, 252);
}
.waterfall-mobile .slide-mobile:nth-child(2) {
  background-color:rgb(204, 255, 255);
}
.waterfall-mobile .slide-mobile:nth-child(3) {
  background-color: rgb(43, 129, 199);
}
.waterfall-mobile .slide-mobile:nth-child(4) {
  background-color: rgb(148, 176, 236);
}

.waterfall-mobile .mobile-slider-img {
  max-width: 600px;
  max-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slide1-mobile-phone {
  position: relative;
  width: 150px;
  transition: 1s ease;
}
.slide1-mobile-phone1 {
  margin-top: -250px;
  top: 0px;
}
.animate1-slide1-mobile-phone1 {
  margin-top: 0px;
  top: 50px;
}
.slide1-mobile-phone2 {
  top: -100px;
}
.animate1-slide1-mobile-phone2 {
  top: -80px;
}
.slide1-mobile-phone3 {
  top: -140px;
}
.animate1-slide1-mobile-phone3 {
  top: -120px;
}
.slide1-mobile-phone4 {
  margin-bottom: -550px;
}
.animate1-slide1-mobile-phone4 {
  margin-bottom: -125px;
}
.slide1-mobile-phone5 {
  top: -60px;
}
.animate1-slide1-mobile-phone5 {
  top: -80px;
}
.slide1-mobile-phone6 {
  top: -100px;
}
.animate1-slide1-mobile-phone6 {
  top: -120px;
}
.slide1-mobile-phone7 {
  display: none;
}


.slide2-mobile-phone {
  position: relative;
  bottom: 0;
  margin-bottom: -50px;
  transition: 1s ease;
  width: 300px;
}
.slide2-mobile-phone1 {
  bottom: -40px;
}
.slide2-mobile-phone2 {
  bottom: -40px;
}
.animate1-slide2-mobile-phone {
  bottom: 0px;
}

.slide3-mobile-phone {
  transform: rotate(40deg);
  position: relative;
  transition: 1s ease;
  width: 150px;
}
.slide3-mobile-phone1 {
  top: 330px;
  left: -50px;
}
.animate1-slide3-mobile-phone1 {
  top: 260px;
  left: 20px;
}
.slide3-mobile-phone2 {
  top: -100px;
  right: -90px;
}
.animate1-slide3-mobile-phone2 {
  top: -30px;
  right: -20px;
}
.slide3-mobile-phone3 {
  top: 160px;
  right: 74px;
}
.animate1-slide3-mobile-phone3 {
  top: 90px;
  right: 24px;
}
.slide3-mobile-phone4 {
  top: -275px;
  right: -40px;
}
.animate1-slide3-mobile-phone4 {
  top: -205px;
  right: 30px;
}
/* .slide3-mobile-phone5 {
  top: -460px;
  left: 258px;
}
.animate1-slide3-mobile-phone5 {
  top: -400px;
  left: 210px;
} */

.slide4-mobile-swiper {
  position: relative;
  height: 100%;
  top: -5px;
  left: -3px;
}
.slide4 .mobile-slider-img .swiper-slide {
  background-color: transparent;
}
.slide4-mobile-swiper img {
  width: 189px;
  height: 405px;
}
.slide4-mobile-phone-frame {
  position: absolute;
  width: 220px;
  z-index: 2;
}


@media screen and (max-width: 620px) {
  .waterfall-mobile .mobile-swiper-info h2 {
    font-weight: 900;
    font-size: 30px;
  }
  .waterfall-mobile .mobile-swiper-info p {
    color: rgb(214, 214, 214);
    font-size: 16px;
    margin-top: 10px;
  }

  .waterfall-mobile .mobile-slider-img {
    max-width: 350px;
    max-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .slide1-mobile-phone {
    width: 80px;
  }
  .slide1-mobile-phone1 {
    margin-top: -200px;
    top: 0px;
  }
  .slide1-mobile-phone2 {
    top: -80px;
  }
  .slide1-mobile-phone3 {
    top: -100px;
  }
  .slide1-mobile-phone4 {
    margin-bottom: -300px;
  }
  .slide1-mobile-phone5 {
    top: -40px;
  }
  .slide1-mobile-phone6 {
    top: -60px;
  }
  .slide1-mobile-phone7 {
    display: none;
  }
  
  .slide2-mobile-phone {
    width: 150px;
  }
  .slide2-mobile-phone1 {
    margin-left: -20px;
  }

  .slide3-mobile-phone {
    width: 80px;
  }
  .slide3-mobile-phone1 {
    top: 220px;
    left: -90px;
  }
  .slide3-mobile-phone2 {
    top: -90px;
    right: -55px;
  }
  .slide3-mobile-phone3 {
    top: 118px;
    right: 83px;
  }
  .slide3-mobile-phone4 {
    top: -180px;
    right: -40px;
  }
  /* .slide3-mobile-phone5 {
    top: 30px;
    left: -115px;
  } */

  .slide4-mobile-swiper {
    position: relative;
    height: 100%;
    top: -5px;
    left: -1px;
    min-width: 500px;
  }
  .slide4 .mobile-slider-img .swiper-slide {
    background-color: transparent;
  }
  .slide4-mobile-swiper img {
    width: 150px;
    height: 312px;
  }
  .slide4-mobile-phone-frame {
    position: absolute;
    width: 170px;
    z-index: 2;
  }
}

.animate2-slide1-mobile-phone1 {
  margin-top: 0px;
  top: 20px;
}
.animate2-slide1-mobile-phone2 {
  top: -60px;
}
.animate2-slide1-mobile-phone3 {
  top: -80px;
}
.animate2-slide1-mobile-phone4 {
  margin-bottom: -50px;
}
.animate2-slide1-mobile-phone6 {
  top: -80px;
}
.animate2-slide1-mobile-phone5 {
  top: -60px;
}

.animate2-slide3-mobile-phone1 {
  top: 150px;
  left: -20px;
}
.animate2-slide3-mobile-phone2 {
  top: -15px;
  right: 10px;
}
.animate2-slide3-mobile-phone3 {
  top: 58px;
  right: 38px;
}
.animate2-slide3-mobile-phone4 {
  top: -110px;
  right: 30px;
}
/* .animate2-slide3-mobile-phone5 {
  top: 20px;
  left: -105px;
} */



.swiper-pagination2{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination2.swiper-pagination2-hidden{opacity:0}.swiper-horizontal>.swiper-pagination2-bullets,.swiper-pagination2-bullets.swiper-pagination2-horizontal,.swiper-pagination2-custom,.swiper-pagination2-fraction{bottom:10px;left:0;width:100%}.swiper-pagination2-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet{transform:scale(.33);position:relative}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active{transform:scale(1)}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active-main{transform:scale(1)}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active-prev{transform:scale(.66)}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active-next{transform:scale(.66)}.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet-active-next-next{transform:scale(.33)}.swiper-pagination2-bullet{width:var(--swiper-pagination2-bullet-width,var(--swiper-pagination2-bullet-size,8px));height:var(--swiper-pagination2-bullet-height,var(--swiper-pagination2-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination2-bullet-inactive-color,#000);opacity:var(--swiper-pagination2-bullet-inactive-opacity, .2)}button.swiper-pagination2-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination2-clickable .swiper-pagination2-bullet{cursor:pointer}.swiper-pagination2-bullet:only-child{display:none!important}.swiper-pagination2-bullet-active{opacity:var(--swiper-pagination2-bullet-opacity, 1);background:var(--swiper-pagination2-color,var(--swiper-theme-color))}.swiper-pagination2-vertical.swiper-pagination2-bullets,.swiper-vertical>.swiper-pagination2-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination2-vertical.swiper-pagination2-bullets .swiper-pagination2-bullet,.swiper-vertical>.swiper-pagination2-bullets .swiper-pagination2-bullet{margin:var(--swiper-pagination2-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination2-vertical.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic,.swiper-vertical>.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination2-vertical.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet,.swiper-vertical>.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination2-bullets .swiper-pagination2-bullet,.swiper-pagination2-horizontal.swiper-pagination2-bullets .swiper-pagination2-bullet{margin:0 var(--swiper-pagination2-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic,.swiper-pagination2-horizontal.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet,.swiper-pagination2-horizontal.swiper-pagination2-bullets.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination2-bullets-dynamic .swiper-pagination2-bullet{transition:.2s transform,.2s right}.swiper-pagination2-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination2-progressbar .swiper-pagination2-progressbar-fill{background:var(--swiper-pagination2-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination2-progressbar .swiper-pagination2-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination2-progressbar,.swiper-pagination2-progressbar.swiper-pagination2-horizontal,.swiper-pagination2-progressbar.swiper-pagination2-vertical.swiper-pagination2-progressbar-opposite,.swiper-vertical>.swiper-pagination2-progressbar.swiper-pagination2-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination2-progressbar.swiper-pagination2-progressbar-opposite,.swiper-pagination2-progressbar.swiper-pagination2-horizontal.swiper-pagination2-progressbar-opposite,.swiper-pagination2-progressbar.swiper-pagination2-vertical,.swiper-vertical>.swiper-pagination2-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination2-lock{display:none}



@media screen and (max-width: 1200px) {
  .waterfall2 {
    display: none !important;
  }
  .waterfall-mobile {
    display: block !important;
  }
} 

/*--------------------------------------------------------------
# Multi App
--------------------------------------------------------------*/
.multi .container {
  position: relative;
}
.multi .col-lg-4 {
  padding: 5px 0;
}
.multi .multi-box {
  display: flex;
  margin-bottom: 20px;
  height: 100%;
}
.multi .multi-box .multi-icon {
  min-width: 80px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  color: #1577BD;
  transform: translateY(3px);
  transition: 0.5s ease;
}
.multi .multi-box h6 {
  color: #555;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.multi .multi-box:hover .multi-icon {
  transform: translateY(10px);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
  background-color: #141A29;
}
.features .section-title h2 {
  color: white;
}

.features-img {
  width: 100%;
  height: 100%;
  margin-top: -30px;
}

@media screen and (max-width: 900px) {
  .features-img {
    width: 120%;
    margin-left: -10%;
  }
}

.features-img-mobile {
  width: 90%;
  margin-left: 4%;
}


/*--------------------------------------------------------------
# Stats
--------------------------------------------------------------*/
#stats-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 50px;
}

#stats-box .sec-1 {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#stats-box .years {
  font-size: 350px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}

#stats-box .text-img {
  position: relative;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to bottom right, #1F305D, rgb(24, 95, 177));
  -webkit-background-clip: text;
  width: 100%;
  margin-left: 60px;
  margin-right: 20px;
}

#particles-js {
  position: absolute;
  width: 410px;
  height: 380px;
  top: 0;
  left: 0;
}

.particles-js-canvas-el {
  position: relative;
  top: -15px;
  left: 5%;
}

.experience {
  width: 60%;
}

.experience h2 {
  border-left: 5px solid rgb(177, 177, 177);
  padding-left: 20px;
  margin-bottom: 20px;
}

.experience h6 {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: rgb(95, 95, 95);
}


#stats-box .sec-2 {
  width: 40%;
  display: flex;
	justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sec-2 h5 {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

.stats {
  width: 40%;
  margin: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.stats .fas {
  color: #1F305D;
  font-size: 50px;
}

.counter-flex {
  display: flex;
  flex-direction: row;
}

.button {
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.2rem 3rem;
  font-family: inherit;
  position: relative;
}

.button::before, .button::after {
  position: absolute;
  top: 0;
  height: 100%;
}

.button--mimas {
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	font-weight: 700;
	font-size: 0.85rem;
	overflow: hidden;
	color: #fff;
}

.button--mimas span {
	position: relative;
	mix-blend-mode: difference;
}

.button--mimas::before {
	content: '';
	background: rgb(20, 20, 20);
	width: 140% !important;
	left: -10% !important;
	transform: skew(30deg);
	transition: transform 0.4s ease;
}

.button--mimas:hover::before {
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 1100px) {
  #stats-box {
    top: -70px;
  }
}

@media screen and (max-width: 1000px) {
  #stats-box {
    height: 100%;
    flex-direction: column;
  }
  #stats-box .sec-1 {
    width: 100%;
    height: 400px;
    margin-right: 50px;
  }
  #stats-box .sec-2 {
    width: 100%;
    align-items: normal;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .stats {
   margin: 0;
   width: 100%;
  }
  .particles-js-canvas-el {
    left: 15%
  }
}

@media screen and (max-width: 750px) {
  #stats-box .years {
    font-size: 300px;
  }
  .experience {
    width: 100%;
  }
  #particles-js {
    position: absolute;
    width: 340px;
    height: 340px;
  }
  .particles-js-canvas-el {
    left: 2%;
  }
  .experience h2 {
    font-size: 30px !important;
  }
  .experience h6 {
    font-size: 15px;
  }
  .button {
    padding: 1.2rem 2rem;
  }
}

@media screen and (max-width: 650px) {
  #stats-box {
    margin: 0px;
  }
  #stats-box .years {
    font-size: 170px;
  }
  .experience h2 {
    font-size: 24px !important;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  .experience h6 {
    font-size: 14px;
    display: none;
  }
  #particles-js {
    position: absolute;
    width: 200px;
    height: 200px;
  }
  .button {
    padding: 0.8rem 1rem;
    margin: 0;
  }
  .button--mimas {
    font-size: 10px;
  }
  .stats {
    margin-top: -70px;
    font-size: 22px;
  }
  .stats .fas {
    color: #1F305D;
    font-size: 40px;
  }
  .sec-2 h5 {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.blogs .row .col-lg-3 .border {
  height: 100%;
}
.blogs .row .col-lg-3 .blog-img {
  height: 200px; 
  background-size: cover; 
  background-position: center;
  transition: 1s ease;
}
.blogs .row .col-lg-3:nth-child(1) .blog-img {
  background-image: url('../../blogs/assets/images/right-approach.jpg'); 
}
.blogs .row .col-lg-3:nth-child(2) .blog-img {
  background-image: url('../../blogs/assets/images/dms-crm.jpg'); 
}
.blogs .row .col-lg-3:nth-child(3) .blog-img {
  background-image: url('../../blogs/assets/images/how-technology.png'); 
}
.blogs .row .col-lg-3:nth-child(4) .blog-img {
  background-image: url('../../blogs/assets/images/saas-vs-onprem.jpg'); 
}
.blogs .row .col-lg-3 .blog-date {
  top:10px; 
  right:10px; 
  width: 70px; 
  height: 70px; 
  background-color: #1577BD;
}
.blogs .row .col-lg-3 .blog-read-more {
  bottom: 10px; 
  left: 10px; 
  background-color: #1577BD;
  font-size: 14px;
}
.blogs .row .col-lg-3 .blog-read-more:hover {
  background-color: #116bac;
}
.blogs .row .col-lg-3 .blog-heading {
  font-weight: 600; 
  font-size: 1rem; 
  margin-bottom: 0;
}
.blogs .row .col-lg-3 p {
  font-size: 0.9rem;
}
.blogs .row .col-lg-3 .blog-read-time {
  color: #1577BD; 
  margin-left: 5px; 
  margin-bottom: 3px; 
  font-family: Arial, Helvetica, sans-serif;
}

.blogs .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button--dione {
	background: none;
	font-family: obvia, sans-serif;
	font-weight: 500;
	padding: 1.5rem 3rem;
}
.button--dione span {
	display: inline-block;
	position: relative;
	color: #fff;
}
.button--dione::before {
	content: '';
	background: #1577BD;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
}
.button--dione:hover::before {
	transform: scale3d(0.9, 0.8, 1);
  background: #116bac;
}
.button--dione::after {
	content: '';
	border: 1px solid #1577BD;
	transition: transform 0.3s cubic-bezier(0.2,1,0.7,1);
	border-radius: 0px;
	transform: scale3d(0.85, 0.65, 1);
}
.button--dione:hover::after {
	transform: scale3d(1,1,1);
}

@media screen and (max-width: 768px) {
  .blogs .row .col-lg-3 .blog-img {
    height: 300px;
  }
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact {
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
.contact .container {
  position: relative;
}
.contact .info-box i {
  color: #B9B9B9;
  font-size: 30px;
}
.contact h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
}
.contact .info-box p {
  font-size: 17px;
}
.contact .container .address-map {
  border: 0;
  width: 100%;
  margin-top: 10px;
}
.contact a {
  color: white;
  transition: 0.3s ease;
}
.contact a:hover {
  color: #dadada;
}

@media screen and (max-width: 992px) {
  .contact .container .address {
    width: 100%;
  }
  .contact .container .address-map {
    padding: 0%;
    width: 100%;
    height: 300px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .contact .container .row > * {
    text-align: center;
    margin: 10px 0;
  }
}

.contact .form-group {
  margin: 18px 0;
}
.contact .form-group:nth-child(1) {
  margin-top: 0;
}
.contact .form-group .form-control {
  padding: 10px;
  border-radius: 0;
  transition: 0.3s ease;
  box-shadow: none;
}
.contact .form-group .form-control:focus {
  border-radius: 5px;
}
.contact .button-submit {
  font-size: 18px;
  letter-spacing: 1px;
  border: 2px solid #0f66b8;
  padding: 12px 24px;
  margin-top: 18px;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ffffff;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.contact .button-submit:hover {
  box-shadow: inset 0 0 0 50px #ffffff;
  border-color: #ffffff;
  color: #0f66b8;
  font-weight: bold;
}
.contact .button-submit:focus {
  outline: none;
}

.other-offices {
  padding-top: 0;
  padding-bottom: 120px;
}
.other-offices .row {
  margin: 0;
}
.other-offices .col-lg-3:nth-child(even) {
  background-color: #f8f8f8;
}
.other-offices .col-lg-3:nth-child(odd) {
  background-color: #eeeeee;
}
.other-offices .row {
  position: relative;
}
.other-offices .office {
  padding: 30px 30px;
}
.other-offices .office h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.other-offices .office .office-item {
  display: flex;
  align-items: flex-start;
  margin: 5px 0;
}
.other-offices .office .office-item i {
  margin-right: 8px;
  color: #e03a3c;
}
.other-offices .office .office-item .fa-map {
  margin-top: 2px;
}
.other-offices .office .office-item .fa-user {
  margin-top: 1px;
}
.other-offices .office .office-item .fa-phone-alt {
  margin-top: 4px;
}

@media screen and (max-width: 1200px) {
  .other-offices .office {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 992px) and (min-width: 576px) {
  .other-offices .col-lg-3:nth-child(1), .other-offices .col-lg-3:nth-child(4) {
    background-color: #eeeeee;
  }
  .other-offices .col-lg-3:nth-child(2), .other-offices .col-lg-3:nth-child(3) {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 576px) {
  .other-offices .col-lg-3 {
    text-align: center;
  }
  .other-offices .office-item {
    align-items: center !important;
    flex-direction: column;
  }
  .other-offices .office-item i {
    margin-bottom: 10px;
  }
}
