@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Rubik", sans-serif;
}
.lista li {
  list-style: circle;
}
ul {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
h3,
h2,
h1 {
  font-family: "Gotham HTF";
  font-weight: bold;
  font-style: normal;
}
.container {
  max-width: 1230px;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  float: left;
}
.right-side-top-btn ul li a {
  background: #ff5f2d;
  display: inline-block;
  padding: 6px 17px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}

.top-bar-wrapper .top-bar-email-info ul li {
  display: inline-block;
  margin-right: 25px;
  color: #fff;
  font-size: 13px;
}
.top-bar-wrapper .top-bar-email-info ul li .fa {
  font-size: 17px;
  margin-right: 5px;
}
.top-bar-social-icon {
  text-align: right;
}
.top-bar-social-icon ul li {
  display: inline-block;
  margin-left: 9px;
}
.top-bar-social-icon ul li a {
  font-size: 16px;
  color: #fff;
}
.top-home-slider-img {
  text-align: center;
  width: 100%;
}
.top-home-slider-img img {
  width: auto !important;
  display: inline-block !important;
}
.home-slider-wrapper {
  background-image: linear-gradient(to right, #000000, #282828);
  padding-top: 31px;
}
.top-home-slider-info h4 {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}
.top-home-slider-info h3 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.top-home-slider-info h4 span {
  color: #f41d00;
}
.wrapper-btn {
  margin-top: 20px;
}
.wrapper-btn a {
  background: #f41d00;
  padding: 10px 26px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.section-title-wrapper {
  width: 100%;
  text-align: center;
  margin-bottom: 41px;
}
.our-products-wrapper {
  background: #f0f4fe;
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-products-wrapper .container {
  padding: 0px 136px;
}
.our-products-wrapper .our-products-logo {
  border: solid 1px #ddd;
}
.section-title-wrapper .section-title-row h3 {
  color: #234596;
  font-size: 34px;
  font-weight: 600;
}
.section-title-wrapper .section-title-row h3 span {
  color: #f41d00;
}
.our-team-box-wrapper .our-team-info {
  text-align: center;
  margin-top: 12px;
}
.our-team-box-wrapper .our-team-info h3 {
  color: #141e3a;
  font-size: 27px;
  font-weight: 600;
}
.our-team-box-wrapper .our-team-info p {
  font-size: 17px;
  color: #284290;
  font-weight: 600;
}
.our-team-wrapper {
  padding-top: 64px;
  padding-bottom: 51px;
}
.our-blog-wrapper {
  background: #eeefff;
  padding-top: 60px;
  padding-bottom: 50px;
}
.blog-box-wrapper {
  background: #fff;
}
.blog-box-wrapper .blog-info {
  padding: 22px;
  padding-bottom: 33px;
  padding-top: 13px;
}
.blog-box-wrapper .blog-info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #141e3a;
  line-height: 32px;
}
.blog-box-wrapper .blog-info p {
  color: #555555;
  font-size: 16px;
}
.blog-box-wrapper .blog-info .blog-info-btn a {
  font-size: 14px;
  font-weight: 600;
  color: #234596;
}
.blog-info-date ul li {
  display: inline-block;
  margin-right: 13px;
  color: #626262;
  font-size: 14px;
}
.blog-info-date {
  margin-bottom: 14px;
  margin-top: 5px;
}
.blog-info-date ul li .fa {
  margin-right: 5px;
}
#logo-slider-footer .item-slider-img-box {
  text-align: center;
}
#logo-slider-footer .item-slider-img-box img {
  width: auto;
  display: inline-block;
}
#logo-slider-footer .item-slider-img-box {
  text-align: center;
  display: flex;
  align-items: center;
  height: 145px;
  justify-content: center;
}
.logo-slider-footer-wrapper .owl-nav {
  display: none;
}
.logo-slider-footer-wrapper .owl-dots {
  display: none;
}
.technology-wrapper {
  background: url(../images/technology-bg.jpg);
  position: relative;
  padding-top: 72px;
  padding-bottom: 70px;
  background-size: cover;
  background-position: top;
}
.technology-wrapper:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: linear-gradient(17deg, #f41d00 0%, #3754ae 94%);
  opacity: 0.8;
}
.technology-wrapper .container {
  position: relative;
  z-index: 3333;
}
.technology-box-one-row {
  float: left;
  width: 100%;
}
.technology-box-one-row .technology-box-bg {
  width: 29%;
  float: left;
  text-align: center;
  background: #fff;
  margin-bottom: 21px;
  min-height: 145px;
  margin-right: 24px;
  border-radius: 7px;
}
.technology-box-bg2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 145px;
  border-radius: 7px;
}
.technology-box-bg2 h3 a {
  font-size: 19px;
  color: #234596;
  font-weight: 600;
}
.technology-box-bg2 .technology-box-icon .fa {
  font-size: 46px;
  margin-bottom: 12px;
  color: #234596;
}
.technology-box-bg2:hover {
  background-image: linear-gradient(#2f499e, #f11e02);
}
.technology-box-bg2:hover h3 a {
  color: #fff;
}
.technology-box-bg2:hover .technology-box-icon .fa {
  color: #fff;
}
.technology-left-box-info h3 {
  color: #fb304c;
  font-size: 20px;
}
.technology-left-box-info h4 {
  font-size: 31px;
  margin-top: 21px;
  color: #fff;
  font-weight: 600;
  line-height: 47px;
}
.technology-left-box-info {
  margin-top: 54px;
}
.home-about-info-icon-box-row {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.home-about-info-icon-box-row .home-about-info-icon-box {
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}
.home-about-info-icon-box-row .home-about-info-icon-box .home-about-icon-box {
  width: 46px;
  margin-right: 13px;
}
.home-about-icon-text h3 {
  font-size: 22px !important;
  color: #141e3a !important;
  font-weight: 600 !important;
  line-height: initial !important;
  margin-bottom: 0px !important;
}
.home-about-icon-text p {
  color: #555555;
  margin-bottom: 0px;
  font-size: 16px;
}
.home-about-info h3 {
  font-size: 35px;
  line-height: 53px;
  font-weight: 600;
  color: #141e3a;
  margin-bottom: 16px;
}
.home-about-info p {
  line-height: 32px;
  color: #555555;
  font-size: 17px;
}
.home-about-wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-about-right-sent-img {
  max-width: 332px;
  position: relative;
  margin: 0px auto;
}
.home-about-right-sent-img .home-about-img-1 {
  position: absolute;
  left: -138px;
  top: 196px;
}
.home-about-right-sent-img .home-about-img-3 {
  position: absolute;
  right: -92px;
  top: -23px;
}
.home-about-exp-box {
  width: 233px;
  height: 133px;
  position: absolute;
  right: -19px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background: #f0f4fe;
  margin-top: -30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-about-exp-box h3 {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: #234596;
}
.home-about-right-side {
  position: relative;
  margin-top: 35px;
}
.home-about-rightimg {
  position: absolute;
  top: -35px;
  max-width: 569px;
  z-index: -1;
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}
.home-about-wrapper {
  background-image: url(../images/bg-1.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-bottom: 150px;
  background-size: contain;
  overflow: hidden;
}
#home-slider-top .owl-dots {
  position: absolute;
  bottom: 9px;
  text-align: center;
  width: 100%;
}
#home-slider-top .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: -71px;
}
#home-slider-top .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: -71px;
}
#home-slider-top .owl-nav {
  margin-top: 0;
}
.technology-box-one-row .technology-box-bg:last-child {
  margin-right: 0;
}
.technology-box-one-row.tow {
  margin-left: 32px;
}

