@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_epG3gnD-w.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v14/HI_SiYsKILxRpg3hIP6sJ7fM7PqVOg.ttf)
    format("truetype");
}
@font-face {
  font-family: "Source Code Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcecodepro/v14/HI_XiYsKILxRpg3hIP6sJ7fM7Pqths7ztA.ttf)
    format("truetype");
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
* {
  outline: none !important;
}
a {
  text-decoration: none !important;
}
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #333;
}
body.dark {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-image: url(../img/background.jpg);
  background-size: 100% 100%;
  /*background-repeat: no-repeat;*/
  background-position: top center;
}
.text-white {
  color: #fff;
}
h1 {
  font-size: 375%;
  font-weight: 700;
}
h2 {
  font-size: 325%;
  font-weight: 700;
}
h3 {
  font-size: 225%;
  font-weight: 700;
}
h4 {
  font-size: 150%;
  font-weight: 700;
}
h5 {
  font-size: 112.5%;
  font-weight: 700;
  margin-bottom: 30px;
}
.section-title {
  margin-bottom: 50px;
}
.section-title h3 {
  text-transform: uppercase;
  margin: 0 0 30px;
}
.top-menu {
  position: fixed;
  z-index: 90;
  left: 0;
  width: 100%;
  top: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  padding: 30px 0;
}
.top-menu .dropdown-toggle:after {
  border: none !important;
  content: url(../img/drop-icon.png);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -11px;
}
.top-menu .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-top: 30px;
  background-color: #ececec;
  width: 18rem;
}
.top-menu .dropdown-menu .dropdown-divider {
  border-color: #e8e8e8;
}
.top-menu .dropdown-menu img {
  padding-right: 25px;
  font-size: 93.75%;
  color: #333333;
}
.top-menu .dropdown-menu:before {
  position: absolute;
  border-bottom: 10px solid #ececec;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  top: -10px;
  left: 30px;
  z-index: 99;
}
.top-menu .nav-link {
  color: #fff;
  font-size: 87.5%;
}
.top-menu .nav-link:hover {
  color: #1b84e2;
}
.top-menu .btn {
  margin-top: -5px;
  margin-left: 5px;
}
.top-menu.fixed {
  background-color: #1a1e2c;
  padding: 5px 0 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.top-menu .fa {
  color: #fff;
}
.btn-white {
  width: 170px;
  height: 45px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  line-height: 45px;
  padding: 0;
  background-color: #fff;
  color: #1b84e2;
  border: 1px solid #fff;
  font-size: 87.5%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 900;
}
.btn-white:hover {
  background-color: #1b84e2;
  color: #fff;
}
.btn-white-big {
  width: 180px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
  font-size: 87.5%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 900;
}
.btn-white-big:hover {
  background-color: #333;
  color: #fff;
}
.btn-white-small {
  width: 125px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 0;
  background-color: #fff;
  color: #333;
  border: 1px solid #fff;
  font-size: 87.5%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 900;
}
.btn-white-small:hover {
  background-color: #333;
  color: #fff;
}
.btn-download {
  width: 125px;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 0;
  background-color: #1b84e2;
  color: #fff;
  border: 1px solid #1b84e2;
  font-size: 87.5%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 900;
}
.btn-download:hover {
  background-color: #fff;
  color: #1b84e2;
}
.btn-blue {
  width: 170px;
  height: 45px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  line-height: 45px;
  padding: 0;
  background-color: #1b84e2;
  color: #fff;
  border: 1px solid #1b84e2;
  font-size: 87.5%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  font-weight: 900;
}
.btn-blue:hover {
  background-color: #fff;
  color: #1b84e2;
}
section {
  width: 100%;
  float: left;
  padding: 100px 0;
}
section.half-top-padding {
  padding-top: 50px;
}
section.double-top-padding {
  padding-top: 200px;
}
section.section-content h5 {
  margin: 0 0 30px;
}
section.section-content .content-holder {
  margin-bottom: 30px;
}
section.grey {
  background-color: #f9f9f9;
}
section.form-section {
  padding-bottom: 500px;
}
section.form-section + section {
  padding-top: 250px;
}
section.inner-hero {
  background-color: #1a1e2c;
  color: #fff;
  padding-top: 200px;
}
section.inner-hero .hero-icon img {
  position: absolute;
  top: -60px;
  left: 0;
  max-width: 100%;
}
section.hero {
  background-color: #1a1e2c;
  color: #fff;
  /* background-image: url(../img/hero.png); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 300px;
  background-position: top right;
}
section.hero .hero-title {
  min-height: 700px;
}
section.hero p {
  margin: 30px 0 50px;
}
section.hero.markets {
  background-image: url(../img/markets.jpg);
  padding-bottom: 30px;
  background-size: cover;
  background-position: bottom center;
}
section.hero.second {
  background-image: url(../img/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  background-color: transparent;
  padding-top: 350px;
  z-index: 8888;
  padding-bottom: 350px;
}
section.hero.second label {
  font-size: 1.125rem;
  font-weight: 300;
  margin: 32px 0 40px;
}
section.what {
  padding-top: 200px;
}
section.what h3 {
  text-transform: uppercase;
  margin: 30px 0;
}
section.what-second {
  background-image: url(../img/what.png);
  background-size: auto 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom right;
}
section.what-second:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #f9f9f9;
}
section.what-second .d-flex {
  /* min-height: 700px; */
}
.btn {
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: none;
  font-weight: 700;
  padding: 0 15px;
  text-align: center;
}
.btn.white {
  min-width: 170px;
  line-height: 45px;
  background-color: #fff;
  font-size: 0.875rem;
  color: #1b84e2;
}
.btn.white:hover {
  background-color: #1b84e2;
  color: #fff;
}
.btn.blue {
  min-width: 200px;
  line-height: 50px;
  background-color: #1b84e2;
  font-size: 0.875rem;
  color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.75);
}
.btn.blue:hover {
  background-color: #fff;
  color: #1b84e2;
}
.btn.line {
  min-width: 140px;
  line-height: 32px;
  background-color: transparent;
  border: 2px solid #1b84e2;
  color: #1b84e2;
  font-size: 0.75rem;
}
.btn.line:hover {
  color: #fff;
  border: 2px solid #fff;
}
.section-use {
  padding: 0 0 100px;
}
.section-use .background-holder {
  width: 100%;
  min-height: 518px;
  float: left;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 20px 20px;
  background-image: url(../img/h-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
}
.section-use .background-holder .holder {
  width: 100%;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
}
.section-use .background-holder .holder h4 {
  text-transform: uppercase;
  margin-top: 35px;
}
.section-use .background-holder .holder p {
  font-size: 0.75rem;
  opacity: 0.75;
  line-height: 18px;
  padding-top: 25px;
}
.section-use .background-holder .holder .btn {
  margin-top: 35px;
}
.section-use .background-holder .blue {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  margin-top: 40px;
}
.section-title {
  color: #fff;
}
.section-title p {
  font-size: 0.875rem;
  margin: 25px 0 30px;
}
.bg-section {
  min-height: 710px;
  background-size: auto auto;
  background-repeat: no-repeat;
}
.bg-section.right {
  background-position: right center;
}
.bg-section.left {
  background-position: left center;
}
.bg-section ul {
  width: 100%;
  float: left;
  padding: 0;
}
.bg-section ul li {
  width: 100%;
  float: left;
  padding-left: 25px;
  background-image: url(../img/check.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: top 9px left;
  list-style: none;
}
.bg-section ul li label {
  font-size: 0.875rem;
  line-height: 30px;
}
.bg-section .line {
  margin-top: 50px;
}
.section-enterprise {
  color: #fff;
}
.section-enterprise h2 {
  margin-bottom: 27px;
}
.section-enterprise p {
  margin-bottom: 100px;
}
.section-enterprise .media {
  margin-bottom: 40px;
}
.section-enterprise .media img {
  margin-top: 5px;
}
.section-enterprise .media .media-body {
  margin-left: 45px;
}
.section-enterprise .media .media-body label {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.section-contact {
  padding: 0 0 100px;
  color: #fff;
}
.section-contact .contact-holder {
  width: 100%;
  min-height: 212px;
  float: left;
  padding: 40px 38px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-image: url(../img/b-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.33);
}
.section-contact .contact-holder .blue {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.33);
  margin-top: 40px;
}
.custom-padding {
  padding: 0 90px;
}
.small-image img {
  float: left;
  margin-top: -93px;
  max-width: 100%;
  margin-bottom: 30px;
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
}
.mid-less-container .row {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: -50px;
  z-index: 50;
  margin-top: 50px;
  background-color: #0065d9;
  min-height: 200px;
  color: #fff;
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0;
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
}
.mid-less-container .row h3,
.mid-less-container .row p {
  margin: 0;
}
.mid-less-container .row p {
  margin-top: 15px;
}
.form-holder {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  top: 0;
  z-index: 50;
  margin-top: 50px;
  background-color: #0065d9;
  padding: 30px 80px;
}
.form-holder p {
  font-weight: 400;
  font-size: 87.5%;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.form-holder .form-control {
  height: 50px;
  font-size: 87.5%;
  font-family: "Montserrat", sans-serif;
  color: #333;
  border: none;
  padding-top: 22px;
}
.form-holder .form-group {
  padding: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  /* drop shadow */
  height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.form-holder .form-group label {
  position: absolute;
  font-size: 75%;
  opacity: 0.5;
  color: #363636;
  font-weight: 400;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  margin: 0;
  top: 50%;
  cursor: text;
  left: 13px;
  margin-top: -4px;
  line-height: 0.9;
}
.form-holder .form-group.selected label,
.form-holder .form-group.inserted label {
  top: 15px;
}
.form-holder .btn {
  margin-top: 20px;
}
.resource-item {
  margin-bottom: 80px;
}
.resource-item:last-child {
  margin-bottom: 0;
}
.resource-item h3 {
  margin: 0 0 30px;
}

.resource-item .resource-image img {
  max-width: 100%;
  margin-bottom: 10px;
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
}
.resource-item .resource-image .btn {
  -moz-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  /* drop shadow */
}

/* Serverless Page */
.serverless-container {
  background-color: #eff1f6;
}

.serverless-container .organizations-text {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.serverless-heading {
  text-align: center;
  padding: 6rem 0 4rem 0;
}

.serverless-container .serverless-list {
  padding-top: 2rem;
}

.serverless-container .serverless-list ul {
  padding-top: 1rem;
}

.serverless-container .serverless-list li {
  padding-top: 1rem;
  font-weight: 500;
}

.serverless-container .serverless-image-container {
  padding: 2rem 0 5rem 0;
}

.serverless-container .comparison-item {
  text-align: center;
  box-shadow: 0 7px 11px -4px rgb(0 23 62 / 20%), 0 0 1px 0 #a8b9d5;
}

.serverless-container .serverless-icons {
  padding: 0px 0 0 15px;
  font-size: 28px;
  margin-top: -7px;
  color: #202020;
}

.serverless-icons img {
  height: 40px;
  margin-top: -6px;
}

.serverless-type-container table {
  color: #7f7b87;
  font-size: 15px;
  font-weight: 600;
}

.serverless-type-container table th,
td {
  text-align: center;
}

.serverless-type-container table th:first-child,
td:first-child {
  text-align: left;
}

.serverless-type-container table .nano-vm-data {
  background-color: #1a1e2c;
  color: white;
  border-bottom: 1px solid #42484e !important;
}

.serverless-type-container table thead th {
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
  font-size: 17px;
  padding: 1.6rem;
}

.serverless-type-container table td {
  padding: 1.2rem;
}

.serverless-type-container .first-data {
  border-radius: 15px 15px 0 0;
}

.serverless-type-container table .last-data {
  border-radius: 0 0 15px 15px;
  border-bottom: none !important;
  padding-bottom: 30px !important;
}

.serverless-container .bottom-line-heading {
  padding-top: 90px;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
}

.serverless-container .bottom-text {
  text-align: center;
  font-weight: 600;
}

/* pro-page */

.pro-page h3 {
  margin: 0;
}
.pro-page .description {
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
}

.pro-page .subscription-plan-heading {
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 28px;
}

.pro-page .single-plan {
  box-shadow: -1px 1px 24px -10px rgba(0, 0, 0, 0.41);
  border-radius: 15px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin-right: 1rem;
  width: 17rem;
  margin-top: 20px;
}

.pro-page .business-plan {
  box-shadow: -1px 1px 24px -3px rgba(0, 0, 0, 0.65);
  /* margin-top: -15px; */
}

.pro-page-info {
  font-weight: 600;
  text-align: center;
  padding-top: 5rem;
}

.single-plan .per-month {
  text-align: center;
  font-weight: 600;
  padding-bottom: 25px;
}

.pro-page .plans-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pro-page .single-plan-name {
  text-align: center;
  font-size: 25px;
  padding: 20px;
  margin-bottom: 14px;
  background: #1a1e2c;
  color: white;
  border-radius: 15px 15px 0 0;
}

.pro-page .single-plan .price {
  text-align: center;
  font-size: 35px;
}

.pro-page .feature-list {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  height: 46rem;
}

.pro-page .single-feature {
  display: flex;
}

.pro-page .dash {
  height: 3.4rem;
  padding-left: 1.4rem;
  font-weight: 700;
}

.pro-page .feature-img-cont {
  height: 10px;
  width: 10px;
  margin-right: 0.5rem;
}

.pro-page .feature-img-cont img {
  height: 100%;
  width: 100%;
}

.pro-page .checkout-btn-container {
  text-align: center;
  padding: 3rem 0 2rem 0;
}

.pro-page .checkout-btn-container button {
  cursor: pointer;
  background-color: #1a1e2c;
  color: #fff;
  padding: 8px 12px;
  border: 0;
  border-radius: 4px;
  font-size: 1em;
  font-weight: 600;
}

.index-main-tittle {
  font-size: 300%;
}

/*  Terminal image */

.terminal-image-like {
  border: 3px solid #1b84e2;
  border-radius: 10px;
  background-color: #2b2a3b;
  color: #99999b;
  font-size: 13px;
  padding-bottom: 4rem;
  font-weight: 600;
  word-spacing: 3px;
}

.terminal-image-like .window-options {
  background-color: #262742;
  padding: 0.6rem;
  border-bottom: 1px solid #333348;
  border-radius: inherit;
  border-radius: 10px 10px 0 0;
}

.window-options .circles {
  display: flex;
  border-radius: inherit;
}

.window-options .circles .circle {
  background-color: #3d3f60;
  padding: 10px;
  margin-right: 0.7rem;
  border-radius: 50%;
  padding: 6px;
}

.terminal-text {
  padding-left: 1rem;
}

.terminal-image-like .terminal-heading {
  color: #d9d9df;
  margin: 1rem 0 0 0;
}

.index-homepage .download-menu {
  left: 0.7rem !important;
  z-index: 0;
}

.index-homepage .download-menu .dropdown-item {
  display: flex;
  justify-content: space-evenly;
}

.index-homepage .download-menu .dropdown-item p {
  margin: 0;
}

.index-homepage .examples-heading {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
}

.index-homepage .supported-languages {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.index-homepage .supported-languages a {
  display: block;
  margin-top: 2rem !important;
  margin-right: 3rem !important;
  padding: 1rem;
  border-radius: 1rem;
  cursor: pointer;
  /* border: 1px solid #726c6c; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 5rem;
}

.index-homepage .supported-languages a img {
  width: 45px !important;
}

.index-homepage .supported-languages a:hover {
  background: #e4e4e4;
}

.index-homepage .supported-languages a:hover img {
  width: 60px !important;
}

/* pro-page */

/* Tutorials  Start*/

.tutorials-container {
  font-family: Work Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  background-color: #fdfdfd !important;
}

.tutorials-container .code-terminal-container {
  padding: 1rem 0 1rem 0 !important;
  width: 100%;
}

.tutorials-container h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 2rem 0 1rem 0;
}

/* Tutorials  End*/

.partners-holder {
  margin: 30px 0 50px;
}
.partners-slider {
  padding: 0;
}
.partners-slider img {
  width: auto;
  height: auto;
}
.partners-slider .slick-slide {
  min-height: 100px;
}
.why-us {
  position: relative;
  text-align: center;
  margin-top: 80px;
}
.video-holder {
  width: 700px;
  height: 390px;
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  margin: 0 0 0 -350px;
  left: 50%;
  top: 0;
}
.video-holder .circle {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
}
.video-holder .play-holder {
  width: 160px;
  height: 190px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -95px 0 0 -80px;
  text-align: center;
}
.video-holder .play-holder:hover .circle {
  background-color: rgba(255, 255, 255, 0.2);
}
.video-holder .play-holder label {
  font-size: 75%;
  font-weight: 500;
}
.video-holder .play-circle-1 {
  width: 160px;
  height: 160px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 10px;
  padding: 38px;
}
.video-holder .play-circle-2 {
  width: 84px;
  height: 84px;
  padding: 17px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-holder .play-circle-3 {
  width: 50px;
  height: 50px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-holder .play-video {
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  padding-top: 6px;
  color: #0062d9;
  position: relative;
}
.video-holder .play-video:before {
  content: url(../img/before.png);
  position: absolute;
  top: -230px;
  left: 50%;
  margin: 0 0 0 -1px;
}
.bottom-circle {
  background-color: #0053cf;
  background-image: url(../img/bottom-circle.png);
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  background-position: bottom center;
}
.bottom-circle .testimonial-slider {
  padding: 0;
  margin: -100px 0 50px;
  position: relative;
  z-index: 2;
  color: #fff;
}
.bottom-circle .testimonial-slider:after {
  background-color: #0061d7;
  /* layer fill content */
  -moz-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  -webkit-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  /* drop shadow */
  width: 500px;
  height: 420px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -110px 0 0 -250px;
  z-index: -1;
  content: "";
}
.bottom-circle .testimonial-slider .slick-list {
  min-height: 600px;
  padding-top: 150px;
}
.bottom-circle .testimonial-slider p {
  font-size: 175%;
  font-style: italic;
  margin-top: -40px;
  margin-bottom: 50px;
}
.bottom-circle .testimonial-slider h4 {
  font-weight: 500;
  font-size: 112.5%;
}
.bottom-circle .testimonial-slider label {
  font-size: 75%;
  opacity: 0.5;
}
.bottom-circle .testimonial-slider img {
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-box-shadow: 0 0 13px 3px #fff, 0 0 50px rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 13px 3px #fff, 0 0 50px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 13px 3px #fff, 0 0 50px rgba(255, 255, 255, 0.6);
}
.bottom-circle .testimonial-slider .slick-dots {
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.bottom-circle .testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  float: none;
  width: auto;
  list-style: none;
}
.bottom-circle .testimonial-slider .slick-dots li button {
  border: none;
  background: none;
  color: transparent;
  outline: none !important;
  width: 8px;
  height: 8px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  padding: 0;
  margin-top: -11px;
  float: left;
}
.bottom-circle .testimonial-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
  -moz-box-shadow: 0 0 16px rgba(255, 255, 255, 0.64);
  -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.64);
  margin: 0;
}

.testimonials-section {
  background: #1b2029;
}

.testimonial-container {
  text-align: left;
  color: white !important;
  text-align: left;
}

.testimonial-container .card {
  background: none;
  border: 0px;
  margin-top: 0.7rem;
}

.single-testimonial {
  background: #242932;
  padding: 20px;
  border-radius: 20px;
  margin-top: 0.7rem;
  box-shadow: -1px 1px 19px -1px rgba(0, 0, 0, 0.41);
}

.user-info {
  display: flex;
}

.user-image {
  height: 58px;
}

.user-image img {
  border-radius: 50%;
  height: 100%;
}

.user-name-title {
  margin-left: 10px;
  width: 78%;
}

.testimonial-container .name {
  margin-bottom: 0;
}

.testimonial-container .title {
  font-size: 12px;
}

.testimonial-container .review {
  padding-top: 20px;
  font-size: 14px;
}

/* index page changes */
.download-now-btn {
  width: 200px;
}
.schedule-now-btn {
  background: none;
  border: 1px solid #7d7e85;
}

.bottom-circle .main-circle {
  width: 245px;
  height: 245px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.02);
  display: inline-block;
  text-align: center;
  padding: 45px;
}
.bottom-circle .main-circle .main-circle-inner-1 {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  display: inline-block;
  text-align: center;
  padding: 25px;
}
.bottom-circle .main-circle .main-circle-inner-2 {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-block;
  text-align: center;
  padding: 25px;
  position: relative;
}
.bottom-circle .main-circle .main-circle-inner-2:before {
  content: url(../img/before.png);
  position: absolute;
  top: -213px;
  left: 50%;
  margin: 0 0 0 -1px;
}
.press-row {
  margin-bottom: 50px;
}
.press-holder {
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
}
.press-holder .inner {
  width: 100%;
  float: left;
  background-color: #0061d7;
  -moz-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
}
.press-holder .inner a {
  opacity: 0.5;
  color: inherit;
}
.press-holder .inner a.btn {
  opacity: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 100%;
}
.press-holder .inner a.btn:hover {
  opacity: 0.7;
}
.press-holder .inner h4 {
  font-size: 112.5%;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 20px;
}
.press-holder .inner p {
  font-size: 100%;
}
.press-holder .inner ul {
  padding: 0 0 0 17px;
}
.press-holder .inner ul li {
  list-style: square;
}
.get-started h3 {
  margin-bottom: 40px;
}
.get-started p {
  font-size: 87.5%;
}
.get-started form input {
  font: inherit;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 75%;
}
.get-started form .btn {
  margin-top: 40px;
}
.get-started .btn {
  margin-top: 60px;
}
.modal-content {
  background-color: #0053cf;
  background-image: url(../img/bottom-circle.png);
  background-size: 100% auto;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-position: bottom center;
}
.modal-content .close {
  color: #fff;
  box-shadow: none;
  text-shadow: none;
}
#youtubem .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#youtubem .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#youtubem .modal-header {
  text-align: right;
}
#form-modal form {
  width: 100%;
  float: left;
}
#form-modal h4 {
  margin: 0;
}
.footer {
  background-color: #1b2029;
  padding-bottom: 0;
}
.footer h4 {
  color: #fff;
  font-size: 87.5%;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.footer .flex-column {
  width: 100%;
  float: left;
}
.footer .flex-column li {
  width: 100%;
  float: left;
}
.footer .flex-column li a {
  padding: 5px 0;
  width: 100%;
  float: left;
  color: #fff;
  opacity: 0.5;
  font-size: 75%;
}
.footer .flex-column li a:hover {
  opacity: 1;
}
.footer .flex-column li ul {
  margin-top: 30px;
}
.footer .flex-column li ul li {
  width: auto;
  padding: 0 30px 0 0;
  float: none;
}
.footer .flex-column li ul li a {
  font-size: 112.5%;
}
.footer .double-menu li {
  width: 50%;
}
.footer .double-menu li a {
  padding: 5px 0;
  width: 100%;
  float: left;
  color: #fff;
  opacity: 0.5;
  font-size: 75%;
}
.footer .double-menu li a:hover {
  opacity: 1;
}
.footer .copy {
  margin: 60px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px 15px 20px;
}
.footer .copy p,
.footer .copy a {
  color: #fff;
  opacity: 0.5;
  font-size: 75%;
}
.footer .copy a {
  float: right;
  margin-left: 30px;
}
.footer .copy a:hover {
  opacity: 1;
}
.title-btn-18 .btn-white-big {
  width: 228px;
  height: 57px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 57px;
  font-size: 112.5%;
  margin-top: 30px;
}
.hero-comparison {
  padding-top: 236px;
  background: #1a1e2c;
}
.hero-comparison p {
  font-size: 112.5%;
}
.hero-comparison .box-holder {
  width: 100%;
  float: left;
  padding: 20px;
}
.hero-comparison .box-holder.grey-box {
  background-color: rgba(239, 244, 251, 0.1);
}
.hero-comparison .box-holder.blue-box {
  background-color: rgba(0, 123, 255, 0.3);
}
.hero-comparison .box-holder label {
  font-weight: 700;
}
.hero-comparison .button-holder .btn.blue {
  font-weight: 600;
}
.hero-comparison .inner-box {
  width: 100%;
  float: left;
  padding: 8px 12px;
  margin-top: 8px;
}
.hero-comparison .inner-box.bg-box {
  background-color: rgba(137, 194, 255, 0.05);
}
.hero-comparison .inner-box span {
  font-size: 93.75%;
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}
.hero-comparison .inner-box span b {
  font-family: "Source Code Pro", monospace;
  font-weight: 700;
}
.button-holder .btn.blue {
  width: 169px;
  height: 57px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 57px;
  font-size: 112.5%;
  color: #fff;
  margin-top: 20px;
  background-color: #007bff;
  font-weight: 500;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.button-holder .btn.blue:hover {
  background-color: #fff;
  color: #007bff;
}
.title-color-span h1 span {
  color: #007bff;
}
.title-color-span h2 {
  font-size: 225%;
  font-weight: 700;
}
.title-color-span h2 span {
  color: #007bff;
}
.bg-grey {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black {
  background-color: #181b2e;
}
.line-box {
  width: 100%;
  float: left;
  background-color: transparent;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
  margin-top: 24px;
}
.line-box.white-box {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.line-box span {
  font-size: 225%;
  font-weight: 700;
  color: #007bff;
}
.line-box p {
  margin: 0 0 0 30px;
}
.reduction-holder {
  color: #fff;
}
.reduction-holder .blue-box {
  width: 100%;
  float: left;
}
.reduction-holder .blue-box.blue-box-1 {
  background-color: #0c4b97;
}
.reduction-holder .blue-box.blue-box-2 {
  background-color: #326baf;
}
.reduction-holder .blue-box.blue-box-3 {
  background-color: #89c2ff;
}
.reduction-holder .bottom-content label {
  font-size: 87.5%;
  font-weight: 700;
  margin: 20px 0 0 0;
  min-height: 85px;
}
.reduction-holder .bar {
  width: 98%;
  margin: 0;
}
.reduction-holder .bar label {
  text-align: center;
  display: inline-block;
  text-orientation: sideways;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 87.5%;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.reduction-holder .bar.bar-left {
  margin-right: 1%;
}
.reduction-holder .bar.bar-right {
  margin-left: 1%;
}
.reduction-holder .bar span.number {
  font-size: 87.5%;
  font-weight: 700;
}
.reduction-holder .percentage-holder {
  padding: 4px;
}
.reduction-holder .percentage-holder label {
  font-size: 62.5%;
  font-weight: 600;
  margin: 0;
}
.reduction-holder .percentage-holder label.percentage {
  font-size: 87.5%;
  font-weight: 700;
}
.box-holder-blue {
  width: 100%;
  float: left;
  padding: 23px 20px 20px;
  background-color: #eff4fb;
}
.box-holder-blue .title {
  color: #0c4b97;
  font-size: 150%;
  font-weight: 700;
}
.box-holder-blue .inner-box {
  width: 100%;
  float: left;
  padding: 15px 16px 16px;
  margin-top: 8px;
}
.box-holder-blue .inner-box span {
  font-size: 87.5%;
  font-weight: 700;
}
@media (max-width: 1440px) {
  section.hero.second {
    padding-top: 250px;
    padding-bottom: 220px;
  }
}
@media (max-width: 1200px) {
  section.inner-hero .hero-icon img {
    top: -20px;
  }
  section.hero.second {
    padding-top: 200px;
    padding-bottom: 150px;
  }
  .bg-section {
    background-size: 65% auto;
  }
  .hero-comparison h1 {
    font-size: 331.25%;
  }
  .hero-comparison h1 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #1a1e2c;
    padding: 15px 0;
  }
  .nav li {
    width: 100%;
    text-align: center;
  }
  .nav li .btn {
    margin-top: 15px;
  }
  .footer .menu-holder {
    margin-bottom: 30px;
  }
  .footer .menu-holder a {
    text-align: left !important;
  }
  section.inner-hero .hero-icon img {
    top: 50px;
  }
  .top-menu .dropdown-menu {
    position: relative;
    top: auto;
    left: 0;
    min-width: 100%;
    margin: 0 !important;
  }
  .top-menu .dropdown-menu:before {
    left: 50%;
    margin-left: -10px;
  }
  .top-menu .dropdown-toggle:after {
    right: 25px;
  }
  body.dark {
    background-size: auto 100%;
  }
  section.hero.second {
    padding-top: 200px;
    padding-bottom: 90px;
  }
  .custom-padding {
    padding: 0 10px;
  }
  .bg-section {
    background-size: 60% auto;
  }
  .mobile-100 {
    width: 100%;
    background-color: #1b1f2d;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  h1,
  .hero-comparison h1 {
    font-size: 225%;
  }
  h2 {
    font-size: 175%;
  }
  section.hero .hero-title {
    min-height: 400px;
  }
  section.hero.markets {
    padding-top: 150px;
  }
  .hero-comparison {
    padding-top: 150px;
  }
  .section-use .background-holder .holder {
    padding: 60px 10px 0px;
  }
  .section-use .background-holder .holder .btn {
    margin-top: 10px;
  }
  .section-use .background-holder .holder h4 {
    margin-top: 15px;
  }
  .section-use .background-holder .holder p {
    padding-top: 15px;
  }
  .video-holder {
    width: 90%;
    max-width: 100%;
    height: 390px;
    position: absolute;
    margin: 0 0 0 0;
    left: 5%;
    top: 0;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .what h5 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bottom-circle .testimonial-slider:after {
    width: 90%;
    height: 420px;
    left: 5%;
    margin: -110px 0 0 0;
  }
  .bottom-circle {
    background-size: auto 50%;
  }
  .footer .menu-holder {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .footer .copy a {
    margin-bottom: 15px;
  }
  .navbar-brand img {
    width: 150px;
    height: auto;
  }
  h3 {
    font-size: 175%;
  }
  section.inner-hero {
    padding: 150px 0 50px;
  }
  .form-holder {
    padding: 30px 30px;
  }
  .custom-padding {
    padding: 10px;
  }
  .section-use {
    padding: 0 0 60px;
  }
  .section-title {
    margin: 190px 0 0;
  }
  .bg-section {
    background-size: 95% auto;
    padding-top: 400px !important;
  }
  .bg-section.right {
    background-position: right top -10px;
  }
  .bg-section.left {
    background-position: left top -8px;
  }
  .title-color-span h2 {
    font-size: 175%;
  }
  .line-box p {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .button-holder .btn.blue {
    font-size: 100%;
  }
  .title-btn-18 .btn-white-big {
    font-size: 100%;
  }
}
@media (max-width: 575px) {
  .bg-section {
    background-size: 95% auto;
    padding-top: 200px !important;
  }
  .resource-item h3 {
    margin: 30px 0;
  }
  .pro-page h3 {
    margin: 0;
  }
  /* .pro-page .business-plan {
    margin-top: 20px;
  } */
  section.inner-hero .hero-icon img {
    top: 70px;
  }
}
@media (max-width: 400px) {
  .hero.second {
    padding-bottom: 90px;
  }
}
/*# sourceMappingURL=main.css.map */
