@charset "utf-8";
/* CSS Document 
Project Name: Biggest    
Version:  1.0
*/

/* - TABLE OF CONTENT -

01. Imported CSS
        - Google Fonts
        - Other Imported CSS
02. General CSS 
        - Common CSS
        - Form CSS
        - Btn CSS
        - Background Over Layer CSS
        - Default Title CSS
        - Preloader CSS
        - Scrollup CSS
03. Header CSS
04. Slider CSS
05. About CSS
06. Separator CSS
07. Service CSS
08. Counter CSS
09. Portfolio CSS
        - Item Hover CSS
        - Featherlight CSS
10. Pricing Table CSS
11. Team CSS
12. Testimonial CSS
13. Blog CSS
14. Newsletter CSS
15. Brand CSS
16. Contact CSS
17. Footer CSS


*/

/* = Imported CSS = */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/* Other Imported CSS */
@import "../css/pogo-slider.css";
@import "../css/animations.css";
@import "../css/slick.css";
@import "../css/slick-theme.css";
@import "../css/featherlight.gallery.min.css";
@import "../css/featherlight.min.css";
/* = General CSS  = */

body {
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #424242;
}
/* Common CSS */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #2d2d2d;
	line-height: 1.1;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: capitalize;
}
p {
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
/* Form CSS */
.form-control {
	height: 40px;
	margin-bottom: 30px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.form-control:focus {
	border-color: #999999;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
::-webkit-input-placeholder {
 color: #676767 !important;
}
::-moz-placeholder {
 color: #676767 !important;
}
::-o-placeholder {
 color: #676767 !important;
}
:-ms-input-placeholder {
 color: #676767 !important;
}
input:-moz-placeholder {
 color: #676767 !important;
}
 .newsletter-col ::-webkit-input-placeholder {
 color: #ffffff !important;
}
.newsletter-col ::-moz-placeholder {
 color: #ffffff !important;
}
.newsletter-col ::-o-placeholder {
 color: #ffffff !important;
}
.newsletter-col :-ms-input-placeholder {
 color: #ffffff !important;
}
.newsletter-col input:-moz-placeholder {
 color: #ffffff !important;
}
.section-default {
	padding: 120px 0 90px;
	position: relative;
}
.col-default {
	margin-bottom: 30px;
}
/* Btn CSS */
.simple-btn {
	padding: 12px 30px;
	border-radius: 0;
	border: none;
	background: #1e93e2;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.simple-btn:hover {
	color: #ffffff;
	background: #111111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* Background Over Layer CSS */

.over-layer-black {
	position: relative;
}
.over-layer-black:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.over-layer-white {
	position: relative;
}
.over-layer-white:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.85);
}
/* Default Title CSS */
.default-title {
	margin-bottom: 60px;
}
.default-title h2 {
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.default-title h2 span {
	color: #1e93e2;
}
.default-title p {
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
}
/* Preloader CSS */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #ffffff url('../images/load.gif') no-repeat center center;
}
/* Section Arrow Css */
.left-top-arrow {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom:  180px solid transparent;
	border-right: 180px solid transparent;
	border-left: 180px solid rgba(0, 197, 204, 0.1);
}
.right-top-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom:  180px solid transparent;
	border-left: 180px solid transparent;
	border-right: 180px solid rgba(0, 197, 204, 0.1);
}
/* = Header CSS = */
.main-header-block {
	position: relative;
	overflow-x: hidden;
}
.main-navigation {
	background: #ffffff;
	border-bottom: none;
	border-top:2px solid #1e93e2;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main-navigation .navbar-nav {
	text-align: right;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top-nav-collapse {
	background: #ffffff;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.top-nav-collapse .navbar-nav {
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main-navigation .navbar-nav>li {
	float: none;
	display: inline-block;
}
.main-navigation.top-nav-collapse {
	background: #ffffff;
	-webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.6);
}
.main-navigation .navbar-brand {
	padding: 0;
	margin-left: 0 !important;
}
.main-navigation .navbar-brand>a img {
	width: 120px;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.main-navigation .navbar-nav>li>a {
	text-transform: uppercase;
	color: #333333;
	padding: 10px 0;
	margin-top: 5px;
	margin-left: 22px;
	letter-spacing: 1px;
}
.main-navigation.top-nav-collapse .navbar-nav>li>a {
	color: #111111;
}
.main-navigation .navbar-nav>li>a:hover {
	color: #1e93e2;
}
.main-navigation .navbar-nav>.active>a, .main-navigation .navbar-nav>.active>a:focus, .main-navigation .navbar-nav>.active>a:hover {
	background: transparent;
	color: #1e93e2;
}
.navbar-nav>.active>a {
	color: #1e93e2 !important;
}
.main-navigation .navbar-right {
	margin-right: 0;
}
/* = Slider CSS = */
.main-slider-area {
	margin-top: 78px;
}
.pogoSlider-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.6);
}
.silder-elements {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
	padding-right: 100px;
	padding-left: 100px;
}
.slider-main-title {
	font-size: 36px !important;
	padding-top: 19% !important;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	line-height: 1.2;
}
.slider-main-title span {
	color: #1e93e2;
	font-size: 48px !important;
}
.slider-para {
	color: #ffffff;
	font-size: 16px !important;
	margin-bottom: 30px !important;
}
.join-btn {
	background: transparent;
	;
	font-size: 14px !important;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	padding: 12px 30px !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.join-btn:hover {
	background: #1e93e2;
	border-color: #1e93e2;
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pogoSlider--navBottom .pogoSlider-nav {
	display: none;
}
/* = About CSS = */
.about-area {
	overflow-x: hidden;
}
.about-us-title {
	padding: 10px 40px 10px 20px;
	border-left: 3px solid #1e93e2;
	display: inline-block;
	margin-bottom: 25px;
}
.about-us-title h2 {
	margin-bottom: 0;
	font-size: 42px;
}
.about-us-title p {
	color: #a5a5a5;
	text-transform: capitalize;
}
.about-us-small-col h4 {
	margin-top: 25px;
	padding: 10px 40px 10px 20px;
	border-left: 3px solid #1e93e2;
	display: inline-block;
}
.about-us-small-col ul li {
	font-weight: bold;
	color: #2d2d2d;
	margin-bottom: 7px;
}
.about-us-small-col ul li:last-child {
	margin-bottom: 0;
}
.about-us-small-col ul li i {
	margin-right: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.about-us-small-col ul li:hover i {
	color: #1e93e2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Separator CSS = */
.cta-section {
	background: url(../images/bg/1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
}
.separator-col h2 {
	color: #1e93e2;
	font-size: 27px;
	margin-bottom: 30px;
}
.separator-col p {
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 2px;
}
/* = Service CSS = */
.service-block-item {
	text-align: center;
	background: #f5f5f5;
	padding: 30px 20px;
}
.service-block-item i {
	font-size: 50px;
	color: #111111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-block:hover i {
	color: #1e93e2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-block-item h3 {
	margin-bottom: 20px;
	margin-top: 10px;
}
.service-block {
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-block:hover {
	-ms-transform: scale(1.05); /* IE 9 */
	-webkit-transform: scale(1.05); /* Safari */
	transform: scale(1.05); /* Standard syntax */
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.arrow-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-right: 50px solid transparent;
	border-left: 50px solid rgba(0, 197, 204, 0.1);
}
.arrow-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 50px solid transparent;
	border-left: 50px solid transparent;
	border-right: 50px solid rgba(0, 197, 204, 0.1);
}
.service-block .animated-bdr {
	width: 1%;
	height: 3px;
	margin: auto;
	background: transparent;
	margin-top: -3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-block:hover .animated-bdr {
	width: 100%;
	background: #1e93e2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Counter CSS = */
.counter-area {
	padding: 100px 0 70px;
	position: relative;
	background: url(../images/bg/2.jpg);
	background-size: cover;
	background-position: center;
}
.counter-area .counter-block {
	position: relative;
	text-align: center;
	padding: 30px 20px;
	border-bottom:1px solid rgba(255, 255, 255, 0.3);
	color: #111111;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.counter-area .counter-block:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.left-arrow-small {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 30px solid transparent;
	border-right: 30px solid transparent;
	border-left: 30px solid rgba(0, 197, 204, 0.1);
}
.counter-area .counter-block .counter {
	color: #1e93e2;
	font-size: 36px;
	margin-bottom: 10px;
}
.counter-area .counter-block p {
	color: #ffffff;
	text-transform: capitalize;
}
/* = Portfolio CSS = */
.portfolio-area.section-default {
	padding: 120px 0 120px;
}
.portfolio-nav {
	float: none;
	text-align: center;
	margin-bottom: 30px;
}
.portfolio-nav li {
	display: inline-block;
	cursor: pointer;
	margin-right: 6px;
	margin-left: 6px;
	padding: 4px 18px;
	border-radius: 40px;
	border:1px solid #ccc;
	text-transform: capitalize;
	font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
	color: #1e93e2;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.filtr-item {
	width: 33.25%;
	padding: 4px;
}
/* Item Hover CSS */
.hover-me {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.hover-layer {
	width: 90%;
	height: 90%;
	margin: 0 auto;
	margin-top: 4%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	-ms-transform: scale(0); /* IE 9 */
	-webkit-transform: scale(0); /* Safari */
	transform: scale(0); /* Standard syntax */
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hover-me:hover .hover-layer {
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1); /* Standard syntax */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hover-me-content {
	margin-top: -35px;
}
.hover-me-content a i {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 111;
	margin-top: -15px;
	text-align: center;
	color: #1e93e2;
	font-size: 32px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hover-me:hover .hover-me-content a i {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.hover-me-content p a {
	color: #ffffff;
	text-transform: capitalize;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover-me:hover .hover-me-content p a {
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hover-me .thumbnail {
	padding: 0;
	border-radius: 0;
	border: none;
	margin-bottom: 0;
	background: transparent;
	display: inline-block;
}
/* Featherlight CSS */
.featherlight .featherlight-content {
	padding: 10px;
	border-bottom: none;
}
.featherlight-next span {
	right: -2%;
}
.featherlight-previous {
	right: 88%;
	top: 10px;
	left: 10px;
	bottom: 10px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featherlight-next {
	left: 88%;
	top: 10px;
	right: 10px;
	bottom: 10px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featherlight-next:hover, .featherlight-previous:hover {
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featherlight-next span, .featherlight-previous span {
	font-size: 30px;
	color: #ffffff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.featherlight .featherlight-close-icon {
	background: #000000;
	color: #ffffff;
	right: 20px;
	top: 20px;
	font-size: 16px;
	border: 1px solid #ffffff;
	padding: 0 5px;
}
/* = Pricing Table CSS = */
.pricing-table-section {
	background: url(../images/bg/3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pricing-table-section .default-title h2 {
	color: #ffffff;
}
.pricing-table-section .default-title p {
	color: #cacaca;
}
.pricing-col {
	text-align: center;
	background: #ffffff;
}
.pricing-header {
	background: #1e93e2;
	padding: 45px 15px 30px 15px;
	position: relative;
}
.recommended-pricing {
	padding: 5px 15px;
	position: absolute;
	right: -29px;
	top: 29px;
	background: #ffffff;
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari */
	transform: rotate(90deg);
}
.recommended-pricing p {
	font-size: 12px;
	color: #000000;
	text-transform: capitalize;
}
.pricing-header .our-price {
	color: #ffffff;
	font-size: 70px;
	position: relative;
	display: inline-block;
	margin-bottom: 0px;
}
.pricing-header h4 {
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.pricing-content {
	border-top: none !important;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.pricing-content ul {
	padding: 20px 0 20px 0;
}
.pricing-content ul li {
	padding: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.pricing-content ul li:last-child {
	border-bottom: none;
}
.pricing-footer .btn {
	background: #1e93e2;
	color: #ffffff;
	border-color: #ffffff;
	border: none;
	border-radius: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pricing-footer .btn:hover {
	color: #ffffff !important;
	background: #111111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Team CSS = */
.team-area.section-default {
	padding: 120px 0;
	position: relative;
}
.team-member {
	position: relative;
	text-align: center;
	overflow: hidden;
	border-radius:10px;
	margin: 0 15px;
}
.team-member img {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member:hover img {
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.member-name {
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 15px;
	position: absolute;
	bottom: -50%;
	left: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member:hover .member-name {
	bottom: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.member-name h4 {
	color: #ffffff;
	margin-bottom: 0;
	font-weight: normal;
}
.member-name span {
	color: #1e93e2;
	font-size: 12px;
}
.team-member-social-link {
	position: absolute;
	top: -80%;
	left: 50%;
	margin-left: -40%;
	width: 80%;
	background: transparent;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member:hover .team-member-social-link {
	position: absolute;
	top: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member-social-link i {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	color: #ffffff;
	background: #1e93e2;
	border-radius: 4px;
	font-size: 18px;
	line-height: 40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.team-member-social-link i:hover {
	background: #05a5ac;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Testimonial CSS = */
.testimonial-section {
	padding: 100px 0 70px;
	background: url(../images/bg/4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	position: relative;
}
.testimonial-section .default-title h2 {
	color: #ffffff;
}
.testimonial-section .default-title p {
	color: #e4e4e4;
}
.slick-slide {
	outline: none;
}
.brand-carousel .slick-slide img {
	background-color:#fff;
	padding:10px;
	border:1px solid #e8e7e7;
}
.slick-dots li {
	margin: 0 2px;
}
.slick-dots li button:before {
	font-size: 12px;
}
.testimonial-carousel .slick-dots li button:before {
	color: #ffffff;
	opacity: 1;
}
.testimonial-carousel .slick-dots li.slick-active button:before {
	color: #1e93e2;
	background-color:#1e93e2;
}
.testimonial-block {
	padding: 0px 40px 50px;
	text-align: center;
}
.testimonial-block img {
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius:6px;
	border:2px solid #fff;
}
.testimonial-block h4 {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}
.testimonial-block span {
	color: #1e93e2;
	font-size: 14px;
	letter-spacing: 1px;
	font-style: italic;
}
.testimonial-block p {
	margin-top: 10px;
	color: #ffffff;
}
.item-numbar {
	width: 100px;
	height: 100px;
	background: rgba(42, 194, 224, 0.5);
	text-align: center;
	position: absolute;
	top: -200px;
	left: 50%;
	margin-left: -50px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Blog CSS = */
.blog-section {
	text-align: center;
}
.blog-block {
	border-bottom:2px solid #ccc;
	padding:4px 10px 8px 10px;
	margin-bottom:10px;
}
.blog-block-img {
	position: relative;
	overflow: hidden;
}
.blog-block-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-block:hover .blog-block-img img {
	-ms-transform: scale(1.2); /* IE 9 */
	-webkit-transform: scale(1.2); /* Safari */
	transform: scale(1.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.publisd-date {
	position: absolute;
	top: 0;
	right: 0px;
	background: #1e93e2;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.blog-block:hover .publisd-date {
	background: #111111;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.publisd-date h4 {
	color: #ffffff;
	font-size: 16px;
	padding: 8px 25px;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.blog-block h3 {
	margin-top: 20px;
}
.blog-block h3 a {
	color: #333333;
}
.blog-block h3 a:hover {
	color: #1e93e2;
}
.blog-block ul li {
	display: inline-block;
}
.blog-block ul li i {
	margin-right: 8px;
	color: #1e93e2;
}
.blog-block ul li a {
	color: #111111;
	text-transform: capitalize;
}
.blog-block ul li a:hover {
	color: #1e93e2;
}
.blog-block p {
	margin-top: 10px;
}
/* Blog Single */
.blog-single-section {
	padding: 100px 0 70px;
	text-align: left;
}
.blog-single-section .blog-block {
	background: transparent;
}
.blog-single-section .blog-block-date {
	margin-top: 30px;
	margin-bottom: 10px;
}
.blog-single-section .blog-block-date ul li {
	margin-right: 20px;
}
.blog-single-section .blog-block-content p {
	margin-bottom: 0;
}
.highlight-text {
	padding: 20px;
	border:1px solid #F5F5F5;
	margin-bottom: 30px;
	margin-top: 30px;
}
.highlight-text p {
	font-weight: bold;
	margin-bottom: 0;
	color: #353535;
}
.comment-row {
	margin-bottom: 60px;
}
.comment-row h3 {
	margin-bottom: 50px;
	margin-top: 20px;
}
.comment-row h3 a {
	font-size: 18px;
	color: #111111;
}
.comment-item {
	margin-bottom: 30px;
	position: relative;
	padding-left: 100px;
	padding-bottom:8px;
	border-bottom:1px dashed #d7d7d7;
}
.comment-item img {
	width: 80px;
	height: 80px;
	position: absolute;
	border:2px solid #1e93e2;
	left: 0;
	top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.comment-item h5 {
	font-size: 18px;
	margin-bottom: 10px;
}
.comment-item a i {
	color: #1e93e2;
}
.form-section .hvr-bounce-to-right {
	margin-top: 0;
	margin-bottom: 0;
}
.middel-item {
	margin-left: 50px;
}
.form-section .btn {
	margin-bottom: 30px;
}
/* Sidebar start */
.sidebar {
	margin-bottom: 30px;
}
.sedebar-title {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
}
.sidebar-search-block {
	margin-bottom: 50px;
}
.sidebar-search-block .form-control {
	color: #666666;
	background: #e6e6e6;
	border: none;
	height: 50px;
	box-shadow: none;
	font-size: 14px;
	text-transform: uppercase;
}
.sidebar-search-block .input-group-btn .btn {
	border-radius: 0;
	height: 50px;
	width: 60px;
	background: #1e93e2;
}
.sidebar-search-block .input-group-btn .btn i {
	font-size: 28px;
	color: #ffffff;
}
.sidebar-search-block .input-group-btn .btn:hover {
	background: #111111;
}
.categories-block {
	margin-bottom: 50px;
}
.categories-block ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #E6E6E6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories-block ul li:last-child {
	border-bottom: none;
}
.categories-block ul li:hover {
	border-color: #1e93e2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories-block ul li a {
	color: #676767;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories-block ul li:hover a {
	color: #1e93e2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.categories-block ul li:hover span {
	color: #1e93e2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.latest-news-block {
	margin-bottom: 50px;
}
.latest-news-block ul li {
	border-bottom: 1px dashed #E6E6E6;
	margin-bottom: 20px;
	padding-bottom: 20px
}
.latest-news-block ul li:last-child {
	border-bottom: none;
}
.news-item {
	position: relative;
	padding-left: 100px;
}
.news-item img {
	width: 80px;
	height: 80px;
	position: absolute;
	border: 2px solid #1e93e2;
	border-radius: 4px;
	left: 0;
	top: 0;
}
.news-item h4 {
	margin-bottom: 5px;
}
.news-item h4 a {
	color: #1e93e2;
	font-size: 15px;
}
.sidebar-box-tags {
	margin-bottom: 50px;
}
.sidebar-box-tags a {
	padding: 10px 18px;
	background: transparent;
	border: 1px solid #E6E6E6;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline-block;
	text-transform: uppercase;
	color: #676767;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-box-tags a:hover {
	border-color: #1e93e2;
	background: #1e93e2;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.preview {
	margin-bottom: 50px;
}
/* = Newsletter CSS = */
.newsletter-section {
	background-image:url(../images/bg/5.jpg);
	background-size: inherit;
	background-repeat:repeat;
}
.newsletter-col h3 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.newsletter-col h3 span {
	color: #1e93e2;
}
.newsletter-col .form-control {
	height: 50px;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	color: #ffffff;
}
.newsletter-col .input-group .btn {
	width: 130px;
	height: 50px;
	border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	background: #1e93e2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.newsletter-col .input-group .btn:hover {
	background: #ffffff;
	color: #1e93e2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
/* = Brand CSS START = */
.brand-section {
	padding: 80px 0;
	background: #f5f5f5;
}
.brand-section .brand-carousel .slick-slide {
	padding-left: 15px;
	padding-right: 15px;
}
/* = Contact CSS = */
.contact-section {
	overflow: hidden;
}
.contact-us-title h2 {
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.contact-us-title h2 span {
	color: #1e93e2;
}
.contact-us-title p {
	margin-bottom: 30px;
}
.contact-block {
	padding: 10px 0;
	position: relative;
	padding-left: 40px;
}
.contact-block i {
	font-size: 20px;
	color: #1e93e2;
	position: absolute;
	left: 0px;
	top: 10px;
}
.contact-block address {
	margin-bottom: 0;
	padding-bottom: 5px;
}
.contact-section form .form-control {
	height: 45px;
	border: none;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #dddddd;
	color: #676767;
	padding-left: 0;
}
.contact-section form .textarea-hight-full {
	height: 100%;
}
/* = Footer CSS = */
.main-footer-area {
	padding: 80px 0 50px;
	background-image:url(../images/bg/footer-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.main-footer-area .footer-logo img {
	width: 220px;
	height: auto;
	margin-bottom: 30px;
}
.main-footer-area h4 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}
.main-footer-area .heading-under-line {
	width: 100px;
	height: 2px;
	background-color: #1e93e2;
	position: relative;
	margin: 0;
	margin-bottom: 40px;
}
.footer-about-us-col p {
	color: #c7c7c7;
}
.footer-about-us-col .social {
	margin-top: 20px;
}
.footer-about-us-col .social i {
	font-size: 20px;
	margin-right: 10px;
	color: #1e93e2;
}
.footer-about-us-col .social i:hover {
	color: #ffffff;
}
.tweets-block-one {
	margin-bottom: 20px;
}
.tweets-block-one p, .tweets-block-two p {
	color: #c7c7c7;
}
.tweets-block-one p a, .tweets-block-two p a {
	color: #1e93e2;
}
.footer-Tag-col a {
	float: left;
	border: 0px solid #333333;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #999999;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.footer-Tag-col a:hover {
	color: #ffffff;
	background: #1e93e2;
	border-color: #1e93e2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.footer-Tag-col .hvr-bounce-to-right {
	padding: 9px 30px;
	background: transparent;
}
.footer-Tag-col .hvr-bounce-to-right:before {
	background: #CC935C;
}
.footer-gallery ul li {
	float: left;
}
.footer-gallery ul li img {
	width: 86px;
	height: auto;
	padding:1px;
}
/* COPY RIGHT CSS START */
.copyright {
	padding: 20px 0;
	background-color: #000;
	text-align: center;
}
.copyright p {
	color: #848484;
}
.copyright p a {
	color: #1e93e2;
}
/* = Page title CSS = */
.page-title-section {
	padding: 180px 0 100px;
	background: url(../images/bg/2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-title-section h2 {
	color: #1e93e2;
}
.page-title-section p {
	color: #a0a0a0;
}
.page-title-section p a {
	color: #a0a0a0;
}
.page-title-section p a:hover {
	color: #1e93e2;
}