/******* Animation CSS HOME PAGE image *******/
@-webkit-keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.about-acahk-img img {
  -webkit-animation: sunMove 10s linear infinite;
  animation: sunMove 10s linear infinite;
}
@-webkit-keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes planeMove {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  75% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.header-wrapper nav.navbar {
  padding-left: 0px;
  padding-right: 0px;
}
.wrapper-btn a:hover {
  background: #b11500;
}
#home-slider-top .owl-nav button {
  outline: 0;
}
#home-slider-top .owl-dots button span {
  background: #fff;
}
#home-slider-top .owl-dots button.active span {
  background: #f41d00;
}
#home-slider-top .owl-dots button {
  outline: 0;
}
.right-side-top-btn ul li a:hover {
  background: #f73c02;
}
/*Footer CSS*/
.footer-section {
  padding-top: 66px;
  padding-bottom: 32px;
  background-image: url(../images/footer-bgg.jpg);
  background-size: 100% 100%;
  margin-top: 17px;
}
.footer-info h3 {
  font-size: 27px;
  color: #ffffff;
  margin-bottom: 12px;
}
.footer-info ul li {
  line-height: 32px;
}
.footer-info ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
}
.footer-resent-post-info {
  display: flex;
  margin-top: 21px;
}
.resent-post-text {
  width: 90%;
  padding-left: 15px;
}
.resent-post-text h6 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 4px;
}
.resent-post-text span {
  color: #ffff;
  font-size: 13px;
}
.footer-info-cont {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.footer-info-cont p {
  margin-bottom: 0px;
  color: #fff;
  margin-left: 8px;
  font-size: 15px;
}
.footer-info-cont p a {
  text-decoration: none;
  color: #fff;
}
.footer-logo {
  background-color: #e52b17;
  padding: 86px 33px;
  margin-top: -80px;
  padding-bottom: 51px;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  margin-bottom: 0px;
  padding-top: 33px;
}
.copyright-wrapper {
  background-color: #050822;
  padding-top: 35px;
  padding-bottom: 20px;
}
.copyright-info {
  width: 100%;
  text-align: center;
}
.copyright-info p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}
.blog-box-img {
  position: relative;
  overflow: hidden;
}
.blog-box-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.blog-box-wrapper:hover .blog-box-img img {
  -webkit-transform: rotate(3deg) scale(1.1, 1.1);
  -ms-transform: rotate(3deg) scale(1.1, 1.1);
  transform: rotate(3deg) scale(1.1, 1.1);
}
/*****viper-one page CSS*****/
.tow-section-text-info h3 {
  font-size: 41px;
  font-weight: 600;
  color: #141e3a;
  margin-bottom: 17px;
}
.tow-section-text-info p {
  font-size: 16px;
  line-height: 27px;
  color: #555555;
}
.row.rowds {
  margin-bottom: 74px;
}
/***** Viper-Crew Page CSS*****/
.tow-banner-text-wrpper2 {
  background-image: url(../images/banner-bgg5.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.videos-section-wrpper iframe {
  width: 100%;
  height: 507px;
}
.wrapper-btn.tow-bg2 a {
  background: #00afec;
}
.wrapper-btn.tow-bg2 a:hover {
  background: #0092c5;
}
.tow-banner-text-w {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-flow: column;
  height: 100%;
}
.tow-banner-text-wrpper2 .container {
  height: 100%;
}
.tow-banner-text-wrpper2 .row {
  height: 100%;
}
.tow-section-wrpper {
  padding-top: 80px;
}
.tow-banner-text-w h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-top: 17px;
}
.tow-banner-text-w p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.wrapper-btn.btn-block a {
  background: #000;
}
.wrapper-btn.btn-block a:hover {
  background: #b11500;
}
/****** viper-App Page CSS ******/
.banner-section {
  background-image: url(../images/banner-bgg.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.banner-text-info h2 {
  font-size: 47px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner-text-info h2 img {
  max-width: 53px;
  vertical-align: sub;
  margin-right: 10px;
}
.banner-text-info p {
  font-size: 16px;
  color: #ffff;
  margin-bottom: 30px;
  padding-top: 17px;
}
.appstore-btn {
  margin-top: 53px;
}
.appstore-btn a {
  display: inline-block;
  margin-right: 9px;
}
.section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.section-title h3 {
  margin-bottom: 0px;
  font-size: 40px;
  color: #141e3a;
  font-weight: 600;
}
.awesome-box-wrapper {
  text-align: center;
}
.awesome-box-title {
  padding-top: 18px;
}
.awesome-box-title h3 {
  font-size: 30px;
  color: #141e3a;
  font-weight: 600;
  margin-bottom: 13px;
}
.awesome-box-title p {
  margin-bottom: 0px;
  font-size: 17px;
  color: #555555;
  line-height: 29px;
}
.device-details-row {
  margin-top: 120px;
  margin-bottom: 70px;
}
.section-title.device-info {
  text-align: left;
  margin-bottom: 0px;
}
.section-title.device-info h3 {
  line-height: 50px;
}
.section-title.device-info .appstore-btn {
  margin-top: 30px;
}
.section-title.device-info p {
  font-size: 17px;
  color: #555555;
  padding-top: 25px;
  line-height: 30px;
  margin-bottom: 36px;
}
.section-title.device-info .awesome-box-title {
  padding-top: 14px;
}
.section-title.device-info .awesome-box-title h4 {
  margin-bottom: 0px;
  color: #56576e;
  font-size: 22px;
}
.screenshot-app-section {
  background-color: #ffe3dc;
  padding-top: 45px;
  padding-bottom: 17px;
}
.screenshot-app-section .section-title {
  margin-bottom: 45px;
}
#screenshotapp-slider .owl-nav button.owl-prev {
  /* position: absolute; */
  left: 48%;
  top: 104%;
  box-shadow: none !important;
  outline: none !important;
}
#screenshotapp-slider .owl-nav button.owl-next {
  /* position: absolute; */
  top: 104%;
  right: 46%;
  box-shadow: none !important;
  outline: none !important;
}
#screenshotapp-slider .owl-nav button.owl-next img {
  max-width: 28px !important;
}
#screenshotapp-slider .owl-nav button.owl-prev img {
  max-width: 28px !important;
}
#screenshotapp-slider .owl-nav {
  margin-top: 33px;
}
#screenshotapp-slider .owl-dot {
  display: none;
}
.screenshot-app-section .container {
  max-width: 100%;
  padding: 0px 15px;
}
.screenshot-app-section .container .row {
  margin-left: 0px;
  margin-right: 0px;
}
.home-about-img-2 {
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.top-home-slider-img {
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
.technology-box-bg2 .technology-box-icon .fa {
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

/****** HOME  SLIDER  Animation CSS ******/
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
#home-slider-top .owl-item.active .top-home-slider-info h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#home-slider-top .owl-item.active .top-home-slider-info h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#home-slider-top .owl-item.active .top-home-slider-info .wrapper-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
/****** HOME  SLIDER  Animation CSS END ******/

.banner-img {
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}
/****** Viper-Go page CSS ******/
.tablet-banner {
  background-image: url(../images/banner-bgg2.svg);
  padding-top: 35px;
  background-size: cover;
  background-position: center top;
  padding-bottom: 103px;
}
.tablet-banner .top-home-slider-info.banner-text-info img {
  margin-bottom: 21px;
  max-width: 47%;
}
.tablet-banner .wrapper-btn a {
  background: #000000;
}
.tablet-tow-section {
  margin-top: 50px;
  margin-bottom: 80px;
}
.tow-section-wrpper {
  padding-top: 80px;
}
.tablet-tow-section .row.rowds {
  margin-bottom: 131px;
}
.tow-section-text-info h3 {
  font-size: 41px;
  font-weight: 600;
  color: #141e3a;
  margin-bottom: 17px;
}
.tow-section-text-info p {
  font-size: 16px;
  line-height: 27px;
  color: #555555;
}
.wrapper-btn {
  margin-top: 20px;
}
.wrapper-btn.tow-bg2 a {
  background: #00afec;
}
.tow-section-img {
  position: relative;
}
.tow-section-icon-box {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.tow-section-icon {
  background-color: #ffe8f2;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.tow-section-icon-text {
  margin-left: 15px;
}
.tow-section-icon-text h4 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #141e3a;
}
.tow-section-icon-text p {
  margin-bottom: 0px;
}
.round-bgg {
  position: absolute;
  top: 0px;
  z-index: -1;
  text-align: center;
}
.tow-section-img .img-right {
  padding-top: 17px;
}
.tow-section-wrpper .wrapper-btn.tow-bg2 a {
  background: #f17330;
}
.team-started-now-section {
  background-color: #f17330;
  padding-top: 35px;
  padding-bottom: 90px;
}
.team-started-now-title h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}
.team-started-now-section .wrapper-btn.tow-bg2 a {
  background: #c44400;
}
.bottom-tablet-img {
  width: 77%;
  text-align: center;
  margin-top: -62px !important;
  margin: auto;
}
.bottom-tablet-section {
  margin-bottom: 40px;
}
.team-started-now-section .wrapper-btn.tow-bg2 a:hover {
  background: #000;
}
/****** Viper-Mass page CSS ******/
.viper-app {
  background-image: url(../images/banner-bgg4.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 25px;
}
.desktop-software {
  background-image: url(../images/banner-bgg3.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 25px;
}
.desktop-software .wrapper-btn a {
  background: #000000;
}
.desktop-software .top-home-slider-info.banner-text-info img {
  margin-bottom: 21px;
  max-width: 47%;
}
.technology-box-one-row .technology-box-bg:nth-child(4n) {
  margin-left: 29px;
}
.viper-one {
  padding-top: 29px;
  padding-bottom: 41px;
}
.header-wrapper .navbar-nav li .dropdown-menu {
  margin-top: 25px;
  padding: 10px 20px 10px 10px;
}
.header-wrapper .navbar-nav li .dropdown-menu a {
  padding: 5px 12px !important;
  font-size: 17px;
  text-transform: none;
  color: #000000;
}
.header-wrapper .navbar-nav li .dropdown-menu a:hover {
  background: #f5eaea;
  color: #000;
}

.viper-crew-top-mobile-viewimg {
  display: none;
}
.viper-crew-top-mobile-view-img {
  padding-top: 29px;
  padding-bottom: 41px;
}

/****** Mobile Layout ******/
@media only screen and (max-width: 767px) {
  .viper-crew-top-mobile-viewimg {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 31px;
  }
  .viper-crew-top-mobile-view-img {
    background: #2797db;
  }

  body .header-wrapper .navbar-nav li a {
    padding-left: 0px !important;
  }

  .header-wrapper .navbar-nav li .dropdown-menu {
    margin-top: 8px;
    padding: 10px 20px 10px 10px;
  }

  .technology-box-one-row .technology-box-bg:nth-child(4n) {
    margin-left: 0;
  }
  .technology-box-one-row .technology-box-bg {
    width: 45%;
  }
  .technology-box-one-row .technology-box-bg:nth-child(2n) {
    margin-right: 0;
  }
  .tablet-tow-section .row.rowds {
    margin-bottom: 20px;
  }
  .team-started-now-section {
    text-align: center;
  }
  .round-bgg {
    position: absolute;
    top: 0;
    z-index: -1;
    text-align: center;
    max-width: 231px;
    margin: 0px auto;
    left: 0;
    right: 0;
  }
  .team-started-now-title h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .home-about-right-sent-img .home-about-img-3 {
    display: none;
  }
  .home-about-right-sent-img .home-about-img-1 {
    display: none;
  }
  .our-products-wrapper .container {
    padding: 0px 15px;
  }
  #home-slider-top .owl-nav button {
    display: none;
  }
  .top-home-slider-info h3 {
    font-size: 29px;
    margin-top: 16px;
    margin-bottom: 25px;
  }
  .top-home-slider-info {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 23px;
  }
  /*.row.align-items-center .col-md-6:first-child {
      order: 1;
  }*/

  .home-slider-wrapper {
    padding-top: 46px;
    padding-bottom: 61px;
  }
  #home-slider-top .owl-dots {
    bottom: -46px;
  }
  .header-wrapper button {
    background: #f41d00;
    color: #fff;
    height: 37px;
    width: 52px;
    font-size: 25px;
    padding: 0;
    line-height: 33px;
  }
  .top-bar-wrapper .top-bar-email-info ul li {
    margin-right: 18px;
    font-size: 10px;
  }
  .top-bar-email-info {
    text-align: center;
  }
  .top-bar-social-icon {
    text-align: center;
    margin-top: 6px;
    padding-bottom: 3px;
  }
  .home-about-info h3 {
    font-size: 27px;
    line-height: 42px;
  }
  .home-about-exp-box {
    right: 0;
  }
  .blog-box-wrapper {
    margin-bottom: 33px;
  }
  .technology-box-one-row.tow {
    margin-left: 0;
  }
  .technology-left-box-info {
    margin-top: 0;
    margin-bottom: 39px;
  }
  .our-products-wrapper .col-md-3 {
    max-width: 50%;
    padding: 8px;
  }
  .our-team-box-wrapper {
    margin-bottom: 32px;
  }
  .section-title-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title-wrapper .section-title-row h3 {
    font-size: 29px;
    line-height: 42px;
  }
  .footer-info {
    margin-bottom: 38px;
  }
  .footer-logo {
    margin-bottom: 22px;
    padding-top: 54px;
  }
  .header-wrapper .navbar-nav li a {
    font-size: 17px;
    padding: 0px 22px !important;
    padding-left: 0px !important;
    line-height: 40px;
    padding-right: 0px !important;
  }
  .header-wrapper .navbar-nav {
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
  }
  .right-side-top-btn {
    margin-bottom: 18px;
  }
  .tow-section-img {
    margin-bottom: 29px;
  }
  .tow-section-text-info h3 {
    font-size: 23px;
    line-height: 29px;
  }
  .tow-section-text-info {
    margin-bottom: 47px;
  }
  .rowds:nth-child(2n) .col-md-6:first-child {
    order: 2;
  }
  .row.rowds {
    margin-bottom: 0;
  }
  .tow-section-wrpper {
    padding-top: 52px;
  }
  .videos-section-wrpper iframe {
    width: 100%;
    height: 210px;
  }
  .tow-banner-text-wrpper2 {
    height: auto;
    background-size: cover;
    padding-bottom: 51px;
    padding-top: 52px;
  }
  .tow-banner-text-w h3 {
    font-size: 38px;
  }
  .tow-section-text-info p {
    font-size: 15px;
  }
  .section-title.device-info h3 {
    line-height: 50px;
    font-size: 28px;
    line-height: 34px;
    margin-top: 19px;
  }
  .screenshot-app-section .section-title h3 {
    font-size: 31px;
    line-height: 45px;
  }
  .awesome-box-wrapper {
    margin-bottom: 32px;
  }
  .device-details-row {
    margin-top: 19px;
    margin-bottom: 35px;
  }
  .banner-section {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .appstore-btn {
    margin-top: 53px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
  }
  .awesome-section {
    margin-top: 51px;
  }
}

/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tow-banner-text-wrpper2 {
    height: 308px;
    background-size: 100% 100%;
  }
  body .header-wrapper .navbar-nav li a {
    padding-left: 0px !important;
  }
  .header-wrapper .navbar-nav {
    padding-left: 0px !important;
  }

  .technology-box-one-row .technology-box-bg {
    width: 27%;
  }
  .blog-box-wrapper .blog-info h3 {
    font-size: 18px;
  }
  .tow-section-text-info p {
    font-size: 15px;
    line-height: 24px;
  }
  .tow-section-text-info h3 {
    font-size: 27px;
  }
  .home-about-right-sent-img .home-about-img-1 {
    display: none;
  }
  .home-about-right-sent-img .home-about-img-3 {
    display: none;
  }
  .home-about-exp-box {
    right: 0;
  }
  #home-slider-top .owl-nav button {
    display: none;
  }
  .home-slider-wrapper {
    padding-top: 42px;
    padding-bottom: 66px;
  }
  .top-home-slider-info h3 {
    font-size: 37px;
    margin-bottom: 19px;
  }
  .home-about-info h3 {
    font-size: 33px;
  }
  .section-title.device-info .appstore-btn {
    margin-top: 30px;
    display: flex;
  }
  .section-title.device-info h3 {
    font-size: 32px;
  }
  .header-wrapper button {
    background: #f41d00;
    color: #fff;
    height: 37px;
    width: 52px;
    font-size: 25px;
    padding: 0;
    line-height: 33px;
  }
  .header-wrapper .navbar-nav li a {
    font-size: 17px;
    padding: 0px 22px !important;
    padding-left: 0px !important;
    line-height: 40px;
    padding-right: 0px !important;
  }
  .header-wrapper .navbar-nav {
    padding-left: 0;
    margin-top: 20px;
    padding-bottom: 10px !important;
  }
  .appstore-btn {
    margin-top: 53px;
    display: flex;
  }
  .awesome-section {
    margin-top: 85px;
  }
}

@font-face {
  font-family: "Gotham HTF";
  src: url("gothamhtf/GothamHTF-Bold.woff2") format("woff2"),
    url("gothamhtf/GothamHTF-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.menu_text {
  font-family: "Gotham HTF";
  font-weight: bold;
  font-style: normal;
}

.testimonial {
  background: #efefef;
}

.testimonial p {
  line-height: 19px;
  font-size: 13px;
  margin-top: 16px;
}

.testimonial span {
  font-weight: bold;
  font-size: 13px;
}

.testimonial h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 8px;
  margin-bottom: 0px;
}

.testimonial i {
  color: #f41d00;
  font-size: 2em;
}

.team-style1 {
  position: relative;
  margin-bottom: 5vh;
}

.team-style1 .team-img {
  width: 100%;
  height: 20vw;
  min-height: 400px;
  display: inline-block;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.09);
  text-align: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-style1 .team-img img {
  display: inline-block;
}

.team-style1 .team-social-icon {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: auto;
  display: block;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.team-style1 .team-social-icon ul {
  list-style: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
  margin: 20px;
}

.team-style1 .team-social-icon ul li {
  margin-bottom: 8px;
}

.team-style1 .team-social-icon ul li:last-child {
  margin-bottom: 0;
}

.team-style1 .team-social-icon ul li a {
  background-color: #fff;
  color: #004975;
  font-size: 15px;
  display: inline-block;
  height: 36px;
  border-radius: 0.25rem;
  width: 36px;
  border: 1px solid rgba(0, 73, 118, 0.41);
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.team-style1 .team-social-icon ul li a:hover {
  background: #f41d00;
  color: #fff;
  border: 1px solid #f41d00;
}

.team-style1 .team-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: #000000;
  text-align: center;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.team-style1 .team-info h6 {
  display: block;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
}

.team-style1 .team-info small {
  display: block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .team-style1 .team-info {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .team-style1 .team-social-icon ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}

.hbspt-form {
  width: 700px;
}

@media screen and (max-width: 700px) {
  .hbspt-form {
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .hbspt-form {
    width: 100%;
  }
}
