/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero
#0.5	footer
#0.6	app-landing-latest-features
#0.7	app-landing-features
#0.8	app-landing-cta
#0.9	app-landing-funfact
#1.0	app-documentation-section
#1.1	how-app-works
#1.2	app-screenshot
#1.3	app-tem-members
#1.4	app-landing-pricing
#1.5	app-landing-testimonials
#1.6	app-landing-faq
#1.7	app-social-media-section
#1.8	app-contact-section


----------------------------------------------------------------
	= Agency home
----------------------------------------------------------------
#2.0	agency-latest-features
#2.1	agency-business-solution-skill
#2.2	agency-services
#2.3	agency-cta
#2.4	agency-funfact
#2.5	agency-projects
#2.6	agency-faq
#2.7	agency-blog
#2.8	agency-testimonials
#2.9	agency-team
#2.10	agency-contact-section


----------------------------------------------------------------
	= Cv home
----------------------------------------------------------------
#3.0	Menu after slider
#3.1	about-me
#3.2	cv-funfact
#3.2	cv-portfolio
#3.4	cv-partners


----------------------------------------------------------------
	= Product landing home
----------------------------------------------------------------
#4.0	product landing latest features
#4.1	product-landing-services
#4.2	product-landing-cta
#4.3	how-its-work-section
#4.4	product-section
#4.5	product-landing-faq
#4.6	newsletter-section


----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Arimo|Montserrat:200,400,700,800");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
  font-family: "Arimo", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  color: #848484;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  body {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

p {
  color: #848484;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #000;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 95px 0 100px;
}

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

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/*** style for svg elements ***/
svg * {
  fill: none;
}

/** app landing page features icon ***/
.animated-svg-icon-s1 {
  width: 100%;
  height: 60px;
  stroke: #4273f0;
  stroke: url(#grad);
  stroke-width: 2;
}

@media (max-width: 1199px) {
  .animated-svg-icon-s1 {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .animated-svg-icon-s1 {
    height: 40px;
  }
}

/** app landing page features icon ***/
.animated-svg-icon-s2 {
  width: 100%;
  height: 65px;
  stroke: url(#grad);
  stroke-width: 1.4;
}

@media (max-width: 1199px) {
  .animated-svg-icon-s2 {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .animated-svg-icon-s2 {
    height: 40px;
  }
}

/** app landing how app works icon ***/
.animated-svg-icon-s3 {
  width: 100%;
  height: 60px;
  stroke: url(#grad);
  stroke-width: 2;
}

@media (max-width: 1199px) {
  .animated-svg-icon-s3 {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .animated-svg-icon-s3 {
    height: 40px;
  }
}

/** Agency services icon ***/
.animated-svg-icon-s4 {
  width: 100%;
  height: 60px;
  stroke: url(#grad);
  stroke-width: 1.6;
}

@media (max-width: 1199px) {
  .animated-svg-icon-s4 {
    height: 50px;
  }
}

@media (max-width: 991px) {
  .animated-svg-icon-s4 {
    height: 40px;
  }
}

/** Agency fun-fact icon ***/
.animated-svg-icon-s5 {
  width: 100%;
  stroke: url(#grad);
}

/** Product landing services icon ***/
.animated-svg-icon-s6 {
  width: 100%;
  height: 58px;
  stroke: #4273f0;
  stroke-width: 2px;
}

@media (max-width: 767px) {
  .animated-svg-icon-s6 {
    height: 45px;
  }
}

/*** contact form error handling ***/
#contact-form .error-handling-messages,
#contact-form2 .error-handling-messages {
  margin-top: 15px;
  padding: 0;
}

#contact-form label.error,
#contact-form2 label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

#contact-form #loader,
#contact-form2 #loader {
  display: none;
}

#contact-form #success,
#contact-form #error,
#contact-form2 #success,
#contact-form2 #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  #contact-form #success,
  #contact-form #error,
  #contact-form2 #success,
  #contact-form2 #error {
    font-size: 15px;
  }
}

#contact-form #success,
#contact-form2 #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

#contact-form #error,
#contact-form2 #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.section-title, .product-landing-section-title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-title, .product-landing-section-title {
    margin-bottom: 40px;
  }
}

.section-title h2, .product-landing-section-title h2 {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 200;
  margin: 0 0 1em;
  padding-bottom: 10px;
  position: relative;
}

.section-title h2:after, .product-landing-section-title h2:after {
  content: "";
  background-color: #30d4ba;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .section-title h2, .product-landing-section-title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .product-landing-section-title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.2em;
    padding-bottom: 15px;
  }
}

.product-landing-section-title .sub-title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 0.8em;
  display: block;
}

