/*------------------------------------------------------------------


-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	hosting funfact
#0.7	hosting-services
#0.8	hosting-cta
#0.9	hosting-info
#1.0	hosting-pricing
#1.1	hosting-testimonials
#1.2	hosting-newsletter
#1.3	hosting-partners

--------------------------------------------------------------
	# agency page
--------------------------------------------------------------
#2.0	agency-who-we-are
#2.1	agency-services
#2.2	agency-portfolio
#2.3	agency-team
#2.4	agency-testimonials
#2.5	agency-newsletter
#2.6	agency-location-map
#2.7	agency-contact-section


--------------------------------------------------------------
	# cv page
--------------------------------------------------------------
#3.0	cv page global style
#3.1	cv-about-me
#3.2	cv-portfolio
#3.3	cv-my-resume
#3.4	cv-blog
#3.5	cv-get-in-touch


--------------------------------------------------------------
	# product landing page
--------------------------------------------------------------
#4.0	product-landing-features
#4.1	product-landing-cta
#4.2	product-landing-order-section
#4.3	product-landing-order-section
#4.4	product-landing-cta-s2
#4.5	product-landing-faq
#4.6	product-landing-contact


--------------------------------------------------------------
	# app landing page
--------------------------------------------------------------
#5.0	latest-app
#5.1	app-landing-cta
#5.2	download-app-section
#5.3	app-landing-cta-s2
#5.4	app-landing-features
#5.5	app-screenshot
#5.6	app-updates-offers
#5.7	app-landing-pricing
#5.8	app-landing-contact-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

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

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

p {
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

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: 115px 0 120px;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 85px 0 90px;
  }
}

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

/** 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;
}

.google-embedded-map iframe {
  pointer-events: none;
}

/*** contact form error handaling ***/
/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

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

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

.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

/*****************************************
    hosting landing page
*****************************************/
.hosting-landing-pg h1,
.hosting-landing-pg h2,
.hosting-landing-pg h3,
.hosting-landing-pg h4,
.hosting-landing-pg h5,
.hosting-landing-pg h6 {
  color: #333;
}

/*****************************************
    dash landing page
*****************************************/
.dash-landing-pg {
  color: #333;
}

.section-title, .section-title-s2 {
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .section-title, .section-title-s2 {
    margin-bottom: 50px;
  }
}

.section-title h2, .section-title-s2 h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.6em;
  position: relative;
  text-transform: capitalize;
}

.section-title h2:after, .section-title-s2 h2:after {
  content: "";
  background-color: #6bbfff;
  width: 65px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 3px 2px rgba(107, 191, 255, 0.7);
  box-shadow: 0 3px 2px rgba(107, 191, 255, 0.7);
}

@media (max-width: 767px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 45px;
    height: 3px;
    -webkit-box-shadow: 0 2px 2px rgba(107, 191, 255, 0.7);
    box-shadow: 0 2px 2px rgba(107, 191, 255, 0.7);
  }
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 26px;
  }
}

.section-title-s2 h2 {
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}

/*** agency section title ***/
.agency-section-title-s1 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .agency-section-title-s1 {
    margin-bottom: 30px;
  }
}

.agency-section-title-s1 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.44em;
  position: relative;
}

