/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End CSS Reset */
/* General */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Biryani', sans-serif;
  color: #1e1e1e;
  font-size: 15px;
}

a {
  display: block;
  text-decoration: none;
  color: #818181;
  font-weight: 700;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  color: #e63324;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

p a {
  display: inline;
  color: #e63324;
  font-weight: unset;
}

p a:hover {
  color: #eb5e52;
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 1.333em;
  color: #595959;
  font-weight: 200;
  padding: 15px 0;
}

h2,
.h2 {
  font-size: 1.2em;
  color: #595959;
  font-weight: 200;
  padding: 15px 0;
  text-align: center;
}

.s1 {
  font-size: 2.81em;
  font-weight: 200;
  padding: 15px 0;
  display: block;
  line-height: 1.1em;
}

@media (max-width: 1024px) {
  .s1 {
    font-size: 2.4em;
    line-height: 1.2em;
  }
}

@media (max-width: 767px) {
  .s1 {
    font-size: 2.1em;
  }
}

.s2 {
  font-size: 1.4em;
  font-weight: 200;
  padding: 15px 0;
  display: block;
  line-height: 1em;
  text-align: center;
}

.primary-stars-top-left {
  position: relative;
}

.primary-stars-top-left:after {
  content: ' ';
  position: absolute;
  height: 11px;
  width: 62px;
  background-image: url("../img/five-star-blue.png");
  top: -15px;
  left: 3px;
}

.primary-stars-top-center {
  position: relative;
}

.primary-stars-top-center:after {
  content: ' ';
  position: absolute;
  height: 11px;
  width: 62px;
  background-image: url("../img/five-star-blue.png");
  top: -15px;
  left: 50%;
  margin-left: -25px;
}

.white-stars-top-center {
  position: relative;
  padding: 30px 0 15px;
}

.white-stars-top-center:after {
  content: ' ';
  position: absolute;
  height: 11px;
  width: 62px;
  background-image: url("../img/five-star-white.png");
  top: -5px;
  left: 50%;
  margin-left: -24px;
}

.primary-text {
  color: #52a6ff;
}

.cta-button {
  color: #fff;
  background-color: #e63324;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 126px;
}

.cta-button:hover {
  background-color: #eb5e52;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 767px) {
  .cta-button {
    width: 100%;
    text-align: center;
  }
}

section {
  padding: 60px 0px;
}

@media (max-width: 767px) {
  section {
    padding: 30px 0px;
  }
}

.img-col img {
  max-width: 100%;
}

.grey-curves,
.grey-band {
  position: relative;
  background-color: #f7f7f7;
}

.grey-curves.gradient-grey-band,
.grey-band.gradient-grey-band {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
  background-color: unset;
}

.grey-curves {
  position: relative;
  padding-top: 110px;
}

.grey-curves:after {
  content: ' ';
  position: absolute;
  height: 89px;
  width: 99vw;
  top: 0px;
  background-image: url("../img/curves-pattern-rounder.jpg");
  background-repeat: repeat-x;
  background-position-x: center;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/* Header */
header {
  padding: 30px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 90;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 90;
  top: 0;
}

header .grande_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .grande_container .nav-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .grande_container .nav-elements li {
  padding: 0 15px;
}

header.sticky {
  -webkit-box-shadow: -5px 5px 18px 15px rgba(127, 127, 127, 0.1);
  box-shadow: -5px 5px 18px 15px rgba(127, 127, 127, 0.1);
  padding: 10px 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Sections */
.hero-section {
  margin-top: 110px;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 90px 0px 30px;
  }
  .hero-section .img-col img {
    padding-top: 30px;
  }
}

.major-platforms-section .s1 {
  text-align: center;
}

/* Start Scrolling Styles Pulled from Other Site */
.services {
  background-color: #f9f9f9;
  position: relative;
  padding: 90px 0px 60px;
}

@media (max-width: 767px) {
  .services {
    padding: 30px 0px;
  }
}

.services .col-md-6 {
  padding: 120px 0 60px;
}

.services .col-md-6:first-child {
  text-align: center;
  position: sticky !important;
  position: -webkit-sticky;
  top: 94px;
  background-color: transparent;
}

.services:before {
  content: "";
  position: absolute;
  background-color: #52a6ff;
  width: 50%;
  height: 100%;
  top: 0;
}

.services span {
  color: #baf1ff;
  padding-bottom: 25px;
}

.services_box span strong {
  color: #fff;
}

.services h2 {
  color: #fff;
  padding-bottom: 25px;
}

.services .services_box {
  padding-bottom: 170px;
  max-width: 500px;
  margin: 0 auto;
}

.services .services_box:last-child {
  padding-bottom: 50px;
}

.services_box h3 {
  padding-bottom: 10px;
}

.services:before {
  width: 100%;
}

.services .services_box span,
.services .services_box span strong {
  color: #fff;
}

.services .col-md-6 {
  padding: 70px 15px;
}

.services .col-md-6:first-child {
  top: 50px;
}

.services .services_box {
  padding-bottom: 120px;
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
  .main_header .bottom_nav .col-md-4:first-child ul li {
    margin-right: 20px;
  }
  .main_header .bottom_nav .col-md-4:last-child ul li {
    margin-left: 5px;
  }
  .main_header .row {
    padding: 0 !important;
  }
  .services .col-md-6 {
    padding: 120px 15px;
  }
}

.nav_up .services .col-md-6:first-child {
  top: 94px;
}

.services .col-md-6 {
  padding: 30px 10px;
}

.services .col-md-6:first-child {
  height: 100%;
  position: relative;
  top: 110px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .services .col-md-6:first-child {
    top: 0px;
  }
}

.services .services_box {
  padding-bottom: 80px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .services .services_box {
    padding-bottom: 0px;
  }
}

.services .services_box:last-child {
  padding-bottom: 0;
}

.services .services_box .icon {
  margin-bottom: 30px;
  display: block;
}

.services span {
  color: #868686;
}

.services span strong {
  color: #000;
}

.services:before {
  width: 100%;
}

.services .services_box span,
.services .services_box span strong {
  color: #fff;
}

/* End Scrolling Styles Pulled from Other Site */
.scrolling-section h2 {
  font-size: 1.2em;
  font-weight: 200;
}

.scrolling-section .cta-button {
  margin-left: auto;
  margin-right: auto;
}

.scrolling-section .s3 {
  font-weight: 700;
  font-size: 1.3em;
}

.scrolling-section p {
  color: #fff;
  padding: 30px 0;
  font-weight: 200;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .scrolling-section .col-md-6:first-child {
    position: relative !important;
  }
}

.howto-section .s1 {
  text-align: center;
}

.howto-section .icon-with-text {
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.howto-section .icon-with-text span {
  font-weight: 700;
  font-size: 1.4em;
  margin-left: 20px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .howto-section .icon-with-text {
    max-width: 100%;
  }
}

.howto-section .tabbed-content-area .s4 {
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 15px 0;
  font-size: 1.6em;
}

.howto-section .tabbed-content-area .nav-pills {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.howto-section .tabbed-content-area .nav-pills .nav-item {
  background-color: #e63324;
  max-width: 255px;
  border-radius: 10px;
  padding: 15px 50px;
  color: #fff;
}

@media (max-width: 767px) {
  .howto-section .tabbed-content-area .nav-pills .nav-item {
    padding: 15px 10px;
    max-width: 155px;
  }
}

.howto-section .tabbed-content-area .nav-pills .nav-item .star-layout {
  display: block;
  padding-top: 5px;
}

.howto-section .tabbed-content-area .nav-pills .nav-item .star-layout.one-star {
  color: #ee7a70;
}

.howto-section .tabbed-content-area .nav-pills .nav-item .star-layout.one-star > i:first-of-type {
  color: #fff;
}

.howto-section .tabbed-content-area .nav-pills .nav-item .star-layout.four-star {
  color: #fff;
}

.howto-section .tabbed-content-area .nav-pills .nav-item .star-layout.four-star > i:last-of-type {
  color: #ee7a70;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active {
  background-color: #eee;
  color: #000;
  position: relative;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active .star-layout.one-star {
  color: #d2d2d2;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active .star-layout.one-star > i:first-of-type {
  color: #e5712b;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active .star-layout.four-star {
  color: #e5712b;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active .star-layout.four-star > i:last-of-type {
  color: #d2d2d2;
}

.howto-section .tabbed-content-area .nav-pills .nav-item.active:after {
  content: ' ';
  position: absolute;
  background-image: url("../img/tab-arrow.jpg");
  height: 23px;
  width: 43px;
  bottom: -37px;
  left: 42%;
}

.howto-section .tabbed-content-area hr {
  margin: 35px 0;
  border: .5px solid #d1d1d1;
}

.howto-section .tabbed-content-area .tab-content .s1 {
  text-align: left;
}

.howto-section .tabbed-content-area .tab-content ol {
  list-style-type: decimal-leading-zero;
  padding: 15px 30px;
}

.howto-section .tabbed-content-area .tab-content ol li {
  color: #52a6ff;
  padding: 10px 0;
  line-height: 1.6em;
}

.howto-section .tabbed-content-area .tab-content ol li span {
  position: relative;
  left: 15px;
  color: #595959;
}

@media (max-width: 767px) {
  .howto-section {
    padding: 45px 0 30px;
  }
}

.button-with-text {
  max-width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.button-with-text span {
  font-weight: 700;
  font-size: 1.0em;
  margin-left: 20px;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  .button-with-text {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-with-text span {
    margin-top: 15px;
  }
}

.features-section .cta-button {
  margin-top: 15px;
}

.features-section h2 {
  text-align: left;
}

.features-section img {
  display: block;
}

.features-section .s5 {
  color: #52a6ff;
  font-weight: 700;
  display: block;
  line-height: 1.5em;
  font-size: 1.2em;
}

.features-section p {
  font-weight: 200;
  line-height: 1.5em;
  padding: 15px 0;
}

.client-reviews-section {
  background-image: url("../img/review-banner.jpg");
  background-size: cover;
  background-position: center center;
  height: 250px;
}

@media (max-width: 767px) {
  .client-reviews-section {
    background-image: url("../img/client-reviews-banner-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media (max-width: 580px) {
  .client-reviews-section {
    background-image: url("../img/client-reviews-banner-mobile-stack.jpg");
  }
}

.pricing-section .s1 {
  text-align: center;
}

.pricing-section .primary-unordered-list span {
  color: #52a6ff;
  font-weight: 700;
  display: block;
  line-height: 1.5em;
  font-size: 1.2em;
  text-align: center;
  padding: 30px 0;
}

.pricing-section .primary-unordered-list ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .pricing-section .primary-unordered-list ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
  }
}

.pricing-section .primary-unordered-list ul li {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  line-height: 2em;
  margin-left: 20px;
}

.pricing-section .primary-unordered-list ul li:before {
  content: "\f00c";
  margin: 0 5px 0 -20px;
  color: #52a6ff;
}

.pricing-section .primary-unordered-list ul li span {
  font-weight: 200;
  font-size: 1em;
  text-align: left;
  padding: 0;
  color: unset;
  display: inline;
  line-height: 1em;
  font-family: 'Biryani', sans-serif;
}

.pricing-section .cta-button {
  margin: 15px auto 15px;
}

.contact-us-section {
  background-image: url(../img/form-review-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .contact-us-section {
    background-image: unset;
  }
}

.contact-us-section .s1 {
  text-align: center;
}

.contact-us-section p {
  text-align: center;
  font-weight: 200;
  font-size: 1.2em;
  color: #595959;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

.contact-us-section .form-holder {
  background-color: #fff;
  padding: 45px;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 100px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contact-us-section .form-holder {
    padding: 20px;
  }
}

.contact-us-section .form-holder form .form-row {
  position: relative;
}

.contact-us-section .form-holder form .form-row label {
  position: absolute;
  top: 10px;
  left: 14px;
  background-color: #fff;
  padding: 0 14px 0 9px;
  font-weight: 700;
  color: #595959;
}

.contact-us-section .form-holder form .form-row label:after {
  content: ' ';
  background-image: url(../img/required-dot.jpg);
  height: 7px;
  width: 7px;
  top: -3px;
  right: 6px;
  position: absolute;
}

.contact-us-section .form-holder form .form-row input {
  border: 2px solid #52a6ff;
  border-radius: 5px;
  width: 100%;
  padding: 0px 15px;
  margin: 15px 0;
  min-width: 330px;
  min-height: 45px;
  font-size: 1.2em;
  font-weight: 200;
  color: #595959;
}

.contact-us-section .form-holder form .form-row input[type="submit"] {
  color: #fff !important;
  padding: 15px 20px !important;
  border: none !important;
}

.contact-us-section .form-holder form .form-row .cta-button {
  width: 100%;
  text-align: center;
}

.pre-footer-section {
  background-image: url("../img/footer.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.pre-footer-section img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: block;
}

.pre-footer-section .s3 {
  font-size: 1.2em;
  font-weight: 700;
  display: block;
  padding: 15px 0;
}

.pre-footer-section p {
  font-weight: 200;
  font-size: .9em;
  line-height: 1.6em;
  padding: 15px 0;
}

footer {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30px;
  color: #f7f7f7;
  font-weight: 200;
}

footer span {
  display: block;
  padding: 15px 0;
  line-height: 1.5em;
}

footer a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  font-weight: unset;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer a:hover {
  color: #f5ad04;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* MMenu Mobile Menu Styles */
/* Mobile header */
#mobile_menu {
  z-index: 100;
}

div.mobile-nav {
  display: none;
}

.mobile-nav-wrapper {
  width: 96.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav-logo-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.mobile-nav-menu-button {
  background-color: #4e95d3;
  position: fixed;
  top: 0;
  right: 0;
}

.mobile-nav-phone-button {
  background-color: #4e95d3;
  position: fixed;
  top: 0;
  left: 0;
}

.mobile-nav-logo {
  display: block;
}

.mobile-nav-logo img {
  max-height: 35px;
  padding-left: 5px;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  header {
    display: none;
  }
  div.mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    top: 0;
  }
  div.mobile-nav .col-md-12 {
    padding: 0;
  }
  #header {
    height: 38px;
  }
  .hero-section {
    margin-top: 0px;
  }
  #hero {
    margin-top: 38px !important;
  }
  header:before {
    background: url("");
    height: 0;
    width: 0;
  }
  header:after {
    background: url("");
    height: 0;
    width: 0;
  }
  header.sticky {
    height: 38px;
  }
  header.sticky .row {
    height: inherit;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  header.sticky .logo-col img {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
  #main-menu {
    display: none;
    pointer-events: none;
  }
}

@media only screen and (min-width: 768px) {
  .row.full-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row.mobile-nav {
    display: none;
  }
}