@media (max-width: 991px) {
  .product-landing-section-title .sub-title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.product-landing-section-title h2 {
  line-height: 1.2em;
}

.product-landing-section-title h2:after {
  display: none;
}

.app-btn-s1 {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 35px;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

@media (max-width: 1199px) {
  .app-btn-s1 {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
  }
}

.app-btn-s1:hover {
  background: #fff;
  color: #000;
}

.agency-btn-s1 {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 65px 0 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 1199px) {
  .agency-btn-s1 {
    height: 40px;
    line-height: 40px;
    padding: 0 50px 0 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.agency-btn-s1 span {
  background-color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .agency-btn-s1 span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
  }
}

.agency-btn-s1 span i {
  color: #666666;
}

.agency-btn-s1:before {
  background-color: #4273f0;
  background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
  background: -moz-linear-gradient(left, #4273f0, #30d4ba);
  background: -o-linear-gradient(left, #4273f0, #30d4ba);
  background: -ms-linear-gradient(left, #4273f0, #30d4ba);
  background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
  background: linear-gradient(left, #4273f0, #30d4ba);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  z-index: -1;
  opacity: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.agency-btn-s1:hover:before {
  opacity: 1;
}

.agency-btn-s2, .product-landing-btn {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  height: 45px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  padding: 0 45px;
  display: inline-block;
  border: 0;
  outline: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 1199px) {
  .agency-btn-s2, .product-landing-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }
}

@media (max-width: 767px) {
  .agency-btn-s2, .product-landing-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
  }
}

.agency-btn-s2:before, .product-landing-btn:before {
  content: "";
  background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
  background: -moz-linear-gradient(left, #4273f0, #30d4ba);
  background: -o-linear-gradient(left, #4273f0, #30d4ba);
  background: -ms-linear-gradient(left, #4273f0, #30d4ba);
  background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
  background: linear-gradient(left, #4273f0, #30d4ba);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.agency-btn-s2:hover, .product-landing-btn:hover {
  color: #fff;
}

.agency-btn-s2:hover:before, .product-landing-btn:hover:before {
  opacity: 1;
}

.product-landing-btn-s2 {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  padding: 0;
  display: inline-block;
  border: 0;
  outline: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

@media (max-width: 1199px) {
  .product-landing-btn-s2 {
    width: 140px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .product-landing-btn-s2 {
    width: 120px;
    height: 36px;
    line-height: 36px;
  }
}

.product-landing-btn-s2:before {
  content: "";
  width: 156px;
  height: 41px;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .product-landing-btn-s2:before {
    width: 136px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .product-landing-btn-s2:before {
    width: 116px;
    height: 32px;
  }
}

.product-landing-btn-s2:hover, .product-landing-btn-s2:focus {
  color: #000;
}

.product-landing-btn-s2:hover:before {
  opacity: 1;
  color: #000;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #30d4ba;
  -webkit-box-shadow: 0 0 5px 0 #5addc8;
  -moz-box-shadow: 0 0 5px 0 #5addc8;
  -o-box-shadow: 0 0 5px 0 #5addc8;
  -ms-box-shadow: 0 0 5px 0 #5addc8;
  box-shadow: 0 0 5px 0 #5addc8;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-2 nav.sticky, .header-style-3 nav.sticky {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
}

.header-style-2 nav.sticky .side-menu-inner, .header-style-3 nav.sticky .side-menu-inner {
  display: none;
}

@media screen and (min-width: 992px) {
  .header-style-2 nav.sticky .container, .header-style-3 nav.sticky .container {
    padding-bottom: 25px;
  }
  .header-style-2 nav.sticky .navbar-nav, .header-style-3 nav.sticky .navbar-nav {
    display: none;
  }
}

.home-cv .home-cv-sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  color: #000;
  text-align: center;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.page-title .container {
  vertical-align: middle;
  display: table-cell;
}

.page-title h1,
.page-title ol {
  color: #fff;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb a {
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}

.preloader .loader-inner {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .loader-inner span {
  width: 18px;
  height: 18px;
  background-color: #30d4ba;
  position: absolute;
  left: 0;
  top: 0;
}

.preloader .loader-inner span:nth-child(1) {
  -webkit-animation: fstBox 1.5s infinite;
  animation: fstBox 1.5s infinite;
}

.preloader .loader-inner span:nth-child(2) {
  background-color: #4273f0;
  left: 24px;
  -webkit-animation: secBox 1.5s infinite;
  animation: secBox 1.5s infinite;
}

.preloader .loader-inner span:nth-child(3) {
  background-color: #4273f0;
  top: 24px;
  -webkit-animation: trdBox 1.5s infinite;
  animation: trdBox 1.5s infinite;
}

.preloader .loader-inner span:nth-child(4) {
  left: 24px;
  top: 24px;
  -webkit-animation: frtBox 1.5s infinite;
  animation: frtBox 1.5s infinite;
}

@-webkit-keyframes fstBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(-30px, -20px) rotate(-180deg);
    transform: translate(-30px, -20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@keyframes fstBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(-30px, -20px) rotate(-180deg);
    transform: translate(-30px, -20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@-webkit-keyframes secBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(30px, -20px) rotate(-180deg);
    transform: translate(30px, -20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@keyframes secBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(30px, -20px) rotate(-180deg);
    transform: translate(30px, -20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@-webkit-keyframes trdBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(-30px, 20px) rotate(-180deg);
    transform: translate(-30px, 20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@keyframes trdBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(-30px, 20px) rotate(-180deg);
    transform: translate(-30px, 20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@-webkit-keyframes frtBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(30px, 20px) rotate(-180deg);
    transform: translate(30px, 20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

@keyframes frtBox {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
    border-radius: 0;
  }
  60% {
    -webkit-transform: translate(30px, 20px) rotate(-180deg);
    transform: translate(30px, 20px) rotate(-180deg);
    border-radius: 50%;
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(-360deg);
    transform: translate(0, 0) rotate(-360deg);
    border-radius: 0;
  }
}

/*********************************
= app landing team grids 
*********************************/
.app-team-grids .grid {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.app-team-grids .grid .details {
  width: 100%;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.app-team-grids .grid .details:after {
  content: "";
  background: url("../images/app-landing/team/shadow.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.app-team-grids .grid:hover .details {
  bottom: 0;
}

.app-team-grids .grid:hover .details:after {
  opacity: 1;
}

.app-team-grids .grid .details h3,
.app-team-grids .grid .details .post,
.app-team-grids .grid .details a {
  color: #fff;
}

.app-team-grids .grid .details h3 {
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.25em;
}

@media (max-width: 1199px) {
  .app-team-grids .grid .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 1199px) {
  .app-team-grids .grid .details h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.app-team-grids .grid .details .post {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}

@media (max-width: 991px) {
  .app-team-grids .grid .details .post {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.app-team-grids .grid .social-links {
  margin-top: 60px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

.app-team-grids .grid .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .app-team-grids .grid .social-links li {
    margin-right: 15px;
  }
}

.app-team-grids .grid .social-links li:last-child {
  margin-right: 0;
}

/*********************************
= app landing pricing grids
*********************************/
.app-pricing-grids {
  margin: 0 -30px;
}

@media (max-width: 767px) {
  .app-pricing-grids {
    margin: 0 -15px;
  }
}

@media (max-width: 550px) {
  .app-pricing-grids {
    margin: 0;
  }
}

.app-pricing-grids .grid {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .app-pricing-grids .grid {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .app-pricing-grids .grid {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}

@media (max-width: 550px) {
  .app-pricing-grids .grid {
    width: 100%;
    padding: 0;
  }
}

.app-pricing-grids .grid-inner {
  background-color: #fff;
  padding: 45px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .app-pricing-grids .grid-inner {
    padding: 35px 15px;
  }
}

.app-pricing-grids .grid-inner:before {
  content: "";
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.app-pricing-grids .pricing-header,
.app-pricing-grids .pricing-details {
  position: relative;
  z-index: 10;
}

.app-pricing-grids .pricing-header .package {
  font-size: 24px;
  font-size: 1.5rem;
  color: #666;
  display: block;
}

@media (max-width: 1199px) {
  .app-pricing-grids .pricing-header .package {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.app-pricing-grids .pricing-header .price {
  font-size: 60px;
  font-size: 3.75rem;
  color: #333;
  margin: 0.5em 0 10px;
  display: inline-block;
  position: relative;
}

.app-pricing-grids .pricing-header .price span {
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  left: -25px;
  top: 10px;
}

@media (max-width: 991px) {
  .app-pricing-grids .pricing-header .price span {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: -15px;
    top: 8px;
  }
}

@media (max-width: 767px) {
  .app-pricing-grids .pricing-header .price span {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: -15px;
    top: 5px;
  }
}

@media (max-width: 1199px) {
  .app-pricing-grids .pricing-header .price {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .app-pricing-grids .pricing-header .price {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 767px) {
  .app-pricing-grids .pricing-header .price {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}

.app-pricing-grids .pricing-header .access {
  display: block;
}

.app-pricing-grids .pricing-details {
  margin-top: 40px;
}

.app-pricing-grids .pricing-details ul {
  margin-bottom: 30px;
}

.app-pricing-grids .pricing-details ul li {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.app-pricing-grids .pricing-details ul li span {
  color: #000;
  font-weight: bold;
}

.app-pricing-grids > .grid:nth-child(2) .grid-inner:before,
.app-pricing-grids .grid .grid-inner:hover:before {
  opacity: 1;
}

.app-pricing-grids > .grid:nth-child(2) .grid-inner span,
.app-pricing-grids > .grid:nth-child(2) .grid-inner h3,
.app-pricing-grids > .grid:nth-child(2) .grid-inner li,
.app-pricing-grids .grid .grid-inner:hover span,
.app-pricing-grids .grid .grid-inner:hover h3,
.app-pricing-grids .grid .grid-inner:hover li {
  color: #fff;
}

.app-pricing-grids > .grid:nth-child(2) .grid-inner .get-started,
.app-pricing-grids .grid .grid-inner:hover .get-started {
  background: #fff;
  color: #000;
}

/*********************************
= app-accordion
*********************************/
.app-accordion {
  margin-bottom: 0;
}

.app-accordion .panel {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-accordion .panel-default > .panel-heading {
  background-color: transparent;
  padding: 0;
}

.app-accordion .panel-default > .panel-heading a {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 15px 25px;
  display: block;
  position: relative;
}

@media (max-width: 1199px) {
  .app-accordion .panel-default > .panel-heading a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .app-accordion .panel-default > .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.app-accordion .panel-default > .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f103";
  font-size: 22px;
  font-size: 1.375rem;
  color: #4273f0;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .app-accordion .panel-default > .panel-heading a:after {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .app-accordion .panel-default > .panel-heading a:after {
    display: none;
  }
}

.app-accordion .panel-default > .panel-heading .collapsed {
  background-color: transparent;
  color: #fff;
}

.app-accordion .panel-default > .panel-heading .collapsed:after {
  color: #fff;
}

.app-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 0 25px 8px;
}

.app-accordion .panel-body p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1199px) {
  .app-accordion .panel-body p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .app-accordion .panel-body p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*********************************
= progress bar
*********************************/
@media (max-width: 991px) {
  .progress-bar-s1 {
    margin-top: 50px;
  }
}

.progress-bar-s1 .skill {
  margin-bottom: 5px;
}

.progress-bar-s1 .skill:last-child {
  margin-bottom: 0;
}

.progress-bar-s1 .skill:last-child .progress {
  margin-bottom: 0;
}

.progress-bar-s1 h6 {
  font-family: "Arimo", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #848484;
  margin: 0 0 0.6em;
}

.progress-bar-s1 .progress {
  background-color: #e6e6e6;
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .progress-bar-s1 .progress {
    height: 12px;
  }
}

.progress-bar-s1 .progress > span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #848484;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .progress-bar-s1 .progress > span {
    padding: 0 6px;
  }
}

.progress-bar-s1 .progress-bar {
  background: blue;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

/*********************************
= agency project grids
*********************************/
.agency-project-grids .grid .img-holder {
  margin-bottom: 25px;
}

.agency-project-grids .img-holder img {
  width: 100%;
}

.agency-project-grids .grid h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #333;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .agency-project-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.agency-project-grids .grid .view {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #4273f0;
  text-decoration: underline;
}

.agency-project-grids .grid .view i {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding-left: 10px;
}

/*********************************
= agency blog grids
*********************************/
.agency-blog-grids .grid {
  position: relative;
}

.agency-blog-grids .grid:after {
  content: "";
  background-color: #e8e6e6;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.agency-blog-grids .grid:before {
  content: "";
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .agency-blog-grids .grid:after, .agency-blog-grids .grid:before {
    height: 4px;
  }
}

.agency-blog-grids .grid:hover:before {
  width: 100%;
}

.agency-blog-grids .entry-details {
  padding: 30px 25px;
}

@media (max-width: 1199px) {
  .agency-blog-grids .entry-details {
    padding: 30px 15px;
  }
}

.agency-blog-grids .entry-date {
  font-size: 14px;
  font-size: 0.875rem;
}

.agency-blog-grids .entry-details h3 {
  margin: 0.37em 0 0.6em;
  font-weight: 400;
}

.agency-blog-grids .entry-details h3 a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #333;
}

@media (max-width: 1199px) {
  .agency-blog-grids .entry-details h3 a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .agency-blog-grids .entry-details h3 a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.agency-blog-grids .entry-details h3 a:hover {
  color: #30d4ba;
}

@media (max-width: 1199px) {
  .agency-blog-grids .entry-details p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.agency-blog-grids .entry-footer {
  overflow: hidden;
  margin-top: 20px;
}

.agency-blog-grids .entry-footer .more,
.agency-blog-grids .entry-footer .comments {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .agency-blog-grids .entry-footer .more,
  .agency-blog-grids .entry-footer .comments {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.agency-blog-grids .entry-footer .more {
  float: left;
}

.agency-blog-grids .entry-footer .comments {
  float: right;
}

.agency-blog-grids .entry-footer .comments a {
  color: #ababab;
}

.agency-blog-grids .entry-footer .more:hover,
.agency-blog-grids .entry-footer .comments a:hover {
  color: #30d4ba !important;
}

/*********************************
= Slider dots style
*********************************/
.dots-style1 .owl-controls .owl-dots .owl-dot span {
  background: #dfdddd;
  width: 11px;
  height: 11px;
  margin: 0 12px 0 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .dots-style1 .owl-controls .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 9px 0 0;
  }
}

.dots-style1 .owl-controls .owl-dots .active span {
  background: #4273f0;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  -webkit-box-shadow: 0 0 0 4px rgba(48, 212, 186, 0.5);
  -moz-box-shadow: 0 0 0 4px rgba(48, 212, 186, 0.5);
  -o-box-shadow: 0 0 0 4px rgba(48, 212, 186, 0.5);
  -ms-box-shadow: 0 0 0 4px rgba(48, 212, 186, 0.5);
  box-shadow: 0 0 0 4px rgba(48, 212, 186, 0.5);
}

@media (max-width: 767px) {
  .dots-style1 .owl-controls .owl-dots .active span {
    -webkit-box-shadow: 0 0 0 3px rgba(48, 212, 186, 0.5);
    -moz-box-shadow: 0 0 0 3px rgba(48, 212, 186, 0.5);
    -o-box-shadow: 0 0 0 3px rgba(48, 212, 186, 0.5);
    -ms-box-shadow: 0 0 0 3px rgba(48, 212, 186, 0.5);
    box-shadow: 0 0 0 3px rgba(48, 212, 186, 0.5);
  }
}

/*** cv portfolio grid ***/
.cv-portfolio-grids {
  margin: 0 -7.5px;
}

.cv-portfolio-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 7.5px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .cv-portfolio-grids .grid {
    padding: 0 5px 10px;
  }
}

@media (max-width: 500px) {
  .cv-portfolio-grids .grid {
    width: 50%;
  }
}

.cv-portfolio-grids .grid .box-inner {
  position: relative;
  overflow: hidden;
}

.cv-portfolio-grids .grid i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 99;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.05s;
  -moz-transition: all 0.05s;
  -o-transition: all 0.05s;
  -ms-transition: all 0.05s;
  transition: all 0.05s;
}

@media (max-width: 1199px) {
  .cv-portfolio-grids .grid i {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 991px) {
  .cv-portfolio-grids .grid i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .cv-portfolio-grids .grid i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
  }
}

.cv-portfolio-grids .grid i:before {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .cv-portfolio-grids .grid i:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cv-portfolio-grids .grid a {
  display: block;
  z-index: 10;
}

.cv-portfolio-grids .grid img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.cv-portfolio-grids .grid:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -transform: scale(1.1, 1.1);
}

.cv-portfolio-grids .grid .box-inner:after {
  content: "";
  background-color: rgba(48, 212, 186, 0.7);
  background: -webkit-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -moz-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -o-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -ms-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(rgba(48, 212, 186, 0.8)), to(rgba(66, 115, 240, 0.8)));
  background: linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.cv-portfolio-grids .grid:hover .box-inner:after {
  opacity: 1;
}

.cv-portfolio-grids .width2 {
  width: 66.66%;
}

@media (max-width: 500px) {
  .cv-portfolio-grids .width2 {
    width: 50%;
  }
}

.cv-portfolio-grids .box-inner:hover i {
  opacity: 1;
}

.cv-portfolio-grids .grid:hover .top-border:before,
.cv-portfolio-grids .grid:hover .bottom-border:before {
  width: 100%;
}

.cv-portfolio-grids .grid:hover .top-border:after,
.cv-portfolio-grids .grid:hover .bottom-border:after {
  height: 100%;
}

/*********************************
= product landing product grids
*********************************/
.product-grids .grid {
  background-color: #fff;
  text-align: center;
  padding: 60px 25px;
}

@media (max-width: 767px) {
  .product-grids .grid {
    padding: 35px 15px;
  }
}

.product-grids .img-holder {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .product-grids .img-holder {
    margin-bottom: 30px;
  }
}

.product-grids .img-holder img {
  display: inline-block;
}

@media (max-width: 767px) {
  .product-grids .img-holder img {
    max-width: 170px;
  }
}

.product-grids .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.55em;
}

@media (max-width: 767px) {
  .product-grids .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product-grids .price {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  display: block;
  color: #30d4ba;
  margin-bottom: 25px;
  padding-top: 7px;
}

.product-grids .product-landing-btn-s2 {
  font-size: 14px;
  font-size: 0.875rem;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** language social ***/
  /*** social links ***/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navbar-header {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .site-header .navbar-header {
    margin-top: -7px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.site-header #navbar > ul > li > a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #848484;
  text-transform: uppercase;
}

.site-header #navbar > ul > li > a:hover,
.site-header #navbar > ul > li > a:focus,
.site-header #navbar > ul > .current-menu-item > a {
  text-decoration: none;
  color: #4273f0;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > a {
    padding: 35px 15px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #30d4ba;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #30d4ba;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #30d4ba;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .lang-social {
  position: absolute;
  right: 15px;
  z-index: 10;
}

@media (max-width: 991px) {
  .site-header .lang-social {
    display: none;
  }
}

.site-header .lang-social > div {
  float: left;
}

.site-header .lang {
  padding: 0 25px;
  position: relative;
  height: 90px;
}

.site-header .lang:before {
  content: "";
  background-color: #e4e4e4;
  width: 1px;
  height: 11px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .lang > a {
  height: 90px;
  line-height: 90px;
  display: block;
}

.site-header .lang ul {
  background-color: #fff;
  width: 100px;
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .lang ul > li {
  border-bottom: 1px solid #e6e6e6;
}

.site-header .lang ul > li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #666666;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
}

.site-header .lang ul > li a:hover {
  color: #4273f0;
}

.site-header .lang ul > li img {
  display: inline-block;
  max-width: 20px;
  margin-right: 5px;
}

.site-header .lang ul > li:last-child {
  border: 0;
  margin: 0;
}

.site-header .lang:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.site-header .social-links-wrapper {
  margin-top: 34px;
}

.site-header .social-links li {
  margin-right: 15px;
}

.site-header .social-links li:last-child {
  margin-right: 0;
}

.site-header .social-links li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333;
}

.site-header .social-links li a:hover {
  color: #4273f0;
}

/********************************
	= header style 1
*********************************/
.header-style-1 .navigation {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .header-style-1 .navigation {
    padding: 7px 0 14px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 .navigation #navbar {
    margin-right: 145px;
  }
}

/********************************
	= header style 2
*********************************/
.header-style-2, .header-style-3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-style-2 .navigation, .header-style-3 .navigation {
  background-color: rgba(255,255,255,1);
}

@media (max-width: 991px) {
  .header-style-2 .navigation, .header-style-3 .navigation {
    padding: 5px 10px 10px;
  }
}

.header-style-2 .navigation > .container, .header-style-3 .navigation > .container {
  position: relative;
}

@media screen and (min-width: 992px) {
  .header-style-2 .navigation-holder, .header-style-3 .navigation-holder {
    margin-right: 100px;
  }
}

.header-style-2 .side-menu, .header-style-3 .side-menu {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-2 .side-menu-open-btn, .header-style-3 .side-menu-open-btn {
  background-color: transparent;
  padding: 0;
  color: #fff;
}

.header-style-2 .side-menu-open-btn:focus, .header-style-3 .side-menu-open-btn:focus {
  background-color: none;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-2 .side-menu-open-btn .fi:before, .header-style-3 .side-menu-open-btn .fi:before {
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 992px) {
  .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    color: #828282;
  }
}

.side-menu-inner {
  background-color: #fff;
  width: 400px;
  height: 100%;
  padding: 50px 30px;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 999;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 991px) {
  .side-menu-inner {
    display: none;
  }
}

.side-menu-inner .side-menu-close-btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #4273f0;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  border: 2px solid #4273f0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.side-menu-inner .side-menu-close-btn:hover,
.side-menu-inner .side-menu-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-menu-inner .logo {
  text-align: center;
  margin-bottom: 40px;
}

.side-menu-inner .logo img {
  display: inline-block;
}

.side-menu-inner .navigation-holder {
  width: 100%;
  padding: 0;
  margin: 0;
}

.side-menu-inner .navigation-holder .close-navbar {
  display: none;
}

.side-menu-inner .navigation-holder ul {
  float: none;
}

.side-menu-inner .navigation-holder li {
  float: none;
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.side-menu-inner .navigation-holder li a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  padding: 8px 0;
  text-transform: uppercase;
}

.side-menu-inner .navigation-holder li a:hover,
.side-menu-inner .navigation-holder li a:focus,
.side-menu-inner .navigation-holder .current-menu-item a {
  background-color: transparent;
  color: #4273f0;
}

.toggle-side-menu {
  right: 0;
}

/********************************
	= header style 3
*********************************/
@media (max-width: 991px) {
  .header-style-3 {
    position: fixed;
    background-color: #30d4ba;
    padding: 5px 0;
  }
}

.header-style-3 .navbar-header button {
  background-color: #4273f0;
}

@media screen and (min-width: 992px) {
  .header-style-3 nav.original .navigation-holder {
    opacity: 0;
    visibility: hidden;
  }
}

/********************************
	= product-landing-pg-header
*********************************/
@media screen and (min-width: 992px) {
  .product-landing-pg-header #navbar > ul > li > a {
    position: relative;
  }
  .product-landing-pg-header #navbar > ul > li > a:before {
    content: "";
    background-color: #4273f0;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media screen and (min-width: 992px) {
  .product-landing-pg-header #navbar > ul > .current-menu-item > a:before {
    opacity: 1;
  }
}

.product-landing-pg-header .lang ul {
  -webkit-box-shadow: 0 0 2px 0 #d9d9d9;
  box-shadow: 0 0 2px 0 #d9d9d9;
}

/*--------------------------------------------------------------
#0.4	hero
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  height: 600px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hero {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 400px;
  }
}

.hero .container {
  height: 100%;
  display: table;
}

.hero .container .row {
  display: table-cell;
  vertical-align: middle;
}

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

/***************************
	= app landing hero
***************************/
.hero-s1 {
  /*** hero info ***/
}

.hero-s1:before {
  content: "";
  background: -webkit-linear-gradient(left, rgba(66, 115, 240, 0.8), rgba(48, 212, 186, 0.8));
  background: -moz-linear-gradient(left, rgba(66, 115, 240, 0.8), rgba(48, 212, 186, 0.8));
  background: -o-linear-gradient(left, rgba(66, 115, 240, 0.8), rgba(48, 212, 186, 0.8));
  background: -ms-linear-gradient(left, rgba(66, 115, 240, 0.8), rgba(48, 212, 186, 0.8));
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 115, 240, 0.8)), to(rgba(48, 212, 186, 0.8)));
  background: linear-gradient(left, rgba(66, 115, 240, 0.8), rgba(48, 212, 186, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-s1:after {
  content: "";
  opacity: 0;
  background: -webkit-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -moz-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -o-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -ms-linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(rgba(48, 212, 186, 0.8)), to(rgba(66, 115, 240, 0.8)));
  background: linear-gradient(left, rgba(48, 212, 186, 0.8), rgba(66, 115, 240, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: overlayAnimation 1s forwards;
  animation: overlayAnimation 5s infinite alternate forwards;
}

.hero-s1 .container {
  position: relative;
}

.hero-s1 .hero-info {
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .hero-s1 .hero-info {
    padding: 0;
  }
}

.hero-s1 .hero-info h1,
.hero-s1 .hero-info h4,
.hero-s1 .hero-info a {
  color: #fff;
}

.hero-s1 .hero-info h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 0;
}

@media (max-width: 1199px) {
  .hero-s1 .hero-info h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .hero-s1 .hero-info h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.hero-s1 .hero-info h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0.75em 0 0.8em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hero-s1 .hero-info h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-s1 .hero-info h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero-s1 .hero-info h1 span {
  font-weight: 200;
  text-transform: uppercase;
}

.hero-s1 .hero-info .btns a {
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 0 22px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  text-transform: capitalize;
}

.hero-s1 .hero-info .btns a i {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .hero-s1 .hero-info .btns a i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .hero-s1 .hero-info .btns a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 15px;
    border: 1px solid #fff;
  }
}

.hero-s1 .hero-info .btns a:hover {
  background-color: #fff;
  color: #848484;
}

.hero-s1 .hero-info .btns a:hover i {
  color: #30d4ba;
}

.hero-s1 .hero-info .btns a:first-child {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .hero-s1 .hero-info .btns a:first-child {
    margin-right: 5px;
  }
}

.hero-s1 .hero-phone {
  background: url("../images/app-landing/hero/hero-phone.png") center center/100% no-repeat local;
  width: 450px;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: -100px;
  z-index: 10;
  -webkit-transition: all 7s;
  -moz-transition: all 7s;
  -o-transition: all 7s;
  -ms-transition: all 7s;
  transition: all 7s;
}

@media (max-width: 1199px) {
  .hero-s1 .hero-phone {
    width: 350px;
    height: 312px;
  }
}

@media (max-width: 991px) {
  .hero-s1 .hero-phone {
    display: none;
  }
}

.hero-s1 .hero-phone-animation {
  bottom: 0;
}

@-webkit-keyframes overlayAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes overlayAnimation {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.overlayAnimation {
  -webkit-animation: overlayAnimation 1s;
  animation: overlayAnimation 1s;
}

/***************************
	= home agency hero
***************************/
.hero-s2 {
  height: 100vh;
  min-height: 850px;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-s2 {
    min-height: 600px;
  }
}

@media (max-width: 991px) {
  .hero-s2 {
    min-height: 500px;
  }
}

.hero-s2:before {
  content: "";
  background: rgba(0, 0, 0, 0.1) url("../images/agency/hero-pattern.png") repeat local center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-s2 .hero-info h1,
.hero-s2 .hero-info h4,
.hero-s2 .hero-info a {
  color: #fff;
}

.hero-s2 .hero-info h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.3em;
  margin: 0;
}

@media (max-width: 1199px) {
  .hero-s2 .hero-info h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .hero-s2 .hero-info h4 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.hero-s2 .hero-info h1 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.3em;
  margin: 0.2em 0 0.8em;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  .hero-s2 .hero-info h1 {
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .hero-s2 .hero-info h1 {
    padding-right: 105px;
  }
}

@media (max-width: 1199px) {
  .hero-s2 .hero-info h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-s2 .hero-info h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hero-s2 .hero-info h1 span {
  font-weight: 200;
  text-transform: uppercase;
}

.hero-s2 .hero-info h1 .agency-typed-element {
  font-weight: normal;
  text-transform: capitalize;
}

/***************************
	= home cv hero
***************************/
.home-cv .hero {
  height: 850px;
}

@media (max-width: 1199px) {
  .home-cv .hero {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .home-cv .hero {
    height: 700px;
    margin-top: 68px;
  }
}

@media (max-width: 767px) {
  .home-cv .hero {
    height: 500px;
  }
}

@media (max-width: 400px) {
  .home-cv .hero {
    height: 450px;
  }
}

.home-cv .hero:before {
  content: "";
  background: -webkit-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -moz-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -o-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -ms-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 212, 186, 0.9)), to(rgba(66, 115, 240, 0.9)));
  background: linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-cv .hero .container {
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.home-cv .hero .personal-pic {
  width: 220px;
  height: 220px;
  margin: 70px auto 0;
  position: relative;
}

@media (max-width: 1199px) {
  .home-cv .hero .personal-pic {
    width: 180px;
    height: 180px;
    margin: 50px auto 0;
  }
}

@media (max-width: 991px) {
  .home-cv .hero .personal-pic {
    width: 150px;
    height: 150px;
    margin: 50px auto 0;
  }
}

@media (max-width: 767px) {
  .home-cv .hero .personal-pic {
    width: 100px;
    height: 100px;
    margin: 50px auto 0;
  }
}

@media (max-width: 400px) {
  .home-cv .hero .personal-pic {
    width: 80px;
    height: 80px;
    margin: 40px auto 0;
  }
}

.home-cv .hero .personal-pic:before {
  background: red;
  background: -webkit-linear-gradient(top, #4273f0, #30d4ba);
  background: -moz-linear-gradient(top, #4273f0, #30d4ba);
  background: -o-linear-gradient(top, #4273f0, #30d4ba);
  background: -ms-linear-gradient(top, #4273f0, #30d4ba);
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#4273f0), to(#30d4ba));
  background: linear-gradient(top, #4273f0, #30d4ba);
  content: "";
  width: 108%;
  height: 108%;
  position: absolute;
  left: -4%;
  top: -4%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.home-cv .hero .personal-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}

.home-cv .hero h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 200;
  color: #fff;
  margin: 1em 0 0.48em;
}

@media (max-width: 1199px) {
  .home-cv .hero h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .home-cv .hero h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .home-cv .hero h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 400px) {
  .home-cv .hero h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.home-cv .hero h1,
.home-cv .hero h1 span {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .home-cv .hero h1,
  .home-cv .hero h1 span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 991px) {
  .home-cv .hero h1,
  .home-cv .hero h1 span {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media (max-width: 767px) {
  .home-cv .hero h1,
  .home-cv .hero h1 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 400px) {
  .home-cv .hero h1,
  .home-cv .hero h1 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.home-cv .hero .cv-typed-element {
  display: inline-block;
}

.home-cv .hero .typed-cursor {
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 1199px) {
  .home-cv .hero .typed-cursor {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (max-width: 991px) {
  .home-cv .hero .typed-cursor {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}

@media (max-width: 767px) {
  .home-cv .hero .typed-cursor {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.home-cv .hero .social-links {
  display: inline-block;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .home-cv .hero .social-links {
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .home-cv .hero .social-links {
    margin-top: 20px;
  }
}

.home-cv .hero .social-links li {
  margin-right: 35px;
}

@media (max-width: 991px) {
  .home-cv .hero .social-links li {
    margin-right: 25px;
  }
}

.home-cv .hero .social-links li:last-child {
  margin-right: 0;
}

.home-cv .hero .social-links li,
.home-cv .hero .social-links a {
  width: auto;
}

.home-cv .hero .social-links li a {
  font-size: 20px;
  padding-right: 2px;
  color: #fff;
}

@media (max-width: 1199px) {
  .home-cv .hero .social-links li a {
    font-size: 15px;
  }
}

/***************************
	= product landing hero
***************************/
.product-landing-hero {
  height: 750px;
}

@media (max-width: 1199px) {
  .product-landing-hero {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .product-landing-hero {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .product-landing-hero {
    height: 450px;
  }
}

.product-landing-hero > .container {
  position: relative;
}

.product-landing-hero .title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: bold;
  color: #333;
  line-height: 1.2em;
  margin: 0 0 0.1em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .product-landing-hero .title {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .product-landing-hero .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .product-landing-hero .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.product-landing-hero .title span {
  color: #4273f0;
  font-weight: 200;
  text-transform: uppercase;
}

.product-landing-hero .title + p {
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 125px;
}

@media (max-width: 1199px) {
  .product-landing-hero .title + p {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .product-landing-hero .title + p {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .product-landing-hero .title + p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.product-landing-hero .product-info {
  padding-top: 20px;
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .product-landing-hero .product-info {
    margin-bottom: 25px;
  }
}

.product-landing-hero .product-info h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 991px) {
  .product-landing-hero .product-info h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.product-landing-hero .product-info h5 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fd1d19;
  display: inline-block;
  margin-left: 20px;
  -webkit-animation: newtextanimation 0.5s infinite;
  animation: newtextanimation 0.5s infinite;
}

@-webkit-keyframes newtextanimation {
  0% {
    color: fd1d19;
  }
  50% {
    color: #00de4e;
  }
}

@keyframes newtextanimation {
  0% {
    color: fd1d19;
  }
  50% {
    color: #00de4e;
  }
}

.product-landing-hero .product-info p {
  font-size: 14px;
  font-size: 0.875rem;
}

.product-landing-hero .product-info .price {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .product-landing-hero .product-info .price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-landing-hero .agency-btn-s1:hover {
  color: #fff;
}

.product-landing-hero .hero-watch {
  background: url("../images/product-landing/hero-watch.png") center center/100% no-repeat local;
  width: 474px;
  height: 529px;
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

@media (max-width: 1199px) {
  .product-landing-hero .hero-watch {
    width: 374px;
    height: 417px;
  }
}

@media (max-width: 991px) {
  .product-landing-hero .hero-watch {
    width: 274px;
    height: 306px;
  }
}

@media (max-width: 767px) {
  .product-landing-hero .hero-watch {
    display: none;
  }
}

.product-landing-hero .hero-watch-animation {
  right: 0;
  opacity: 1;
  -webkit-transition: all 3.5s;
  -moz-transition: all 3.5s;
  -o-transition: all 3.5s;
  -ms-transition: all 3.5s;
  transition: all 3.5s;
}

/*--------------------------------------------------------------
#1.2	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #555;
  padding: 45px 0;
}

@media (max-width: 1199px) {
  .site-footer {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .site-footer .footer-logo-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  .site-footer .footer-logo-wrapper img {
    display: inline-block;
  }
}

.site-footer .copyright-info-wrapper {
  text-align: center;
}

.site-footer .copyright-info {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 38px;
  color: #fff;
  margin: 0;
}

.site-footer .copyright-info a {
  color: #fff;
}

.site-footer .social-links-wrapper {
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer .social-links-wrapper {
    text-align: center;
  }
}

.site-footer .social-links {
  display: inline-block;
  line-height: 38px;
}

.site-footer .social-links a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.site-footer .social-links li {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .site-footer .social-links li {
    width: 28px;
  }
}

.site-footer .social-links li:last-child {
  margin-right: 0;
}

.site-footer .social-links li a:hover {
  color: #4273f0;
}

/***********************************
	= product landing page footer
**********************************/
.product-landing-footer {
  background: url("../images/product-landing/footer-bg.jpg") center center/cover no-repeat local;
  padding: 100px 0;
  position: relative;
  /*** about widget ***/
  /*** contact widget ***/
  /*** site map widget ***/
  /*** newsletter widget ***/
}

@media (max-width: 991px) {
  .product-landing-footer {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .product-landing-footer {
    padding: 70px 0;
  }
}

.product-landing-footer:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .product-landing-footer > .container > .row > .col {
    min-height: 254px;
  }
}

@media (max-width: 600px) {
  .product-landing-footer > .container > .row > .col {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
  }
  .product-landing-footer > .container > .row > .col:last-child {
    margin-bottom: 0;
  }
}

.product-landing-footer li,
.product-landing-footer a,
.product-landing-footer p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.product-landing-footer .widget h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 200;
  color: #fff;
  padding-bottom: 8px;
  margin: 0 0 1em;
  position: relative;
}

@media (max-width: 767px) {
  .product-landing-footer .widget h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product-landing-footer .widget h3:after {
  content: "";
  background-color: #30d4ba;
  width: 28px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-landing-footer .about-widget .logo {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .product-landing-footer .about-widget .logo {
    margin-bottom: 10px;
  }
}

.product-landing-footer .about-widget p,
.product-landing-footer .about-widget a {
  font-size: 14px;
  font-size: 0.875rem;
}

.product-landing-footer .about-widget .social-links a {
  color: #fff;
}

.product-landing-footer .about-widget .social-links li {
  margin-right: 10px;
}

.product-landing-footer .about-widget .social-links li:last-child {
  margin-right: 10px;
}

.product-landing-footer .about-widget p {
  margin-bottom: 15px;
}

.product-landing-footer .contact-widget li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}

.product-landing-footer .contact-widget li i {
  position: absolute;
  left: 0;
  top: 0;
}

.product-landing-footer .contact-widget ul li:last-child {
  margin-bottom: 0;
}

.product-landing-footer .site-map-widget ul li {
  margin-bottom: 10px;
}

.product-landing-footer .site-map-widget ul li:last-child {
  margin-bottom: 0;
}

.product-landing-footer .site-map-widget ul a:hover {
  color: #4273f0;
}

.product-landing-footer .newsletter-widget {
  /*** flicker widget ***/
}

@media (max-width: 767px) {
  .product-landing-footer .newsletter-widget {
    max-width: 320px;
  }
}

.product-landing-footer .newsletter-widget form {
  overflow: hidden;
  margin-bottom: 20px;
}

.product-landing-footer .newsletter-widget form > div:first-child {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .product-landing-footer .newsletter-widget form > div:first-child {
    width: 65%;
  }
}

.product-landing-footer .newsletter-widget form > div:last-child {
  width: 38%;
  float: right;
}

@media (max-width: 767px) {
  .product-landing-footer .newsletter-widget form > div:last-child {
    width: 32%;
  }
}

.product-landing-footer .newsletter-widget form input {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.product-landing-footer .newsletter-widget form .btn {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  color: #fff;
  padding: 7px 20px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .product-landing-footer .newsletter-widget form .btn {
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
  }
}

.product-landing-footer .newsletter-widget form .btn:hover {
  background-color: #24ad97;
}

.product-landing-footer .newsletter-widget p {
  font-size: 14px;
  color: #fff;
}

.product-landing-footer .newsletter-widget .flickr-photo {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .product-landing-footer .newsletter-widget .flickr-photo {
    max-width: 290px;
  }
}

.product-landing-footer .newsletter-widget .flickr-photo ul {
  overflow: hidden;
  padding-right: 35px;
}

@media (max-width: 991px) {
  .product-landing-footer .newsletter-widget .flickr-photo ul {
    padding-right: 0;
    margin: 20px 0 0;
  }
}

.product-landing-footer .newsletter-widget .flickr-photo ul li {
  width: 15%;
  float: left;
  padding: 0 1%;
}

.product-landing-footer .newsletter-widget .flickr-photo ul img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.6	app-landing-latest-features
--------------------------------------------------------------*/
.app-landing-latest-features, .agency-latest-features, .product-landing-latest-features {
  background-color: #f0f1ff;
  padding: 40px 0;
}

@media (max-width: 500px) {
  .app-landing-latest-features, .agency-latest-features, .product-landing-latest-features {
    padding-bottom: 15px;
  }
}

.app-landing-latest-features .grids, .agency-latest-features .grids, .product-landing-latest-features .grids {
  overflow: hidden;
}

.app-landing-latest-features .grids .grid, .agency-latest-features .grids .grid, .product-landing-latest-features .grids .grid {
  width: 25%;
  float: left;
  text-align: center;
}

@media (max-width: 500px) {
  .app-landing-latest-features .grids .grid, .agency-latest-features .grids .grid, .product-landing-latest-features .grids .grid {
    width: 50%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}

.app-landing-latest-features .grid img, .agency-latest-features .grid img, .product-landing-latest-features .grid img {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 991px) {
  .app-landing-latest-features .grid img, .agency-latest-features .grid img, .product-landing-latest-features .grid img {
    max-width: 80%;
  }
}

/*--------------------------------------------------------------
#0.7	app-landing-features
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .app-landing-features {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .app-landing-features {
    padding-bottom: 60px;
  }
}

.app-landing-features .content {
  position: relative;
}

.app-landing-features .content:before {
  content: "";
  background: url("../images/app-landing/features-millde-pic.png") center center/100% no-repeat local;
  width: 350px;
  height: 369px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .app-landing-features .content:before {
    width: 300px;
    height: 316px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .content:before {
    display: none;
  }
}

.app-landing-features .feature {
  margin-bottom: 40px;
  padding: 0 0 25px 100px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

@media (max-width: 1199px) {
  .app-landing-features .feature {
    padding: 0 0 25px 85px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .feature {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .feature {
    padding: 0 0 20px 65px;
    margin-bottom: 20px;
  }
}

.app-landing-features .feature .icon {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .app-landing-features .feature .icon {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .feature .icon {
    width: 40px;
  }
}

@media screen and (min-width: 992px) {
  .app-landing-features .left-col .feature:last-child,
  .app-landing-features .right-col .feature:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .app-landing-features .right-col .feature:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
}

.app-landing-features .feature .details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .app-landing-features .feature .details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.app-landing-features .feature .details p {
  margin: 0;
}

@media (max-width: 1199px) {
  .app-landing-features .feature .details p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#0.8	app-landing-cta
--------------------------------------------------------------*/
.app-landing-cta, .product-landing-cta {
  text-align: center;
  padding: 125px 0;
}

@media (max-width: 1199px) {
  .app-landing-cta, .product-landing-cta {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .app-landing-cta, .product-landing-cta {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .app-landing-cta, .product-landing-cta {
    background-image: none !important;
    background: #30d4ba !important;
    padding: 50px 0;
  }
}

.app-landing-cta h2, .product-landing-cta h2 {
  font-size: 54px;
  font-size: 3.375rem;
  color: #fff;
  line-height: 1.3em;
  margin: 0.92em 0 0;
}

@media (max-width: 1199px) {
  .app-landing-cta h2, .product-landing-cta h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 991px) {
  .app-landing-cta h2, .product-landing-cta h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .app-landing-cta h2, .product-landing-cta h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.app-landing-cta h2 span, .product-landing-cta h2 span {
  font-weight: 200;
}

.app-landing-cta .video-play, .product-landing-cta .video-play {
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #4273f0;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .app-landing-cta .video-play, .product-landing-cta .video-play {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
#0.9	app-landing-funfact
--------------------------------------------------------------*/
.app-landing-funfact, .agency-funfact, .cv-funfact {
  text-align: center;
}

@media (max-width: 767px) {
  .app-landing-funfact, .agency-funfact, .cv-funfact {
    padding: 60px 0 35px;
  }
}

.app-landing-funfact h3, .agency-funfact h3, .cv-funfact h3,
.app-landing-funfact p, .agency-funfact p, .cv-funfact p {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 200;
  color: #333;
  margin: 0;
}

@media (max-width: 991px) {
  .app-landing-funfact h3, .agency-funfact h3, .cv-funfact h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 767px) {
  .app-landing-funfact h3, .agency-funfact h3, .cv-funfact h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.app-landing-funfact p, .agency-funfact p, .cv-funfact p {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .app-landing-funfact p, .agency-funfact p, .cv-funfact p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .app-landing-funfact p, .agency-funfact p, .cv-funfact p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.app-landing-funfact .content, .agency-funfact .content, .cv-funfact .content {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .app-landing-funfact .content, .agency-funfact .content, .cv-funfact .content {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .app-landing-funfact .content, .agency-funfact .content, .cv-funfact .content {
    margin-bottom: 0;
  }
  .app-landing-funfact .content > .col, .agency-funfact .content > .col, .cv-funfact .content > .col {
    margin-bottom: 25px;
  }
}

.app-landing-funfact .mobile-holder, .agency-funfact .mobile-holder, .cv-funfact .mobile-holder {
  background: url("../images/app-landing/fun-fact-mob-shadow.png") center bottom/100% no-repeat local;
}

.app-landing-funfact .mobile-holder img, .agency-funfact .mobile-holder img, .cv-funfact .mobile-holder img {
  display: block;
  position: relative;
  top: -50px;
}

@media (max-width: 767px) {
  .app-landing-funfact .mobile-holder, .agency-funfact .mobile-holder, .cv-funfact .mobile-holder {
    display: none;
  }
}

.app-landing-funfact .mobile-holder-img-animation, .agency-funfact .mobile-holder-img-animation, .cv-funfact .mobile-holder-img-animation {
  top: 0 !important;
  -webkit-transition: all 3s;
  -moz-transition: all 3s;
  -o-transition: all 3s;
  -ms-transition: all 3s;
  transition: all 3s;
}

/*--------------------------------------------------------------
#1.0	app-documentation-section
--------------------------------------------------------------*/
.app-documentation-section {
  background-color: #f0f1ff;
  /*** content part ***/
}

.app-documentation-section > .container > .row {
  position: relative;
}

.app-documentation-section .img-part {
  background: url("../images/app-landing/documentation-pic.png") center center/100% no-repeat local;
  width: 650px;
  height: 536px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .app-documentation-section .img-part {
    width: 550px;
    height: 453px;
  }
}

@media (max-width: 991px) {
  .app-documentation-section .img-part {
    display: none;
  }
}

.app-documentation-section .content-part {
  padding: 100px 15px 90px;
}

@media (max-width: 991px) {
  .app-documentation-section .content-part {
    padding: 80px 15px 70px;
  }
}

@media (max-width: 767px) {
  .app-documentation-section .content-part {
    padding: 70px 15px 60px;
  }
}

.app-documentation-section .content-part .section-title, .app-documentation-section .content-part .product-landing-section-title {
  text-align: left;
}

.app-documentation-section .content-part .section-title h2:after, .app-documentation-section .content-part .product-landing-section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.app-documentation-section .content-part .box {
  margin-bottom: 40px;
}

.app-documentation-section .content-part > .box:last-child {
  margin-bottom: 0;
}

.app-documentation-section .box .icon {
  width: 65px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .app-documentation-section .box .icon {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .app-documentation-section .box .icon {
    width: 40px;
  }
}

.app-documentation-section .box h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .app-documentation-section .box h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.app-documentation-section .box p {
  margin: 0;
}

/*--------------------------------------------------------------
#1.1	how-app-works
--------------------------------------------------------------*/
.how-app-works {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .how-app-works .section-title p, .how-app-works .product-landing-section-title p {
    padding: 0 20px;
  }
}

.how-app-works .app-mobile {
  background: url("../images/app-landing/how-app-works-mobile.png") center center/100% no-repeat local;
  width: 275px;
  height: 646px;
  position: absolute;
  left: 50%;
  bottom: -100px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}

@media (max-width: 1199px) {
  .how-app-works .app-mobile {
    width: 225px;
    height: 529px;
  }
}

@media (max-width: 991px) {
  .how-app-works .app-mobile {
    display: none;
  }
}

.how-app-works .how-appworks-phone-animation {
  bottom: -20px;
}

.how-app-works .content {
  padding-top: 150px;
  position: relative;
}

@media (max-width: 1199px) {
  .how-app-works .content {
    padding-top: 125px;
  }
}

@media (max-width: 991px) {
  .how-app-works .content {
    padding-top: 0;
  }
}

.how-app-works .middle-col {
  background-color: rgba(48, 212, 186, 0.1);
  width: 440px;
  height: 440px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 17%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .how-app-works .middle-col {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 991px) {
  .how-app-works .middle-col {
    display: none;
  }
}

.how-app-works .middle-col .round-inner {
  background-color: rgba(66, 115, 240, 0.1);
  width: 80%;
  height: 80%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.how-app-works .middle-col .dot {
  background-color: rgba(66, 115, 240, 0.7);
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}

.how-app-works .middle-col .dot:before {
  content: "";
  background-color: rgba(48, 212, 186, 0.2);
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-animation: dotAnimation 1s infinite alternate;
  animation: dotAnimation 1s infinite alternate;
}

.how-app-works .middle-col .dot-1 {
  left: 48px;
  top: 65px;
}

@media (max-width: 1199px) {
  .how-app-works .middle-col .dot-1 {
    left: 35px;
  }
}

.how-app-works .middle-col .dot-2 {
  right: 48px;
  top: 65px;
}

@media (max-width: 1199px) {
  .how-app-works .middle-col .dot-2 {
    right: 35px;
  }
}

.how-app-works .middle-col .dot-3 {
  left: 15px;
  bottom: 125px;
}

@media (max-width: 1199px) {
  .how-app-works .middle-col .dot-3 {
    left: 0;
  }
}

.how-app-works .middle-col .dot-4 {
  right: 15px;
  bottom: 125px;
}

@media (max-width: 1199px) {
  .how-app-works .middle-col .dot-4 {
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .how-app-works .left-col {
    padding-right: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .how-app-works .left-col {
    padding-right: 55px;
  }
}

@media screen and (min-width: 992px) {
  .how-app-works .right-col {
    padding-left: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .how-app-works .right-col {
    padding-left: 45px;
  }
}

.how-app-works .box {
  padding: 0 0 125px 90px;
  position: relative;
}

@media (max-width: 1199px) {
  .how-app-works .box {
    padding: 0 0 45px 70px;
  }
}

@media (max-width: 767px) {
  .how-app-works .box {
    padding: 0 0 30px 65px;
  }
}

.how-app-works .box .icon {
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .how-app-works .box .icon {
    width: 50px;
  }
}

@media (max-width: 991px) {
  .how-app-works .box .icon {
    width: 40px;
  }
}

@media screen and (min-width: 992px) {
  .how-app-works .left-col .box:last-child,
  .how-app-works .right-col .box:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .how-app-works .right-col .box:last-child {
    padding-bottom: 0;
  }
}

.how-app-works .box .work-details h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .how-app-works .box .work-details h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.how-app-works .box .work-details p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .how-app-works .box .work-details p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@-webkit-keyframes dotAnimation {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes dotAnimation {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/*--------------------------------------------------------------
#1.2	app-screenshot
--------------------------------------------------------------*/
.app-screenshot {
  background-color: #f0f1ff;
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  .app-screenshot {
    padding-bottom: 100px;
  }
}

.app-screenshot .app-screenshot-slider-outer {
  width: 265px;
  height: 490px;
  margin: 65px auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .app-screenshot .app-screenshot-slider-outer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .app-screenshot .app-screenshot-slider-outer .mockup {
    display: none;
  }
}

.app-screenshot .app-screenshot-slider-outer .mockup .top {
  background: url("../images/app-landing/screenshot-slider/iphone-top-part.png") center center/cover no-repeat local;
  width: 317px;
  height: 76px;
  position: absolute;
  left: 50%;
  top: -76px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-screenshot .app-screenshot-slider-outer .mockup .left {
  background: url("../images/app-landing/screenshot-slider/iphone-left-part.png") center center/cover no-repeat local;
  width: 19px;
  height: 570px;
  position: absolute;
  left: -25px;
  bottom: -80px;
  z-index: 20;
}

.app-screenshot .app-screenshot-slider-outer .mockup .right {
  background: url("../images/app-landing/screenshot-slider/iphone-right-part.png") center center/cover no-repeat local;
  width: 18px;
  height: 570px;
  position: absolute;
  right: -27px;
  bottom: -80px;
  z-index: 20;
}

.app-screenshot .app-screenshot-slider-outer .mockup .bottom {
  background: url("../images/app-landing/screenshot-slider/iphone-bottom-part.png") center center/cover no-repeat local;
  width: 280px;
  height: 76px;
  position: absolute;
  left: -6px;
  bottom: -87px;
  z-index: 20;
}

.app-screenshot .app-screenshot-slider img {
  width: auto;
}

.app-screenshot .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

@media (max-width: 767px) {
  .app-screenshot .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
  }
}

.app-screenshot .owl-stage-outer .owl-item img {
  opacity: 0.5;
}

.app-screenshot .owl-stage-outer .active img {
  opacity: 1;
}

.app-screenshot .owl-controls .owl-nav .owl-prev,
.app-screenshot .owl-controls .owl-nav .owl-next {
  background-color: rgba(66, 115, 240, 0.8);
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.app-screenshot .owl-controls .owl-nav .owl-prev:hover,
.app-screenshot .owl-controls .owl-nav .owl-next:hover {
  background-color: #4273f0;
}

/*--------------------------------------------------------------
#1.3	app-tem-members
--------------------------------------------------------------*/
.app-tem-members .team-section-title {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .app-tem-members .app-team-grids > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .app-tem-members .app-team-grids > .col {
    width: 100%;
  }
  .app-tem-members .app-team-grids > .col img {
    width: 100%;
  }
}

.app-tem-members .app-team-grids > .col:last-child {
  margin-bottom: 0;
}

.app-tem-members .skill-row {
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .app-tem-members .skill-row {
    margin-top: 60px;
  }
}

.app-tem-members .skill-row .section-title, .app-tem-members .skill-row .product-landing-section-title {
  text-align: left;
  margin-bottom: 0;
}

.app-tem-members .skill-row .section-title h2:after, .app-tem-members .skill-row .product-landing-section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

/*--------------------------------------------------------------
#1.4	app-landing-pricing
--------------------------------------------------------------*/
.app-landing-pricing {
  background-color: #f0f1ff;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .app-landing-pricing {
    padding-bottom: 65px;
  }
}

.app-landing-pricing .pricing-tab {
  position: relative;
}

.app-landing-pricing .app-pricing-grids {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 0;
}

.app-landing-pricing .active-grids {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.app-landing-pricing .switcher-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .app-landing-pricing .switcher-wrapper {
    margin-bottom: 40px;
  }
}

.app-landing-pricing .switcher-wrapper .tablist span {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .app-landing-pricing .switcher-wrapper .tablist span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.app-landing-pricing .switcher-wrapper .tablist .active {
  color: #000;
}

.app-landing-pricing .switcher-wrapper .tablist span:first-child {
  margin-right: 110px;
}

@media (max-width: 991px) {
  .app-landing-pricing .switcher-wrapper .tablist span:first-child {
    margin-right: 90px;
  }
}

.app-landing-pricing .switch {
  width: 60px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .app-landing-pricing .switch {
    height: 26px;
  }
}

.app-landing-pricing .slider {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 34px;
  cursor: pointer;
}

.app-landing-pricing .slider:before {
  background-color: #fff;
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .app-landing-pricing .slider:before {
    width: 22px;
    height: 22px;
  }
}

.app-landing-pricing .slide-off:before {
  -webkit-transform: translateX(28px);
  -moz-transform: translateX(28px);
  -o-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

@media (max-width: 991px) {
  .app-landing-pricing .slide-off:before {
    -webkit-transform: translateX(34px);
    -moz-transform: translateX(34px);
    -o-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
  }
}

/*--------------------------------------------------------------
#1.5	app-landing-testimonials
--------------------------------------------------------------*/
.app-landing-testimonials .app-landing-testimonials-slider {
  text-align: center;
  margin-top: -15px;
}

.app-landing-testimonials .app-landing-testimonials-slider img {
  width: auto;
  display: inline-block;
}

.app-landing-testimonials .client-quote {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #30d4ba;
  padding: 30px 30px 55px;
  position: relative;
}

.app-landing-testimonials .client-quote:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 25px;
  font-size: 1.5625rem;
  color: #30d4ba;
  position: absolute;
  left: 19px;
  top: -15px;
}

.app-landing-testimonials .client-info {
  margin-top: -45px;
}

.app-landing-testimonials .client-info img {
  background-color: #fff;
  padding: 8px;
  border: 2px solid #30d4ba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .app-landing-testimonials .client-info img {
    max-width: 80px;
    padding: 5px;
  }
}

.app-landing-testimonials .client-info h5 {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  margin: 0 0 5px;
}

.app-landing-testimonials .client-info h5 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

.app-landing-testimonials .client-info .img-holder {
  margin-bottom: 20px;
}

.app-landing-testimonials .app-landing-testimonials-slider .owl-stage-outer {
  padding-top: 15px;
}

.app-landing-testimonials .app-landing-testimonials-slider .owl-controls {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .app-landing-testimonials .app-landing-testimonials-slider .owl-controls {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#1.6	app-landing-faq
--------------------------------------------------------------*/
.app-landing-faq {
  position: relative;
  overflow: hidden;
}

.app-landing-faq:before {
  content: "";
  background: -webkit-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -moz-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -o-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -ms-linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 212, 186, 0.9)), to(rgba(66, 115, 240, 0.9)));
  background: linear-gradient(left, rgba(48, 212, 186, 0.9), rgba(66, 115, 240, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app-landing-faq .content {
  position: relative;
}

.app-landing-faq .section-title h2, .app-landing-faq .product-landing-section-title h2 {
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .app-landing-faq .section-title h2, .app-landing-faq .product-landing-section-title h2 {
    padding-right: 200px;
  }
}

.app-landing-faq .section-title h2:after, .app-landing-faq .product-landing-section-title h2:after {
  background: #fff;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.app-landing-faq .app-faq-tab {
  background: url("../images/app-landing/faq-tab.png") center center/cover no-repeat local;
  width: 500px;
  height: 530px;
  position: absolute;
  right: 0;
  bottom: -200px;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -o-transition: all 5s;
  -ms-transition: all 5s;
  transition: all 5s;
}

@media (max-width: 1199px) {
  .app-landing-faq .app-faq-tab {
    width: 400px;
    height: 424px;
  }
}

@media (max-width: 991px) {
  .app-landing-faq .app-faq-tab {
    display: none;
  }
}

.app-landing-faq .app-faq-tab-animation {
  bottom: -110px;
}

/*--------------------------------------------------------------
#1.7	app-social-media-section
--------------------------------------------------------------*/
.app-social-media-section {
  text-align: center;
  padding-bottom: 0;
}

.app-social-media-section .social-links {
  display: inline-block;
}

.app-social-media-section .social-links li a {
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #c0c0c0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .app-social-media-section .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .app-social-media-section .social-links li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.app-social-media-section .social-links li {
  margin-right: 5px;
}

.app-social-media-section .social-links li:last-child {
  margin-right: 0;
}

.app-social-media-section .social-links li a:hover,
.app-social-media-section .social-links li:first-child a {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  color: #fff;
}

/*--------------------------------------------------------------
#1.8	app-contact-section
--------------------------------------------------------------*/
.app-contact-section, .agency-contact-section {
  margin: 100px 0;
  position: relative;
}

@media (max-width: 767px) {
  .app-contact-section, .agency-contact-section {
    margin: 0;
  }
}

.app-contact-section:before, .agency-contact-section:before {
  content: "";
  width: 100%;
  height: 420px;
  background: url("../images/map.jpg") center center/cover no-repeat local;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-contact-section .contact-block, .agency-contact-section .contact-block {
  background-color: #fff;
  padding: 70px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0 20px 0 #e6e6e6;
  -moz-box-shadow: 0 0 20px 0 #e6e6e6;
  -o-box-shadow: 0 0 20px 0 #e6e6e6;
  -ms-box-shadow: 0 0 20px 0 #e6e6e6;
  box-shadow: 0 0 20px 0 #e6e6e6;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .app-contact-section .contact-block, .agency-contact-section .contact-block {
    padding: 40px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.app-contact-section .contact-block .privacy, .agency-contact-section .contact-block .privacy {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
}

.app-contact-section .contact-block .privacy a, .agency-contact-section .contact-block .privacy a {
  color: blue;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .app-contact-section .contact-block, .agency-contact-section .contact-block {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .app-contact-section .contact-block, .agency-contact-section .contact-block {
    padding: 40px 15px;
  }
}

.app-contact-section .contact-block h2, .agency-contact-section .contact-block h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.3em;
  margin: 0 0 0.9em;
}

@media screen and (min-width: 1200px) {
  .app-contact-section .contact-block h2, .agency-contact-section .contact-block h2 {
    padding: 0 200px 0 0;
  }
}

@media (max-width: 991px) {
  .app-contact-section .contact-block h2, .agency-contact-section .contact-block h2 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .app-contact-section .contact-block h2, .agency-contact-section .contact-block h2 {
    font-size: 1.25rem;
  }
}

.app-contact-section .contact-block .contact-info, .agency-contact-section .contact-block .contact-info,
.app-contact-section .contact-block .contact-form, .agency-contact-section .contact-block .contact-form {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .app-contact-section .contact-block .contact-info, .agency-contact-section .contact-block .contact-info,
  .app-contact-section .contact-block .contact-form, .agency-contact-section .contact-block .contact-form {
    width: 100%;
    float: none;
  }
}

.app-contact-section .contact-block .contact-info, .agency-contact-section .contact-block .contact-info {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .app-contact-section .contact-block .contact-info, .agency-contact-section .contact-block .contact-info {
    padding-right: 0;
  }
}

.app-contact-section .contact-block .contact-info p, .agency-contact-section .contact-block .contact-info p {
  color: #666666;
}

.app-contact-section .contact-block .contact-info ul, .agency-contact-section .contact-block .contact-info ul {
  margin-top: 30px;
}

.app-contact-section .contact-block .contact-info ul li, .agency-contact-section .contact-block .contact-info ul li {
  color: #8c8c8c;
  line-height: 1.7em;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}

.app-contact-section .contact-block .contact-info li .icon, .agency-contact-section .contact-block .contact-info li .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
}

.app-contact-section .contact-block .contact-info li .fi, .agency-contact-section .contact-block .contact-info li .fi {
  position: relative;
}

.app-contact-section .contact-block .contact-info li .fi:before, .agency-contact-section .contact-block .contact-info li .fi:before {
  font-size: 1.625rem;
  color: #4273f0;
}

.app-contact-section .contact-block .contact-form, .agency-contact-section .contact-block .contact-form {
  padding-left: 80px;
}

@media (max-width: 991px) {
  .app-contact-section .contact-block .contact-form, .agency-contact-section .contact-block .contact-form {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .app-contact-section .contact-block .contact-form, .agency-contact-section .contact-block .contact-form {
    padding-left: 0;
    margin-top: 50px;
  }
}

.app-contact-section .contact-block .contact-form input, .agency-contact-section .contact-block .contact-form input,
.app-contact-section .contact-block .contact-form select, .agency-contact-section .contact-block .contact-form select,
.app-contact-section .contact-block .contact-form textarea, .agency-contact-section .contact-block .contact-form textarea {
  background-color: #eef1f5;
  height: 45px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .app-contact-section .contact-block .contact-form input, .agency-contact-section .contact-block .contact-form input,
  .app-contact-section .contact-block .contact-form select, .agency-contact-section .contact-block .contact-form select,
  .app-contact-section .contact-block .contact-form textarea, .agency-contact-section .contact-block .contact-form textarea {
    height: 40px;
  }
}

.app-contact-section .contact-block .contact-form textarea, .agency-contact-section .contact-block .contact-form textarea {
  height: 110px;
  padding-top: 15px;
}

.app-contact-section .contact-block .contact-form .form ::-webkit-input-placeholder, .agency-contact-section .contact-block .contact-form .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.app-contact-section .contact-block .contact-form .form :-moz-placeholder, .agency-contact-section .contact-block .contact-form .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.app-contact-section .contact-block .contact-form .form ::-moz-placeholder, .agency-contact-section .contact-block .contact-form .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.app-contact-section .contact-block .contact-form .form :-ms-input-placeholder, .agency-contact-section .contact-block .contact-form .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.app-contact-section .contact-block .contact-form .form > div, .agency-contact-section .contact-block .contact-form .form > div {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .app-contact-section .contact-block .contact-form .form > div, .agency-contact-section .contact-block .contact-form .form > div {
    margin-bottom: 10px;
  }
}

.app-contact-section .contact-block .contact-form select, .agency-contact-section .contact-block .contact-form select {
  font-style: normal;
  background-position: 97% center;
  color: #8c8c8c;
}

.app-contact-section .contact-block .contact-form .form .submit-btn, .agency-contact-section .contact-block .contact-form .form .submit-btn {
  margin-bottom: 0;
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1 {
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:before, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:before {
  content: "";
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #4273f0, #30d4ba);
  background: -moz-linear-gradient(left, #4273f0, #30d4ba);
  background: -o-linear-gradient(left, #4273f0, #30d4ba);
  background: -ms-linear-gradient(left, #4273f0, #30d4ba);
  background: -webkit-gradient(linear, left top, right top, from(#4273f0), to(#30d4ba));
  background: linear-gradient(left, #4273f0, #30d4ba);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25;
  -moz-border-radius: 25;
  -o-border-radius: 25;
  -ms-border-radius: 25;
  border-radius: 25;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1 {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  color: #fff;
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover:before, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:hover:before {
  opacity: 1;
}

.app-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:focus, .agency-contact-section .contact-block .contact-form .submit-btn .app-btn-s1:focus {
  outline: none;
}

.app-contact-section .contact-block .view-map, .agency-contact-section .contact-block .view-map {
  margin-top: 20px;
}

.app-contact-section .contact-block .view-map img, .agency-contact-section .contact-block .view-map img {
  display: inline-block;
  padding-right: 10px;
}

.app-contact-section .contact-block .view-map a, .agency-contact-section .contact-block .view-map a {
  color: #30d4ba;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 767px) {
  .app-contact-section .contact-block .view-map a, .agency-contact-section .contact-block .view-map a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.app-contact-section .contact-block .view-map a:hover, .agency-contact-section .contact-block .view-map a:hover,
.app-contact-section .contact-block .view-map a:focus, .agency-contact-section .contact-block .view-map a:focus {
  outline: none;
}

/*--------------------------------------------------------------
#	Agency home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	agency-latest-features
--------------------------------------------------------------*/
.agency-latest-features, .product-landing-latest-features {
  background-color: #fff;
  padding: 0;
  position: relative;
}

@media (max-width: 500px) {
  .agency-latest-features, .product-landing-latest-features {
    padding-bottom: 25px;
  }
}

.agency-latest-features:after, .product-landing-latest-features:after {
  content: "";
  background-color: #ededed;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.agency-latest-features .grid, .product-landing-latest-features .grid {
  min-height: 140px;
  line-height: 140px;
  padding: 40px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .agency-latest-features .grid, .product-landing-latest-features .grid {
    min-height: 100px;
    line-height: 100px;
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .agency-latest-features .grid, .product-landing-latest-features .grid {
    min-height: 80px;
    line-height: 80px;
    padding: 20px 0;
  }
}

@media (max-width: 500px) {
  .agency-latest-features .grid, .product-landing-latest-features .grid {
    min-height: auto;
    line-height: none;
  }
}

.agency-latest-features .grid:after, .product-landing-latest-features .grid:after {
  content: "";
  background-color: #4273f0;
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  .agency-latest-features .grid:after, .product-landing-latest-features .grid:after {
    display: none;
  }
}

.agency-latest-features .grid img, .product-landing-latest-features .grid img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.agency-latest-features .grid:hover img, .product-landing-latest-features .grid:hover img {
  -webkit-filter: none;
  filter: none;
}

.agency-latest-features .grid:hover:after, .product-landing-latest-features .grid:hover:after {
  width: 100%;
}

/*--------------------------------------------------------------
#2.1	agency-business-solution-skill
--------------------------------------------------------------*/
.agency-business-solution-skill {
  padding-bottom: 0;
}

.agency-business-solution-skill .section-title, .agency-business-solution-skill .product-landing-section-title {
  text-align: left;
  margin: 0;
}

.agency-business-solution-skill .section-title h2, .agency-business-solution-skill .product-landing-section-title h2 {
  margin-bottom: 0.8em;
}

.agency-business-solution-skill .section-title h2:after, .agency-business-solution-skill .product-landing-section-title h2:after {
  background-color: #4273f0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.agency-business-solution-skill .progress-bar-s1 {
  margin-top: 40px;
  padding: 0 45px 0 0;
}

@media (max-width: 1199px) {
  .agency-business-solution-skill .progress-bar-s1 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .agency-business-solution-skill .progress-bar-s1 {
    margin-top: 25px;
  }
}

@media (max-width: 1199px) {
  .agency-business-solution-skill .images-holder-col-wrapper {
    display: none;
  }
}

.agency-business-solution-skill .images-holder-col {
  padding: 10px 0 0 0;
}

.agency-business-solution-skill .images-holder-col .img-holder {
  width: 50%;
  float: left;
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
}

.agency-business-solution-skill .images-holder-col .img-holder:first-child {
  padding-right: 13px;
}

.agency-business-solution-skill .images-holder-col .img-holder:last-child {
  padding-left: 13px;
}

/*--------------------------------------------------------------
#2.2	agency-services
--------------------------------------------------------------*/
.agency-services .agency-services-grids {
  text-align: center;
}

.agency-services .grid {
  padding: 50px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .agency-services .grid {
    padding: 40px 10px;
  }
}

.agency-services .grid:before {
  content: "";
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.agency-services .grid:after {
  content: "";
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .agency-services .grid:after {
    height: 4px;
  }
}

@media (max-width: 991px) {
  .agency-services .agency-services-grids > .col:first-child .grid:after {
    bottom: auto;
    top: 0;
  }
}

.agency-services .grid .icon {
  margin-bottom: 15px;
}

.agency-services .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333;
  margin: 0 0 0.66em;
}

@media (max-width: 1199px) {
  .agency-services .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .agency-services .grid h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.agency-services .grid p {
  margin: 0;
}

@media (max-width: 1199px) {
  .agency-services .grid p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.agency-services .grid .icon,
.agency-services .grid h3,
.agency-services .grid p {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}

.agency-services .grid:hover h3,
.agency-services .grid:hover p,
.agency-services .agency-services-grids > .col:nth-child(2) h3,
.agency-services .agency-services-grids > .col:nth-child(2) p {
  color: #fff;
}

.agency-services .grid:hover .animated-svg-icon-s4,
.agency-services .agency-services-grids > .col:nth-child(2) .animated-svg-icon-s4 {
  stroke: #fff;
}

.agency-services .grid:hover:before,
.agency-services .agency-services-grids > .col:nth-child(2) .grid:before {
  opacity: 1;
}

/*--------------------------------------------------------------
#2.3	agency-cta
--------------------------------------------------------------*/
.agency-cta {
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .agency-cta {
    padding: 80px 0;
  }
}

.agency-cta:before {
  content: "";
  background-color: rgba(38, 50, 88, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.agency-cta .container {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .agency-cta .col {
    padding: 0 55px;
  }
}

.agency-cta h2,
.agency-cta p,
.agency-cta .btn {
  color: #fff;
}

.agency-cta h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 200;
  margin: 0 0 0.8em;
  line-height: 1.2em;
}

@media (max-width: 991px) {
  .agency-cta h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .agency-cta h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.agency-cta p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.44em;
}

@media (max-width: 991px) {
  .agency-cta p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.4	agency-funfact
--------------------------------------------------------------*/
.agency-funfact, .cv-funfact {
  padding-bottom: 0;
}

.agency-funfact .content, .cv-funfact .content {
  margin-bottom: 0;
}

.agency-funfact .icon, .cv-funfact .icon {
  min-height: 48px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .agency-funfact .icon, .cv-funfact .icon {
    min-height: 38px;
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .agency-funfact .icon img, .cv-funfact .icon img {
    max-width: 35px;
  }
}

.agency-funfact .content > .col:nth-child(1) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(1) .animated-svg-icon-s5 {
  height: 25px;
}

@media (max-width: 991px) {
  .agency-funfact .content > .col:nth-child(1) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(1) .animated-svg-icon-s5 {
    height: 20px;
  }
}

.agency-funfact .content > .col:nth-child(2) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(2) .animated-svg-icon-s5 {
  height: 42px;
}

@media (max-width: 991px) {
  .agency-funfact .content > .col:nth-child(2) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(2) .animated-svg-icon-s5 {
    height: 32px;
  }
}

.agency-funfact .content > .col:nth-child(3) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(3) .animated-svg-icon-s5,
.agency-funfact .content > .col:nth-child(4) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(4) .animated-svg-icon-s5 {
  height: 39px;
}

@media (max-width: 991px) {
  .agency-funfact .content > .col:nth-child(3) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(3) .animated-svg-icon-s5,
  .agency-funfact .content > .col:nth-child(4) .animated-svg-icon-s5, .cv-funfact .content > .col:nth-child(4) .animated-svg-icon-s5 {
    height: 32px;
  }
}

/*--------------------------------------------------------------
#2.5	agency-projects
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .agency-projects {
    padding: 55px 0 60px;
  }
}

.agency-projects .agnecy-projects-slider .grid {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .agency-projects .agnecy-projects-slider .grid {
    opacity: 0.5;
  }
}

.agency-projects .agnecy-projects-slider .center .grid {
  opacity: 1;
}

.agency-projects .agnecy-projects-slider .owl-controls {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .agency-projects .agnecy-projects-slider .owl-controls {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .agency-projects .agnecy-projects-slider .owl-controls {
    margin-top: 20px;
  }
}

.agency-projects .agnecy-projects-slider .owl-controls .owl-prev,
.agency-projects .agnecy-projects-slider .owl-controls .owl-next {
  background-color: transparent;
  color: #cfcfd0;
}

.agency-projects .agnecy-projects-slider .owl-controls .owl-prev:hover,
.agency-projects .agnecy-projects-slider .owl-controls .owl-next:hover {
  background-color: transparent;
  color: #4273f0;
}

@media screen and (min-width: 768px) {
  .agency-projects .agnecy-projects-slider .owl-controls .owl-prev {
    margin-right: 20px;
  }
}

/*--------------------------------------------------------------
#2.6	agency-faq
--------------------------------------------------------------*/
.agency-faq {
  position: relative;
}

.agency-faq:before {
  background: url("../images/agency/faq-bg.jpg") left center/cover no-repeat local;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .agency-faq:before {
    display: none;
  }
}

.agency-faq:after {
  content: "";
  background: rgba(38, 50, 88, 0.3);
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .agency-faq:after {
    display: none;
  }
}

.agency-faq .section-title, .agency-faq .product-landing-section-title {
  text-align: left;
  margin-bottom: 0;
}

.agency-faq .section-title h2, .agency-faq .product-landing-section-title h2 {
  line-height: 1.3em;
}

.agency-faq .section-title h2:after, .agency-faq .product-landing-section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.agency-faq .left-col {
  padding: 120px 80px 110px 15px;
}

@media (max-width: 1199px) {
  .agency-faq .left-col {
    padding: 0 15px;
  }
}

.agency-faq .panel-group {
  margin-bottom: 0;
}

.agency-faq .panel-group .panel + .panel {
  margin-top: 20px;
}

.agency-faq .panel {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.agency-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.agency-faq .panel .panel-heading {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 2px solid #e9eef2;
}

.agency-faq .panel .panel-heading a {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #333;
  padding: 20px;
}

@media (max-width: 991px) {
  .agency-faq .panel .panel-heading a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .agency-faq .panel .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
}

.agency-faq .panel .panel-heading a span {
  color: #4273f0;
}

.agency-faq .panel .panel-heading a:hover,
.agency-faq .panel .panel-heading a:focus {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .agency-faq .right-col {
    display: none;
  }
}

/*--------------------------------------------------------------
#2.7	agency-blog
--------------------------------------------------------------*/
.agency-blog {
  padding-bottom: 0;
}

.agency-blog .agency-blog-slider .owl-controls {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .agency-blog .agency-blog-slider .owl-controls {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------------
#2.8	agency-testimonials
--------------------------------------------------------------*/
.agency-testimonials, .product-landing-testimonials {
  /*** owl controls ***/
}

@media (max-width: 767px) {
  .agency-testimonials, .product-landing-testimonials {
    padding-bottom: 60px;
  }
  .agency-testimonials .section-title, .product-landing-testimonials .section-title, .agency-testimonials .product-landing-section-title, .product-landing-testimonials .product-landing-section-title {
    margin-bottom: 25px;
  }
}

.agency-testimonials .agency-testimonial-slider, .product-landing-testimonials .agency-testimonial-slider {
  text-align: center;
  position: relative;
}

.agency-testimonials .agency-testimonial-slider .box, .product-landing-testimonials .agency-testimonial-slider .box {
  border: 2px solid #a1c1f4;
  padding: 55px 60px 30px;
  margin: 48px 20px 20px;
  -webkit-box-shadow: 0 0 20px 0 #b3b3b3;
  -moz-box-shadow: 0 0 20px 0 #b3b3b3;
  -o-box-shadow: 0 0 20px 0 #b3b3b3;
  -ms-box-shadow: 0 0 20px 0 #b3b3b3;
  box-shadow: 0 0 20px 0 #b3b3b3;
  position: relative;
}

@media (max-width: 991px) {
  .agency-testimonials .agency-testimonial-slider .box, .product-landing-testimonials .agency-testimonial-slider .box {
    border: 2px solid #a1c1f4;
    padding: 35px 20px 20px;
    margin: 35px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.agency-testimonials .client-pic, .product-landing-testimonials .client-pic {
  position: absolute;
  left: 50%;
  top: -48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .agency-testimonials .client-pic, .product-landing-testimonials .client-pic {
    top: -35px;
  }
}

.agency-testimonials .client-pic img, .product-landing-testimonials .client-pic img {
  background-color: #fff;
  width: auto;
  display: inline-block;
  padding: 8px;
  border: 2px solid #30d4ba;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .agency-testimonials .client-pic img, .product-landing-testimonials .client-pic img {
    max-width: 70px;
    padding: 4px;
    border: 1px solid #30d4ba;
  }
}

.agency-testimonials .rating, .product-landing-testimonials .rating {
  margin: 12px 0;
}

.agency-testimonials .rating i, .product-landing-testimonials .rating i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffc603;
}

@media (max-width: 991px) {
  .agency-testimonials .rating i, .product-landing-testimonials .rating i {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.agency-testimonials .client-info, .product-landing-testimonials .client-info {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .agency-testimonials .client-info, .product-landing-testimonials .client-info {
    padding-top: 10px;
  }
}

.agency-testimonials .client-info h5, .product-landing-testimonials .client-info h5 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.3em;
  color: #4273f0;
}

@media (max-width: 991px) {
  .agency-testimonials .client-info h5, .product-landing-testimonials .client-info h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.agency-testimonials .client-info h5 + span, .product-landing-testimonials .client-info h5 + span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .agency-testimonials .client-info h5 + span, .product-landing-testimonials .client-info h5 + span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.agency-testimonials .agency-testimonial-slider .owl-controls, .product-landing-testimonials .agency-testimonial-slider .owl-controls {
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .agency-testimonials .agency-testimonial-slider .owl-controls, .product-landing-testimonials .agency-testimonial-slider .owl-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
  }
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-dots, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -50px;
  }
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev,
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next {
    background-color: transparent;
    color: #cfcfd0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev:hover, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next:hover, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next:hover {
    background-color: transparent;
    color: #4273f0;
  }
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-prev {
    left: -100px;
  }
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav .owl-next {
    right: -100px;
  }
}

@media (max-width: 991px) {
  .agency-testimonials .agency-testimonial-slider .owl-controls .owl-nav, .product-landing-testimonials .agency-testimonial-slider .owl-controls .owl-nav {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .agency-testimonials .agency-testimonial-slider .owl-controls, .product-landing-testimonials .agency-testimonial-slider .owl-controls {
    margin-top: 35px;
  }
}

/*--------------------------------------------------------------
#2.9	agency-team
--------------------------------------------------------------*/
.agency-team {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .agency-team {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
#2.10	agency-contact-section
--------------------------------------------------------------*/
.agency-contact-section {
  margin-top: 0;
}

/*--------------------------------------------------------------
#	CV home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	Menu after slider
--------------------------------------------------------------*/
.menu-after-slider {
  text-align: center;
}

@media (max-width: 991px) {
  .menu-after-slider {
    display: none;
  }
}

.menu-after-slider .navigation {
  background: #fff;
  margin-bottom: 0;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  border-radius: 0;
}

.menu-after-slider ul {
  display: inline-block;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 5px;
}

.menu-after-slider ul li {
  padding: 0 24px;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li {
    padding: 0 20px;
  }
}

.menu-after-slider ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #5b5b5b;
  padding: 18px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li a {
    padding: 14px 0;
  }
}

.menu-after-slider ul li a:after {
  content: "";
  background: #4273f0;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.menu-after-slider ul li a i {
  background: #eee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #aeaeae;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  .menu-after-slider ul li a i {
    font-size: 12px;
    font-size: 0.75rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.menu-after-slider ul .current-menu-item a i {
  color: #4273f0;
}

.menu-after-slider ul .current-menu-item a:after {
  opacity: 1;
}

/*--------------------------------------------------------------
#3.1	about-me
--------------------------------------------------------------*/
.about-me {
  padding-bottom: 0;
}

.about-me .section-title, .about-me .product-landing-section-title {
  text-align: left;
  margin-bottom: 0;
}

.about-me .section-title h2:after, .about-me .product-landing-section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

@media screen and (min-width: 992px) {
  .about-me .left-col {
    padding-right: 55px;
  }
}

.about-me .left-col p {
  margin-bottom: 20px;
}

.about-me .progress-bar-s1 {
  margin-top: 75px;
}

@media (max-width: 991px) {
  .about-me .progress-bar-s1 {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
#3.2	cv-funfact
--------------------------------------------------------------*/
.cv-funfact {
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 767px) {
  .cv-funfact {
    padding-bottom: 35px;
  }
}

.cv-funfact:after {
  content: "";
  background-color: rgba(5, 11, 32, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cv-funfact .container {
  position: relative;
  z-index: 10;
}

.cv-funfact h3,
.cv-funfact p {
  color: #fff;
}

/*--------------------------------------------------------------
#3.2	cv-portfolio
--------------------------------------------------------------*/
.cv-portfolio {
  padding-bottom: 0;
}

.cv-portfolio .section-title, .cv-portfolio .product-landing-section-title {
  margin-bottom: 0;
}

.cv-portfolio .sorting-filters {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cv-portfolio .sorting-filters {
    margin-bottom: 20px;
  }
}

.cv-portfolio .sorting-filters ul {
  display: inline-block;
}

.cv-portfolio .sorting-filters ul li {
  display: inline-block;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .cv-portfolio .sorting-filters ul li {
    margin-right: 10px;
  }
}

.cv-portfolio .sorting-filters ul li:last-child {
  margin-right: 0;
}

.cv-portfolio .sorting-filters ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #333;
  text-transform: uppercase;
}

.cv-portfolio .sorting-filters ul li .current {
  color: #4273f0;
}

/*--------------------------------------------------------------
#3.4	cv-partners
--------------------------------------------------------------*/
.cv-partners {
  text-align: center;
}

@media (max-width: 991px) {
  .cv-partners {
    padding-top: 0;
  }
}

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

.cv-partners img {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 767px) {
  .cv-partners img {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .cv-partners .content > .col {
    margin-bottom: 40px;
  }
}

.home-cv .agency-contact-section {
  border-top: 1px solid #e6e6e6;
}

/*--------------------------------------------------------------
	#	Product landing home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	product landing latest features
--------------------------------------------------------------*/
.product-landing-latest-features {
  border-top: 1px solid #e6e6e6;
}

/*--------------------------------------------------------------
#4.1	product-landing-services
--------------------------------------------------------------*/
.product-landing-services .product-landing-section-title {
  text-align: left;
}

.product-landing-services .container {
  position: relative;
  padding: 50px 15px 150px;
}

@media (max-width: 1199px) {
  .product-landing-services .container {
    padding: 50px 15px 0;
  }
}

@media (max-width: 991px) {
  .product-landing-services .container {
    padding: 0 15px;
  }
}

.product-landing-services .services {
  max-width: 400px;
}

.product-landing-services .services .icon {
  min-height: 80px;
}

@media (max-width: 767px) {
  .product-landing-services .services .icon {
    min-height: 50px;
  }
}

.product-landing-services .services .grid {
  width: 33.33%;
  float: left;
  text-align: center;
}

.product-landing-services .services h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #999;
  margin: 0.87em 0 0;
  line-height: 1.5em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-landing-services .services h3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.product-landing-services .services .product-landing-btn {
  margin-top: 40px;
}

.product-landing-services .services-watch {
  background: url("../images/product-landing/services-watch.png") center center/100% no-repeat local;
  width: 570px;
  height: 593px;
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

@media (max-width: 1199px) {
  .product-landing-services .services-watch {
    width: 420px;
    height: 437px;
  }
}

@media (max-width: 991px) {
  .product-landing-services .services-watch {
    display: none;
  }
}

.product-landing-services .services-watch-animation {
  left: -50px;
  opacity: 1;
  -webkit-transition: all 3.5s;
  -moz-transition: all 3.5s;
  -o-transition: all 3.5s;
  -ms-transition: all 3.5s;
  transition: all 3.5s;
}

/*--------------------------------------------------------------
#4.2	product-landing-cta
--------------------------------------------------------------*/
.product-landing-cta {
  height: 100vh;
  background: url("../images/product-landing/video-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

@media (max-width: 991px) {
  .product-landing-cta {
    background-color: #30d4ba;
  }
}

@media screen and (min-width: 992px) {
  .product-landing-cta:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
  }
}

@media (max-width: 991px) {
  .product-landing-cta {
    height: auto;
    background-image: none;
  }
}

@media screen and (min-width: 992px) {
  .product-landing-cta .container {
    margin-top: 200px;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    transition: all 3s;
  }
}

.product-landing-cta h2 {
  color: #fff;
  font-weight: 200;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 992px) {
  .product-landing-cta h2 {
    opacity: 0;
  }
}

.product-landing-cta .video-play {
  background-color: #4273f0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

@media screen and (min-width: 992px) {
  .product-landing-cta .video-play {
    opacity: 0;
  }
}

.product-landing-cta .video-play i {
  color: #fff;
}

.active-cta-text:before,
.active-cta-text h2,
.active-cta-text .video-play {
  opacity: 1;
}

.active-cta-text .container {
  margin-top: 150px;
}

/*--------------------------------------------------------------
#4.3	how-its-work-section
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .p-landing-how-its-work-section .product-landing-section-title {
    margin-bottom: 0;
  }
}

.p-landing-how-its-work-section .content {
  position: relative;
  margin-top: 155px;
}

@media (max-width: 1199px) {
  .p-landing-how-its-work-section .content {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .p-landing-how-its-work-section .content {
    margin-top: 0;
  }
}

.p-landing-how-its-work-section .content > .col {
  padding-left: 160px;
}

@media (max-width: 1199px) {
  .p-landing-how-its-work-section .content > .col {
    padding-left: 135px;
  }
}

@media (max-width: 991px) {
  .p-landing-how-its-work-section .content > .col {
    padding-left: 15px;
  }
}

.p-landing-how-its-work-section .content > .col > .box:nth-child(2) .icon {
  top: -12px;
}

.p-landing-how-its-work-section .content > .col > .box:nth-child(2) .icon .line {
  width: 85px;
  top: 25px;
  left: -88px;
}

.p-landing-how-its-work-section .content > .col > .box:nth-child(3) .icon {
  top: -10px;
}

.p-landing-how-its-work-section .content > .col > .box:nth-child(3) .icon .line {
  top: 18px;
}

.p-landing-how-its-work-section .box {
  padding: 0 75px;
  position: relative;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .p-landing-how-its-work-section .box {
    padding: 0 0 0 75px;
  }
}

@media (max-width: 767px) {
  .p-landing-how-its-work-section .box {
    padding: 0 0 0 65px;
    margin-bottom: 35px;
  }
}

.p-landing-how-its-work-section .content > .col > .box:nth-child(3) {
  margin-bottom: 0;
}

.p-landing-how-its-work-section .box .icon {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .p-landing-how-its-work-section .box .icon {
    width: 60px;
  }
  .p-landing-how-its-work-section .box .icon img {
    max-width: 40px;
  }
}

.p-landing-how-its-work-section .dtails h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
  margin: 0 0 0.78em;
}

@media (max-width: 767px) {
  .p-landing-how-its-work-section .dtails h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-landing-how-its-work-section .dtails p {
  margin: 0;
}

.p-landing-how-its-work-section .left-watches {
  background: url("../images/product-landing/how-its-work-watchs.png") center center/100% no-repeat local;
  width: 656px;
  height: 577px;
  position: absolute;
  left: 15px;
  top: -85px;
}

@media (max-width: 1199px) {
  .p-landing-how-its-work-section .left-watches {
    width: 568px;
    height: 500px;
    top: -65px;
    left: -10px;
  }
}

@media (max-width: 991px) {
  .p-landing-how-its-work-section .left-watches {
    display: none;
  }
}

.p-landing-how-its-work-section .box .line {
  width: 120px;
  border-bottom: 2px dotted #959595;
  height: 2px;
  position: absolute;
  left: -130px;
  top: 15px;
}

@media (max-width: 991px) {
  .p-landing-how-its-work-section .box .line {
    display: none;
  }
}

.p-landing-how-its-work-section .line .dot {
  background-color: rgba(66, 115, 240, 0.9);
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 10;
}

.p-landing-how-its-work-section .line .dot:before {
  content: "";
  background-color: rgba(48, 212, 186, 0.4);
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
  -webkit-animation: dotAnimation 1s infinite alternate;
  animation: dotAnimation 1s infinite alternate;
  z-index: 10;
}

/*--------------------------------------------------------------
#4.4	product-section
--------------------------------------------------------------*/
.product-section {
  background-color: #f2f2f2;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .product-section {
    padding-bottom: 50px;
  }
}

.product-section .product-grids > .col {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .product-section .product-grids > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#4.5	product-landing-faq
--------------------------------------------------------------*/
.product-landing-faq {
  background-color: #f2f2f2;
  overflow: hidden;
}

.product-landing-faq .content {
  position: relative;
}

.product-landing-faq .product-landing-section-title h2 {
  text-align: left;
  margin: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 767px) {
  .product-landing-faq .product-landing-section-title h2 {
    padding-right: 200px;
  }
}

.product-landing-faq .panel-default > .panel-heading .collapsed,
.product-landing-faq .panel-default > .panel-heading a,
.product-landing-faq .panel-default > .panel-heading .collapsed:after {
  color: #4273f0;
}

.product-landing-faq .faq-watch {
  background: url("../images/product-landing/faq-watch.png") center center/cover no-repeat local;
  width: 502px;
  height: 524px;
  position: absolute;
  right: 0;
  bottom: -170px;
  opacity: 0;
}

@media (max-width: 1199px) {
  .product-landing-faq .faq-watch {
    width: 400px;
    height: 418px;
  }
}

@media (max-width: 991px) {
  .product-landing-faq .faq-watch {
    display: none;
  }
}

.product-landing-faq .faq-watch-animation {
  bottom: -70px;
  opacity: 1;
  -webkit-transition: all 3.5s;
  -moz-transition: all 3.5s;
  -o-transition: all 3.5s;
  -ms-transition: all 3.5s;
  transition: all 3.5s;
}

/*--------------------------------------------------------------
#4.6	newsletter-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .newsletter-section .product-landing-section-title .col {
    padding: 0 100px;
  }
}

.newsletter-section .product-landing-section-title h2 {
  margin: 0 0 0.2em;
}

.newsletter-section .news-letter-form {
  text-align: center;
  padding: 0 35px;
}

@media (max-width: 1199px) {
  .newsletter-section .news-letter-form {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .newsletter-section .news-letter-form {
    padding: 0 55px;
  }
}

@media (max-width: 767px) {
  .newsletter-section .news-letter-form {
    padding: 0;
  }
}

.newsletter-section .news-letter-form p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  margin: 0;
}

.newsletter-section .news-letter-form p a {
  color: #4273f0;
  text-decoration: underline;
}

.newsletter-section form {
  margin-bottom: 30px;
  overflow: hidden;
}

.newsletter-section form > div:first-child {
  width: 468px;
  float: left;
}

@media (max-width: 1199px) {
  .newsletter-section form > div:first-child {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .newsletter-section form > div:first-child {
    width: 100%;
    float: none;
  }
}

.newsletter-section form > div:last-child {
  width: 175px;
  float: right;
}

@media (max-width: 767px) {
  .newsletter-section form > div:last-child {
    width: 130px;
    float: none;
    margin: 15px auto 0;
  }
}

.newsletter-section form input,
.newsletter-section form button {
  height: 60px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}

@media (max-width: 991px) {
  .newsletter-section form input,
  .newsletter-section form button {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .newsletter-section form input,
  .newsletter-section form button {
    height: 45px;
  }
}

.newsletter-section form input {
  background-color: #ecedee;
  padding: 6px 45px;
}

@media (max-width: 991px) {
  .newsletter-section form input {
    padding: 6px 25px;
  }
}

.newsletter-section form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.newsletter-section form button {
  font-family: "Montserrat", sans-serif;
  background: #4273f0;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, right top, from(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter-section form button:hover {
  color: #000;
}

.newsletter-section .social-links-wrapper {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .newsletter-section .social-links-wrapper {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .newsletter-section .social-links-wrapper {
    margin-top: 30px;
  }
}

.newsletter-section .social-links {
  display: inline-block;
}

.newsletter-section .social-links li a {
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #c0c0c0;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .newsletter-section .social-links li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .newsletter-section .social-links li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.newsletter-section .social-links li {
  margin-right: 5px;
}

.newsletter-section .social-links li:last-child {
  margin-right: 0;
}

.newsletter-section .social-links li a:hover,
.newsletter-section .social-links li:first-child a {
  background-color: #30d4ba;
  background: -webkit-linear-gradient(left, #30d4ba, #4273f0);
  background: -moz-linear-gradient(left, #30d4ba, #4273f0);
  background: -o-linear-gradient(left, #30d4ba, #4273f0);
  background: -ms-linear-gradient(left, #30d4ba, #4273f0);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#30d4ba), to(#4273f0));
  background: linear-gradient(left, #30d4ba, #4273f0);
  color: #fff;
}

.product-landing-testimonials {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .product-landing-testimonials {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .product-landing-testimonials {
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=style.css.map */