@media (max-width: 1199px) {
  .agency-section-title-s1 h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

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

@media (max-width: 767px) {
  .agency-section-title-s1 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.agency-section-title-s1 h2:after {
  content: "";
  background-color: #1a4ef6;
  width: 70%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .agency-section-title-s1 h2:after {
    width: 30%;
    right: auto;
    left: 0;
  }
}

/*** agency section title s2 ***/
.agency-section-title-s2 {
  text-align: center;
  margin-bottom: 65px;
}

@media (max-width: 1199px) {
  .agency-section-title-s2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .agency-section-title-s2 {
    margin-bottom: 40px;
  }
}

.agency-section-title-s2 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.44em;
  position: relative;
  display: inline-block;
}

@media (max-width: 1199px) {
  .agency-section-title-s2 h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

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

@media (max-width: 767px) {
  .agency-section-title-s2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.agency-section-title-s2 h2:after {
  content: "";
  background-color: #1a4ef6;
  width: 130%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** cv section title ***/
.cv-section-title {
  margin-bottom: 50px;
}

.cv-section-title h2 {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 0.8em;
  color: #000;
  margin: 0;
}

@media (max-width: 991px) {
  .cv-section-title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

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

.cv-section-title h2 span {
  font-weight: bold;
}

/*** product-landing section title ***/
.product-landing-section-title, .product-landing-section-title-s2 {
  margin-bottom: 40px;
}

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

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

.product-landing-section-title h2, .product-landing-section-title-s2 h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 300;
  color: #000;
  margin: 0;
}

@media (max-width: 1199px) {
  .product-landing-section-title h2, .product-landing-section-title-s2 h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

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

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

.product-landing-section-title-s2 {
  text-align: center;
}

.product-landing-section-title-s2 h2 {
  margin: 0 0 0.36em;
}

.product-landing-section-title-s2 p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #555;
}

@media (max-width: 991px) {
  .product-landing-section-title-s2 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .product-landing-section-title-s2 p {
    margin: 0 -45px;
  }
}

/*** app landing section title ***/
.app-landing-section-title h2, .app-landing-section-title-center h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 0.6em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .app-landing-section-title h2, .app-landing-section-title-center h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .app-landing-section-title h2, .app-landing-section-title-center h2 {
    font-size: 26px;
  }
}

.app-landing-section-title-center {
  text-align: center;
}

.hosting-btn-s1, .hosting-btn-s2, .product-landing-btn-s1, .app-landing-btn-s1 {
  background-color: #fff;
  height: 47px;
  line-height: 47px;
  font-weight: bold;
  color: #333;
  padding: 0 45px 0 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 5px 4px 0 rgba(107, 191, 255, 0.6);
  box-shadow: 0 5px 4px 0 rgba(107, 191, 255, 0.6);
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hosting-btn-s1, .hosting-btn-s2, .product-landing-btn-s1, .app-landing-btn-s1 {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .hosting-btn-s1, .hosting-btn-s2, .product-landing-btn-s1, .app-landing-btn-s1 {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.hosting-btn-s1:before, .hosting-btn-s2:before, .product-landing-btn-s1:before, .app-landing-btn-s1:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.hosting-btn-s1:after, .hosting-btn-s2:after, .product-landing-btn-s1:after, .app-landing-btn-s1:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hosting-btn-s1:hover, .hosting-btn-s2:hover, .product-landing-btn-s1:hover, .app-landing-btn-s1:hover,
.hosting-btn-s1:focus,
.hosting-btn-s2:focus,
.product-landing-btn-s1:focus,
.app-landing-btn-s1:focus {
  color: #333;
}

.hosting-btn-s1:hover:before, .hosting-btn-s2:hover:before, .product-landing-btn-s1:hover:before, .app-landing-btn-s1:hover:before {
  left: 0;
}

/**** hosting btn sytle 2 ****/
.hosting-btn-s2 {
  background-color: #6bbfff;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(107, 191, 255, 0.6);
  box-shadow: 0 3px 4px 0 rgba(107, 191, 255, 0.6);
}

@media (max-width: 991px) {
  .hosting-btn-s2 {
    height: 35px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .hosting-btn-s2 {
    height: 35px;
    line-height: 35px;
  }
}

.hosting-btn-s2:after {
  color: #fff;
}

.hosting-btn-s2:hover {
  color: #fff;
}

/**** hosting btn s3 ****/
.hosting-btn-s3 {
  width: 160px;
  height: 38px;
  line-height: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  padding: 0;
  border: 2px solid #6bbfff;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .hosting-btn-s3 {
    width: 120px;
    height: 35px;
    line-height: 32px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hosting-btn-s3:hover {
  background-color: #6bbfff;
  color: #fff;
}

/**** agency btn s1 ****/
.agency-btn-s1, .agency-theme-btn-s2 {
  background-color: #fff;
  width: 175px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #333;
  text-align: left;
  padding: 0 25px;
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .agency-btn-s1, .agency-theme-btn-s2 {
    width: 155px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .agency-btn-s1, .agency-theme-btn-s2 {
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 15px;
  }
}

.agency-btn-s1:before, .agency-theme-btn-s2:before {
  content: "";
  background-color: rgba(26, 78, 246, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  z-index: -1;
  -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:after, .agency-theme-btn-s2:after {
  font-family: FontAwesome;
  content: "\f178";
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  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) {
  .agency-btn-s1:after, .agency-theme-btn-s2:after {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .agency-btn-s1:after, .agency-theme-btn-s2:after {
    right: 10px;
  }
}

.agency-btn-s1:hover:before, .agency-theme-btn-s2:hover:before {
  background-color: #333;
  left: 0;
}

.agency-btn-s1:hover, .agency-theme-btn-s2:hover,
.agency-btn-s1:focus,
.agency-theme-btn-s2:focus,
.agency-btn-s1:hover:after,
.agency-theme-btn-s2:hover:after {
  color: #fff;
}

/**** agency btn s2 ****/
.agency-theme-btn-s2 {
  width: 165px;
  background-color: #1a4ef6;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .agency-theme-btn-s2 {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .agency-theme-btn-s2 {
    width: 120px;
  }
}

.agency-theme-btn-s2:before {
  background-color: #0839d5;
}

.agency-theme-btn-s2:after {
  color: #fff;
}

/*** cv btn s1 ***/
.cv-btn-s1 {
  background-color: #1261c4;
  background: -webkit-linear-gradient(left, #1261c4, #1e93f7);
  background: -moz-linear-gradient(left, #1261c4, #1e93f7);
  background: -o-linear-gradient(left, #1261c4, #1e93f7);
  background: -ms-linear-gradient(left, #1261c4, #1e93f7);
  background: -webkit-gradient(linear, left top, right top, from(#1261c4), to(#1e93f7));
  background: linear-gradient(left, #1261c4, #1e93f7);
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .cv-btn-s1 {
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .cv-btn-s1 {
    min-width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cv-btn-s1:before {
  content: "";
  background-color: #1261c4;
  background: -webkit-linear-gradient(left, #1e93f7, #1261c4);
  background: -moz-linear-gradient(left, #1e93f7, #1261c4);
  background: -o-linear-gradient(left, #1e93f7, #1261c4);
  background: -ms-linear-gradient(left, #1e93f7, #1261c4);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1e93f7), to(#1261c4));
  background: linear-gradient(left, #1e93f7, #1261c4);
  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;
}

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

.cv-btn-s1:hover, .cv-btn-s1:focus {
  color: #fff;
}

.product-landing-btn-s1, .app-landing-btn-s1 {
  color: #f7c300;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.product-landing-btn-s1 span, .app-landing-btn-s1 span {
  color: #f74600;
}

.product-landing-btn-s1:after, .app-landing-btn-s1:after {
  color: #f74600;
}

.product-landing-btn-s1:before, .app-landing-btn-s1:before {
  background-color: #f7c300;
  background: -webkit-linear-gradient(left, #f7c300, #f74600);
  background: -moz-linear-gradient(left, #f7c300, #f74600);
  background: -o-linear-gradient(left, #f7c300, #f74600);
  background: -ms-linear-gradient(left, #f7c300, #f74600);
  background: -webkit-gradient(linear, left top, right top, from(#f7c300), to(#f74600));
  background: linear-gradient(left, #f7c300, #f74600);
}

.product-landing-btn-s1:hover, .app-landing-btn-s1:hover,
.product-landing-btn-s1:hover span, .app-landing-btn-s1:hover span, .product-landing-btn-s1:hover:after, .app-landing-btn-s1:hover:after {
  color: #fff;
}

/*** app landing theme-btns ***/
.app-landing-btn-s1 {
  color: #000;
}

.app-landing-btn-s1 span, .app-landing-btn-s1:after {
  color: #000;
}

.app-landing-btn-s2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0955cc;
  display: inline-block;
  padding: 7px 43px 7px 24px;
  border: 2px solid #0955cc;
  position: relative;
}

@media (max-width: 991px) {
  .app-landing-btn-s2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .app-landing-btn-s2 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 35px 5px 20px;
    border: 2px solid #0955cc;
  }
}

.app-landing-btn-s2:after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0955cc;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .app-landing-btn-s2:after {
    font-size: 14px;
    font-size: 0.875rem;
    right: 15px;
  }
}

.app-landing-btn-s2:hover {
  background-color: #0955cc;
  color: #fff;
}

.app-landing-btn-s2:hover:after {
  color: #fff;
}

.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: #aaa;
  -webkit-box-shadow: 0 0 5px 0 #c4c4c4;
  -moz-box-shadow: 0 0 5px 0 #c4c4c4;
  -o-box-shadow: 0 0 5px 0 #c4c4c4;
  -ms-box-shadow: 0 0 5px 0 #c4c4c4;
  box-shadow: 0 0 5px 0 #c4c4c4;
}

.form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999;
}

.form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999;
}

.form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999;
}

.form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) 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;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #fff;
  text-align: center;
}

.page-title {
  background: url("../images/page-title/img-1.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

.page-title > .container {
  position: relative;
  height: 480px;
  z-index: 100;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 320px;
  }
}

.page-title .title-box {
  width: 100%;
  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%);
}

.page-title .title-box h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 0.12em;
  text-transform: capitalize;
}

.page-title .title-box h1 span {
  color: #fff;
}

@media (max-width: 991px) {
  .page-title .title-box h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box h1 {
    font-size: 1.875rem;
  }
}

.page-title .title-box ol {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-title .title-box ol li {
  color: #6bbfff;
  font-size: 1.125rem;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title .title-box ol li {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box ol li {
    font-size: 0.9375rem;
  }
}

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

.page-title .title-box .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  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: #1a4ef6;
  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: #f74600;
  left: 24px;
  -webkit-animation: secBox 1.5s infinite;
  animation: secBox 1.5s infinite;
}

.preloader .loader-inner span:nth-child(3) {
  background-color: #f74600;
  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;
  }
}

/***************************
	accoridons
****************************/
.accordion-s1 {
  margin-bottom: 0;
}

.accordion-s1 .panel {
  border: 0;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-s1 .panel-heading {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 15px 0 #d9d9d9;
  -moz-box-shadow: 0 0 15px 0 #d9d9d9;
  -o-box-shadow: 0 0 15px 0 #d9d9d9;
  -ms-box-shadow: 0 0 15px 0 #d9d9d9;
  box-shadow: 0 0 15px 0 #d9d9d9;
}

@media (max-width: 767px) {
  .accordion-s1 .panel-heading {
    -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
    -moz-box-shadow: 0 0 10px 0 #d9d9d9;
    -o-box-shadow: 0 0 10px 0 #d9d9d9;
    -ms-box-shadow: 0 0 10px 0 #d9d9d9;
    box-shadow: 0 0 10px 0 #d9d9d9;
  }
}

.accordion-s1 .panel-heading a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #090909;
  display: block;
  padding: 16px 30px;
  position: relative;
}

@media (max-width: 991px) {
  .accordion-s1 .panel-heading a {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 12px 25px;
  }
}

@media (max-width: 767px) {
  .accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 20px;
  }
}

.accordion-s1 .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f00d";
  font-size: 18px;
  font-size: 1.125rem;
  color: #090909;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .accordion-s1 .panel-heading a:after {
    font-size: 17px;
    font-size: 1.0625rem;
    right: 25px;
  }
}

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

.accordion-s1 .panel-heading .collapsed:after {
  content: "\f067";
}

.accordion-s1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .accordion-s1 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 30px 0;
  }
}

.accordion-s1 .panel-group .panel + .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-s1 .panel + .panel {
  margin-top: 18px;
}

/*** blog-sidebar ***/
.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #6bbfff;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #6bbfff;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #6bbfff;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-weight: bold;
  color: gray;
  border: 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;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #6bbfff;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 100;
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.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 {
  -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:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
}

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

@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: red;
    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: 6px;
    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 .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: red;
    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;
  }
}

/**************************************
	hosting header
**************************************/
.header-style-1 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}

.header-style-1 #navbar > ul > li > a:hover,
.header-style-1 #navbar > ul > li > a:focus,
.header-style-1 #navbar > ul > .current > a {
  color: #6bbfff;
}

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

@media screen and (min-width: 992px) {
  .header-style-1 #navbar {
    margin-right: 45px;
  }
  .header-style-1 #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #7d7d7d;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1199px) {
  .header-style-1 #navbar > ul > li > a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #7d7d7d;
    padding: 35px 23px;
  }
}

.header-style-1 .header-search-area {
  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: 991px) {
  .header-style-1 .header-search-area {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 5px;
    right: 70px;
  }
}

.header-style-1 .header-search-area .open-btn {
  font-size: 18px;
  font-size: 1.125rem;
  color: #7d7d7d;
}

.header-style-1 .navbar-header button,
.header-style-1 #navbar .close-navbar {
  background-color: #6bbfff;
}

.header-style-1 .navbar-header {
  padding: 0 15px;
  margin-top: 17px;
}

@media (max-width: 1199px) {
  .header-style-1 .navbar-header {
    margin-top: 12px;
  }
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header {
    margin-top: 0;
  }
}

.header-style-1 .navbar-header .navbar-brand {
  height: auto;
  padding: 0;
}

@media (max-width: 991px) {
  .header-style-1 .navbar-header .navbar-brand img {
    max-width: 120px;
  }
}

.header-style-1 .navbar-header button {
  top: 0;
}

/*** header search area  ***/
.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  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: 767px) {
  .header-search-form form {
    width: 280px;
  }
}

.header-search-form form input {
  height: 50px;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 70px 15px 20px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: red;
  width: 50px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**************************************
	agency header
**************************************/
.agency-header {
  /*** social links ***/
}

@media screen and (min-width: 992px) {
  .agency-header {
    position: relative;
    top: 45px;
  }
}

@media screen and (min-width: 992px) {
  .agency-header .navigation {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
  }
}

@media screen and (min-width: 992px) {
  .agency-header #navbar {
    margin-right: 140px;
  }
}

@media screen and (min-width: 992px) {
  .agency-header #navbar > ul > li > a {
    padding: 32px 15px;
    color: #222;
    font-weight: 500;
  }
}

.agency-header #navbar > ul > li > a:hover,
.agency-header #navbar > ul > .current a {
  color: #1a4ef6;
}

@media (max-width: 991px) {
  .agency-header .navigation {
    padding: 10px 0;
  }
}

.agency-header .navbar-header {
  padding: 0 15px;
  margin-top: 17px;
}

@media (max-width: 1199px) {
  .agency-header .navbar-header {
    margin-top: 12px;
  }
}

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

.agency-header .navbar-header .navbar-brand {
  height: auto;
  padding: 0;
}

@media (max-width: 991px) {
  .agency-header .navbar-header .navbar-brand img {
    max-width: 120px;
  }
}

.agency-header .navbar-header button {
  top: 0;
}

.agency-header .navbar-header button,
.agency-header #navbar .close-navbar {
  background-color: #1a4ef6;
}

.agency-header .social-wrapper {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .agency-header .social-wrapper {
    right: 75px;
  }
}

.agency-header .social-links li {
  margin-right: 12px;
}

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

.agency-header .social-links li a {
  color: #222;
}

.agency-header .social-links li a:hover {
  color: #1a4ef6;
}

/**************************************
	cv header
**************************************/
@media screen and (min-width: 992px) {
  .cv-header {
    width: 300px;
    height: 100%;
    text-align: center;
    position: fixed;
    z-index: 999;
  }
  .cv-header .navigation {
    background: #fff;
    height: 100%;
  }
  .cv-header .navigation > .container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .cv-header .navigation-holder {
    width: 100%;
    padding: 50px 15px 0;
  }
  .cv-header .navigation-holder .nav {
    float: none;
    margin: 0 -30px;
  }
  .cv-header .navigation-holder .nav li {
    display: block;
    float: none;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media (max-width: 991px) {
  .cv-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
}

.cv-header #navbar .nav li.current a,
.cv-header #navbar .nav li a:hover {
  background-color: #1261c4;
  background: -webkit-linear-gradient(left, #1261c4, #1e93f7);
  background: -moz-linear-gradient(left, #1261c4, #1e93f7);
  background: -o-linear-gradient(left, #1261c4, #1e93f7);
  background: -ms-linear-gradient(left, #1261c4, #1e93f7);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1261c4), to(#1e93f7));
  background: linear-gradient(left, #1261c4, #1e93f7);
  color: #fff;
}

.cv-header #navbar .nav li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #222;
  padding: 8px 15px 8px 25px;
  text-transform: uppercase;
}

.cv-header .header-about-me {
  margin-bottom: 40px;
  text-align: center;
}

.cv-header .header-about-me .myself {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
}

.cv-header .header-about-me .myself img {
  display: inline-block;
  border: 5px solid #e6e6e6;
}

@media (max-width: 991px) {
  .cv-header .header-about-me .myself img {
    max-width: 100px;
    border: 3px solid #e6e6e6;
  }
}

.cv-header .header-about-me .my-pic {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .cv-header .header-about-me .my-pic {
    margin-bottom: 15px;
  }
}

.cv-header .header-about-me h1 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  margin: 0 0 0.2em;
}

@media (max-width: 991px) {
  .cv-header .header-about-me h1 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cv-header .header-about-me h1 + p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: gray;
}

@media (max-width: 991px) {
  .cv-header .header-about-me h1 + p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.cv-header .contact-info li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4d;
  text-align: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .cv-header .contact-info li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.cv-header .contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
}

.cv-header #navbar .close-navbar,
.cv-header .navbar-header button {
  background: #1261c4;
}

@media (max-width: 991px) {
  .cv-header #navbar {
    border-left-color: #1261c4;
  }
  .cv-header .navigation-holder-inner {
    width: 100%;
    height: 100%;
    padding: 40px 20px 0;
    overflow-y: auto;
  }
  .cv-header .navigation-holder .nav {
    float: none;
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .cv-header #navbar .nav {
    margin: 0 -20px;
  }
}

/**** header style 4 ****/
.header-style-4 #navbar > ul > .current > a, .app-landing-header #navbar > ul > .current > a,
.header-style-4 #navbar > ul > li > a:hover, .app-landing-header #navbar > ul > li > a:hover {
  color: #f74600;
}

@media screen and (min-width: 992px) {
  .header-style-4 #navbar, .app-landing-header #navbar {
    margin-right: 150px;
  }
  .header-style-4 #navbar > ul > li > a, .app-landing-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #000;
    font-weight: 500;
    padding: 40px 12px;
  }
  .header-style-4 .navigation .navbar-brand, .app-landing-header .navigation .navbar-brand {
    padding: 0 15px;
    margin-top: 22px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-4 #navbar, .app-landing-header #navbar {
    margin-right: 200px;
  }
  .header-style-4 #navbar > ul > li > a, .app-landing-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    padding: 40px 15px;
  }
}

@media (max-width: 991px) {
  .header-style-4 .navigation, .app-landing-header .navigation {
    padding: 15px 0;
  }
  .header-style-4 .navbar-brand, .app-landing-header .navbar-brand {
    padding: 0 15px;
    position: relative;
    top: 6px;
  }
  .header-style-4 .navbar-brand img, .app-landing-header .navbar-brand img {
    max-width: 120px;
  }
}

.header-style-4 .search-mini-cart, .app-landing-header .search-mini-cart {
  position: absolute;
  right: 90px;
  top: 43px;
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-4 .search-mini-cart, .app-landing-header .search-mini-cart {
    top: 17px;
  }
}

.header-style-4 .search-mini-cart .search, .app-landing-header .search-mini-cart .search {
  text-align: right;
  position: absolute;
  right: 30px;
  z-index: 10;
}

.header-style-4 .search-mini-cart .search a, .app-landing-header .search-mini-cart .search a {
  color: #000;
}

.header-style-4 .search-mini-cart .mini-cart-wrapper, .app-landing-header .search-mini-cart .mini-cart-wrapper {
  position: absolute;
  right: 0;
}

.header-style-4 .search-mini-cart .mini-cart-btn, .app-landing-header .search-mini-cart .mini-cart-btn {
  text-align: right;
}

.header-style-4 .search-mini-cart .mini-cart-btn a, .app-landing-header .search-mini-cart .mini-cart-btn a {
  color: #000;
  position: relative;
}

.header-style-4 .search-mini-cart .mini-cart-btn a span, .app-landing-header .search-mini-cart .mini-cart-btn a span {
  background-color: #f74600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 9px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 70%;
  top: -11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.header-style-4 .search-mini-cart .mini-cart, .app-landing-header .search-mini-cart .mini-cart {
  background: #fff;
  width: 280px;
  padding: 20px;
  border: 1px solid #f1f1f1;
  position: relative;
  top: 35px;
  right: -75px;
}

@media (max-width: 991px) {
  .header-style-4 .search-mini-cart .mini-cart, .app-landing-header .search-mini-cart .mini-cart {
    top: 26px;
  }
}

.header-style-4 .search-mini-cart .mini-cart .item, .app-landing-header .search-mini-cart .mini-cart .item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
}

.header-style-4 .search-mini-cart .mini-cart .product-img, .app-landing-header .search-mini-cart .mini-cart .product-img {
  width: 80px;
  float: left;
}

.header-style-4 .search-mini-cart .mini-cart .product-details, .app-landing-header .search-mini-cart .mini-cart .product-details {
  width: 150px;
  float: right;
}

.header-style-4 .search-mini-cart .mini-cart .product-details h6, .app-landing-header .search-mini-cart .mini-cart .product-details h6 {
  font-size: 14px;
  margin: 0.2em 0 0.8em;
}

.header-style-4 .search-mini-cart .mini-cart .product-details p, .app-landing-header .search-mini-cart .mini-cart .product-details p {
  font-size: 14px;
  color: #f74600;
  font-weight: 600;
  margin: 0;
}

.header-style-4 .search-mini-cart .mini-cart .product-details i, .app-landing-header .search-mini-cart .mini-cart .product-details i {
  color: #f74600;
}

.header-style-4 .search-mini-cart .mini-cart .product-details i:before, .app-landing-header .search-mini-cart .mini-cart .product-details i:before {
  font-size: 14px;
}

.header-style-4 .search-mini-cart .mini-cart .price-total, .app-landing-header .search-mini-cart .mini-cart .price-total {
  font-size: 15px;
  font-weight: 600;
}

.header-style-4 .search-mini-cart .mini-cart .price-total > span, .app-landing-header .search-mini-cart .mini-cart .price-total > span,
.header-style-4 .search-mini-cart .mini-cart .price-total > div, .app-landing-header .search-mini-cart .mini-cart .price-total > div {
  display: inline-block;
}

.header-style-4 .search-mini-cart .mini-cart .price-total > div, .app-landing-header .search-mini-cart .mini-cart .price-total > div {
  float: right;
}

.header-style-4 .search-mini-cart .mini-cart .checkout-btn, .app-landing-header .search-mini-cart .mini-cart .checkout-btn {
  margin-top: 15px;
}

.header-style-4 .search-mini-cart .mini-cart .checkout-btn a, .app-landing-header .search-mini-cart .mini-cart .checkout-btn a {
  display: block;
  background: #f74600;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
  text-align: center;
}

.header-style-4 .search-mini-cart .mini-cart .checkout-btn a:hover, .app-landing-header .search-mini-cart .mini-cart .checkout-btn a:hover {
  background: #de3f00;
}

.header-style-4 .navbar-header button, .app-landing-header .navbar-header button,
.header-style-4 #navbar .close-navbar, .app-landing-header #navbar .close-navbar {
  background-color: #f74600;
}

.product-landing-pg .header-search-form form .btn {
  background: #f74600;
}

.product-landing-pg .side-info-inner {
  background: #f74600;
}

.side-info-inner.fancybox-margin {
  margin: 0 !important;
}

/*** side panel ***/
.side-info-panel {
  position: absolute;
  right: 15px;
  top: 40px;
}

.side-info-inner {
  background-color: red;
  width: 400px;
  height: 100%;
  padding: 70px 50px;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 9999;
  -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-info-inner {
    display: none;
  }
}

.side-info-inner .side-info-close-btn {
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
  border: 2px solid #fff;
  -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-info-inner .side-info-close-btn:hover,
.side-info-inner .side-info-close-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.side-info-inner .logo {
  text-align: center;
  margin-bottom: 50px;
}

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

.side-info-inner .logo span {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0.3em 0 1em;
}

.side-info-inner p {
  color: #fff;
  margin: 0 0 2em;
}

.side-info-inner .info li {
  font-size: 16px;
  font-size: 1rem;
  color: #d9d9d9;
  margin: 0 0 8px;
}

.side-info-inner .info li:nth-child(2) {
  color: #f2f2f2;
}

.side-info-inner .social-links {
  margin-top: 40px;
}

.side-info-inner .social-links a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}

.side-info-inner .social-links a:hover {
  color: red;
}

.side-info-inner .social-links li {
  margin-right: 12px;
}

.side-info-inner .social-links li:last-child {
  margin-right: 0;
}

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

.side-info-open-btn {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #000;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .side-info-open-btn {
    display: none;
  }
}

.product-landing-pg .side-info-inner .social-links a:hover {
  color: #000;
}

/**** header style 5 ****/
@media screen and (min-width: 1200px) {
  .app-landing-header {
    width: 100%;
    position: absolute;
    top: 60px;
  }
}

.app-landing-header .navigation {
  background-color: transparent;
}

.app-landing-header .navigation > .container {
  background-color: #fff;
}

@media screen and (min-width: 1200px) {
  .app-landing-header .side-info-panel {
    right: 30px;
  }
}

.app-landing-header #navbar > ul > .current > a,
.app-landing-header #navbar > ul > li > a:hover,
.app-landing-header .search-mini-cart .mini-cart .product-details p {
  color: #0955cc;
}

.app-landing-header .search-mini-cart .mini-cart-btn a span,
.app-landing-header .search-mini-cart .mini-cart .checkout-btn a {
  background-color: #0955cc;
}

.app-landing-header .search-mini-cart .mini-cart .checkout-btn a:hover {
  background-color: #084bb4;
}

.app-landing-pg .header-search-form form .btn {
  background-color: #0955cc;
}

.app-landing-pg .side-info-inner {
  background-color: #04337b;
}

.app-landing-pg .side-info-inner .social-links a:hover {
  color: #0955cc;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** dots ***/
}

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

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

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

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

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

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

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

.hero .slick-prev,
.hero .slick-next {
  background-color: red;
  width: 45px;
  height: 45px;
  z-index: 10;
}

.hero .slick-prev {
  left: 0;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 0;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 35px;
}

.hero .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 15px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border: 1px solid #fff;
  }
}

.hero .slick-dots .slick-active {
  background-color: #fff;
}

.hero .slick-dots li button {
  display: none;
}

/*************************************
	hero section
*************************************/
.hero .hero-section {
  height: 100%;
}

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

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

/*********************
	hosting hero
**********************/
.hosting-hero {
  background-color: #6bbfff;
  height: 800px;
}

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

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

.hosting-hero .subtitle,
.hosting-hero .title,
.hosting-hero p {
  color: #fff;
}

.hosting-hero .subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hosting-hero .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media (max-width: 991px) {
  .hosting-hero .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hosting-hero .title {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 0.43em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hosting-hero .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .hosting-hero .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.hosting-hero p {
  margin-bottom: 2em;
}

@media screen and (min-width: 992px) {
  .hosting-hero p {
    padding-right: 65px;
  }
}

@media (max-width: 991px) {
  .hosting-hero .hero-pic-holder {
    display: none;
  }
}

.hosting-hero .hero-pic {
  position: relative;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}

.hosting-hero .hero-pic-animation {
  right: 0;
  opacity: 1;
}

/*********************
	agency hero slider
**********************/
.agency-slider-wrapper {
  height: auto;
}

.agency-slider-wrapper .agency-slider {
  height: 800px;
  margin-bottom: 0;
  /*** hero slider animation ***/
}

@media (max-width: 1199px) {
  .agency-slider-wrapper .agency-slider {
    height: 600px;
  }
}

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

@media (max-width: 767px) {
  .agency-slider-wrapper .agency-slider {
    height: 450px;
  }
}

.agency-slider-wrapper .agency-slider .slide {
  height: 800px;
}

@media (max-width: 1199px) {
  .agency-slider-wrapper .agency-slider .slide {
    height: 600px;
  }
}

@media (max-width: 991px) {
  .agency-slider-wrapper .agency-slider .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .agency-slider-wrapper .agency-slider .slide {
    height: 450px;
  }
}

.agency-slider-wrapper .agency-slider .slide:before {
  content: "";
  background-color: rgba(26, 78, 246, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.agency-slider-wrapper .agency-slider .slide .container > .row {
  position: relative;
  top: 5%;
}

@media (max-width: 1199px) {
  .agency-slider-wrapper .agency-slider .slide .container > .row {
    top: 8%;
  }
}

@media (max-width: 991px) {
  .agency-slider-wrapper .agency-slider .slide .container > .row {
    top: 0;
  }
}

.agency-slider-wrapper .agency-slider .slide-caption {
  text-align: center;
  overflow: hidden;
}

.agency-slider-wrapper .agency-slider .slide-caption h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.3em;
  color: #fff;
  margin: 0 0 0.68em;
  padding-bottom: 0.67em;
  position: relative;
}

@media (max-width: 1199px) {
  .agency-slider-wrapper .agency-slider .slide-caption h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (max-width: 991px) {
  .agency-slider-wrapper .agency-slider .slide-caption h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 767px) {
  .agency-slider-wrapper .agency-slider .slide-caption h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.agency-slider-wrapper .agency-slider .slide-caption h1:after {
  content: "";
  background-color: #fff;
  width: 30%;
  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: 1199px) {
  .agency-slider-wrapper .agency-slider .slide-caption h1:after {
    height: 2px;
  }
}

@media (max-width: 767px) {
  .agency-slider-wrapper .agency-slider .slide-caption h1:after {
    width: 100px;
  }
}

.agency-slider-wrapper .agency-slider .slick-prev,
.agency-slider-wrapper .agency-slider .slick-next {
  background-color: #fff;
  width: 45px;
  height: 45px;
  z-index: 10;
}

.agency-slider-wrapper .agency-slider .slick-prev:before,
.agency-slider-wrapper .agency-slider .slick-next:before {
  color: #000;
}

@media screen and (min-width: 992px) {
  .agency-slider-wrapper .agency-slider .slick-dots {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .agency-slider-wrapper .agency-slider .slick-arrow {
    display: none !important;
  }
}

.agency-slider-wrapper .agency-slider .slide-caption > h1,
.agency-slider-wrapper .agency-slider .slide-caption > a {
  opacity: 0;
}

.agency-slider-wrapper .agency-slider .slick-list .slick-current .slide-caption > h1 {
  -webkit-animation: fadeInDown 2s forwards;
  -moz-animation: fadeInDown 2s forwards;
  -o-animation: fadeInDown 2s forwards;
  -ms-animation: fadeInDown 2s forwards;
  animation: fadeInDown 2s forwards;
}

.agency-slider-wrapper .agency-slider .slick-list .slick-current .slide-caption > a {
  -webkit-animation: fadeInUp 2s forwards;
  -moz-animation: fadeInUp 2s forwards;
  -o-animation: fadeInUp 2s forwards;
  -ms-animation: fadeInUp 2s forwards;
  animation: fadeInUp 2s forwards;
}

/*********************
	cv hero
**********************/
.cv-hero {
  background: url("../images/cv/hero-bg.jpg") center center/cover no-repeat local;
  text-align: right;
  position: relative;
}

@media (max-width: 991px) {
  .cv-hero {
    text-align: center;
    min-height: 500px;
  }
}

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

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

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

.cv-hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cv-hero .gretting,
.cv-hero .title,
.cv-hero h4 {
  color: #fff;
}

.cv-hero .gretting {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cv-hero .gretting {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.cv-hero .title {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  margin: 5px 0 0.4em;
  text-transform: uppercase;
}

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

.cv-hero .title span {
  font-weight: bold;
}

.cv-hero h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .cv-hero h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cv-hero h4 span {
  font-weight: bold;
}

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

/*** product-landing-hero ***/
.product-landing-hero, .app-landing-hero {
  background-color: #f1ede5;
}

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

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

@media (max-width: 991px) {
  .product-landing-hero .hero-section, .app-landing-hero .hero-section {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .product-landing-hero .hero-section, .app-landing-hero .hero-section {
    height: 470px;
  }
}

.product-landing-hero .row, .app-landing-hero .row {
  position: relative;
}

.product-landing-hero .title, .app-landing-hero .title,
.product-landing-hero .subtitle, .app-landing-hero .subtitle {
  color: #000;
}

.product-landing-hero .title, .app-landing-hero .title {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1em;
  margin: 0 0 0.33em;
}

@media screen and (min-width: 1200px) {
  .product-landing-hero .title, .app-landing-hero .title {
    padding-right: 80px;
  }
}

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

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

@media (max-width: 767px) {
  .product-landing-hero .title, .app-landing-hero .title {
    font-size: 32px;
    font-size: 2rem;
  }
}

.product-landing-hero .subtitle, .app-landing-hero .subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0.9em;
}

@media (max-width: 1199px) {
  .product-landing-hero .subtitle, .app-landing-hero .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .product-landing-hero .subtitle, .app-landing-hero .subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 1.5em;
  }
}

@media (max-width: 767px) {
  .product-landing-hero .subtitle, .app-landing-hero .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
}

.product-landing-hero p, .app-landing-hero p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 60px;
}

@media (max-width: 1199px) {
  .product-landing-hero p, .app-landing-hero p {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 40px;
  }
}

@media (max-width: 991px) {
  .product-landing-hero p, .app-landing-hero p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 40px;
  }
}

.product-landing-hero .hero-laptop, .app-landing-hero .hero-laptop {
  background: url("../images/product-landing/hero-laptop.png") center center/cover no-repeat local;
  width: 650px;
  height: 397px;
  position: absolute;
  right: -50px;
  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) {
  .product-landing-hero .hero-laptop, .app-landing-hero .hero-laptop {
    width: 550px;
    height: 336px;
  }
}

@media (max-width: 991px) {
  .product-landing-hero .hero-laptop, .app-landing-hero .hero-laptop {
    display: none;
  }
}

/*** app landing hero ***/
.app-landing-hero {
  background-color: #0955cc;
}

@media screen and (min-width: 1200px) {
  .app-landing-hero {
    min-height: 850px;
  }
  .app-landing-hero .container {
    position: relative;
    top: 5%;
  }
}

.app-landing-hero .title,
.app-landing-hero p {
  color: #fff;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.hosting-footer, .product-landing-footer, .app-landing-footer {
  background-color: #6bbfff;
  /*** widget about ***/
  /*** widget contact ***/
  /*** copyright info ***/
}

.hosting-footer h3, .product-landing-footer h3, .app-landing-footer h3,
.hosting-footer p, .product-landing-footer p, .app-landing-footer p,
.hosting-footer a, .product-landing-footer a, .app-landing-footer a,
.hosting-footer li, .product-landing-footer li, .app-landing-footer li {
  color: #fff;
}

.hosting-footer a:hover, .product-landing-footer a:hover, .app-landing-footer a:hover {
  color: #1f355a;
}

.hosting-footer .upper-footer, .product-landing-footer .upper-footer, .app-landing-footer .upper-footer {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .hosting-footer .upper-footer, .product-landing-footer .upper-footer, .app-landing-footer .upper-footer {
    padding-bottom: 30px;
  }
}

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

@media (max-width: 550px) {
  .hosting-footer .upper-footer, .product-landing-footer .upper-footer, .app-landing-footer .upper-footer {
    padding: 70px 0 0;
  }
}

@media (max-width: 991px) {
  .hosting-footer .upper-footer > .col, .product-landing-footer .upper-footer > .col, .app-landing-footer .upper-footer > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hosting-footer .upper-footer > .col, .product-landing-footer .upper-footer > .col, .app-landing-footer .upper-footer > .col {
    margin-bottom: 35px;
  }
}

@media (max-width: 550px) {
  .hosting-footer .upper-footer > .col, .product-landing-footer .upper-footer > .col, .app-landing-footer .upper-footer > .col {
    width: 100%;
  }
}

.hosting-footer .widget > h3, .product-landing-footer .widget > h3, .app-landing-footer .widget > h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 0 0.95em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .hosting-footer .widget > h3, .product-landing-footer .widget > h3, .app-landing-footer .widget > h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 550px) {
  .hosting-footer .widget > h3, .product-landing-footer .widget > h3, .app-landing-footer .widget > h3 {
    margin: 0 0 0.85em;
  }
}

.hosting-footer .widget ul li, .product-landing-footer .widget ul li, .app-landing-footer .widget ul li {
  margin-bottom: 10px;
}

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

.hosting-footer .widget-about .social-links, .product-landing-footer .widget-about .social-links, .app-landing-footer .widget-about .social-links {
  padding-top: 10px;
}

.hosting-footer .widget-about .social-links li, .product-landing-footer .widget-about .social-links li, .app-landing-footer .widget-about .social-links li {
  margin: 0 12px 0 0;
}

.hosting-footer .widget-about .social-links ul li:last-child, .product-landing-footer .widget-about .social-links ul li:last-child, .app-landing-footer .widget-about .social-links ul li:last-child {
  margin-right: 0;
}

.hosting-footer .widget-about .social-links li a, .product-landing-footer .widget-about .social-links li a, .app-landing-footer .widget-about .social-links li a {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .hosting-footer .widget-about .social-links li a, .product-landing-footer .widget-about .social-links li a, .app-landing-footer .widget-about .social-links li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hosting-footer .widget-contact ul li, .product-landing-footer .widget-contact ul li, .app-landing-footer .widget-contact ul li {
  position: relative;
  padding-left: 30px;
}

.hosting-footer .widget-contact ul li i, .product-landing-footer .widget-contact ul li i, .app-landing-footer .widget-contact ul li i {
  position: absolute;
  left: 0;
  top: 2px;
}

.hosting-footer .copyright-info, .product-landing-footer .copyright-info, .app-landing-footer .copyright-info {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .hosting-footer .copyright-info, .product-landing-footer .copyright-info, .app-landing-footer .copyright-info {
    text-align: center;
  }
}

.hosting-footer .copyright-info p, .product-landing-footer .copyright-info p, .app-landing-footer .copyright-info p {
  margin: 0;
}

.hosting-footer .copyright-info p a, .product-landing-footer .copyright-info p a, .app-landing-footer .copyright-info p a {
  font-weight: 500;
}

@media (max-width: 767px) {
  .hosting-footer .copyright-info p, .product-landing-footer .copyright-info p, .app-landing-footer .copyright-info p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 7px;
  }
}

.hosting-footer .copyright-info ul, .product-landing-footer .copyright-info ul, .app-landing-footer .copyright-info ul {
  float: right;
}

@media (max-width: 767px) {
  .hosting-footer .copyright-info ul, .product-landing-footer .copyright-info ul, .app-landing-footer .copyright-info ul {
    float: none;
    display: inline-block;
  }
}

.hosting-footer .copyright-info ul li, .product-landing-footer .copyright-info ul li, .app-landing-footer .copyright-info ul li {
  float: left;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .hosting-footer .copyright-info ul li, .product-landing-footer .copyright-info ul li, .app-landing-footer .copyright-info ul li {
    margin-right: 10px;
  }
}

.hosting-footer .copyright-info ul li:last-child, .product-landing-footer .copyright-info ul li:last-child, .app-landing-footer .copyright-info ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .hosting-footer .copyright-info ul li a, .product-landing-footer .copyright-info ul li a, .app-landing-footer .copyright-info ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*** product landing footer ***/
.product-landing-footer, .app-landing-footer {
  background-color: #f1ede5;
  /*** widget about ***/
}

.product-landing-footer h3, .app-landing-footer h3,
.product-landing-footer p, .app-landing-footer p,
.product-landing-footer a, .app-landing-footer a,
.product-landing-footer li, .app-landing-footer li {
  color: #000;
}

.product-landing-footer a:hover, .app-landing-footer a:hover {
  color: #f74600;
}

.product-landing-footer .widget-about .social-links li a, .app-landing-footer .widget-about .social-links li a {
  color: #000;
}

.product-landing-footer .widget-about .social-links li a:hover, .app-landing-footer .widget-about .social-links li a:hover {
  color: #f74600;
}

/*** app landing footer ***/
.app-landing-footer {
  background-color: #0955cc;
}

.app-landing-footer h3,
.app-landing-footer p,
.app-landing-footer a,
.app-landing-footer li,
.app-landing-footer .widget-about .social-links li a {
  color: #fff;
}

.app-landing-footer a:hover,
.app-landing-footer .social-links li a:hover {
  color: #000 !important;
}

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

.sticky-on {
  opacity: 1;
  top: 0;
  border-bottom: 1px solid #e6e6e6 !important;
}

.agency-header .agency-sticky-menu {
  background: #fff;
  width: 100%;
  position: fixed;
  top: -100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.agency-header .agency-sticky-menu-on {
  top: 0;
  border-bottom: 1px solid #f2f2f2;
}

.app-landing-pg .agency-sticky-menu {
  background: #fff;
  width: 100%;
  position: fixed;
  top: -100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.app-landing-pg .agency-sticky-menu-on {
  top: 0;
  border-bottom: 1px solid #f2f2f2;
}

/*--------------------------------------------------------------
#0.6	hosting funfact
--------------------------------------------------------------*/
.hosting-fun-fact {
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .hosting-fun-fact {
    padding: 80px 0 0;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact {
    padding: 0;
  }
}

.hosting-fun-fact:before {
  content: "";
  background-color: #fff;
  width: 120%;
  height: 220px;
  position: absolute;
  left: -10%;
  top: -60px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .hosting-fun-fact:before {
    display: none;
  }
}

.hosting-fun-fact .icon img {
  display: inline-block;
}

@media (max-width: 1199px) {
  .hosting-fun-fact .icon img {
    max-width: 70px;
  }
}

@media (max-width: 991px) {
  .hosting-fun-fact .icon img {
    max-width: 55px;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .icon img {
    max-width: 45px;
  }
}

.hosting-fun-fact .start-count {
  background-color: #fff;
  padding: 55px 0;
  margin-top: -80px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .hosting-fun-fact .start-count {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .start-count {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 55px 0 10px;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .start-count > .col {
    margin-bottom: 45px;
  }
}

.hosting-fun-fact .grid .icon {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .hosting-fun-fact .grid .icon {
    margin-bottom: 20px;
  }
}

.hosting-fun-fact .grid h3 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0;
}

@media (max-width: 991px) {
  .hosting-fun-fact .grid h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .grid h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.hosting-fun-fact .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .hosting-fun-fact .grid p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .hosting-fun-fact .grid p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .grid p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
#0.7	hosting-services
--------------------------------------------------------------*/
.hosting-services {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .hosting-services {
    padding-bottom: 40px;
  }
}

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

@media (max-width: 600px) {
  .hosting-services {
    padding-bottom: 50px;
  }
}

.hosting-services .content {
  overflow: hidden;
}

.hosting-services .girds-wrapper {
  margin: 35px -25px 0;
}

@media (max-width: 1199px) {
  .hosting-services .girds-wrapper {
    margin: 0 -15px;
  }
}

@media (max-width: 600px) {
  .hosting-services .girds-wrapper {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .hosting-services .girds-wrapper .grid:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.hosting-services .grid {
  width: 50%;
  float: left;
  padding: 0 25px;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .hosting-services .grid {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .hosting-services .grid {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .hosting-services .grid {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.hosting-services .grid h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 0.55em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .hosting-services .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

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

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

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

.hosting-services .read-more {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #6bbfff;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .hosting-services .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 767px) {
  .hosting-services .read-more {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .hosting-services .right-col {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.8	hosting-cta
--------------------------------------------------------------*/
.hosting-cta {
  padding: 160px 0;
  position: relative;
}

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

@media (max-width: 767px) {
  .hosting-cta {
    padding: 100px 0;
  }
}

.hosting-cta:before {
  content: "";
  background-color: rgba(107, 191, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-cta .video-play {
  background-color: #fff;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #000;
  text-align: center;
  -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%);
  -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.35);
  -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.35);
  -ms-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.35);
}

@media (max-width: 991px) {
  .hosting-cta .video-play {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
    -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
    -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.35);
  }
}

@media (max-width: 767px) {
  .hosting-cta .video-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
    -o-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
    -ms-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.35);
  }
}

/*--------------------------------------------------------------
#0.9	hosting-info
--------------------------------------------------------------*/
.hosting-info .content > .row {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .hosting-info .content > .row {
    padding: 70px 0 80px;
  }
}

.hosting-info .content > .row:last-child {
  padding-top: 0;
}

.hosting-info .content > .row:first-child .pic-col {
  padding-right: 55px;
}

@media (max-width: 991px) {
  .hosting-info .content > .row:first-child .pic-col {
    padding-right: 15px;
  }
}

.hosting-info .content > .row:last-child .pic-col {
  padding-left: 55px;
}

@media (max-width: 991px) {
  .hosting-info .content > .row:last-child .pic-col {
    padding-left: 15px;
  }
}

.hosting-info .title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1em;
  margin: 0 0 1em;
  padding-bottom: 0.6em;
  position: relative;
  text-transform: capitalize;
}

.hosting-info .title h2:after {
  content: "";
  background-color: #6bbfff;
  width: 65px;
  height: 5px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0 3px 2px rgba(107, 191, 255, 0.7);
  box-shadow: 0 3px 2px rgba(107, 191, 255, 0.7);
}

@media (max-width: 991px) {
  .hosting-info .title h2:after {
    width: 45px;
    height: 3px;
    -webkit-box-shadow: 0 2px 2px rgba(107, 191, 255, 0.7);
    box-shadow: 0 2px 2px rgba(107, 191, 255, 0.7);
  }
}

@media (max-width: 1199px) {
  .hosting-info .title h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .hosting-info .title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hosting-info .title + p {
  color: #666;
  margin: 0 0 2em;
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .hosting-info .title + p {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .hosting-info .title + p {
    margin: 0 0 1em;
  }
}

.hosting-info .img-holder {
  -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
  -moz-box-shadow: 0 0 15px 0 #bfbfbf;
  -o-box-shadow: 0 0 15px 0 #bfbfbf;
  -ms-box-shadow: 0 0 15px 0 #bfbfbf;
  box-shadow: 0 0 15px 0 #bfbfbf;
}

@media (max-width: 991px) {
  .hosting-info .text-col {
    margin-bottom: 45px;
  }
}

/*--------------------------------------------------------------
#1.0	hosting-pricing
--------------------------------------------------------------*/
.hosting-pricing {
  background-color: #edf7fe;
}

@media (max-width: 991px) {
  .hosting-pricing {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .hosting-pricing {
    padding-bottom: 40px;
  }
}

.hosting-pricing .grid {
  background-color: #fff;
  text-align: center;
  padding: 65px 40px;
  -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: 991px) {
  .hosting-pricing .grid {
    padding: 45px 40px;
  }
}

@media (max-width: 767px) {
  .hosting-pricing .grid {
    padding: 45px 25px;
  }
}

.hosting-pricing .grid h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .hosting-pricing .grid h3 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (max-width: 767px) {
  .hosting-pricing .grid h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.hosting-pricing .grid .type {
  background-color: #6bbfff;
  width: 140px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hosting-pricing .grid .type {
    width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.hosting-pricing .grid ul {
  margin: 45px 0;
}

.hosting-pricing .grid ul li {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .hosting-pricing .grid ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .hosting-pricing .grid ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

.hosting-pricing .grid ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hosting-pricing .grid:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.hosting-pricing .grid:hover .hosting-btn-s3 {
  background-color: #6bbfff;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .hosting-pricing .grid-wrapper > .col:nth-child(2) .grid {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  }
  .hosting-pricing .grid-wrapper > .col:nth-child(2) .grid .hosting-btn-s3 {
    background-color: #6bbfff;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .hosting-pricing .grid-wrapper > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .hosting-pricing .grid-wrapper > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#1.1	hosting-testimonials
--------------------------------------------------------------*/
.hosting-testimonials {
  padding-bottom: 170px;
}

@media (max-width: 991px) {
  .hosting-testimonials {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .hosting-testimonials {
    padding-bottom: 120px;
  }
}

.hosting-testimonials-slider {
  position: relative;
  /*** slider controls ***/
}

.hosting-testimonials-slider .client-info img {
  width: auto;
  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: 767px) {
  .hosting-testimonials-slider .client-info img {
    max-width: 65px;
  }
}

.hosting-testimonials-slider .box {
  background-color: #6bbfff;
  padding: 38px 28px;
}

@media (max-width: 767px) {
  .hosting-testimonials-slider .box {
    padding: 35px 20px;
  }
}

.hosting-testimonials-slider .client-info {
  width: 20%;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .hosting-testimonials-slider .client-info {
    width: 100%;
    float: none;
  }
}

.hosting-testimonials-slider .client-quote {
  width: 75%;
  float: right;
}

@media (max-width: 767px) {
  .hosting-testimonials-slider .client-quote {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.hosting-testimonials-slider .client-info h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin: 10px 0 8px;
}

@media (max-width: 1199px) {
  .hosting-testimonials-slider .client-info h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hosting-testimonials-slider .client-info .occupation {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0e5083;
}

.hosting-testimonials-slider .client-quote {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .hosting-testimonials-slider .client-quote {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hosting-testimonials-slider .client-quote p {
  color: #fff;
  margin: 0;
  padding-right: 55px;
}

@media (max-width: 767px) {
  .hosting-testimonials-slider .client-quote p {
    padding-right: 0;
  }
}

.hosting-testimonials-slider .owl-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.hosting-testimonials-slider .owl-controls .owl-nav {
  width: 100%;
  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%);
}

@media (max-width: 991px) {
  .hosting-testimonials-slider .owl-controls .owl-nav {
    display: none !important;
  }
}

.hosting-testimonials-slider .owl-controls .owl-nav .owl-prev,
.hosting-testimonials-slider .owl-controls .owl-nav .owl-next {
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  margin: 0;
  position: absolute;
}

@media (max-width: 1199px) {
  .hosting-testimonials-slider .owl-controls .owl-nav .owl-prev,
  .hosting-testimonials-slider .owl-controls .owl-nav .owl-next {
    font-size: 16px;
    font-size: 1rem;
  }
}

.hosting-testimonials-slider .owl-controls .owl-nav .owl-prev:hover,
.hosting-testimonials-slider .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #6bbfff;
}

.hosting-testimonials-slider .owl-controls .owl-nav .owl-prev {
  left: -130px;
}

@media (max-width: 1199px) {
  .hosting-testimonials-slider .owl-controls .owl-nav .owl-prev {
    left: -100px;
  }
}

.hosting-testimonials-slider .owl-controls .owl-nav .owl-next {
  right: -130px;
}

@media (max-width: 1199px) {
  .hosting-testimonials-slider .owl-controls .owl-nav .owl-next {
    right: -100px;
  }
}

.hosting-testimonials-slider .owl-controls .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -60px;
}

.hosting-testimonials-slider .owl-controls .owl-dots .owl-dot {
  width: 12px;
  margin-right: 12px;
}

.hosting-testimonials-slider .owl-controls .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.hosting-testimonials-slider .owl-controls .owl-dots span {
  background-color: #c8d0d6;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hosting-testimonials-slider .owl-controls .owl-dots .active span,
.hosting-testimonials-slider .owl-controls .owl-dots .owl-dot:hover span {
  background-color: #6bbfff;
}

/*--------------------------------------------------------------
#1.2	hosting-newsletter
--------------------------------------------------------------*/
.hosting-newsletter {
  position: relative;
  text-align: center;
}

.hosting-newsletter:before {
  content: "";
  background-color: rgba(107, 191, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-newsletter .newsletter-women {
  background: url("../images/hosting/newsletter-women.png") center center/100% no-repeat local;
  width: 370px;
  height: 401px;
  position: absolute;
  left: 4%;
  bottom: 0;
}

@media (max-width: 1199px) {
  .hosting-newsletter .newsletter-women {
    display: none;
  }
}

.hosting-newsletter h2 {
  font-size: 34px;
  font-size: 2.125rem;
  margin: 0 0 0.8em;
  color: #fff;
}

@media (max-width: 991px) {
  .hosting-newsletter h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .hosting-newsletter h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hosting-newsletter .newsletter-form {
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .hosting-newsletter .newsletter-form {
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .hosting-newsletter .newsletter-form {
    width: 100%;
  }
}

.hosting-newsletter .newsletter-form .form > div {
  position: relative;
}

.hosting-newsletter .newsletter-form input {
  height: 50px;
  border: 0;
  padding: 6px 235px 6px 25px;
}

@media (max-width: 991px) {
  .hosting-newsletter .newsletter-form input {
    padding: 6px 185px 6px 25px;
  }
}

@media (max-width: 767px) {
  .hosting-newsletter .newsletter-form input {
    height: 40px;
    padding: 6px 120px 6px 20px;
  }
}

.hosting-newsletter .newsletter-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hosting-newsletter .newsletter-form button {
  background-color: #063b64;
  width: 210px;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .hosting-newsletter .newsletter-form button {
    width: 160px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .hosting-newsletter .newsletter-form button {
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#1.3	hosting-partners
--------------------------------------------------------------*/
.hosting-partners {
  text-align: center;
}

.hosting-partners .grid img {
  width: auto;
  display: inline-block;
}

/*--------------------------------------------------------------
	# agency page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	agency-who-we-are
--------------------------------------------------------------*/
.agency-who-we-are .left-col {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .agency-who-we-are .left-col {
    padding-right: 15px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .agency-who-we-are .left-col {
    margin-bottom: 45px;
  }
}

.agency-who-we-are .agency-who-we-are-slider {
  position: relative;
}

@media screen and (min-width: 992px) {
  .agency-who-we-are .agency-who-we-are-slider {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 991px) {
  .agency-who-we-are .agency-who-we-are-slider {
    max-width: 650px;
  }
}

.agency-who-we-are .agency-who-we-are-slider img {
  width: auto;
}

.agency-who-we-are .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.agency-who-we-are .owl-controls .owl-nav .owl-prev,
.agency-who-we-are .owl-controls .owl-nav .owl-next {
  background-color: #333;
  width: 70px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .agency-who-we-are .owl-controls .owl-nav .owl-prev,
  .agency-who-we-are .owl-controls .owl-nav .owl-next {
    width: 50px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .agency-who-we-are .owl-controls .owl-nav .owl-prev,
  .agency-who-we-are .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.agency-who-we-are .owl-controls .owl-nav .owl-prev:hover,
.agency-who-we-are .owl-controls .owl-nav .owl-next:hover {
  background-color: #1a4ef6;
}

.agency-who-we-are .owl-controls .owl-nav .owl-next {
  background-color: #1a4ef6;
}

.agency-who-we-are .right-col .details p {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .agency-who-we-are .right-col .details p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}

.agency-who-we-are .right-col .details p:nth-child(2) {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  .agency-who-we-are .right-col .details p:nth-child(2) {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.agency-who-we-are .right-col .more-info {
  text-align: right;
  position: relative;
  margin-top: 52px;
}

@media (max-width: 991px) {
  .agency-who-we-are .right-col .more-info {
    margin-top: 0;
  }
}

.agency-who-we-are .right-col .more-info:before {
  content: "";
  background-color: #1a4ef6;
  width: 1px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.agency-who-we-are .right-col .more-info:after {
  content: "";
  background-color: #1a4ef6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.agency-who-we-are .right-col .more-info .agency-theme-btn-s2 {
  top: 5px;
}

/*--------------------------------------------------------------
#2.1	agency-services
--------------------------------------------------------------*/
.agency-services {
  background: url("../images/agency/services-bg.jpg") center center/cover no-repeat local;
  padding-bottom: 0;
  position: relative;
}

.agency-services:after {
  content: "";
  background-color: rgba(234, 238, 249, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.agency-services > .container {
  position: relative;
  z-index: 10;
}

.agency-services .left-col p {
  padding-left: 75px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 1199px) {
  .agency-services .left-col p {
    padding-left: 55px;
  }
}

@media (max-width: 991px) {
  .agency-services .left-col p {
    padding-left: 0;
  }
}

.agency-services .services-list {
  overflow: hidden;
  margin-top: 100px;
  padding-bottom: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .agency-services .services-list {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .agency-services .services-list {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .agency-services .services-list {
    padding-bottom: 0;
  }
}

.agency-services .services-list:before {
  content: "";
  background-color: #1a4ef6;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .agency-services .services-list:before {
    display: none;
  }
}

.agency-services .services-list:after {
  content: "";
  background-color: #1a4ef6;
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 480px) {
  .agency-services .services-list:after {
    display: none;
  }
}

.agency-services .services-list li {
  background-color: #1a4ef6;
  width: 45%;
  height: 60px;
  float: left;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  padding: 12px 12px 12px 75px;
  margin: 0 5% 30px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .agency-services .services-list li {
    width: 45%;
    height: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 12px 12px 55px;
  }
}

@media (max-width: 767px) {
  .agency-services .services-list li {
    width: 45%;
    height: 45px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .agency-services .services-list li {
    width: 100%;
    height: 45px;
    margin: 0 0 20px;
    float: none;
  }
}

.agency-services .services-list li a {
  display: block;
  color: #fff;
}

@media (max-width: 480px) {
  .agency-services .services-list li:last-child {
    margin-bottom: 0;
  }
}

.agency-services .services-list .icon {
  position: absolute;
  left: 12px;
  top: 10px;
}

@media (max-width: 767px) {
  .agency-services .services-list .icon {
    top: 8px;
  }
}

@media (max-width: 1199px) {
  .agency-services .services-list .icon img {
    max-width: 30px;
  }
}

.agency-services .video-row {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .agency-services .video-row {
    margin-top: 50px;
  }
}

.agency-services .video-inner {
  background: url("../images/agency/video-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  padding: 100px 0;
  position: relative;
}

@media (max-width: 991px) {
  .agency-services .video-inner {
    padding: 50px 0;
  }
}

.agency-services .video-inner:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.agency-services .video-inner > div {
  position: relative;
  z-index: 10;
}

.agency-services .video-inner h5 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1.5em 0 0;
}

@media (max-width: 991px) {
  .agency-services .video-inner h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.agency-services .video-inner a {
  background-color: #1a4ef6;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}

/*--------------------------------------------------------------
#2.2	agency-portfolio
--------------------------------------------------------------*/
.agency-portfolio {
  text-align: center;
  padding-bottom: 0;
}

.agency-portfolio .container-fluid {
  padding: 0;
}

.agency-portfolio .gallery-filters {
  display: inline-block;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .agency-portfolio .gallery-filters {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .agency-portfolio .gallery-filters {
    margin-bottom: 20px;
  }
}

.agency-portfolio .gallery-filters li {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.agency-portfolio .gallery-filters li:after {
  content: "/";
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}

.agency-portfolio .gallery-filters li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.agency-portfolio .gallery-filters li:last-child:after {
  display: none;
}

.agency-portfolio .gallery-filters li a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #333;
}

@media (max-width: 991px) {
  .agency-portfolio .gallery-filters li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .agency-portfolio .gallery-filters li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.agency-portfolio .gallery-filters li .current,
.agency-portfolio .gallery-filters li a:hover {
  color: #1a4ef6;
}

.agency-portfolio .gallery-container > .box {
  width: 25%;
}

@media (max-width: 991px) {
  .agency-portfolio .gallery-container > .box {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .agency-portfolio .gallery-container > .box {
    width: 50%;
  }
}

.agency-portfolio .gallery-container > .box > a {
  display: block;
  position: relative;
  overflow: hidden;
}

.agency-portfolio .gallery-container > .box > a:before {
  content: "";
  background-color: rgba(26, 78, 246, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 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;
  opacity: 0;
}

.agency-portfolio .gallery-container > .box > a:after {
  content: "+";
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  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%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.agency-portfolio .gallery-container > .box > a:hover:before {
  top: 0;
  opacity: 1;
}

.agency-portfolio .gallery-container > .box > a:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
#2.3	agency-team
--------------------------------------------------------------*/
.agency-team {
  padding-bottom: 0;
}

.agency-team .agency-team-slider .member-pic {
  margin-bottom: 25px;
}

.agency-team .agency-team-slider .member-pic img {
  width: auto;
  max-width: 100%;
  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) {
  .agency-team .agency-team-slider .member-pic img {
    max-width: 80px;
  }
}

@media (max-width: 767px) {
  .agency-team .agency-team-slider .member-pic img {
    max-width: 70px;
  }
}

.agency-team .grid {
  text-align: center;
  margin: 15px 0;
  padding: 40px 45px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .agency-team .grid {
    padding: 40px 35px 25px;
  }
}

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

.agency-team .member-info h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.28em;
}

@media (max-width: 991px) {
  .agency-team .member-info h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .agency-team .member-info h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.agency-team .member-post {
  color: #666;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .agency-team .member-post {
    margin-bottom: 10px;
  }
}

.agency-team .member-details p {
  color: #222;
}

.agency-team .social-links {
  display: inline-block;
  padding-top: 8px;
}

.agency-team .social-links li {
  margin-right: 16px;
}

@media (max-width: 991px) {
  .agency-team .social-links li {
    margin-right: 12px;
  }
}

.agency-team .social-links li:last-child {
  margin-right: 0;
}

.agency-team .social-links li a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1a4ef6;
}

@media (max-width: 991px) {
  .agency-team .social-links li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .agency-team .social-links li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.agency-team .social-links li a:hover {
  color: #05258b;
}

.agency-team .agency-team-slider .owl-controls {
  margin-top: 40px;
}

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

.agency-team .agency-team-slider .owl-controls .owl-nav .owl-prev,
.agency-team .agency-team-slider .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  font-size: 30px;
  font-size: 1.875rem;
  color: #222;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .agency-team .agency-team-slider .owl-controls .owl-nav .owl-prev,
  .agency-team .agency-team-slider .owl-controls .owl-nav .owl-next {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.agency-team .agency-team-slider .owl-controls .owl-nav .owl-prev:hover,
.agency-team .agency-team-slider .owl-controls .owl-nav .owl-next:hover {
  color: #1a4ef6;
}

.agency-team .agency-team-slider .owl-controls .owl-nav .owl-prev {
  margin-right: 70px;
}

@media (max-width: 991px) {
  .agency-team .agency-team-slider .owl-controls .owl-nav .owl-prev {
    margin-right: 50px;
  }
}

/*--------------------------------------------------------------
#2.4	agency-testimonials
--------------------------------------------------------------*/
.agency-testimonials {
  text-align: center;
  padding-bottom: 110px;
}

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

@media (max-width: 767px) {
  .agency-testimonials {
    padding-bottom: 60px;
  }
}

.agency-testimonials .client-pic {
  position: absolute;
  left: 50%;
  top: -50px;
  -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 {
    top: -40px;
  }
}

.agency-testimonials .client-pic img {
  width: auto;
  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) {
  .agency-testimonials .client-pic img {
    max-width: 80px;
  }
}

.agency-testimonials .agency-testimonials-slider .grid {
  padding: 90px 100px 55px;
  margin: 50px 15px 15px;
  position: relative;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .agency-testimonials .agency-testimonials-slider .grid {
    margin: 40px 15px 15px;
    padding: 90px 50px 55px;
  }
}

@media (max-width: 767px) {
  .agency-testimonials .agency-testimonials-slider .grid {
    padding: 80px 25px 35px;
  }
}

.agency-testimonials .client-quote {
  padding-top: 55px;
  position: relative;
}

@media (max-width: 767px) {
  .agency-testimonials .client-quote {
    padding-top: 40px;
  }
}

.agency-testimonials .client-quote:before {
  content: "";
  background: url("../images/agency/testimonials/quote.png") center center/cover no-repeat local;
  width: 44px;
  height: 31px;
  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: 767px) {
  .agency-testimonials .client-quote:before {
    width: 36px;
    height: 25px;
  }
}

.agency-testimonials .client-info {
  padding-top: 15px;
}

.agency-testimonials .client-info h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 4px;
}

@media (max-width: 767px) {
  .agency-testimonials .client-info h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.agency-testimonials .client-info > span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 200;
}

.agency-testimonials .agency-testimonials-slider .owl-controls {
  margin: 25px 0 0;
}

.agency-testimonials .agency-testimonials-slider .owl-controls .owl-dots .owl-dot:first-child {
  margin-right: 15px;
}

.agency-testimonials .agency-testimonials-slider .owl-controls .owl-dot span {
  background-color: #b3b7c7;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
}

.agency-testimonials .agency-testimonials-slider .owl-controls .owl-dots .active span {
  background-color: #1a4ef6;
}

/*--------------------------------------------------------------
#2.5	agency-newsletter
--------------------------------------------------------------*/
.agency-newsletter {
  background-color: #1a4ef6;
  padding: 85px 0;
}

.agency-newsletter h4 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0 0 0 130px;
  position: relative;
}

@media (max-width: 1199px) {
  .agency-newsletter h4 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 0 0 100px;
  }
}

@media (max-width: 991px) {
  .agency-newsletter h4 {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .agency-newsletter h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.agency-newsletter h4:before {
  content: "";
  background: url("../images/agency/newsletter-envelap.png") center center/cover no-repeat local;
  width: 98px;
  height: 64px;
  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%);
}

@media (max-width: 1199px) {
  .agency-newsletter h4:before {
    width: 75px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .agency-newsletter h4:before {
    display: none;
  }
}

.agency-newsletter .form > div {
  position: relative;
}

@media (max-width: 991px) {
  .agency-newsletter .form > div {
    margin-top: 50px;
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .agency-newsletter .form > div {
    margin-top: 20px;
  }
}

.agency-newsletter .form input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  border: 2px solid #fff;
  padding: 6px 95px 6px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .agency-newsletter .form input {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .agency-newsletter .form input {
    border-width: 1px;
  }
}

.agency-newsletter .form button {
  background-color: #fff;
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #1a4ef6;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .agency-newsletter .form button {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .agency-newsletter .form button {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*--------------------------------------------------------------
#2.6	agency-location-map
--------------------------------------------------------------*/
.agency-location-map {
  height: 330px;
}

.agency-location-map .map-holder {
  width: 100%;
  height: 100%;
}

.agency-location-map .map-holder iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}

/*--------------------------------------------------------------
#2.7	agency-contact-section
--------------------------------------------------------------*/
.agency-contact-section {
  background-color: #1f2229;
  padding: 120px 0 75px;
}

@media (max-width: 1199px) {
  .agency-contact-section {
    padding: 90px 0 75px;
  }
}

@media (max-width: 991px) {
  .agency-contact-section {
    padding: 70px 0 45px;
  }
}

.agency-contact-section .contact-section-title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .agency-contact-section .contact-section-title {
    margin-bottom: 50px;
  }
}

.agency-contact-section .contact-section-title h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
  .agency-contact-section .contact-section-title h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

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

.agency-contact-section .contact-section-title p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #cbcdcd;
  margin: 0;
}

@media (max-width: 1199px) {
  .agency-contact-section .contact-section-title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.agency-contact-section .contact-info h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #cbcdcd;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .agency-contact-section .contact-info h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.agency-contact-section .contact-info > div {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .agency-contact-section .contact-info > div {
    padding-right: 160px;
  }
}

.agency-contact-section .contact-info > div:last-child {
  margin-bottom: 0;
}

.agency-contact-section .contact-info li {
  color: #a0a1a1;
  font-weight: 300;
}

.agency-contact-section .social-links li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 4px;
}

@media (max-width: 767px) {
  .agency-contact-section .social-links li {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
  }
}

.agency-contact-section .social-links li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #a0a1a1;
  text-align: center;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .agency-contact-section .form {
    margin-top: 50px;
  }
}

.agency-contact-section .form input,
.agency-contact-section .form textarea,
.agency-contact-section .submit-btn button {
  background-color: transparent;
  height: 45px;
  color: #a0a1a1;
  padding: 6px 15px;
  border: 1px solid #a0a1a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .agency-contact-section .form input,
  .agency-contact-section .form textarea,
  .agency-contact-section .submit-btn button {
    height: 40px;
  }
}

.agency-contact-section .form textarea {
  height: 140px;
  padding: 15px;
}

@media (max-width: 767px) {
  .agency-contact-section .form textarea {
    height: 120px;
  }
}

.agency-contact-section .submit-btn button {
  width: 100%;
  padding: 0 15px;
  outline: none;
  border: 2px solid #fff;
  color: #fff;
}

.agency-contact-section .form .row > .col {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
	# cv page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	cv page global style
--------------------------------------------------------------*/
.cv-landing-pg {
  background-color: #f4efef;
}

.cv-landing-pg .page-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

@media (max-width: 991px) {
  .cv-landing-pg .page-wrapper {
    top: 50px;
  }
}

.cv-landing-pg .page-wrapper > section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -30%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.cv-landing-pg .page-wrapper > section * {
  opacity: 0;
}

.cv-landing-pg .page-wrapper .current-section {
  left: 0;
  top: 0;
  overflow-y: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.cv-landing-pg .page-wrapper .current-section * {
  opacity: 1;
}

.cv-landing-pg .page-wrapper .current-section .section-holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

@media screen and (min-width: 992px) {
  .section-holder .container-fluid {
    padding: 90px 80px 85px 380px;
  }
}

@media screen and (min-width: 1200px) {
  .section-holder .container-fluid {
    padding: 115px 80px 110px 380px;
  }
}

@media (max-width: 991px) {
  .section-holder .container-fluid {
    padding: 80px 25px;
  }
}

@media (max-width: 767px) {
  .section-holder .container-fluid {
    padding: 80px 20px;
  }
}

/*--------------------------------------------------------------
#3.1	cv-about-me
--------------------------------------------------------------*/
.cv-about-me .top-row {
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .cv-about-me .top-row {
    margin-bottom: 30px;
  }
}

.cv-about-me .top-row h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 300;
  margin: 0 0 0.75em;
}

@media (max-width: 1199px) {
  .cv-about-me .top-row h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .cv-about-me .top-row h3 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 500;
  }
}

@media (max-width: 1199px) {
  .cv-about-me .my-pic {
    margin-bottom: 40px;
  }
}

.cv-about-me .table-responsive {
  border-top: 0;
}

@media (max-width: 767px) {
  .cv-about-me .table-responsive {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) {
  .cv-about-me .bio .table td {
    border: 0;
    padding: 5px;
  }
}

.cv-about-me .bio .table tr > td:first-child {
  font-weight: bold;
}

.cv-about-me .my-skills > div {
  background-color: #1261c4;
  background: -webkit-linear-gradient(left, #1261c4, #1e93f7);
  background: -moz-linear-gradient(left, #1261c4, #1e93f7);
  background: -o-linear-gradient(left, #1261c4, #1e93f7);
  background: -ms-linear-gradient(left, #1261c4, #1e93f7);
  background: -webkit-gradient(linear, left top, right top, from(#1261c4), to(#1e93f7));
  background: linear-gradient(left, #1261c4, #1e93f7);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  padding-left: 70px;
  padding: 12px 15px 12px 70px;
  position: relative;
}

@media (max-width: 1199px) {
  .cv-about-me .my-skills > div {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 12px 15px 12px 60px;
  }
}

@media (max-width: 991px) {
  .cv-about-me .my-skills > div {
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 15px 12px 45px;
  }
}

.cv-about-me .my-skills > div:last-child {
  margin-bottom: 0;
}

.cv-about-me .my-skills .fi {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cv-about-me .my-skills .fi:before {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 1199px) {
  .cv-about-me .my-skills .fi:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 991px) {
  .cv-about-me .my-skills .fi:before {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*--------------------------------------------------------------
#3.2	cv-portfolio
--------------------------------------------------------------*/
.cv-portfolio {
  text-align: center;
  /*** hover content ***/
}

.cv-portfolio .gallery-filters ul {
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .cv-portfolio .gallery-filters ul {
    display: inline-block;
    margin-bottom: 25px;
  }
}

.cv-portfolio .gallery-filters ul li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.cv-portfolio .gallery-filters ul li:after {
  content: "/";
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
}

.cv-portfolio .gallery-filters ul li:last-child:after {
  display: none;
}

.cv-portfolio .gallery-filters ul li a {
  font-weight: 500;
  color: #000;
}

.cv-portfolio .gallery-container > .box {
  width: 33.33%;
  overflow: hidden;
  padding: 0;
  margin: -1px;
}

@media (max-width: 1199px) {
  .cv-portfolio .gallery-container > .box {
    width: 50%;
  }
}

.cv-portfolio .gallery-container > .box img {
  width: 100%;
}

.cv-portfolio .gallery-container .hover-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.cv-portfolio .gallery-container .hover-content:before {
  content: "";
  background: -webkit-linear-gradient(left, #1261c4, #1e93f7);
  background: -moz-linear-gradient(left, #1261c4, #1e93f7);
  background: -o-linear-gradient(left, #1261c4, #1e93f7);
  background: -ms-linear-gradient(left, #1261c4, #1e93f7);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#1261c4), to(#1e93f7));
  background: linear-gradient(left, #1261c4, #1e93f7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cv-portfolio .gallery-container .hover-content ul li {
  display: inline-block;
}

.cv-portfolio .gallery-container .hover-content ul li:first-child {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .cv-portfolio .gallery-container .hover-content ul li:first-child {
    margin-right: 20px;
  }
}

.cv-portfolio .gallery-container .hover-content ul li a {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
}

@media (max-width: 767px) {
  .cv-portfolio .gallery-container .hover-content ul li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cv-portfolio .gallery-container .hover-content h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  color: #fff;
  margin: 0.7em 0 0;
}

@media (max-width: 767px) {
  .cv-portfolio .gallery-container .hover-content h3 {
    display: none;
  }
}

.cv-portfolio .gallery-container .hover-content > div {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cv-portfolio .gallery-container .box:hover .hover-content {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/*--------------------------------------------------------------
#3.3	cv-my-resume
--------------------------------------------------------------*/
.cv-my-resume {
  /*** grid ***/
  /*** expertise ***/
  /*** skills ***/
  /*** interest ***/
  /*** assets ***/
}

.cv-my-resume .container-fluid {
  background: url("../images/cv/my-resume-bg.jpg") center center/cover no-repeat local;
  position: relative;
  position: relative;
}

.cv-my-resume .container-fluid .overlay {
  content: "";
  background-color: red;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(18, 97, 196, 0.9), rgba(30, 147, 247, 0.9));
  background: -moz-linear-gradient(left, rgba(18, 97, 196, 0.9), rgba(30, 147, 247, 0.9));
  background: -o-linear-gradient(left, rgba(18, 97, 196, 0.9), rgba(30, 147, 247, 0.9));
  background: -ms-linear-gradient(left, rgba(18, 97, 196, 0.9), rgba(30, 147, 247, 0.9));
  background: -webkit-gradient(linear, left top, right top, from(rgba(18, 97, 196, 0.9)), to(rgba(30, 147, 247, 0.9)));
  background: linear-gradient(left, rgba(18, 97, 196, 0.9), rgba(30, 147, 247, 0.9));
}

.cv-my-resume .cv-section-title h2 {
  color: #fff;
}

.cv-my-resume .masonry-grid {
  overflow: hidden;
  margin: 0 -5px;
}

.cv-my-resume .masonry-grid .box {
  width: 33.33%;
  float: left;
  padding: 0 5px 10px;
}

@media screen and (min-width: 768px) {
  .cv-my-resume .masonry-grid .box {
    width: 50%;
  }
}

@media screen and (min-width: 1330px) {
  .cv-my-resume .masonry-grid .box {
    width: 33.33%;
  }
}

.cv-my-resume .masonry-grid .box .inner {
  background-color: #fff;
  padding: 40px 35px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cv-my-resume .masonry-grid .box .inner {
    padding: 40px 25px;
  }
}

@media (max-width: 991px) {
  .cv-my-resume .masonry-grid .box {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .cv-my-resume .masonry-grid .box {
    width: 100%;
    float: none;
  }
}

.cv-my-resume .experience-title {
  margin-bottom: 30px;
}

.cv-my-resume .experience-title h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
  margin: 0;
  padding-bottom: 0.5em;
  position: relative;
}

@media (max-width: 991px) {
  .cv-my-resume .experience-title h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cv-my-resume .experience-title h3:after {
  content: "";
  background-color: #1261c4;
  width: 35px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cv-my-resume .experience-title h3 i {
  color: #b5bcc1;
  position: absolute;
  right: 0;
}

.cv-my-resume .experience-list h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 0.5em;
  line-height: 1.5em;
}

.cv-my-resume .experience-list p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #4d4d4d;
  margin: 0;
}

.cv-my-resume .experience-list > div {
  margin-bottom: 30px;
}

.cv-my-resume .experience-list > div:last-child {
  margin-bottom: 0;
}

.cv-my-resume .experience-list .duration {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: gray;
  margin-bottom: 8px;
}

.cv-my-resume .skills .progress {
  height: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cv-my-resume .skills .progress-bar {
  background-color: #1e93f7;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 11px;
}

.cv-my-resume .skills .progress-bar span {
  font-size: 10px;
}

.cv-my-resume .skills .skill {
  margin-bottom: 10px;
}

.cv-my-resume .skills .skill:last-child,
.cv-my-resume .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.cv-my-resume .interests ul {
  overflow: hidden;
}

.cv-my-resume .interests ul li {
  float: left;
  text-align: center;
  margin-right: 15px;
}

.cv-my-resume .interests ul li:nth-child(n+4) {
  margin-right: 0;
}

.cv-my-resume .interests ul li i {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  color: #1e93f7;
  text-align: center;
  border: 1px solid #1e93f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cv-my-resume .interests ul li span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8c8c8c;
  display: block;
  margin-top: 5px;
}

.cv-my-resume .assets ul {
  background-color: #f2f2f2;
  overflow: hidden;
}

.cv-my-resume .assets ul li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  padding: 7px 12px;
}

/*--------------------------------------------------------------
#3.4	cv-blog
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cv-blog .container-fluid {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .cv-blog .container-fluid {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cv-blog .container-fluid {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .cv-blog .container-fluid {
    padding-bottom: 80px 20px;
  }
}

.cv-blog .content > .col {
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .cv-blog .content > .col {
    width: 100%;
  }
}

.cv-blog .entry-media {
  margin-bottom: 25px;
}

.cv-blog .entry-meta ul {
  overflow: hidden;
  margin-bottom: 10px;
}

.cv-blog .entry-meta li,
.cv-blog .entry-meta a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666666;
}

.cv-blog .entry-meta li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.cv-blog .entry-meta li:after {
  content: "/";
  color: #666666;
  position: absolute;
  right: 0;
}

.cv-blog .entry-title h3 {
  font-size: 20px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 1em;
  line-height: 1.3em;
}

@media (max-width: 1199px) {
  .cv-blog .entry-title h3 {
    font-size: 17px;
    font-size: 17px;
  }
}

.cv-blog .entry-title h3 a {
  color: #333;
}

.cv-blog .entry-details p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.cv-blog .read-more {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 991px) {
  .cv-blog .read-more {
    font-size: 12px;
    font-size: 12px;
  }
}

.cv-blog .read-more:hover {
  color: #1e93f7;
}

/*--------------------------------------------------------------
#3.5	cv-get-in-touch
--------------------------------------------------------------*/
.cv-get-in-touch {
  /*** social-networks ***/
}

.cv-get-in-touch .form input,
.cv-get-in-touch .form textarea {
  background-color: transparent;
  height: 50px;
  border: 1px solid #b3b3b3;
  padding: 6px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .cv-get-in-touch .form input,
  .cv-get-in-touch .form textarea {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .form input,
  .cv-get-in-touch .form textarea {
    height: 40px;
    padding: 6px 15px;
  }
}

.cv-get-in-touch .form textarea {
  height: 180px;
  padding: 12px 20px;
}

@media (max-width: 767px) {
  .cv-get-in-touch .form textarea {
    height: 140px;
    padding: 12px 15px;
  }
}

.cv-get-in-touch .form > div {
  margin-bottom: 25px;
}

.cv-get-in-touch .form > div:last-child {
  margin-bottom: 0;
}

.cv-get-in-touch .form .submit-btn button {
  border: 0;
  outline: 0;
}

.cv-get-in-touch .map {
  height: 330px;
}

@media (max-width: 1199px) {
  .cv-get-in-touch .map {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .map {
    margin: 50px 0 15px;
    height: 250px;
  }
}

.cv-get-in-touch iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.cv-get-in-touch .social-networks {
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .cv-get-in-touch .social-networks {
    margin-top: 50px;
  }
}

.cv-get-in-touch .social-networks h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 991px) {
  .cv-get-in-touch .social-networks h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .social-networks h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cv-get-in-touch .social-networks h3 span {
  font-weight: bold;
}

.cv-get-in-touch .social-networks .social-links {
  display: inline-block;
  margin-top: 35px;
}

@media (max-width: 991px) {
  .cv-get-in-touch .social-networks .social-links {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .social-networks .social-links {
    margin-top: 15px;
  }
}

.cv-get-in-touch .social-networks .social-links li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .cv-get-in-touch .social-networks .social-links li {
    margin-right: 5px;
  }
}

@media (max-width: 1199px) {
  .cv-get-in-touch .social-networks .social-links li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .social-networks .social-links li {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}

.cv-get-in-touch .social-networks .social-links li:last-child {
  margin-right: 0;
}

.cv-get-in-touch .social-networks .social-links li a {
  background-color: #1261c4;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  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) {
  .cv-get-in-touch .social-networks .social-links li a {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .cv-get-in-touch .social-networks .social-links li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cv-get-in-touch .social-networks .social-links li a:hover {
  background-color: #1e93f7;
}

/*--------------------------------------------------------------
	# product landing page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	product-landing-features
--------------------------------------------------------------*/
.product-landing-features {
  position: relative;
}

@media (max-width: 600px) {
  .product-landing-features {
    text-align: center;
  }
}

.product-landing-features .features-list {
  margin: 0 -30px;
  padding-top: 25px;
}

.product-landing-features .features-list > div {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 30px;
}

@media (max-width: 600px) {
  .product-landing-features .features-list > div {
    width: 50%;
    margin-bottom: 35px;
  }
}

.product-landing-features .features-list > div:nth-child(3),
.product-landing-features .features-list > div:nth-child(4) {
  margin-bottom: 0;
}

.product-landing-features .features-list > div span {
  display: block;
}

.product-landing-features .features-list > div .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #000;
  -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: 991px) {
  .product-landing-features .features-list > div .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .product-landing-features .features-list > div .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.product-landing-features .features-list > div:hover .fi:before {
  color: #f74600;
}

.product-landing-features .features-laptop {
  background: url("../images/product-landing/features-laptop.png") center center/cover no-repeat local;
  width: 850px;
  height: 585px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1650px) {
  .product-landing-features .features-laptop {
    width: 650px;
    height: 448px;
  }
}

@media (max-width: 1199px) {
  .product-landing-features .features-laptop {
    display: none;
  }
}

/*--------------------------------------------------------------
#4.1	product-landing-cta
--------------------------------------------------------------*/
.product-landing-cta {
  border-top: 1px solid #e6e6e6;
}

.product-landing-cta .video {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .product-landing-cta .video {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .product-landing-cta .video {
    margin-top: 25px;
  }
}

.product-landing-cta .video a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #f74600;
}

@media (max-width: 1199px) {
  .product-landing-cta .video a {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 991px) {
  .product-landing-cta .video a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .product-landing-cta .video a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product-landing-cta .video a i {
  color: red;
}

/*--------------------------------------------------------------
#4.2	product-landing-order-section
--------------------------------------------------------------*/
.product-landing-order-section {
  background-color: #f1ede5;
  position: relative;
}

.product-landing-order-section:before {
  content: "";
  background: url("../images/product-landing/order-section-bg.png") center center/cover no-repeat local;
  position: absolute;
  right: 0;
  top: 120px;
}

@media screen and (min-width: 1600px) {
  .product-landing-order-section:before {
    width: 700px;
    height: 707px;
  }
}

@media (max-width: 1599px) {
  .product-landing-order-section:before {
    width: 580px;
    height: 586px;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 1199px) {
  .product-landing-order-section:before {
    width: 450px;
    height: 455px;
  }
}

@media (max-width: 991px) {
  .product-landing-order-section:before {
    display: none;
  }
}

.product-landing-order-section ul li {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #000;
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 1199px) {
  .product-landing-order-section ul li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .product-landing-order-section ul li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 25px;
  }
}

.product-landing-order-section ul li:last-child {
  margin-bottom: 0;
}

.product-landing-order-section ul li:before {
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 991px) {
  .product-landing-order-section ul li:before {
    top: 3px;
  }
}

@media (max-width: 767px) {
  .product-landing-order-section ul li:before {
    font-size: 10px;
    font-size: 0.625rem;
    top: 4px;
  }
}

.product-landing-order-section .price {
  margin-top: 35px;
}

.product-landing-order-section .price h3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 45px 0 0;
  display: inline-block;
}

@media (max-width: 1199px) {
  .product-landing-order-section .price h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .product-landing-order-section .price h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .product-landing-order-section .price h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 35px 0 0;
  }
}

.product-landing-order-section .price h3 span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  position: relative;
  top: -5px;
}

@media (max-width: 991px) {
  .product-landing-order-section .price h3 span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .product-landing-order-section .price h3 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.product-landing-order-section .price .product-landing-btn-s1, .product-landing-order-section .price .app-landing-btn-s1 {
  position: relative;
  top: 10px;
}

.product-landing-order-section .payment {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .product-landing-order-section .payment {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .product-landing-order-section .payment {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#4.3	product-landing-order-section
--------------------------------------------------------------*/
.product-landing-testimonials, .app-landing-testimonials {
  text-align: center;
}

.product-landing-testimonials-slider {
  padding-top: 10px;
  position: relative;
}

.product-landing-testimonials-slider .client-pic {
  margin-bottom: 20px;
}

.product-landing-testimonials-slider .client-pic img {
  width: auto;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.product-landing-testimonials-slider .client-info h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  margin: 0 0 8px;
}

.product-landing-testimonials-slider .quote {
  margin-top: 25px;
}

.product-landing-testimonials-slider .quote p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 767px) {
  .product-landing-testimonials-slider .quote p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .product-landing-testimonials-slider .owl-controls {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 70%;
  }
}

@media (max-width: 1199px) {
  .product-landing-testimonials-slider .owl-controls {
    margin-top: 35px;
  }
}

.product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev,
.product-landing-testimonials-slider .owl-controls .owl-nav .owl-next {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev,
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
  }
}

.product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev:hover,
.product-landing-testimonials-slider .owl-controls .owl-nav .owl-next:hover {
  background: transparent;
  color: #f74600;
}

@media (max-width: 767px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev,
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-next {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1200px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev {
    left: -150px;
  }
}

@media (max-width: 1199px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev {
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-prev {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .product-landing-testimonials-slider .owl-controls .owl-nav .owl-next {
    right: -150px;
  }
}

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

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

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

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

.product-landing-cta-s2 .video-play, .app-landing-cta-s2 .video-play {
  background-color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #f74600;
  text-align: center;
  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) {
  .product-landing-cta-s2 .video-play, .app-landing-cta-s2 .video-play {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .product-landing-cta-s2 .video-play, .app-landing-cta-s2 .video-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .product-landing-cta-s2 .video-play, .app-landing-cta-s2 .video-play {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.product-landing-cta-s2 .video-play i, .app-landing-cta-s2 .video-play i {
  display: inline-block;
  margin-left: 5px;
}

/*--------------------------------------------------------------
#4.5	product-landing-faq
--------------------------------------------------------------*/
.product-landing-faq {
  /*** tablist ***/
  /*** tab content ***/
}

.product-landing-faq .tablist {
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .product-landing-faq .tablist {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .product-landing-faq .tablist {
    margin-bottom: 45px;
  }
}

.product-landing-faq .tablist ul {
  display: inline-block;
}

.product-landing-faq .tablist ul li {
  display: inline-block;
}

.product-landing-faq .tablist ul li a {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 22px 35px;
  position: relative;
}

@media (max-width: 991px) {
  .product-landing-faq .tablist ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 18px 25px;
  }
}

@media (max-width: 767px) {
  .product-landing-faq .tablist ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 15px 20px;
  }
}

.product-landing-faq .tablist ul li a:after {
  content: "";
  background-color: #f74600;
  background: -webkit-linear-gradient(left, #f7c300, #f74600);
  background: -moz-linear-gradient(left, #f7c300, #f74600);
  background: -o-linear-gradient(left, #f7c300, #f74600);
  background: -ms-linear-gradient(left, #f7c300, #f74600);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#f7c300), to(#f74600));
  background: linear-gradient(left, #f7c300, #f74600);
  width: 70px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  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;
}

@media (max-width: 991px) {
  .product-landing-faq .tablist ul li a:after {
    width: 50px;
    height: 4px;
    bottom: -2px;
  }
}

.product-landing-faq .tablist ul .active a:after {
  opacity: 1;
}

.product-landing-faq .tablist ul li a:hover,
.product-landing-faq .tablist ul li a:focus {
  background: transparent;
}

.product-landing-faq .panel-body {
  overflow: hidden;
}

.product-landing-faq .panel-body .left-col {
  width: 35%;
  float: left;
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 20px;
}

@media (max-width: 767px) {
  .product-landing-faq .panel-body .left-col {
    width: 100%;
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }
  .product-landing-faq .panel-body .left-col img {
    display: inline-block;
  }
}

.product-landing-faq .panel-body .right-col {
  width: 60%;
  float: right;
}

@media (max-width: 767px) {
  .product-landing-faq .panel-body .right-col {
    width: 100%;
    float: none;
  }
}

.product-landing-faq .panel-body .right-col h4 {
  font-size: 24px;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .product-landing-faq .panel-body .right-col h4 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media (max-width: 767px) {
  .product-landing-faq .panel-body .right-col h4 {
    margin: 0 0 0.5em;
  }
}

.product-landing-faq .panel-body .right-col p {
  font-weight: 300;
}

.product-landing-faq .panel-body .right-col p:last-child {
  margin-bottom: 0;
}

.product-landing-faq .left-col img {
  width: auto;
  max-width: 100%;
}

.product-landing-faq .product-landing-faq-slider {
  position: relative;
}

@media (max-width: 767px) {
  .product-landing-faq .product-landing-faq-slider {
    text-align: center;
  }
  .product-landing-faq .product-landing-faq-slider img {
    display: inline-block;
  }
}

.product-landing-faq .product-landing-faq-slider .owl-controls {
  width: 100%;
  margin: 0;
  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%);
}

.product-landing-faq .product-landing-faq-slider .owl-controls .owl-nav .owl-prev,
.product-landing-faq .product-landing-faq-slider .owl-controls .owl-nav .owl-next {
  background-color: #000;
  padding: 5px 7px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-landing-faq .product-landing-faq-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.product-landing-faq .product-landing-faq-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

/*--------------------------------------------------------------
#4.6	product-landing-contact
--------------------------------------------------------------*/
.product-landing-contact {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 1200px) {
  .product-landing-contact .product-landing-section-title-s2 h2 {
    padding: 0 75px;
  }
}

.product-landing-contact .contact-form {
  padding-top: 45px;
}

@media (max-width: 1199px) {
  .product-landing-contact .contact-form {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .product-landing-contact .contact-form {
    padding-top: 20px;
  }
}

.product-landing-contact .contact-form input {
  height: 55px;
  border: 2px solid #111;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 6px 20px;
}

@media (max-width: 991px) {
  .product-landing-contact .contact-form input {
    height: 45px;
    font-size: 16px;
    font-size: 1rem;
    border-width: 1px;
  }
}

@media (max-width: 767px) {
  .product-landing-contact .contact-form input {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 15px;
  }
}

.product-landing-contact .contact-form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #000;
}

.product-landing-contact .contact-form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #000;
}

.product-landing-contact .contact-form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #000;
}

.product-landing-contact .contact-form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #000;
}

.product-landing-contact .submit-btn button {
  background: #000;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #f74600;
  border: 0;
  outline: 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;
}

@media (max-width: 991px) {
  .product-landing-contact .submit-btn button {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .product-landing-contact .submit-btn button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.product-landing-contact .submit-btn button:hover {
  background: #f7c300;
  background: -webkit-linear-gradient(left, #f7c300, #f74600);
  background: -moz-linear-gradient(left, #f7c300, #f74600);
  background: -o-linear-gradient(left, #f7c300, #f74600);
  background: -ms-linear-gradient(left, #f7c300, #f74600);
  background: -webkit-gradient(linear, left top, right top, from(#f7c300), to(#f74600));
  background: linear-gradient(left, #f7c300, #f74600);
  color: #fff;
}

.product-landing-contact .form > .col {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .product-landing-contact .form > .col {
    margin-bottom: 25px;
  }
}

.product-landing-contact .form > .col:nth-child(3),
.product-landing-contact .form > .col:nth-child(4) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .product-landing-contact .form > .col:nth-child(3) {
    margin-bottom: 25px;
  }
}

/*--------------------------------------------------------------
	# app landing page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	latest-app
--------------------------------------------------------------*/
.latest-app .right-col {
  margin-top: 80px;
}

.latest-app .price {
  font-size: 38px;
  font-size: 2.375rem;
  margin: 0.8em 0 0.85em;
}

@media (max-width: 991px) {
  .latest-app .price {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .latest-app .price {
    font-size: 26px;
  }
}

.latest-app .price + .btns a:last-child {
  background-color: #0955cc;
  color: #fff;
}

.latest-app .price + .btns a:last-child:after {
  color: #fff;
}

.latest-app .bottom-row {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .latest-app .bottom-row > .col {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.latest-app .bottom-row > .col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.latest-app .bottom-row .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #0955cc;
}

@media (max-width: 991px) {
  .latest-app .bottom-row .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.latest-app .bottom-row h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2em;
  margin: 0.84em 0 0.6em;
}

@media screen and (min-width: 1200px) {
  .latest-app .bottom-row h3 {
    padding-right: 75px;
  }
}

@media (max-width: 991px) {
  .latest-app .bottom-row h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .latest-app .bottom-row h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.latest-app .bottom-row p {
  margin: 0;
}

/*--------------------------------------------------------------
#5.1	app-landing-cta
--------------------------------------------------------------*/
.app-landing-cta {
  background-color: #0955cc;
  padding: 100px 0;
}

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

@media (max-width: 767px) {
  .app-landing-cta {
    padding: 50px 0;
  }
}

.app-landing-cta h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: 500;
  margin: 0;
}

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

@media (max-width: 991px) {
  .app-landing-cta h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media (max-width: 767px) {
  .app-landing-cta h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
#5.2	download-app-section
--------------------------------------------------------------*/
.download-app-section .right-col h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 991px) {
  .download-app-section .right-col h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.download-app-section .right-col {
  margin-top: 125px;
}

@media (max-width: 991px) {
  .download-app-section .right-col {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .download-app-section .right-col {
    margin-top: 60px;
  }
}

.download-app-section .right-col h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .download-app-section .right-col h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.download-app-section .right-col .form {
  position: relative;
  max-width: 290px;
  margin: 45px 0 60px;
}

@media (max-width: 991px) {
  .download-app-section .right-col .form {
    margin: 35px 0 50px;
  }
}

.download-app-section .right-col .form > div {
  padding-right: 60px;
  position: relative;
}

.download-app-section .right-col .form input {
  height: 45px;
  font-size: 18px;
  font-size: 1.125rem;
  color: red;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .download-app-section .right-col .form input {
    font-size: 16px;
    font-size: 1rem;
  }
}

.download-app-section .right-col .form button {
  background-color: #0955cc;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 6px;
}

.download-app-section .right-col .form button:hover {
  background-color: #084fbd;
}

.download-app-section .play-store {
  display: inline-block;
}

/*--------------------------------------------------------------
#5.3	app-landing-cta-s2
--------------------------------------------------------------*/
.app-landing-cta-s2 {
  padding: 150px 0 280px;
}

@media (max-width: 1199px) {
  .app-landing-cta-s2 {
    padding: 120px 0 200px;
  }
}

@media (max-width: 991px) {
  .app-landing-cta-s2 {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .app-landing-cta-s2 {
    padding: 70px 0;
  }
}

.app-landing-cta-s2 .video-play {
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
  font-size: 2.1875rem;
  color: #0955cc;
  text-align: center;
  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-s2 .video-play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .app-landing-cta-s2 .video-play {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*--------------------------------------------------------------
#5.4	app-landing-features
--------------------------------------------------------------*/
.app-landing-features .app-landing-section-title-center .col {
  background-color: #fff;
  padding-top: 130px;
  margin-top: -130px;
  border-top: 5px solid #0955cc;
}

@media (max-width: 1199px) {
  .app-landing-features .app-landing-section-title-center .col {
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .app-landing-section-title-center .col {
    padding-top: 80px;
    margin-top: 0;
    border: 0;
  }
}

@media (max-width: 767px) {
  .app-landing-features .app-landing-section-title-center .col {
    padding-top: 65px;
  }
}

.app-landing-features .content {
  padding: 80px 0 140px;
}

@media (max-width: 1199px) {
  .app-landing-features .content {
    padding: 80px 0 100px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .content {
    padding: 20px 0 90px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content {
    padding: 10px 0 70px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content > .col {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content > .col:last-child {
    margin-bottom: 0;
  }
}

.app-landing-features .content .grid {
  padding-left: 100px;
  position: relative;
}

@media (max-width: 991px) {
  .app-landing-features .content .grid {
    padding-left: 0;
    text-align: center;
  }
}

.app-landing-features .content .icon {
  position: absolute;
  left: 0;
  top: -8px;
}

@media (max-width: 991px) {
  .app-landing-features .content .icon {
    position: static;
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content .icon {
    margin-bottom: 5px;
  }
}

.app-landing-features .icon .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #0955cc;
}

@media (max-width: 991px) {
  .app-landing-features .icon .fi:before {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .app-landing-features .icon .fi:before {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.app-landing-features .grid h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 0.75em;
}

@media (max-width: 991px) {
  .app-landing-features .grid h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.app-landing-features .grid p {
  font-size: 14px;
  font-size: 0.875rem;
  color: lignten(#000, 30%);
  margin: 0;
}

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

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

.app-screenshot .app-landing-section-title-center h2 {
  margin-bottom: 1em;
}

.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(9, 85, 204, 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: #0955cc;
}

/*--------------------------------------------------------------
#5.6	app-updates-offers
--------------------------------------------------------------*/
.app-update-features {
  background-color: #0955cc;
  padding: 95px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .app-update-features {
    padding: 70px 0;
  }
}

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

.app-update-features h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.3em;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .app-update-features h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .app-update-features h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.app-update-features .form {
  margin-top: 50px;
}

.app-update-features .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #899dff;
}

.app-update-features .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #899dff;
}

.app-update-features .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #899dff;
}

.app-update-features .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #899dff;
}

@media (max-width: 991px) {
  .app-update-features .form {
    margin-top: 35px;
  }
}

.app-update-features .form div {
  position: relative;
}

.app-update-features .form input {
  background-color: transparent;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 6px 210px 6px 20px;
  border: 2px solid #b1bbf6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .app-update-features .form input {
    height: 45px;
    font-size: 16px;
    font-size: 1rem;
    padding: 6px 170px 6px 20px;
  }
}

@media (max-width: 767px) {
  .app-update-features .form input {
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 115px 6px 15px;
    border-width: 1px;
  }
}

.app-update-features .form button {
  background-color: #fff;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #0955cc;
  font-weight: 500;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .app-update-features .form button {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .app-update-features .form button {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
#5.7	app-landing-pricing
--------------------------------------------------------------*/
.app-landing-pricing {
  /*** hover effect ***/
}

.app-landing-pricing .app-landing-section-title h2, .app-landing-pricing .app-landing-section-title-center h2 {
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .app-landing-pricing .content > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .app-landing-pricing .content > .col:last-child {
    margin-bottom: 0;
  }
}

.app-landing-pricing .grid {
  -webkit-box-shadow: 0 0 2px 0 #cccccc;
  -moz-box-shadow: 0 0 2px 0 #cccccc;
  -o-box-shadow: 0 0 2px 0 #cccccc;
  -ms-box-shadow: 0 0 2px 0 #cccccc;
  box-shadow: 0 0 2px 0 #cccccc;
  padding: 70px 45px 50px;
  -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) {
  .app-landing-pricing .grid {
    padding: 50px 35px 40px;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .grid {
    padding: 45px 25px 35px;
  }
}

.app-landing-pricing .pricing-header h3 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #565656;
  margin: 0 0 0.65em;
}

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

@media (max-width: 991px) {
  .app-landing-pricing .pricing-header h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .pricing-header h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.app-landing-pricing .pricing-header h5 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4em;
  color: #000;
  font-weight: 300;
  margin: 0 0 2.2em;
}

@media screen and (min-width: 1200px) {
  .app-landing-pricing .pricing-header h5 {
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .app-landing-pricing .pricing-header h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .pricing-header h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.app-landing-pricing .pricing-body ul {
  margin-bottom: 50px;
}

.app-landing-pricing .pricing-body ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .app-landing-pricing .pricing-body ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .app-landing-pricing .pricing-body ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}

.app-landing-pricing .pricing-body ul li:last-child {
  margin-bottom: 0;
}

.app-landing-pricing .pricing-body li i {
  display: inline-block;
  padding-right: 7px;
  color: #565656;
}

.app-landing-pricing .pricing-body .sing-up {
  text-align: center;
}

.app-landing-pricing .sing-up a {
  width: 170px;
  height: 45px;
  line-height: 42px;
  font-weight: 500;
  color: #0955cc;
  text-align: center;
  border: 2px solid #0955cc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .app-landing-pricing .sing-up a {
    width: 155px;
    height: 42px;
    line-height: 39px;
  }
}

@media (max-width: 991px) {
  .app-landing-pricing .sing-up a {
    width: 145px;
    height: 40px;
    line-height: 37px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 992px) {
  .app-landing-pricing .content > .col:nth-child(2) {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .app-landing-pricing .content > .col:nth-child(2) .grid {
    -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
    -moz-box-shadow: 0 0 20px 0 #d9d9d9;
    -o-box-shadow: 0 0 20px 0 #d9d9d9;
    -ms-box-shadow: 0 0 20px 0 #d9d9d9;
    box-shadow: 0 0 20px 0 #d9d9d9;
  }
  .app-landing-pricing .content > .col:nth-child(2) .grid:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .app-landing-pricing .content > .col:nth-child(2) .grid .pricing-header h3,
  .app-landing-pricing .content > .col:nth-child(2) .grid .pricing-body li i {
    color: #0955cc;
  }
  .app-landing-pricing .content > .col:nth-child(2) .grid .sing-up a {
    background-color: #0955cc;
    color: #fff;
  }
}

.app-landing-pricing .grid:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 20px 0 #d9d9d9;
  -moz-box-shadow: 0 0 20px 0 #d9d9d9;
  -o-box-shadow: 0 0 20px 0 #d9d9d9;
  -ms-box-shadow: 0 0 20px 0 #d9d9d9;
  box-shadow: 0 0 20px 0 #d9d9d9;
}

.app-landing-pricing .grid:hover .pricing-header h3,
.app-landing-pricing .grid:hover .pricing-body li i {
  color: #0955cc;
}

.app-landing-pricing .grid:hover .sing-up a {
  background-color: #0955cc;
  color: #fff;
}

/*--------------------------------------------------------------
#5.8	app-landing-contact-section
--------------------------------------------------------------*/
.app-landing-contact-section {
  height: 760px;
  position: relative;
}

@media (max-width: 991px) {
  .app-landing-contact-section {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .app-landing-contact-section {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .app-landing-contact-section .container,
  .app-landing-contact-section .container > .row,
  .app-landing-contact-section .container > .row .col {
    position: relative;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .app-landing-contact-section .container {
    padding: 0;
  }
}

.app-landing-contact-section .contact-map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .app-landing-contact-section .contact-map {
    position: static;
    top: 0;
    height: 250px;
  }
}

.app-landing-contact-section .contact-form {
  background-color: #fff;
  width: 100%;
  padding: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 25px 0 #cccccc;
  -moz-box-shadow: 0 0 25px 0 #cccccc;
  -o-box-shadow: 0 0 25px 0 #cccccc;
  -ms-box-shadow: 0 0 25px 0 #cccccc;
  box-shadow: 0 0 25px 0 #cccccc;
}

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

@media (max-width: 991px) {
  .app-landing-contact-section .contact-form {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .app-landing-contact-section .contact-form {
    padding: 45px 25px;
    position: static;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.app-landing-contact-section .contact-form h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 1.5em;
}

.app-landing-contact-section .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #767676;
}

.app-landing-contact-section .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #767676;
}

.app-landing-contact-section .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #767676;
}

.app-landing-contact-section .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: #767676;
}

.app-landing-contact-section .form > div {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .app-landing-contact-section .form > div {
    margin-bottom: 20px;
  }
}

.app-landing-contact-section .form > div:last-child {
  margin-bottom: 0;
}

.app-landing-contact-section .contact-form input,
.app-landing-contact-section .contact-form textarea {
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  border: 0;
  border-bottom: 1px solid #999999;
  padding: 6px 20px 6px  0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199px) {
  .app-landing-contact-section .contact-form input,
  .app-landing-contact-section .contact-form textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .app-landing-contact-section .contact-form input,
  .app-landing-contact-section .contact-form textarea {
    height: 45px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.app-landing-contact-section .contact-form textarea {
  height: 160px;
}

@media (max-width: 1199px) {
  .app-landing-contact-section .contact-form textarea {
    height: 120px;
  }
}

.app-landing-contact-section .contact-form .submit {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .app-landing-contact-section .contact-form .submit {
    margin-top: 35px;
  }
}

.app-landing-contact-section .contact-form .submit button {
  background-color: #0955cc;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding: 17px 35px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  -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) {
  .app-landing-contact-section .contact-form .submit button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 15px 25px;
  }
}

@media (max-width: 991px) {
  .app-landing-contact-section .contact-form .submit button {
    padding: 12px 20px;
  }
}

.app-landing-contact-section .contact-form .submit button:hover {
  background-color: #084bb4;
}

/*--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	blog-single-content	
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .blog-single-page .blog-with-sidebar > .col:first-child {
    padding-left: 45px;
  }
}

.blog-single-page .header-search-form form .btn {
  background-color: #6bbfff;
}

.blog-single-page .post .post-title-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-single-page .post .post-title-meta h2 {
  font-size: 2.25rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-title-meta h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .blog-single-page .post .post-title-meta h2 {
    font-size: 1.5625rem;
  }
}

.blog-single-page .post .meta-info {
  overflow: hidden;
}

.blog-single-page .post .meta-info li {
  float: left;
  margin-right: 50px;
}

.blog-single-page .post .meta-info li:last-child {
  margin-right: 0;
}

.blog-single-page .post .meta-info li a {
  color: #999999;
}

.blog-single-page .post .post-body h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.63em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-body h3 {
    font-size: 1.25rem;
  }
}

.blog-single-page .post .post-body p {
  font-size: 1.125rem;
  margin-bottom: 1.2em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-body p {
    font-size: 1rem;
  }
}

.blog-single-page .post .post-body p:first-child:first-letter {
  font-size: 2.1875rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.blog-single-page .post .gallery-post {
  padding-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-single-page .post .gallery-post {
    padding-top: 20px;
  }
}

.blog-single-page .post .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-page .post .gallery-post .gallery img {
  width: 100%;
}

.blog-single-page .post .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-page .post .gallery-post .gallery > div:last-child {
  width: 39%;
  float: right;
}

/*** tags ***/
.blog-single-page .tag-share {
  overflow: hidden;
  padding: 20px 0 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}

.blog-single-page .tag-share > div {
  display: inline-block;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div {
    display: block;
  }
}

.blog-single-page .tag-share > div > span {
  color: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -10px;
}

.blog-single-page .tag-share > div:first-child {
  float: left;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div:first-child {
    float: none;
  }
}

.blog-single-page .tag-share > div:last-child {
  float: right;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div:last-child {
    float: none;
  }
}

.blog-single-page .tag-share .tag,
.blog-single-page .tag-share .share {
  overflow: hidden;
  display: inline-block;
}

.blog-single-page .tag-share .tag li,
.blog-single-page .tag-share .share li {
  float: left;
}

.blog-single-page .tag-share .tag li:last-child,
.blog-single-page .tag-share .share li:last-child {
  margin-right: 0;
}

.blog-single-page .tag-share .tag a {
  color: #6bbfff;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.blog-single-page .tag-share .tag a:hover,
.blog-single-page .tag-share .tag .active a {
  background: red;
  background: -webkit-linear-gradient(left, #6bbfff, #38a9ff);
  background: -moz-linear-gradient(left, #6bbfff, #38a9ff);
  background: -o-linear-gradient(left, #6bbfff, #38a9ff);
  background: -ms-linear-gradient(left, #6bbfff, #38a9ff);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#6bbfff), to(#38a9ff));
  background: linear-gradient(left, #6bbfff, #38a9ff);
  color: #fff;
}

.blog-single-page .tag-share .share li {
  margin-right: 15px;
}

.blog-single-page .tag-share .share li a {
  font-size: 20px;
  color: #6bbfff;
}

.blog-single-page .tag-share .share li a:hover {
  color: #6bbfff;
}

/*** comments ***/
.blog-single-page .blog-with-sidebar .comments {
  padding: 55px 0 0;
  /*** .article ***/
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments {
    padding: 40px 25px 0;
  }
}

.blog-single-page .blog-with-sidebar .comments > ol {
  padding-left: 0;
}

.blog-single-page .blog-with-sidebar .comments ol {
  list-style: none;
}

.blog-single-page .blog-with-sidebar .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-page .blog-with-sidebar .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
    padding: 20px;
  }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments .article {
  overflow: hidden;
}

.blog-single-page .blog-with-sidebar .comments .article h4 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article h4 {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article p {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article p {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .replay {
  background: #6bbfff;
  background: -webkit-linear-gradient(left, #6bbfff, #38a9ff);
  background: -moz-linear-gradient(left, #6bbfff, #38a9ff);
  background: -o-linear-gradient(left, #6bbfff, #38a9ff);
  background: -ms-linear-gradient(left, #6bbfff, #38a9ff);
  background: -webkit-gradient(linear, left top, right top, from(#6bbfff), to(#38a9ff));
  background: linear-gradient(left, #6bbfff, #38a9ff);
  width: 95px;
  height: 32px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.blog-single-page .blog-with-sidebar .comments .article .replay button {
  background: #fff;
  width: 93px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #6bbfff;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .replay button {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div {
  display: inline-block;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div:last-child {
  font-size: 13px;
  color: gray;
  padding-left: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic {
  width: 10%;
  float: left;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-page .blog-with-sidebar .comment-respond {
  margin-top: 75px;
}

.blog-single-page .blog-with-sidebar .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-single-page .blog-with-sidebar .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-page .blog-with-sidebar .comment-respond form input,
.blog-single-page .blog-with-sidebar .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-single-page .blog-with-sidebar .comment-respond form textarea {
  height: 110px;
}

.blog-single-page .blog-with-sidebar .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
  background: #6bbfff;
  background: -webkit-linear-gradient(left, #6bbfff, #38a9ff);
  background: -moz-linear-gradient(left, #6bbfff, #38a9ff);
  background: -o-linear-gradient(left, #6bbfff, #38a9ff);
  background: -ms-linear-gradient(left, #6bbfff, #38a9ff);
  background: -webkit-gradient(linear, left top, left bottom, from(left), color-stop(#6bbfff), to(#38a9ff));
  background: linear-gradient(left, #6bbfff, #38a9ff);
  font-size: 16px;
  color: #fff;
  text-transform: none;
  padding: 10px 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn:hover {
  background: -webkit-linear-gradient(left, #38a9ff, #6bbfff);
  background: -moz-linear-gradient(left, #38a9ff, #6bbfff);
  background: -o-linear-gradient(left, #38a9ff, #6bbfff);
  background: -ms-linear-gradient(left, #38a9ff, #6bbfff);
  background: -webkit-gradient(linear, left top, right top, from(#38a9ff), to(#6bbfff));
  background: linear-gradient(left, #38a9ff, #6bbfff);
}

.blog-single-page .blog-with-sidebar .comment-respond form .comment-respond-submit {
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .blog-single-page .blog-sidebar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .blog-single-page .blog-sidebar {
    margin-top: 80px;
  }
}

/*# sourceMappingURL=style.css.map */