/**
* 	@template:  eGates
	author: OVERGEN
	version: 1.0

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Services
		+ Quote
		+ Portfolio
		+ Price
		+ clients
		+ Team
		+ Blog
		+ Branding
		+ Contact
		+ Footer

*/
/* -------------------------------------------------------
                     Global
-------------------------------------------------------- */

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                General
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
	list-style: none !important;
	outline: none !important;
}

img{
	width: 100%;
	height: auto;
}

span{
  display: inline-block;
}

a, a:hover, a:focus{
  color: inherit;
}

/* ---------------- Typography -----------------*/

h1{
	font-size: 60px;
}

h2{
	font-size: 50px;
}

h3{
	font-size: 35px;
}

h4{
	font-size: 30px;
}

h5{
	font-size: 25px;
}

h6{
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
  margin: 0;
}


/* ----- vertical middle align ----*/

.v-middle {
    position: absolute;
    width: 100%;
    top: 49%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/* ----- Clear-fix & Buttons ----*/

.clear-fix{
  clear: both !important;
}


/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                Custom Padding / Margins / Fonts/ Social Media
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

/* Custom Margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* Custom Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* Custom Padding top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* Custom Padding top */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.no-padding {
  padding: 0 !important;
}

/* Fonts */

.font-wight-100 {
    font-weight: 100 !important;
}
.font-wight-300 {
    font-weight: 300 !important;
}
.font-wight-400 {
    font-weight: 400 !important;
}
.font-wight-500 {
    font-weight: 500 !important;
}
.font-wight-600 {
    font-weight: 600 !important;
}
.font-wight-700 {
    font-weight: 700 !important;
}
.font-wight-800 {
    font-weight: 800 !important;
}

/* Social Media */

.facebook{
	color: #3b5998
}

.twitter{
	color: #0084b4
}

.youtube{
	color: #bb0000
}

.linkedin{
	color: #007bb6
}

.google{
	color: #dd4b39
}

.instagram{
	color: #e4405f
}

.whatsapp{
	color: #4dc247
}

.github{
	color: #000000
}

.pinterest{
  color: #bd081c
}

.bg-pinterest{
  background-color: #bd081c
}

.bg-facebook{
  background-color: #3b5998
}

.bg-twitter{
  background-color: #0084b4
}

.bg-youtube{
  background-color: #bb0000
}

.bg-linkedin{
  background-color: #007bb6
}

.bg-google{
  background-color: #dd4b39
}

.bg-instagram{
  background-color: #e4405f
}

.bg-whatsapp{
  background-color: #4dc247
}

.bg-github{
  background-color: #000000
}

/**********************************************************************************************
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
                                Preloader
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
***********************************************************************************************/

.loading{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9999999999999;
}

.load-circle {
  margin: 50vh auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 2px solid #42D9E4;
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Anurati";
  src: url("../fonts/anurati-regular.otf");
  src: local("Anurati");
  src: url("../fonts/anurati-regular.otf") format("opentype");
}
@font-face {
  font-family: "FuturaBT";
  src: url("../fonts/futura-bt-book.otf");
  src: local("FuturaBT");
  src: url("../fonts/futura-bt-book.otf") format("opentype");
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #515A5F;
  font-weight: 400;
}

h5, h6 {
  font-weight: 600;
}

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

p {
  color: #888;
  line-height: 1.8;
  font-size: 14px;
}

.section-head {
  margin-bottom: 80px;
}
.section-head .ctit {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #42D9E4;
  margin-bottom: 10px;
  font-weight: 400;
}
.section-head h4 {
  font-weight: 500;
  font-size: 35px;
}

.ctit {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: #515A5F;
}

.bghalf {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.btn-bg-md {
  border: 1px solid #42D9E4;
  background: #42D9E4;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bord-md {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bg-md:hover,
.btn-bord-md:hover {
  border-color: #42D9E4;
  color: #fff;
  background: #42D9E4;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.7);
  z-index: 1;
}
.overlay .container, .overlay .container-fluid {
  position: relative;
  height: 100%;
  z-index: 7 !important;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #515A5F;
  z-index: 99999999;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}

.cd-title h1 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .cd-title {
    line-height: 250px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-title {
    height: 200px;
    line-height: 300px;
  }

  .cd-title h1 {
    font-size: 3rem;
  }
}
.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
  font-weight: 400;
}

/* -------------------------------------------------------
                     Navbar
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > li {
  font-size: 14px;
  margin: 20px 20px 0;
  padding: 5px 10px;
  background: none;
  cursor: pointer;
  position: relative;
}
.navbar-default .navbar-nav > li .active {
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 0 10px #f1f1f1;
          box-shadow: 0 0 10px #f1f1f1;
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .logo {
  color: #124050;
  padding-top: 5px;
    visibility: visible;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}
.nav-scroll .navbar-nav>li .active {
  border-bottom: 1px solid #124050 !important;
  padding-bottom: 1px !important;
  color: #124050!important;
}

.logo {
  /*font-weight: 700;*/
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
  font-family: 'FuturaBT', sans-serif !important;
  /*text-transform: uppercase;*/
  cursor: pointer;
    visibility: hidden;
}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.sub-header {
  height: 60vh;
  background-image: url("../img/blog/blog-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}
.sub-header:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 1;
}
.sub-header .v-middle {
  z-index: 8;
}

.demo1 {
  background-image: url("../img/backgrounds/bg1.jpg");
}
.demo1 .caption {
  color: #fff;
  margin-top: 50px;
}
.demo1 .caption h5 {
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}
.demo1 .caption h2 {
  font-weight: 300;
  font-size: 45px;
  margin: 30px auto;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.demo1 .caption h2 span {
  font-weight: 600;
}
.demo1 .caption a {
  margin: 5px;
  letter-spacing: 1px;
}

/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */
.hero {
  padding-bottom: 0;
}
.hero .hero-head {
  padding-bottom: 100px;
}
.hero .hero-head h6 {
  margin-bottom: 15px;
}
.hero .hero-head h1 {
  font-size: 20px;
  font-weight: 300;
  color: #888;
  line-height: 1.8;
}
.hero .hero-head h1 span {
  color: #42D9E4;
}
.hero .hero-head .cd-headline.clip .cd-words-wrapper::after {
  display: none;
}
.hero .block {
  position: relative;
  background-image: url("../img/backgrounds/2.jpg");
  background-repeat: repeat;
  background-position: center center;
}
.hero .block .bgone {
  background-image: url("../img/backgrounds/about-bg.jpg");
  background-attachment: fixed;
  background-position: left center !important;
}
.hero .block .bgone:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(237, 237, 237, 0.2);
}
.hero .block .block-cont {
  padding: 100px 30px 50px;
  overflow: hidden;
}
.hero .block .block-cont h5 {
  margin-bottom: 15px;
  font-size: 25px;
}
.hero .block .block-cont > p {
  margin-bottom: 50px;
}
.hero .block .block-cont .item {
  margin-bottom: 50px;
}
.hero .block .block-cont .item .icon {
  float: left;
  font-size: 30px;
  color: #42D9E4;
}
.hero .block .block-cont .item .item-info {
  margin-left: 50px;
}
.hero .block .block-cont .item .item-info h6 {
  margin-bottom: 10px;
}

/* -------------------------------------------------------
                    Services
-------------------------------------------------------- */
.services .item {
  padding: 30px 10px;
}
.services .item .icon {
  font-size: 40px;
  color: #42D9E4;
  margin-bottom: 20px;
}
.services .item h6 {
  margin-bottom: 15px;
}
.services .bord {
  margin: 15px auto;
  width: 100%;
  border-top: 1px solid #f4f4f4;
}
.services .middle {
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}

/* -------------------------------------------------------
                    Quote
-------------------------------------------------------- */
.quote {
  background-image: url("../img/backgrounds/3.jpg");
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 120px 0;
  text-align: center;
}
.quote p {
  color: #eee;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}
.quote i {
  color: #999;
  padding: 0 5px;
  font-size: 18px;
}
.quote span {
  color: #42D9E4;
}

.quote.overlay:after {
  background: rgba(12, 12, 12, 0.4);
}

/* -------------------------------------------------------
                     Portfolio
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  padding: 0 10px;
  margin: 0 15px;
  color: #999;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.portfolio .filtering .active {
  color: #111;
}
.portfolio .item-img {
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:after {
  content: "";
  width: 100%;
  height: 300%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  top: -30%;
  left: -100%;
  opacity: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
  z-index: 9;
}
.portfolio .item-img:hover:after {
  left: 120%;
  opacity: 1;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img:hover h6, .portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .item-img h6 {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icons {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .item-img .icon:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                    Price
-------------------------------------------------------- */
.price {
  background: #f4f4f4;
}
.price .item {
  background: #fff;
  padding: 50px;
}
.price .item .type {
  margin: 0 0 50px;
}
.price .item .mount {
  margin: 0 0 50px;
}
.price .item .mount h3 {
  font-size: 60px;
  font-weight: 700;
}
.price .item .mount h3 span {
  font-size: 30px;
  font-weight: 400;
  padding-right: 5px;
}
.price .item .features {
  margin: 0 0 50px;
}
.price .item .features p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.4;
  border-bottom: 1px solid #f8f8f8;
}
.price .item .features p:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.price .item .features p span {
  padding-right: 15px;
}
.price .item .features p .good {
  color: #75B212;
}
.price .item .features p .false {
  color: #FB3E14;
}
.price .item .order div {
  border-radius: 20px;
  padding: 10px;
  width: 90%;
  background: #51515f;
  border-color: #51515f;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .item .order div:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.price .spacial {
  position: relative;
  overflow: hidden;
}
.price .spacial .pop {
  background: #42D9E4;
  padding: 10px 0;
  text-align: center;
  width: 200px;
  position: absolute;
  top: 35px;
  right: -50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price .spacial .pop h6 {
  color: #fff;
  font-size: 12px;
}
.price .spacial .mount {
  color: #42D9E4;
}
.price .spacial .order div {
  background: #42D9E4;
  border-color: #42D9E4;
}

/* -------------------------------------------------------
                    Clients
-------------------------------------------------------- */
.clients {
  background-image: url("../img/backgrounds/6.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.clients .client-say {
  color: #fff;
}
.clients .client-say span {
  font-size: 40px;
  margin-bottom: 30px;
}
.clients .client-say .client-item p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ccc;
  font-style: italic;
  font-family: 'Lora', serif;
  margin-bottom: 15px;
}
.clients .client-say .client-item h6 {
  color: #42D9E4;
  margin-bottom: 15px;
}
.clients .client-say .client-item h5 {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 30px;
}
.clients .owl-theme .owl-dots span {
  width: 2px;
  height: 10px;
  background: #eee;
  margin: 0 5px;
}
.clients .owl-theme .owl-dots .active span {
  height: 18px;
  background: #42D9E4;
}

.clients.overlay:after {
  background: rgba(12, 12, 12, 0.4);
}

/* -------------------------------------------------------
                    Team
-------------------------------------------------------- */
.team .item {
  position: relative;
  margin-bottom: 50px;
}
.team .item:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.team .item .info {
  padding-top: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .info h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #42D9E4;
}
.team .item .info h6 {
  font-size: 16px;
  margin-bottom: 30px;
}
.team .item .social-icon {
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .item .social-icon span {
  margin: 10px;
  opacity: 0;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team .item .social-icon span:hover {
  color: #42D9E4;
}
.team .item .social-icon .totop {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.team .item .social-icon .tobotm {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.team .item:hover .social-icon {
  opacity: 1;
}
.team .item:hover .totop, .team .item:hover .tobotm {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

/* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */
.blog {
  background: #f4f4f4;
}
.blog .item {
  text-align: center;
}
.blog .item .img {
  position: relative;
}
.blog .item .img .date {
  position: absolute;
  top: 0px;
  left: 20px;
  text-align: center;
  padding: 10px;
  line-height: 22px;
  background: #fff;
}
.blog .item .img .date span {
  font-size: 12px;
  display: block;
}
.blog .item .content {
  padding: 30px 20px;
  background: #fff;
}
.blog .item .content h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog .item .content p {
  margin-bottom: 20px;
}
.blog .item .content span {
  background: transparent;
  color: #42D9E4;
}
.blog .item .content span i {
  -webkit-transition: all .5s;
  transition: all .5s;
  padding-left: 2px;
}
.blog .item .content span:hover i {
  padding-left: 10px;
}
.blog .owl-theme .owl-nav {
  margin-top: 30px;
}
.blog .owl-theme .owl-nav [class*=owl-] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.posts {
  padding-right: 15px;
}
.posts .item {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #eee;
}
.posts .item .content .post-img {
  margin-bottom: 50px;
  width: 100%;
  overflow: hidden;
}
.posts .item .content .post-img img {
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .post-img img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.posts .item .content .post-info h5 {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.posts .item .content .post-info .spacial {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
  padding: 30px;
  margin: 10px auto;
  border-left: 4px solid #42D9E4;
}
.posts .item .content .mor-inf {
  margin-bottom: 30px;
}
.posts .item .content .mor-inf li {
  display: inline-block;
  margin-right: 15px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}
.posts .item .content .mor-inf li a:hover {
  color: #42D9E4;
}
.posts .item .content .mor-inf li .icon {
  margin-right: 5px;
}
.posts .item .content .more {
  padding: 12px 30px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .item .content .more:hover {
  background: #42D9E4;
}
.posts .item .content .share .shar {
  border: 1px solid #ccc;
}
.posts .item .content .share span {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  line-height: 30px;
}
.posts .item .content .share span:hover {
  color: #42D9E4;
}
.posts .comm {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.posts .comm .comm-item {
  margin-bottom: 50px;
}
.posts .comm .comm-item .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  background: #eee;
}
.posts .comm .comm-item .comnts {
  margin-left: 70px;
}
.posts .comm .comm-item .comnts h6 {
  margin-bottom: 5px;
}
.posts .comm .comm-item .comnts span {
  font-size: 11px;
  color: #888;
  margin-right: 15px;
  margin-bottom: 15px;
}
.posts .comm .comm-item .comnts span i {
  margin-right: 5px;
}
.posts .comm .comm-reply {
  margin-left: 70px;
}
.posts .lev-comm input, .posts .lev-comm textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  margin-bottom: 15px;
  font-size: 12px;
}
.posts .lev-comm textarea {
  height: 140px;
  max-width: 100%;
  max-height: 140px;
}
.posts .lev-comm input[type="submit"] {
  background: #222;
  border-color: #222;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .lev-comm input[type="submit"]:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.posts .numb span {
  padding: 10px 16px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #888;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.posts .numb span:hover {
  background: #42D9E4;
  border-color: #42D9E4;
  color: #fff;
}
.posts .numb .active {
  border-color: #42D9E4;
  color: #555;
}

.side-bar {
  padding-left: 15px;
}
.side-bar .widget {
  margin-bottom: 80px;
}
.side-bar .widget .search {
  position: relative;
}
.side-bar .widget .search input {
  width: 100%;
  padding: 9px;
  font-size: 14px;
  border: 1px solid #eee;
}
.side-bar .widget .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
  font-size: 13px;
}
.side-bar .widget .search .icon {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #ddd;
}
.side-bar .widget .about-bar img {
  margin-bottom: 30px;
}
.side-bar .widget .follow span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 14px;
  color: #777;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .follow span:hover {
  border-color: #42D9E4;
  background: #42D9E4;
  color: #fff;
}
.side-bar .widget .lpost .item {
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget .lpost .sm-img {
  width: 30%;
  float: left;
}
.side-bar .widget .lpost .info {
  margin-left: 35%;
}
.side-bar .widget .lpost .info h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.side-bar .widget .lpost .info span {
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
}
.side-bar .widget .catg h5 {
  font-size: 13px;
  margin-bottom: 15px;
  color: #888;
  padding-left: 15px;
  position: relative;
}
.side-bar .widget .catg h5:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "FontAwesome";
  color: #42D9E4;
}
.side-bar .widget .catg h5 span {
  float: right;
}
.side-bar .widget .tags span {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #42D9E4;
  color: #42D9E4;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.side-bar .widget .tags span:hover {
  background: #42D9E4;
  color: #fff;
}

.side-tit {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.side-tit h6 {
  font-size: 14px;
  color: #333;
}

.column {
  padding-right: 0 !important;
}
.column .item .content {
  margin-left: 0 !important;
}

/* -------------------------------------------------------
                    Branding
-------------------------------------------------------- */
.plugins .item {
  padding: 30px;
  border-right: 1px solid #f4f4f4;
}
.plugins .item:hover img {
  opacity: 1;
  /*-webkit-filter: grayscale(0);
  filter: none;*/
}
.plugins .item img {
  width: auto;
  opacity: .75;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1); */
}
.plugins .bord {
  width: 100%;
  margin: 10px auto;
  border-bottom: 1px solid #f4f4f4;
}
.plugins .no-bord {
  border: 0;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact .info {
  /*background-image: url("../img/backgrounds/7.jpg");
  background-attachment: fixed;*/
  background-size: cover;
  position: relative;
  color: #eee;
  padding: 80px 0;
}
.contact .info .item span {
  float: left;
  font-size: 30px;
  color: #42D9E4;
  padding-top: 10px;
}
.contact .info .item .cont {
  margin-left: 50px;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #888;
}
.contact .info .item .cont h6 {
  font-size: 11px;
  color: #eee;
  margin-bottom: 10px;
}
.contact .info .item .cont h5 {
  font-size: 16px;
  font-weight: 400;
}
.contact .overlay:after {
  background: rgba(12, 12, 12, 0.9);
}
.contact .tabs .tabs-icon {
  overflow: hidden;
  margin-bottom: 80px;
}
.contact .tabs .tabs-icon li {
  width: 33.33333%;
  float: left;
  cursor: pointer;
  opacity: .5;
}
.contact .tabs .tabs-icon li span {
  font-size: 30px;
  color: #42D9E4;
  margin-bottom: 10px;
}
.contact .tabs .tabs-icon .active {
  opacity: 1;
}
.contact .tabs .content {
  padding-bottom: 100px;
}
.contact .tabs .content .item {
  display: none;
}
.contact .tabs .content .active {
  display: block;
}
.contact .tabs .content .form input, .contact .tabs .content .form textarea {
  width: 100%;
  border: 0;
  background: #f4f4f4;
  padding: 10px;
}
.contact .tabs .content .form textarea {
  height: 140px;
  min-width: 100%;
  min-height: 140px;
}
.contact .tabs .content .form input[type="submit"] {
  background: #51515f;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .tabs .content .form input[type="submit"]:hover {
  background: #42D9E4;
}
.contact .tabs .content .map iframe {
  width: 100%;
  height: 400px;
}
.contact .tabs .content .subscribe {
  margin: 0 auto 50px;
  width: 80%;
}
.contact .tabs .content .subscribe input[type="email"] {
  width: calc(100% - 110px);
  padding: 8px 60px 8px 8px;
  border: 1px solid #f4f4f4;
}
.contact .tabs .content .subscribe input[type="submit"] {
  padding: 8px 0;
  text-align: center;
  width: 110px;
  background: #51515f;
  color: #fff;
  border: 1px solid #51515f;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .tabs .content .subscribe input[type="submit"]:hover {
  background: #42D9E4;
  border-color: #42D9E4;
}
.contact .tabs .content .social {
  text-align: center;
}
.contact .tabs .content .social span {
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  opacity: .5;
}
.contact .tabs .content .social span:hover {
  opacity: 1;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  background: #124050;
  color: #fff;
}
footer .main-footer {
  padding: 30px 0;
}
footer .main-footer .logo {
  margin-bottom: 30px;
  display: block;
}
footer .main-footer .logo img {
  width: 100px;
}
footer .main-footer .social-icon a {
  font-size: 20px;
}
footer .main-footer .social-icon span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #124050;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .main-footer .social-icon span:hover {

  color: #124050;
  background: #fff !important;;
}
footer .sub-footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #124050;
}

footer .sub-footer p {
  color: #fff;
}

/* -------------------------------------------------------
                   Google play button
-------------------------------------------------------- */
.normal-play {
    width: auto;
    height: 60px;
}

.float-play{
    position:fixed;
    width:140px;
    height:42px;
    bottom:40px;
    right:40px;
    border-radius:10px;
    text-align:center;
    box-shadow: 2px 2px 3px #c7c7c7cc;
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
