/*------------------------------------------------------------------
  Template Name: Express - Responsive Creative Template
  Author: BootEx
  Description: Bootstrap eCommerce Template
  Version: 1.0



  [Table of contents]
  -------------------
  01. Main Styles
  02. Header Section
  03. Slider Section
  04. About Section
  05. Services Section
  06. Team Section
  07. Facts Section
  08. Portfolio Section
  09. Pricing Section
  10. Review Section
  11. Blog Section
      - Single Blog Page
  12. Contact Section
  13. Footer Section
  14. Responsive
  --------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:700,900|Poppins');

/* ===================================
   01. Main Styles
====================================== */

html,
body {
	height: 100%;
}

body {
	font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

p {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #777;
}

a{
	font-family: "Poppins", sans-serif;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
}

g4 {
	font-family: "Lato", sans-serif;
    font-size: 5em;
    font-weight: 100;
		color: #17AFF2;
		display: inline;
}

[class*="-section"] {
	overflow: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.spad {
	padding: 80px 0;
}

.section-title {
	margin-bottom: 30px;
	text-align: center;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}

.section-title h2:after {
	content: "";
	position: absolute;
	width: 80px;
	height: 5px;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

.section-title p {
	color: #8c8c8c;
	font-size: 15px;
	font-style: italic;
}

.site-btn {
	position: relative;
	padding: 12px 35px;
	display: inline-block;
	border: 2px solid;
	border-radius: 35px;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.site-btn:hover,
.site-btn:focus {
	color: #fff;
	border: 2px solid;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #171717;
	z-index: 99999;
}

.pre-container {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
/* ===================================
   02. Header Section
====================================== */

.header-section {
	position: absolute;
	width: 100%;
	background-color: transparent;
	z-index: 999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.header-section.fixed {
	position: fixed;
	background: #000;
}

.header-section.fixed .main-menu {
	padding: 10px 0;
	margin-bottom: 0;
}

.logo {
	padding: 0;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.main-menu {
	position: relative;
	padding: 15px 0;
	left: 0;
	top: 0;
	border-radius: 0;
	border: 0;
	z-index: 999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu ul li a {
	font-size: 13px;
	font-family: "Lato", sans-serif;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
	background-color: transparent;
}

.main-menu ul li a:focus {
	color: #fff;
}


/* ===================================
   03. Slider Section
====================================== */

.slider-section {
	position: relative;
	height: 100%;
}

.slider-section:after {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.8;
	z-index: 5;
}

.home-screen-two {
	background: url(../images/slide/1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-screen-two .slide-text {
	position: relative;
	z-index: 6;
	padding-top: 50px;
}

#video-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slider-section .slider-image {
	width: 100%;
	height: 100%;
	position: absolute;
}

.nivo-caption {
	background: transparent none repeat scroll 0 0;
	height: 100%;
	opacity: 1;
}

.slide-text {
	display: table;
	height: 100%;
	width: 100%;
}

.slide-text .middle-text {
	display: table-cell;
	vertical-align: middle;
}

.cap-title {
	margin-bottom: 20px;
}

.cap-title h1 {
	font-family: "Lato", sans-serif;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 0.09em;
	padding-top: 20px;
}

.cap-dec {
	margin-bottom: 20px;
}

.cap-dec p {
	font-size: 17px;
	letter-spacing: 0.03em;
	color: #fff;
}

.cap-readmore a {
	display: inline-block !important;
}

.nivo-controlNav {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 99;
}

.nivo-control {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	margin: 0 5px;
	text-indent: -99999px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nivo-control.active {
	width: 40px;
}


/* ===================================
   04. About Section
====================================== */

.about-text h2 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 35px;
}

.about-text p {
	margin-bottom: 10px;
}


/* ===================================
   05. Services Section
====================================== */

.services-section {
	background: #f9f9f9;
}

.services {
	margin-bottom: -40px;
}

.services .single-item {
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #e6e4e4;
	border-radius: 5px;
	margin-top: 30px;
}

.single-item .icon {
	position: relative;
	width: 70px;
	height: 70px;
	display: table;
	text-align: center;
	margin: -55px auto 15px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.09);
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.single-item:hover .icon {
	background: #fff;
}

.services .single-item i {
	display: table-cell;
	vertical-align: middle;
	font-size: 30px;
	margin-bottom: 10px;
	color: #fff;
}

.services .single-item h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}


/* ===================================
   06. Team Section
====================================== */

.member {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.member:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover:after {
	opacity: 0.7;
}

.member:hover .member-social a {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	opacity: 1;
}

.member:hover .member-name {
	bottom: -50px;
}

.member img {
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.member:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.member-social {
	position: absolute;
	height: 40px;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	perspective: 200px;
	-webkit-perspective: 200px;
	z-index: 5;
}

.member-social a {
	display: inline-table;
	width: 40px;
	height: 40px;
	background: #fff;
	opacity: 0;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.member-social a i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.member-social a:hover {
	color: #fff;
}

.member-name {
	position: absolute;
	width: 100%;
	padding: 10px;
	bottom: 0;
	text-align: center;
	z-index: 3;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.member-name h3 {
	color: #fff;
	font-size: 16px;
}

.member-name h3 span {
	text-transform: uppercase;
	font-size: 14px;
}


/* ===================================
   07. Facts Section
====================================== */

.facts-section {
	background: url(../images/reports-background.jpg)no-repeat scroll 0 0/cover;
	background-attachment: fixed;
	position: relative;
	padding: 0px 0;
}

.facts-section:after,
.review-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
	z-index: 1;
}

.fact {
	padding: 0px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.fact h3 {
	font-weight: 900;
	font-size: 35px;
}

.fact p {
	color: #fff;
}

.fact i {
	color: #272727;
	font-size: 90px;
}


/* ===================================
   08. Portfolio Section
====================================== */

.work {
	margin-bottom: 30px;
}

.work a {
	display: block;
	overflow: hidden;
	position: relative;
}

.work-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	padding: 20px;
}

.work-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}

.work:hover .work-inner:after {
	opacity: 0.8;
}

.work-info {
	text-align: center;
	margin-top: 50%;
	top: -15px;
	position: relative;
}

.work-info p,
.work-info h2 {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.work-info h2 {
	font-size: 20px;
	color: #fff;
	top: -20px;
}

.work-info p {
	font-size: 12px;
	top: 20px;
	font-weight: 700;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.work:hover .work-info p,
.work:hover .work-info h2 {
	opacity: 1;
	top: 0;
}

.portfolio-filter {
	text-align: center;
	list-style: none;
	margin-bottom: 40px;
}

.portfolio-filter li {
	display: inline-table;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 0;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
}

.portfolio-filter li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.portfolio-filter li.active:after {
	width: 100%;
}

.mfp-ready .work-popup {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.mfp-removing .work-popup {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.work-popup {
	max-width: 550px;
	background: #fff;
	position: relative!important;
	margin: 30px auto;
	left: 0!important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.work-popup img {
	width: 100%;
	height: 100%;
}

.work-popup-content {
	padding: 25px;
}

.work-popup-content h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.work-popup-content p {
	text-align: left;
	line-height: 23px;
}

.mfp-close-btn-in .mfp-close {
	position: absolute;
	background: #fff;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
}


/* ===================================
   09. Pricing Section
====================================== */

.pricing-section {
	background: #f9f9f9;
}

.single-plan {
	margin-top: 30px;
	position: relative;
	text-align: center;
	background: #fff;
	padding: 0 20px;
	box-shadow: 0 0 17px 2px rgba(0, 0, 0, 0.1);
	border-top: 5px solid;
}

.single-plan.special {
	border: 5px solid;
}

.plan-name {
	display: inline-block;
	margin-bottom: 30px;
}

.plan-name h2 {
	font-size: 16px;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
}

.plan-price {
	margin-bottom: 30px;
}

.plan-price h3 {
	font-size: 40px;
}

.plan-price span {
	font-size: 16px;
}

.plan-option {
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

.plan-option li {
	margin-top: 10px;
}

.plan-btn.site-btn {
	margin: 20px 0;
}



/* ===================================
   12. Contact Section
====================================== */

.contact-section {
	background: #f9f9f9;
}

.contact-info {
	text-align: center;
}

.con-info {
	margin: 30px 0;
}

.con-info i {
	font-size: 35px;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 15px;
	background: #fff;
	padding-top: 13px;
	border-radius: 50%;
	color: #fff;
	box-shadow: 0 0 17px 3px rgba(0, 0, 0, 0.07);
}

#contact-form {
	position: relative;
}

input,
textarea {
	width: 100%;
	font-family: "Lato", sans-serif;
	margin-bottom: 30px;
	padding: 5px 10px;
	font-size: 14px;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

input {
	height: 50px;
}

textarea {
	min-height: 150px;
	padding: 10px;
}

#form-chack {
	display: none;
	margin: 0 10px;
}

#form-chack.error,
#form-chack.send {
	display: block;
	padding: 7px 15px;
	margin-bottom: 15px;
	font-weight: 700;
	border-radius: 25px;
	color: #fff;
	position: absolute;
	top: -50px;
	height: 35px;
	min-width: 90px;
	text-align: center;
	z-index: 888;
	font-size: 16px;
	left: 15px;
}

#form-chack.error {
	background: #d03636;
}

#form-chack.send {
	background: #00BC58;
}

#map {
	width: 100%;
	height: 350px;
}


/* ===================================
   13. Footer Section
====================================== */

.footer-section {
	text-align: center;
	background: #000;
	padding: 50px 0;
}

.social-links {}

.social-links a {
	display: inline-block;
	color: #fff;
	margin: 3px;
	padding: 3px;
	font-size: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.copyright {}

.copyright p {
	font-size: 13px;
}

.copyright a {}


/* ===================================
  14. Responsive
====================================== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu ul li a {
		padding: 10px 10px;
	}
	.nivoSlider img {
		height: 100% !important;
		width: auto !important;
	}
	.cap-title h1 {
		font-size: 45px;
	}
	.about-image {
		margin-bottom: 30px;
	}
}


/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.nivoSlider img {
		height: 100% !important;
		width: auto !important;
	}
	.about-image {
		margin-bottom: 30px;
	}
	.nivo-controlNav {
		bottom: 0;
	}
	.section-title h2 {
		font-size: 35px;
	}
	.cap-title h1 {
		font-size: 25px;
	}
	.cap-dec p {
		font-size: 14px;
	}
	.site-btn {
		padding: 8px 20px;
		font-size: 14px;
	}
}


/* small mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 28px;
	}
	.cap-title h1 {
		font-size: 25px;
	}
	.cap-dec p {
		font-size: 14px;
	}
	.navbar-nav {
		background: #000;
	}
	.about-text {
		text-align: center;
	}
	.site-btn {
		padding: 7px 19px;
		font-size: 13px;
	}
}

.primary_color, .site-btn, .main-menu ul li.active a, .main-menu ul li a:hover,
.cap-title h1,.single-item:hover .icon i, .member-social a, .fact h3, .review-text h3 span,
.review-controller a, .work-info p, .mfp-close-btn-in .mfp-close, .thumb a,.blog-text h5, .social-links a:hover {
  color: #17AFF2;
}

.primary_bg, .spinner>div, .section-title h2:after, .site-btn:hover,
.site-btn:focus, .nivo-control.active,
.member-social a:hover, .member-social a.site-btn:focus,
.member-name,.single-item .icon, .portfolio-filter li:after, .plan-name h2,
.review-controller a:hover,.con-info i, .thumb a:hover {
  background-color: #17AFF2;
}

.boder_color, .single-plan, .single-blog .entry-content blockquote {
  border-color: #17AFF2 !important;
}
