﻿/**
 ==================================================
 * Name: awplife 
 * Version: 1.0
 * Author: AWPLife
 * Author URL: http://www.awplife.com
 ===================================================
 */

 
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
} 

html { font-size: 16px; }
@media (min-width: 768px) and (max-width: 991px) {
	html { font-size: 14px; }
}
@media (min-width: 200px) and (max-width: 768px) {
	html { font-size: 12px; }
}
 
 
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.000rem;
	line-height: 1.7;
	font-weight: 400;
	color: #646464;
	padding: 0;
	background-attachment: fixed;
	text-rendering: optimizeLegibility;
	
}
h1, .h1 { font-size: 2rem; }     
h2, .h2 { font-size: 1.875rem; }   
h3, .h3 { font-size: 1.5rem; }     
h4, .h4 { font-size: 1.25rem; }   
h5, .h5 { font-size: 1.125rem; }   
h6, .h6 { font-size: 1rem; }      
h1, .h1, h2, .h2, h3, .h3, 
h4, .h4, h5, .h5, h6, .h6 { color: #031117; margin: 0 0 1.25rem; font-weight: 600; line-height: 1.5; }
a, a:hover, a:focus { text-decoration: none;  }
.bg-gray { background-color: #f2f6f9; } 
img { display: block; max-width: 100%; height: auto; }

dfn, cite, em, i { font-style: italic; }

blockquote {
	font-size: 1.500rem;
	font-style: normal;
	margin: 0 0 1.563rem;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
	quotes: "" "";
	color: #031117;
	font-weight: 600;
	line-height: 1.4;
	background-color: #f8f8f8;
	border-left: 3px solid #3855ea;
}
blockquote p { color: #031117; font-size: 1.250rem; font-weight: 600; }
blockquote cite { color: #00b0ff; font-size: 1.000rem; display: block; font-style: normal; font-weight: 400; margin-top: 0.5rem; }
q { quotes: "“" "”" "‘" "’"; }
blockquote:before, blockquote:after { content: ""; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.750rem;
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.750rem;
}



/*--------------------------------------------------------------
/* Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.750rem;
	width: 100%;
	border: 1px solid #e9e9e9;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.6rem;
	text-align: left;
}

tr {
	border-bottom: 1px solid #e9e9e9;
}

td {
	padding: 0.6rem;
}

td > a, td > a:hover, td > a:focus { color: #00b0ff; }

/*Definition Lists*/
dl { margin-bottom: 20px; margin-top: 0; }
dl dt { font-weight: 700; margin-bottom: 5px; }
dl dd { margin-bottom: 20px; margin-left: 20px; line-height: 27px; }

/*Abriviation, Acronym, Big, Strike, del, em, Ins, cite, q*/
abbr { text-decoration: none; cursor: help; }
tla, acronym { text-decoration: underline; cursor: help; }
acronym { border-bottom: 0 none; }
big { font-size: larger; font-weight: 600; }
s, strike, del { text-decoration: line-through; }
em, cite, q { font-style:italic; }
ins, mark { color: #ffffff; text-decoration: none; padding: 0 3px; }
code { color: #444444; }
pre {
    padding: 30px;
    margin: 0 0 20px;
    font-size: 15px;
    color: #64646d;
    max-width: 100%;
	background-color: #fff;
    border: 1px solid #e4e8ea;
    border-radius: 0px;
    white-space: pre-wrap;
}
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
address{ font-style: italic; margin-bottom: 0 0 1.750rem; }
#attachment_906 { width: auto; }

b, strong, dl dt, th {
    color: #031117;
}


/*--------------------------------------------------------------
/* Header & Navigation Menu
--------------------------------------------------------------*/

#header-module {
	background-color: #061c25;
	position: relative;
	width: 100%;
	z-index: 10;
	border-style: solid;
	border-color: transparent;
	border-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 1024px) { 
	/*#header-module { background-color: transparent; }*/
}
#header-module #logo { padding: 1.188rem 0; }
#header-module #logo h1 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.063rem;
    line-height: 1;
    margin: 0;
	padding-top: .3125rem;
}
#header-module #logo h1 a { color: #fff; line-height: normal; display: inline-block; text-decoration: none; }
#header-module #logo h1 a span { color: #00c6ff; }
#header-module #logo img { padding: 0; margin: 0; }
.scroll-header { background: #fff; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1); }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul { padding-right: 22px; }
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 6px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after { content: "\f105"; }

/* Nav Meu Container */
#nav-menu-container { float: right; margin: 0; }
@media (max-width: 1024px) {
	#nav-menu-container {
		display: none;
	}
}

/* Nav Menu Essentials */
.nav-menu, .nav-menu * { margin: 0; padding: 0; list-style: none; }
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li { position: relative; white-space: nowrap; }
.nav-menu > li { float: left; }
.nav-menu li:hover > ul, .nav-menu li.sfHover > ul { display: block; }
.nav-menu ul ul { top: 0; left: 100%; }
.nav-menu ul li { min-width: 180px; }

.nav-menu a {
  /*padding: 2rem 0.938rem;*/
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1.000rem;
    outline: none;
    letter-spacing: 0.013rem;
    transition: 0.3s;
}
.nav-menu li a:last-child {
	
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a { color: #00c6ff; }
.nav-menu > li { margin-left: 0.625rem; padding: 2rem 0.938rem }
.nav-menu ul {
  margin: 0;
  padding: 0.625rem;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-bottom: 3px solid #2ab8fe;
    border-top: 1px solid #2ab8fe;
}
.nav-menu ul li { transition: 0.3s; }
.nav-menu ul li a {
  padding: 0.438rem 0.875rem;
  color: #031117;
  transition: 0.3s;
  display: block;
  font-size: 0.938rem;
  text-transform: none;
  text-align:left
}
.nav-menu ul li:hover > a { color: #00c6ff; }
.nav-menu ul ul { margin: 0; }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
	/* position: fixed; */
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	margin: 1.375rem 1.25rem 1.375rem 1.25rem;
	border: 0;
	background: none;
	font-size: 1.750rem;
	display: none;
	transition: all 0.4s;
	outline: none;
	cursor: pointer;
}
#mobile-nav-toggle i {
	color: #eaeaea;
	font-size: 1.750rem;
}
@media (max-width: 1024px) {
	#mobile-nav-toggle {
		display: inline;
	}
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 1.125rem;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 28, 37, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul { padding: 0; margin: 0; list-style: none; }
#mobile-nav ul li { position: relative; }
#mobile-nav ul li a {
	color: #eaeaea;
    font-size: 1.000rem;
    overflow: hidden;
    padding: 0.625rem 1.563rem 0.625rem 1.563rem;
    position: relative;
    text-decoration: none;
	transition: 0.3s;
    width: 100%;
    display: block;
    outline: none;
    letter-spacing: 0;
}
#mobile-nav ul li a:hover { color: #00c6ff; }
#mobile-nav ul li li { padding-left: 0.938rem; }
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 0.938rem;
  cursor: pointer;
  color: #eaeaea;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up { color: #00c6ff; }
#mobile-nav ul .menu-item-active { color: #00c6ff; }
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 28, 37, 0.9);
  display: none;
}
.spacing-atc {
	padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle i {
  color: #eaeaea;
}


/* Homepage Slider--------------------------------------- */ 

@media screen and (min-width: 1024px) {
	.slider-wrapper { margin-top: calc(-1*110px); }
}
.slider-wrapper { padding: 0; background: url("../images/bg-home.jpg") center top no-repeat; position: relative; }
.header-img { bottom: 0; margin: 0 auto; left: 0; right: 0;}
.center-col { margin: 0 auto; display: inline-block; float: none;}
.static-caption { padding: 12.500rem 0rem 6.875rem 0rem; }
.static-caption .title {
	color: #ffffff; 
	/*font-size: 3rem;*/
	line-height: 1.5;
	font-weight: 700;
	text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
	letter-spacing: 0;
	margin: 0 0 0.938rem;
}
.static-caption .subtitle {
	color: #ffffff; 
	text-shadow: 0 0px 1px rgba(155, 155, 155, 0.7);
	margin: 0px;
	font-weight: 500;
	line-height: 1.9;
}
.slider-content .post-thumbnail { padding: 5% 0 5% 7% }

/* Detail Static Slider--------------------------------------- */ 

@media screen and (min-width: 1025px) {
	.slider-detail-wrapper { margin-top: calc(-1*110px); }
}
.slider-detail-wrapper { padding: 0; background: url("../images/bg-detail.jpg") center top no-repeat; position: relative; height: 68vh; }
.slider-detail-wrapper .center-col { 
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
	top: 59%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 991px) { 
	.slider-detail-wrapper .center-col { 
		top: 50%;
	}
}
.slider-detail-wrapper .static-caption { padding: 0; }
.btn-large i.fa, .btn-medium i.fa, .btn-small i.fa { margin-right: 0.5rem; font-weight: normal; font-size: 1.125rem; }

/* Responsive Frame Screenshot--------------------------------------- */ 

.responsive-frame { border-bottom: 4px #e9e9e9 double; padding: 5.500rem 0 4.700rem; }
.responsive-frame .center-block { margin: 0 auto; }

/*Page Header Section---------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	/*.page-header { margin-top: calc(-1*110px); }*/
}
.page-header { 
	text-align: center; 
	background-image: url("../images/page-header.png");
    background-color: #061c25;
    background-position: center bottom;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
	position: relative; 
	height: 132px;
}
@media (max-width: 768px) { 
	/*.page-header { height: 40vh; }*/
}
.page-header::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;	
	background-color: #001119;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#001119), to(#061c25));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#001119), to(#061c25));
    background-image: linear-gradient(linear, left top, left bottom, from(#001119), to(#061c25));
    opacity: 1;
		
}
.page-header .center-col { 
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 0;
	top: 59%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page-header .static-caption { padding: 0; }
@media (max-width: 991px) { 
	.page-header .center-col { 
		top: 50%;
	}
}

/*All Mixed Element CSS----------------------------------------------------------------------------*/
.bg-color-grey { background-color: #f2f6f9; }
.bg-color-dark { background-color: #031117; }
.bg-border { border-bottom: 1px solid #e9e9e9; border-top: 1px solid #e9e9e9; }
.bg-image {
    background: url(../images/counter-bg.jpg);
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #061c25;
	position: relative;
}
.bg-image::before {
	background-color: rgba(0, 11, 24, 0.9);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
} 
.btn-area { margin: 2.188rem 0 0px;  width: 100%; }
.btn-large, input[type=submit] { 
	display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
    padding: .800rem 2.200rem;
    font-size: 1rem;
    line-height: 1.5;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px; 
    transition: 0.5s;
	background-size: 200% auto;
}
.btn-large:hover, .btn-large:focus, 
input[type=submit]:hover, input[type=submit]:focus { 
	text-decoration: none; 
} 
.btn-small { 
	display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
    padding: .600rem 1.500rem;
    font-size: 0.875rem;
    line-height: 1.2;
    -webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px; 
    transition: 0.5s;
	background-size: 200% auto;
}
.btn-small:hover, .btn-small:focus { text-decoration: none; } 
.btn-small-two {
    padding: 0.688rem 1.688rem !important;
    font-size: 0.875rem !important;
    line-height: 1.3 !important;
}
.btn-medium { 
	display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	text-decoration: none;
	margin: 0;
    padding: .700rem 1.500rem;
    font-size: 0.875rem;
    line-height: 1.2;
    -webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px; 
    transition: 0.5s;
	background-size: 200% auto;
}
.btn-medium:hover, .btn-medium:focus { text-decoration: none; } 
.btn-light { 
	color: #031117; 
	background-color: #f1f1f1;
	background-image: linear-gradient(to right, #fbfbfb 0%, #eaeaea 51%, #fbfbfb 100%);
	background-image: -o-linear-gradient(to right, #fbfbfb 0%, #eaeaea 51%, #fbfbfb 100%);
	background-image: linear-gradient(to right, #fbfbfb 0%, #eaeaea 51%, #fbfbfb 100%);
}
.btn-light:hover { background-position: right center; color: #031117 }
.btn-blue { 
	color: #fff; 
	background-color: #00b0ff;
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
	background-image: -o-linear-gradient(to right, #00c6ff 0%, #0072ff 100%);
	background-image: linear-gradient(to right, #00c6ff 0%, #0072ff 100%);	
}
.btn-blue:hover { background-position: right center; color: #fff }
.btn-orange { 
	color: #031117; 
	background-color: #ffc300;
	background-image: linear-gradient(to right, #ffc300 0%, #ffd71c 100%);
	background-image: -o-linear-gradient(to right, #ffc300 0%, #ffd71c 100%);
	background-image: linear-gradient(to right, #ffc300 0%, #ffd71c 100%);	
}
.btn-orange:hover { background-position: right center; color: #031117; }
.btn-grad, input[type=submit] {
	color: #fff;
	background-color: #00b0ff;
	background-image: linear-gradient(to right, #00b0ff 0%, #3f3bd6 51%, #00b0ff 100%);
	background-image: -o-linear-gradient(to right, #00b0ff 0%, #3f3bd6 51%, #00b0ff 100%);
	background-image: linear-gradient(to right, #00b0ff 0%, #3f3bd6 51%, #00b0ff 100%);
}
.btn-grad:hover, input[type=submit]:hover { background-position: right center; color: #fff }
.btn-circle { 
	border-radius: 50px !important;
    line-height: 1.3;
    padding: 0.688rem 1.5rem !important;
    font-weight: 700 !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    margin: 0.313rem !important;
}
.btn-large .dashicons { margin-right: 0.2rem; line-height: 1.2; }

@media (max-width: 1024px) {  
.static-caption { padding: 12% 0% 12% 0%; }
}

@media (max-width: 768px) { 
.static-caption h1.title { font-size: 2rem; line-height: 1.4; }
.static-caption p.content-area { font-size: 1.000rem; }
}
@media (max-width: 480px) { 
.static-caption h1.title { font-size: 1.500rem; line-height: 1.4; }
.static-caption p.content-area { font-size: 0.9375rem; }
.btn-large { display: block; }
.or { display: block; }
}

/*Custom Classes Css---------------------------------------------------*/
.or { color: #fff; font-size: 1.225rem; font-weight: 600; display: inline-block; padding: 0.5rem 1rem 0.5rem; }
.padding-0 { padding-left: 0 !important; padding-right: 0 !important; }
 
/*Section Header------------------------------------------------------------------------------------------------------*/
.section-header { margin: -0.938rem 0 3.438rem; display: block; text-align: center; position: relative; z-index: 0; }
.section-title { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.850rem; margin: 0 0 0.625rem; }
.section-subtitle { font-family: 'Poppins', sans-serif; font-size: 1.000rem; font-weight: 400; margin: 0; }
.section-bg-title { display: none; }
@media (min-width:991px) {
	.section-bg-title {
		display: block;
		font-size: 10.28571rem;
		color: #f5f5f5;
		pointer-events: none;
		text-transform: uppercase;
		line-height: 1;
		position: absolute;
		top: -20px;
		left: 50%;
		font-weight: 700;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: -1;
	}
}

.text-light { color: #fff !important; }
.text-dark { color: #031117 !important; }  
@media (max-width: 768px) {
.section-header { margin: 0 0 2.5rem; }	
.section-title { font-size: 2rem; line-height: 1.4; } 
} 
 
/*Top Features Section---------------------------------------------*/
.top-features-section { padding: 6.25rem 0 2.5rem; }
.top-features {
	background: transparent;
	padding: 1.25rem 1.25rem 1.563rem;
	margin: 0 0 1.563rem;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 0px 0px 5px 5px;
	border-bottom: 4px solid transparent;
}
.top-features:hover { 
	background: #f0f2f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
    background-image: linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	box-shadow: 0px 20px 40px -12px rgba(0,0,0,.20); 
	border-bottom: 4px solid #3f3bd6; 
}
@media (min-width: 641px) { .top-features:hover { transform: translateY(-3px); } }
.top-features + .top-features { border-left: 1px solid #000; }
.top-features .icon {
	text-shadow: 0 0 30px rgba(66, 66, 66, 0.1);
	color: #00b0ff;
	display: inline-block;
	margin-bottom: 1.875rem;
	transition: all 0.3s ease 0s;
	position: relative;
}
.top-features:hover .icon { color: #3f3bd6; }
.top-features .icon i { display: block; font-size: 4.0625rem; }
.top-features .icon:after {
    position: absolute;
    content: '\f00c';
    font-family: FontAwesome;
    background-color: #3f3bd6;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    font-size: 0.600rem;
    color: #FFFFFF;
    line-height: 2.7;
    border: 3px solid #FFFFFF;
    right: -16px;
    bottom: -12px;
}
.top-features .content {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.top-features .content .title { font-family: 'Poppins', sans-serif; font-weight: 700; margin: 0; }
.top-features .content p { margin: 0.625rem 0 0; }
.top-features:hover .content .title { color: #031117; }
@media (max-width: 768px) { 
.top-features-section { padding: 4.063rem 0 2.5rem; }
.top-features:hover { box-shadow: 0px 27px 25px -19px rgba(0,0,0,.20); }
}
.pro-features {
    position: absolute;
    background-color: #3f3bd6;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 100%;
    font-size: 0.600rem;
	font-weight: 600;
    color: #FFFFFF;
    line-height: 3.9;
    border: 2px solid #FFFFFF;
    right: 10px;
    top: -30px;
	z-index: 1;
}


/*Portfolio Section Css--------------------------------------------------------------------------------------*/
.item-demo-section {
	position: relative;
	width: 100%;
	min-height: 395px;
	background: url("../images/bg-portfolio.jpg") center center no-repeat;
	background-size: cover;
	padding: 6.25rem 0;
}
.item-demo-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;    
	background-color:#00b0ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6)); 
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	background-image: linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	opacity: .9;
}
.portfolio-section {
	margin-top: -9.375rem;
	padding: 0 0 3.125rem;
}
.top-spacing { margin-top: 0px !important; padding-top: 6.25rem; }
.portfolio-section .post { border-radius: 0; margin-bottom: 3.125rem; text-align: center;  transition: all 0.4s ease 0s; }
.portfolio-section .post-thumbnail {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.30); 
    border: 7px #fff solid;
    background-color: #fff;
    margin: 0px 0 1.563rem;
    width: 100%;
	position: relative;
	text-align:center;
	transition: all 200ms ease-out; 
	-webkit-transition: all 200ms ease-out; 
	height:100%;
}
.portfolio-section .post:hover .post-thumbnail { box-shadow: 0 15px 25px rgba(0,0,0,.15); }
@media (min-width: 641px) { 
	.portfolio-section .post:hover .post-thumbnail {
		transform: translateY(-5px);
	}
}
.portfolio-section .post-thumbnail img { transition: all 300ms ease-out 0s; width: 100%; opacity: 1; }
.portfolio-section .entry-header .entry-title { font-family: 'Poppins', sans-serif; font-weight: 700; margin: 0 0 0.313rem; padding: 0 0.625rem; }
.portfolio-section .entry-header .entry-title a { color: #031117; transition: all 300ms ease-out 0s; }
.portfolio-section .entry-header .entry-title a:hover, 
.portfolio-section .entry-header .entry-title a:focus { color: #00b0ff; }
/*Porttfolio Lightbox*/
.thumbnail-showcase-overlay {
	background: rgba(0, 0, 0, 0.8);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	border-radius: 0;
	padding: 1.42857rem;
}
.portfolio-section .post .post-thumbnail:hover .thumbnail-showcase-overlay { visibility: visible; opacity: 1; height: 100%; }
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons { margin: 0; position: absolute; top: 50%; right: 0; width: 100%; 			 -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a {
    font-size: 0.875rem;
    display: inline-block;
    margin: 0;
    padding: 0.313rem 0.938rem;
	font-weight: 600;
    opacity: 1;
	text-decoration: none;
	text-align: center;
	 
	border-radius: 5%;
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -wekbit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
}

.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .btn-mini-circle {
    color: #031117;
    font-size: 1.250rem;
	padding: 0.313rem !important;
    z-index: 10;
    border-radius: 50% !important;
    background-color: #fff;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 2.1;
}
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .btn-mini-circle i { padding: 0; }
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons .hyperlink { color: #fff; font-size: 1.125rem; display: block; }
.portfolio-section .post .post-thumbnail:hover .thumbnail-showcase-icons a {
    -wekbit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a:hover { opacity: 1; }
.portfolio-section .post .post-thumbnail .thumbnail-showcase-icons a > i { padding-left: 5px; }
.btn-area-portfolio { margin: 15px 0 40px; width: 100%; } 
@media (max-width: 480px) { 
	.item-demo-section { padding: 70px 0; }
	.portfolio-section { margin-top: -180px; }
}
.inner-pages .container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}
@media screen and (max-width: 768px) {  
	.inner-pages .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*Product Ribbon Section----------------------------------------------------------------------------------------*/ 

.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 240px;
  padding: 0.625rem 0;
  background-color: #3f3bd6;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font-size: 0.688rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/
.ribbon-top-right {
	top: 0px;
	right: 15px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: -25px;
	top: 20px;
	transform: rotate(45deg);
}

/*Theme Module Shots--------------------------------------------------------------------------------------------*/

.theme-shots { padding: 6.25rem 0 3.125rem; }
/*Content*/
.content-wrap.left { padding-left: 15%; padding-right: 0%; }
.content-wrap.right { padding-left: 0%; padding-right: 15%; }
@media screen and (max-width: 992px) {  
	.content-wrap.left { padding-left: 0%; padding-right: 0%; }
	.content-wrap.right { padding-left: 0%; padding-right: 0%; }
}
/* @media screen and (max-width: 768px) {   */
	/* .content-wrap.left { padding-left: 3%; padding-right: 3%; } */
	/* .content-wrap.right { padding-left: 3%; padding-right: 3%; } */
/* } */
.content-wrap .title { font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.850rem; }
.content-wrap p { color: #6a6a6a; line-height: 1.9;  margin-bottom: 2.2rem; }

/*Multiple Layout Shots--------------------------------------------------------------------------------------------*/

.multi-layout-section { padding: 6.25rem 0 3.125rem; }
.layout-wrap { margin-bottom: 2.813rem; }
.layout-wrap h5 { margin: 0; }

.v-center {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 992px) { .v-center { display: block; } }

/*Core Features Section----------------------------------------------------------------------------------------*/ 
.core-features {
    padding: 5rem 0 2.5rem;
    margin: 0;
    width: 100%;
}
.core-features .item {
	background: #fff;
	padding: 1.25rem 0.625rem 1.25rem;
	margin: 0 0 2.5rem;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 4px solid transparent;
	position: relative;
}
.core-features .item:hover { 
	background: #f0f2f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
    background-image: -o-linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
    background-image: linear-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f5));
	box-shadow: 0px 35px 50px -19px rgba(0,0,0,.20); 
	border-bottom: 4px solid #3f3bd6; 
}
@media (min-width: 641px) { .core-features .item:hover { transform: translateY(-3px); }}
.core-features .item .icon {
	text-shadow: 0 0 30px rgba(66, 66, 66, 0.1);
	color: #00b0ff;
	display: inline-block;
	margin-bottom: 1.25rem;
	transition: all 0.3s ease 0s;
	position: relative;
}
.core-features .item i { display: block; font-size: 4.0625rem; }
.core-features .content {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.core-features .content .title { font-family: 'Poppins', sans-serif; font-weight: 700; margin: 0; }
.core-features:hover .content .title { color: #031117; }

/*Themes Page Section----------------------------------------------------------------------------------------*/ 
.page-header ~ .portfolio-section { margin-top: 0px !important; padding-top: 70px; } 

 
/*Plugin Section Css--------------------------------------------------------------------------------------*/
.portfolio-section-two {
	padding: 6.25rem 0 3.125rem;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.portfolio-section-two .post { 
	box-shadow: none; 
    border: 1px #e9e9e9 solid;
    background-color: #fff;
	padding: 1.125rem 1.125rem 1.875rem;
	border-radius: 0; 
	margin-bottom: 3.125rem; 
	text-align: center; 
	transition: all 0.4s ease 0s;	
	transform: translateY(0px);
	border-bottom: 2px solid #3b41d8;
}
.portfolio-section-two .post:hover { box-shadow: 0 15px 25px rgba(0,0,0,.15); border-bottom: 2px solid #3b41d8;  }
@media (min-width: 641px) { 
	.portfolio-section-two .post:hover {
		transform: translateY(-5px);
	}
}
.portfolio-section-two .post-thumbnail {
    margin: 0px auto 1.875rem;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align:center;
	transition: all 200ms ease-out; 
	-webkit-transition: all 200ms ease-out; 
}
.portfolio-section-two .post-thumbnail img {
    display: block; max-width: 100%; height: auto; margin: 0 auto;	
}


.portfolio-section-two .entry-header .entry-title { font-weight: 700; margin: 0 0 0.938rem; line-height: 1.3; }
.portfolio-section-two .entry-header .entry-title a { color: #031117; transition: all 300ms ease-out 0s; }
.portfolio-section-two .entry-header .entry-title a:hover, 
.portfolio-section-two .entry-header .entry-title a:focus { color: #008aff; }
/*Porttfolio Lightbox*/
.portfolio-section-two .post .thumbnail-showcase-overlay {
	background: rgba(255, 255, 255, 0.9);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%; 
	border-radius: 0;
	padding: 1.42857rem;
}
.portfolio-section-two .post .post-thumbnail:hover .thumbnail-showcase-overlay { visibility: visible; opacity: 1; height: 100%; }
.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons { margin: 0; position: absolute; top: 50%; right: 0; width: 100%; -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a {
    font-size: 1.000rem;
    display: inline-block;
    margin: 0;
    padding: 0.313rem 0.938rem;
	font-weight: 600;
    opacity: 1;
	text-decoration: none;
	text-align: center;
	
	border-radius: 5%;
	/*color: #031117; background-color: #fff; */ 
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -wekbit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -o-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
}
.portfolio-section-two .post .post-thumbnail:hover .thumbnail-showcase-icons a {
    -wekbit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a:hover { opacity: 1; }
.portfolio-section-two .post .post-thumbnail .thumbnail-showcase-icons a > i { padding-left: 5px; }
.btn-area-portfolio { margin: 0.625rem 0 3.125rem; width: 100%; }  


/*Call To Action Css -----------------------------------------------------------------------------------------------*/

.cta-section {
    background-color: #00b0ff;
    background-image: -webkit-gradient(to right, #00b0ff, #3f3bd6);
    background-image: -o-linear-gradient(to right, #00b0ff, #3f3bd6);
    background-image: linear-gradient(to right, #00b0ff, #3f3bd6);
    opacity: 1;
    padding: 5rem 0;
    position: relative;
}
.cta-section .btn-large { margin: 30px 0 0px !important; }
@media screen and (min-width: 992px) { .cta-section .btn-large { margin: 0px !important; } }


/*About Us Css --------------------------------------------------------------------------------------------------------------------*/
.about-section { background-color: #fff; margin: 0px; padding: 6.25rem 0 5.625rem; width: 100%; }
.about-img-area { margin: 0; padding: 0.063rem; position: relative; }
@media screen and (max-width: 768px) {
	.about-img-area { margin-bottom: 1.875rem; }	
}
.about-img-area img { 
	border-radius: 0px; 
	border: 5px solid #fff;
	-moz-box-shadow: 0px 0px 2px #ccc;
	-webkit-box-shadow: 0px 0px 2px #ccc;
	box-shadow: 0px 0px 2px #ccc;
 }
.about-section h2 { font-family: 'Poppins', sans-serif; margin: 0 0 1.563rem; padding: 0px; font-weight: 700; }
.about-section h2 > span { color: #00b0ff; }
.social-icons { margin: 0px; padding: 0.313rem 0; }
.social-icons li {
	display: inline-block;
	margin: 0px 0.188rem 0.313rem 0;
	padding: 0px;
}
.social-icons li a {
	background-color: #ffffff; 
	border: 1px solid #e9e9e9;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 2.188rem;
	padding: 0px;
	text-align: center;
	transition: background 0.2s ease-in-out 0s;
	width: 2.188rem;
	display: block;
}
.social-icons li a.facebook:hover { background-color: #4c66a4; border: 1px solid transparent; }
.social-icons li a.twitter:hover { background-color: #15b4c9; border: 1px solid transparent; }
.social-icons li a.googleplus:hover { background-color: #DD4B39; border: 1px solid transparent; }
.social-icons li a.linkedin:hover { background-color: #006599; border: 1px solid transparent; }
.social-icons li a.skype:hover { background-color: #40beee; border: 1px solid transparent; } 
.social-icons li a.dribbble:hover { background-color: #c7366f; border: 1px solid transparent; }
.social-icons li a.youtube:hover { background-color: #cc2423; border: 1px solid transparent; }
.social-icons li a.vimeo:hover { background-color: #20b9eb; border: 1px solid transparent; }
.social-icons li a.pagelines:hover { background-color: #364146; border: 1px solid transparent; }
.social-icons li > a { color: #0f0f16; font-size: 0.875rem; line-height: 2.4; transition: 0.2s ease-in-out 0s; }
.social-icons li > a:hover { color: #fff; }

/*Team Section-------------------------------------------------------------------------------------------------*/
.team-section { 
	background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9; 
	margin: 0px; 
	padding: 6.25rem 0 3.125rem; 	 
	width: 100%; 
}
.team-area { background-color: #ffffff; border: 1px solid #e9e9e9; padding: 0.938rem 0.938rem 0.625rem 0.938rem; margin: 0 0 3.125rem; transition: all 0.3s ease 0s; }
.team-area:hover { box-shadow: 0 29px 40px rgba(0,0,0,.20); }
@media (min-width: 641px) {
	.team-area:hover {
		transform: translateY(-5px);
	}
}
.team-caption {
	background-color: transparent; 
	color: #ffffff;
	transition: all 0.3s ease 0s;
    border-radius: 0;
	padding: 1.063rem 0.938rem 0.688rem;
	transition: all 180ms ease-in-out 0s;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	word-wrap: break-word;
	overflow: auto;
	border-radius: 0px 0px 2px 2px;
}
.team-caption .name {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 0.313rem;
}
.team-caption .designation {
    color: #646464;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0px;
}
.team-showcase-overlay {
	background: rgba(0, 17, 25, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team-showcase-overlay-inner { position: absolute; bottom: 25px; left: 0; width: 100%; margin-top: 0px; }
.team-showcase-fade { opacity: 0.2; }
.team-image {
	text-align:center;
	position:relative;
	line-height:0px;
	font-size:0px;
	margin: 0;
	transition: all 200ms ease-out; 
	-webkit-transition: all 200ms ease-out; 
	width:100%;
	position:relative;
	height:100%;
	overflow:hidden;
}
.team-image img{ transition: all 300ms ease-out; -webkit-transition: all 300ms ease-out; width: 100%; }
.team-area:hover  img{
-webkit-transform: scale(1.20);
	-moz-transform: scale(1.20); 
	-ms-transform: scale(1.20); 
	-o-transform: scale(1.20); 
	transform: scale(1.20);
}
.team-image .team-showcase-icons { margin-top: 0px; text-align: center; width: 100%; }
.team-area:hover .team-showcase-overlay { visibility: visible; opacity: 1; }
   
/*Testimonial Section Css here---------------------------------------------------------------------------------*/

.testimonial { position: relative; padding: 6.25rem 0 3.125rem; }
.testimonial .post { margin: 0px 0 3.125rem; padding: 1.875rem 0; border: 1px solid #e9e9e9; background-color: #fff; transition: all 0.4s ease 0s; }
.testimonial .content-area { position: relative; text-align: center; }
.testimonial .content-area blockquote {
	background-color: transparent;
    font-size: 1.100rem;
    color: #646464;
    font-weight: 400;
    border: none;
    padding: 0px 1.25rem 1.25rem 1.25rem;
	margin: 0;
	line-height: 1.7;
}
.testimonial .content-area:before {
    color: #3f3bd6;
    content: '\f10d';
    font-family: "FontAwesome";
    font-size: 1.875rem;
    border-radius: 50%;
    border: none;
    display: inline-block;
    margin-bottom: 1.125rem;
}
.testimonial .name-separator { background-color: #e9e9e9; height: 1px; width: 100%; margin: auto 0; }
.testimonial .name { font-family: 'Poppins', sans-serif; color: #031117; letter-spacing: 1px; font-weight: 700; margin: 0 0 0.313rem; }
.testimonial .name a { color: #031117; }
.testimonial .name a:hover, .testimonial .name a:focus { color: #00c6ff; }
.testimonial .name:before { content: "\2014\00a0"; }
.testimonial .designation { color: #a0a0a0; font-size: 0.875rem; font-weight: 400; margin: 0px; }
.testimonial .post span { padding: 0px; }
.testimonial .post .media-body { margin: 0.813rem 0 0; }
.testimonial .avatar { margin: 1.563rem auto 1.25rem; width: 5.625rem; height: 5.625rem;  }
.testimonial .avatar img { border: 3px solid #ffffff; }
/*Testimonial Rating*/
.star-rating { overflow: hidden; position: relative; font-weight: 400; margin: 0 auto 1.563rem; }
.star-rating .fa { font-size: 0.938rem; color: #c1c1c1; }
.star-rating .checked { color: #ffd203; }
/*Testimonial Navigation*/
.testimonial .direction-nav { margin: 0; padding: 0; }
.testimonial .direction-nav a::before { background-color: #ffffff; color: #2b2825; }
.testimonial .direction-nav a:hover::before { color: #ffffff !important; }
.testimonial:hover .direction-nav .prev { opacity: 1; left: 40px; }
.testimonial:hover .direction-nav .prev:hover { opacity: 1; }
.testimonial:hover .direction-nav .next { opacity: 1; right: 40px; }
.testimonial:hover .direction-nav .next:hover { opacity: 1; }
@media (max-width: 767px) { 
.testimonial .content-area blockquote { padding: 0.938rem 1.875rem 0 1.875rem; }
.testimonial .content-area blockquote::before, .testimonial .content-area blockquote::after { font-size: 1.000rem; }
.testimonial:hover .direction-nav .prev { opacity: 1; left: 20px; }
.testimonial:hover .direction-nav .next { opacity: 1; right: 20px; }
}
/* Slider Nav Css*/
#testimonial-slider .owl-prev, #testimonial-slider .owl-next, 
#all-templates .owl-prev, #all-templates .owl-next { 
	display: inline-block;
	background-color: #001119; 
	color: #fff; 
	font-size: 0.750rem;
    line-height: 3.3; 
	padding: 0.188rem 0.438rem 0.188rem !important;
	margin: 0px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	font-weight: normal;
	width: 1.875rem;
    height: 2.813rem;
	position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#testimonial-slider .owl-prev:hover, #testimonial-slider .owl-next:hover, 
#all-templates .owl-prev:hover, #all-templates .owl-next:hover { background-color: #3f3bd6; }
#testimonial-slider .owl-prev, #all-templates .owl-prev { left: -30px; opacity: 0; }
#testimonial-slider .owl-next, #all-templates .owl-next { right: -30px; opacity: 0; }
.testimonial:hover #testimonial-slider .owl-prev, .portfolio-section:hover #all-templates .owl-prev { left: 10px; opacity: 1; }
.testimonial:hover #testimonial-slider .owl-next, .portfolio-section:hover #all-templates .owl-next { right: 10px; opacity: 1; }
@media only screen and (max-width: 767px) and (min-width: 200px) {
#testimonial-slider .owl-prev, #testimonial-slider .owl-next, 
#all-templates .owl-prev, #all-templates .owl-next { font-size: 0.750rem; line-height: 3; width: 1.563rem; height: 2.5rem; }
} 
 
/*Homepage News Section--------------------------------------------------------------------------------*/ 
.homepage-news { 
	background-color: #f2f6f9; 
	border-bottom: 1px solid #e9e9e9; 
	border-top: 1px solid #e9e9e9; 
	padding: 6.25rem 0 3.125rem; 
	margin: 0; 
	width: 100%; 
}
.homepage-news .post { 
	background-color: #ffffff; 
	border: 1px solid #e9e9e9; 
	border-radius: 0; 
	margin-bottom: 3.125rem; 
	padding: 0.938rem 1.125rem; 
	transition: all 0.4s ease 0s; 
}
.homepage-news .post:hover { box-shadow: 0 15px 25px rgba(0,0,0,.15); }
.homepage-news .post-thumbnail { margin: 0px 0 1.25rem; position: relative; }
.homepage-news .post-thumbnail img { transition: all 300ms ease-out 0s; width: 100%; opacity: 1; }
.homepage-news .post .entry-header { margin: 0 0 0.625rem; }
.homepage-news .post .entry-header .entry-title { font-family: 'Poppins', sans-serif; color: #031117; line-height: 1.4; font-weight: 700; margin: 0 0 0.625rem; }
.entry-header .entry-title > a { color: #031117; text-decoration: none; transition: all 0.4s ease 0s; }
.entry-header .entry-title > a:hover, .entry-header .entry-title > a:focus { color: #00b0ff; } 
.entry-content p > a { color: #00b0ff; }
.entry-content p > a:hover, .entry-content p > a:focus { color: #64646d; }
/*Blog Meta*/
.homepage-news .entry-meta { margin: 0rem 0 1.000rem; }
.entry-meta {
	color: #000000;
	font-size: 0.938rem;
	line-height: 1.5;
	font-weight: 500;
    margin: 0.313rem 0 1.25rem;
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.entry-meta > span { color: #b9b9b9; margin: 0rem 0.938rem 0rem 0rem; }
.entry-meta a { color: #031117; font-weight: 600; padding: 0px; display: inline-block; text-decoration: none; transition: all 0.3s ease 0s; }
.entry-meta a:hover, .entry-meta a:focus { color: #00b0ff; }
.entry-date:before { content: "\f017";  }
.author:before { content: "\f2c0"; }
.cat-links:before { content: "\f115"; }
.author:before, .entry-date:before, 
.comments-link:before, .cat-links:before {
    font-family: FontAwesome;
    color: #3855ea;
    position: relative;
    display: inline-block;
    font-size: 1.000rem;
    padding-right: 0.438rem;
    padding-left: 0.063rem;
    text-decoration: inherit;
    vertical-align: baseline;
}

/*More Link*/
.homepage-news .more-link { margin: 1.063rem 0 0px; }
.homepage-news .more-link {
	background-color: transparent; 
	color: #031117 !important;
	font-size: 0.938rem;
	font-weight: 800;
    box-shadow: none;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.homepage-news .more-link:hover, .homepage-news .more-link:focus {
    background-color: transparent;
    color: #00b0ff !important;
}
.homepage-news .more-link::after {
    content: "\f178";
    font-family: FontAwesome;
    margin: 0 0 0 0.438rem;
    padding: 0;
    float: right;
	font-weight: 100;
	position: relative;
} 
 
/*Blog Section Css-------------------------------------------------------------------------------------------------------------*/
.blog-section { width: 100%; }
.site-content { 
	background-color: transparent;
	margin-top: -4.375rem;
	padding-bottom: 1.25rem;
}
@media (max-width: 991px) { 
	.site-content { margin-top: 0px !important; padding-top: 5rem; }
	.sidebar { padding-top: 5rem !important; }
}

@media (max-width: 768px) { 
	.sidebar {
		padding: 0px 0px 1.25rem !important;
	}	
}
.site-content h1, .site-content h2, .site-content h3,  
.site-content h4, .site-content h5, .site-content h6 { 
	font-weight: 700; 
}

.blog-section .post { 
	background-color: #ffffff;
	padding: 1.875rem 1.563rem;
	border-radius: 0; 
	margin-bottom: 60px;
	transition: all 0.3s ease 0s;
	webkit-box-shadow: 0 0px 30px rgba(0,0,0,.20);
	-moz-box-shadow: 0 0px 30px rgba(0,0,0,.20);
	box-shadow: 0 0px 30px rgba(0,0,0,.20); 
}
/*Blog Meta*/
.blog-section .entry-meta { font-size: 0.875rem; }
/*More Link*/
.blog-section .more-link { 
	background-color: transparent; 
	color: #0f0f16 !important; 
	margin: 0px; 
	font-size: 0.938rem;
	font-weight: 800;
    box-shadow: none;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.blog-section .more-link:hover, .blog-section .more-link:focus {
    background-color: transparent;
    color: #00b0ff !important;
}
.blog-section .more-link::after {
    content: "\f178";
    font-family: FontAwesome;
    margin: 0 0 0 0.438rem;
    padding: 0;
    float: right;
	font-weight: 100;
	position: relative;
}
.blog-section .post-thumbnail {
    margin: 0px 0 1.25rem;
	position: relative;
	transition: all 200ms ease-out 0s;
}
.blog-section .post-thumbnail img { transition: all 300ms ease-out 0s; width: 100%; opacity: 1; }
.blog-section .post .entry-header { margin: 0 0 1.313rem; }
.blog-section .post .entry-header .entry-title { font-weight: 700; font-size: 2.250rem; line-height: normal; margin: 0px 0 0.938rem; padding: 0.125rem 0 0; }
.blog-section .post .entry-content { display: block; overflow: hidden; margin: 0px; }
.blog-section .post .entry-content p { margin: 0 0 1.750rem; padding: 0; }
.blog-section .post .entry-content p:last-child { margin: 0px; }
.post.format-link .entry-content p a {
	box-shadow: 0 1px 0 0 currentColor;	
}
.post.format-link .entry-content p a:hover, 
.post.format-link .entry-content p a:focus {
	box-shadow: none;	
}

/*Single Posts Css*/
.post-template-default.single .entry-meta a { color: #fff; }
.post-template-default.single .entry-meta a:hover, 
.post-template-default.single .entry-meta a:focus {
    color: #00b0ff;
}
.post-template-default.single .author:before, 
.post-template-default.single .entry-date:before, 
.post-template-default.single .comments-link:before, 
.post-template-default.single .cat-links:before {
	color: #00b0ff; 
}
.logged-in-as { padding-left: 15px; }



/*Blog Pagination*/
.blog-pagination { margin: 0 0 3.125rem; overflow: hidden; padding: 0; text-align: center; }
.blog-pagination a {
	background-color: #00b0ff; 
	border: 1px solid #00b0ff; 	
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease 0s;	
	border-radius: 50%;
	margin: 0 0px 0.625rem;
	padding: 0.375rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 2.5rem;
	height: 2.5rem;
}
.blog-pagination span {
	background-color: #00b0ff; 
	border: 1px solid #00b0ff; 	
	color: #fff;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease 0s;	
	border-radius: 50%;
	margin: 0 0px 0.625rem;
	padding: 0.375rem;
	vertical-align: baseline;
	white-space: nowrap;
	width: 2.5rem;
	height: 2.5rem;
}
.blog-pagination span:hover, 
.blog-pagination span:focus, 
.blog-pagination span.current {
	background-color: #3f3bd6;
	border: 1px solid #3f3bd6;
	color: #FFFFFF;
} 

/*Blog Author*/
.blog-author { 
	background-color: #ffffff; 
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,.20);
    -moz-box-shadow: 0 0px 30px rgba(0,0,0,.20);
    box-shadow: 0 0px 30px rgba(0,0,0,.20);
	margin: 0 0px 3.75rem; 
	padding: 1.875rem 1.563rem; 
}
.blog-author img {
    -webkit-box-shadow: 8px 8px 0px 0px #3855ea;
    -moz-box-shadow: 8px 8px 0px 0px #3855ea;
    box-shadow: 8px 8px 0px 0px #3855ea;
}
.blog-author .avatar { margin: 0 2.188rem 1.563rem 0px; height: 7.5rem; width: 7.5rem; }	
.blog-author .name { margin: 0 0 0.625rem; font-weight: 700; }

/*Social Icon*/
.small-social-icon {  margin: 0;
	list-style: none;
    padding: 0;
}
.small-social-icon li {
	margin: 0 0 0 0.625rem;
    display: inline-block;
	line-height: 14px;
}
.small-social-icon li a {
	text-align: center;
	color: #031117;
	width: auto;
	height: auto;
	font-size: 1.100rem;
	line-height: 16px;
}
.small-social-icon li:first-child { margin-left: 0px; }
.small-social-icon li a:hover, 
.small-social-icon li a:focus {
	color: #00b0ff;
}

/*Comments*/
.comment-section { 
	background-color: #ffffff; 
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,.20);
    -moz-box-shadow: 0 0px 30px rgba(0,0,0,.20);
    box-shadow: 0 0px 30px rgba(0,0,0,.20);  
	margin: 0 0px 3.75rem; 
	padding: 1.875rem 1.563rem; 
}
.comment-title { display: block; margin: 0 0 1.563rem; }
.comment-title h3 { margin: 0; font-weight: 700; }
.comment-box { margin: 0 0 1.875rem; padding: 1.25rem; position: relative; border: 1px solid #f3f3f3; display: block; }
.comment-box:last-child { margin: 0px; }
.pull-left-comment { float: left; margin-right: 1.25rem; width: 3.125rem; height:3.125rem; }
.comment-img { margin: 0px 0 1.25rem;  }
.comment-detail { }
.comment-detail-title { margin: 0 0 0.313rem; font-weight: 700; }
.comment-date { font-size: 0.875rem; color: #a5a5a5; display: block; margin: 0 0 0.938rem; }
.reply a {
    color: #fff;
	background-color: #00b0ff;
    border: 1px solid #00b0ff;
    border-radius: 25px;
    display: inline-block;
    font-size: 0.813rem;
    padding: 0.438rem 1.563rem;
    font-weight: 600;
    transition: 0.3s ease-in-out 0s;
}
.reply a:hover, .reply a:focus { 
	color: #fff; 
	background-color: #00b0ff; 
	border: 1px solid #00b0ff;
}

/*Comment Form*/
.comment-form-section { 
	background-color: #ffffff; 
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);  
	margin: 0 0px 3.75rem; 
	padding: 1.875rem 1.563rem 2.5rem;  
}
.comment-form-section form label { font-size: 0.938rem; display: block; margin: 0 0 1.25rem; font-weight: 600; }
.comment-form-section form input, .comment-form-section form textarea { margin-bottom: 1.25rem; }
.comment-form-section form input { height: 3.125rem; }

 
/*Sidebar Section Css---------------------------------------------------------------------------------------------------*/
.sidebar { margin-bottom: 0px; margin-left: 0; padding: 3.125rem 1.25rem 0; }
.sidebar .widget { margin-bottom: 3.125rem; padding: 0px; }
.sidebar .widget-title {
	word-wrap: break-word;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 0.625rem;
    margin: 0 0 1.875rem;
}
.sidebar-menu-box { display: block; }
/*Sidebar Calender Widget*/
.widget_calendar {}
#calendar_wrap {color: #646464;
	font-weight: 500;
	font-size: 0.938rem;
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0;
	text-align: center;
	table-layout: fixed;
	width: 100%
}
#calendar_wrap th, #calendar_wrap td { background-color: #fff; border: 1px solid rgba(51, 51, 51, 0.1); }
 #wp-calendar caption { background-color: #00b0ff; color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 1.000rem;
    margin: 0;
	padding: 0.625rem 0;
	caption-side: top;
}
#calendar_wrap th { color: #031117; text-align: center; border-width: 0 1px 1px 0; line-height: 1.5; }
#calendar_wrap td { border-width: 0 1px 1px 0; line-height: 1.5; }
#wp-calendar tr td { border-width: 0 1px 1px 0; line-height: 1.5; }
#wp-calendar a { font-weight: 600; }
#wp-calendar #next a, #wp-calendar #prev a { color: #000000; font-weight: 600; }
#wp-calendar a:hover, #wp-calendar #next a:hover, #wp-calendar #prev a:hover { color: #00b0ff; }
hr { border-top: 1px solid #e9e9e9; }
/*Sidebar Widget Archive, Widget categories, Widget Links, Widget Meta, widget Nav Menu, 
Widget Pages, Widget Recent Comments, Widget Recent Entries */
.sidebar .widget_archive ul, .sidebar .widget_categories ul, .sidebar .widget_links ul, 
.sidebar .widget_meta ul, .sidebar .widget_nav_menu ul, .sidebar .widget_pages ul, 
.sidebar .widget_recent_comments ul, .sidebar .widget_recent_entries ul {
    list-style: outside none none;
    margin: 0;
	padding: 0;
}
/*Sidebar Widget Archive, Widget categories, Widget Links, Widget Meta, widget Nav Menu, 
Widget Pages, Widget Recent Comments, Widget Recent Entries */
.sidebar .widget_archive a, .sidebar .widget_categories a, .sidebar .widget_links a, 
.sidebar .widget_meta a, .sidebar .widget_nav_menu a, .sidebar .widget_pages a, 
.sidebar .widget_recent_comments a, .sidebar .widget_recent_entries a {
	color: #646464;
}
.sidebar .widget_archive li:first-child, .sidebar .widget_categories li:first-child, .sidebar .widget_links li:first-child, 
.sidebar .widget_meta li:first-child, .sidebar .widget_nav_menu li:first-child, .sidebar .widget_pages li:first-child, 
.sidebar .widget_recent_comments li:first-child, .sidebar .widget_recent_entries li:first-child {
    border-top: 0 none;
    padding-top: 0;
}
.sidebar .widget_archive li:last-child, .sidebar .widget_categories li:last-child, .sidebar .widget_links li:last-child, 
.sidebar .widget_meta li:last-child, .sidebar .widget_nav_menu li:last-child, .sidebar .widget_pages li:last-child, 
.sidebar .widget_recent_comments li:last-child, .sidebar .widget_recent_entries li:last-child {
    padding-bottom: 0px;
	border-bottom: 0 none;
}
.sidebar .widget_archive li, .sidebar .widget_categories li, .sidebar .widget_links li, 
.sidebar .widget_meta li, .sidebar .widget_nav_menu li, .sidebar .widget_pages li, 
.sidebar .widget_recent_comments li, .sidebar .widget_recent_entries li {
    font-weight: 500;
    margin-right: 0;
    padding: 0.5rem 0;
    vertical-align: top;
}
.sidebar .widget_archive a, .sidebar .widget_categories a, .sidebar .widget_links a, 
.sidebar .widget_meta a, .sidebar .widget_nav_menu a, .sidebar .widget_pages a, 
.sidebar .widget_recent_comments a, .sidebar .widget_recent_entries a {
    border: 0 none;
}
.sidebar .widget_archive a:hover, .sidebar .widget_categories a:hover, .sidebar .widget_links a:hover, 
.sidebar .widget_meta a:hover, .sidebar .widget_nav_menu a:hover, .sidebar .widget_pages a:hover, 
.sidebar .widget_recent_comments a:hover, .sidebar .widget_recent_entries a:hover {
	color: #00b0ff;
}
.sidebar .widget_archive a::before, .sidebar .widget_categories a::before, .sidebar .widget_links a::before, 
.sidebar .widget_meta a::before, .sidebar .widget_nav_menu a::before, .widget_pages a::before, 
.sidebar .widget_recent_entries a::before {	
	color: #00b0ff;
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 0.438rem;
	margin-left: 0.063rem;
}
.sidebar .widget_recent_comments a::before {	
	content: "";
	font-family: FontAwesome;
	display: none;
	margin-right: 0.625rem;
	margin-left: 0.063rem;
	font-size: 0.875rem;
}
.sidebar ul#recentcomments li.recentcomments span.comment-author-link { font-weight: 700; color: #646464; }
/*Sidebar Search*/
.sidebar form.search-form span.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
	font-size: 1.000rem;
	font-weight: 500;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
.sidebar form.search-form input.search-field {
	padding: 0.375rem 0.75rem;
	height: 2.813rem;
	border-radius: 2px;
	font-size: 1.000rem;
	border: 1px solid #e9e9e9;
	letter-spacing: 1px;
	font-weight: 500;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar form.search-form input.search-submit {
	background-color: #00b0ff; box-shadow: 0 3px 0 0 #b3131f; color: #ffffff;
	border: 0 none;
    border-radius: 2px;
    display: inline-block;
	font-size: 1.000rem;
	height: 2.625rem;
    margin: 0;
    padding: 0.75rem 1.5rem;
    text-align: center;
    transition: all 0.4s ease 0s;
}
/*Sidebar Tags*/
.tagcloud { margin: 0px; overflow: hidden; padding: 0; }
.tagcloud a {
	background-color: #fff; 
	border: 1px solid #e9e9e9; 
	color: #646464;
	font-size: 0.938rem !important;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.188rem 0.438rem 0;
    padding: 0.375rem 1rem;
	border-radius: 2px;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.tagcloud a:hover { background-color: #00b0ff !important; border: 1px solid #00b0ff !important; color: #ffffff !important; }
/*Sidebar Text Widget*/
.sidebar .textwidget { color: #646464; } 
/*Sidebar Search Widget*/
.widget input[type="text"], select {
    border-radius: 0px;
    margin: 0;
    outline: medium none;
    padding: 0.813rem 0.938rem 0.813rem 0.938rem;
    width: 100%;
    font-weight: 500;
    border: 1px solid #e9e9e9;
    color: #646464;
    display: block;
}	
 /*Rss Widget*/
.widget_rss ul { padding: 0px; }
.widget_rss ul li { list-style: none; margin-bottom: 1.500rem;  }
.widget_rss .rsswidget { color: #031117; font-weight: 700; }
.widget_rss .rss-date { display: block; padding: 0.875rem 0; color: #00c6ff; }
.widget_rss .rssSummary { margin-bottom: 0.875rem; }
/*Widget Search*/
.widget_search input[type="text"] { margin-bottom: 1.250rem; }

 
/*Fun Facts Section Css-------------------------------------------------------------------------------------------------------------*/
.counter-section {
    background: url(../images/counter-bg.jpg);
    background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #061c25;
	padding: 6.25rem 0 3.125rem;
	position: relative;
}
.counter-section::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    background-color: rgba(0, 11, 24, 0.9);
}
.counter-column { margin: 0 0 3.125rem; border-right: none; }
.counter-section .col-md-3:nth-child(4) .counter-column { border-right: 0 none; }
 .counter-column i {
	color: #fff; 
    font-size: 2.750rem;
    display: block;
    text-align: center;
	transition: all 0.3s ease 0s;
}
@media (min-width: 767px) { 
	.counter-column { border-right: 1px solid rgba(255, 255, 255, 0.1); }
	.counter-column:hover i { color: #00b0ff; transform: translateY(-5px); }
}
.counter-column span {
    font-size: 2.313rem;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
    padding-top: 0.625rem;
} 
 .counter-column h3 {
    font-size: 1.063rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0.625rem;
} 
.counter-column h3:after {
    margin: 0.5rem auto 0.625rem auto;
	background-color: rgba(255, 255, 255, 0.72);
	display: block;
    content: "";
    width: 1.563rem;
    text-align: center;
    height: 0.125rem;
    margin: 0.938rem auto 0px auto;
}

/*Fun Facts Section Css-------------------------------------------------------------------------------------------------------------*/
.subscribe-newsletter {
    background: url(../images/bg-portfolio.jpg) center no-repeat;
    background-size: cover;
	background-color: #04191f;
	padding: 6.25rem 0;
	position: relative;
}  
.subscribe-newsletter:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;  
  background-color:#00b0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6)); 
  background-image: -o-linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
  background-image: linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
  opacity: .9;
}
.form-newsletter .form-group {
    margin: 0 auto;
}
@media (min-width: 767px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
}
.form-newsletter .form-control {
    display: inline-block;
    width: 390px;
    height: 49px;
    padding: 0.75rem 0.938rem;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #fff;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
} 
.form-newsletter button { height: 50px; cursor: pointer; border-radius: 1px !important; }
.newsletter-custom-text { font-size: 1.000rem; color: #fff; text-align: center; margin: 45px 0 0; }
.form-newsletter .form-control::-webkit-input-placeholder { color: #fff; }
.form-newsletter .form-control::-moz-placeholder { color: #fff; }
.form-newsletter .form-control:-ms-input-placeholder { color: #fff; }
.form-newsletter .form-control:-moz-placeholder { color: #fff; }
@media (max-width: 768px) {
.form-newsletter.form-inline { display: block; }
.form-newsletter .form-control { text-align: center; width: 100% !important; margin: 0 0 1.563rem; }
.form-newsletter button { width: 100%; }
}

/*Customer Support Section--------------------------------------------------------------------------*/ 
.customer-support { padding: 6.25rem 0 3.125rem; } 
.flipbox {
	transform-style:preserve-3d;
	perspective:1000px;
	margin-bottom: 3.125rem;
	border:0;
	padding:0;
}
.flipbox .flipbox__front {
	transform:rotateY(0);
	transform-style:preserve-3d;
	background-color:#008aff; 
	min-height:245px;
	height:auto;
	transition:transform .6s ease;
	backface-visibility:hidden;
}
.flipbox .flipbox__back {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6)); 
	background-image: -o-linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	background-image: linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	transform:rotateY(0);
	transform-style:preserve-3d;
	background-color:#00b0ff;
	min-height:245px;
	height:auto;
	transition:transform .6s ease;
	backface-visibility:hidden;
}
.flipbox .flipbox__back .inner,.flipbox .flipbox__front .inner {
	position:absolute;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	left:0;
	bottom:0;
	top:50%;
	height:100%;
	width:100%;
	outline:transparent solid 1px;
	perspective:inherit;
	backface-visibility:hidden;
	transform:translateY(-50%) translateZ(60px) scale(.94);
	z-index:2;
	padding:1.875rem 1.563rem;
}
.flipbox .flipbox__front {
	border-top-width:4px;
	border-top-style:solid;
	border-top-color:#00b0ff;
	background-color:#f0f2f5;
}
.flipbox .flipbox__front .flipbox_icon {
	width:75px;
	height:75px;
	text-align:center;
	line-height:75px;
	border-radius:50%;
	background-color:#00b0ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6)); 
  background-image: -o-linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
  background-image: linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	margin:0.75rem auto;
	font-size: 2.250rem;
}
.flipbox .flipbox__front .flipbox_icon i {
	color: #fff;
}
.flipbox .flipbox__front .flipbox_title {
	margin-bottom:10px;
	text-align:center;
	font-family: 'Poppins', sans-serif; 
	text-transform:uppercase;
	font-weight:700;
	font-size:1.125rem;
	color:#031117;
	padding:0.75rem 0;
}
.flipbox .flipbox__back {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	transform:rotateY(180deg);
	transform-style:preserve-3d;
	border-top-width:4px;
}
.flipbox .flipbox__back .inner {
	display:flex;
	align-items:center;
	color:#fff;
}
.flipbox .flipbox__back .inner .flipbox_title {
	font-family: 'Poppins', sans-serif; 
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:700;
	font-size:1.125rem;
	color:#fff;
}
.flipbox .flipbox__back .inner .flipbox_title a {
	color:#fff;
}
.flipbox .flipbox__back .inner .flipbox_title a:hover {
	color:#fff;
	text-decoration:none;
}
.flipbox .flipbox__back .inner .flipbox_description {
	line-height:24px;
	perspective:0;
	font-weight:400!important;
	text-shadow:none!important;
	font-size:0.875rem;
	padding: 0 1.25rem 1.25rem;
}
.flipbox:hover .flipbox__front {
	transform:rotateY(-180deg);
	transform-style:preserve-3d;
}
.flipbox:hover .flipbox__back {
	transform:rotateY(0);
	transform-style:preserve-3d;
}
 
 
/*Contact Page Section-----------------------------------------------------------------------------------------------*/
 
.contact-info { padding: 6.25rem 0 3.125rem; } 
.contact-area { background-color: #fff; margin: 0px; padding-bottom: 2.5rem; border-radius: 3px; transition: 0.3s; }
@media screen and (min-width: 768px ) { .contact-area { padding-left: 1.875rem; } }
.contact-area i.fa { float: left; color: #3f3bd6; font-size: 2.000rem; padding: 0.188rem 1.563rem 1.25rem 0; position: relative; }
.contact-area .title  { margin: 0 0 0.938rem; font-weight: 700; }
.contact-area address { color: #646464; margin: 0; line-height: 1.7; }
.contact-area address a { color: #737373; }
address a:hover, address a:focus { color: #00c6ff; }
.google-map iframe { margin: 0px; }
.m-0-auto { margin: 0.625rem auto 0; }
/*Contact Form*/
.contact-form { 
	background-color: #ffffff; 
    box-shadow: none;  
	margin: 0 0px 3.125rem;
}
.contact-form form label { font-size: 0.938rem; display: block; margin: 0 0 1.25rem; font-weight: 600; }
.contact-form form input, .contact-form form textarea { margin-bottom: 1.25rem; }
.contact-form form input { height: 3.125rem; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    color: #646464;
    padding: 0.725em 0.900em;
	transition: all 0.30s ease-in-out;
    width: 100%;
}
 input[type="text"]:focus, input[type="email"]:focus, 
 input[type="Password"]:focus, input[type="search"]:focus, 
 select:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(63, 59, 214, 1);
  border: 1px solid rgba(63, 59, 214, 1);
}

/*Contact Form*/
.awplife-contact-form { 
	background-color: #ffffff; 
    box-shadow: none;  
	margin: 0 0px 3.125rem;
}
.awplife-contact-form form label { font-size: 0.938rem; display: block; margin: 0 0 1.25rem; font-weight: 600; }
.awplife-contact-form form input, .awplife-contact-form form textarea { margin-bottom: 1.25rem; }
.awplife-contact-form form input { height: 3.125rem; }

.awp-query-close {
	cursor:pointer;
}
 
/*Footer Widget Section-----------------------------------------------------------------------------------------------*/
.footer-section { 
	margin: 0; 
	padding: 5rem 0 0; 
	width: 100%; 
	background-color: #061c25;
	border-top: 3px solid #00b0ff;
	border-bottom: 3px solid #00b0ff;
	position: relative;
}
.footer-section .widget p { color: #fff; }
.footer-sidebar { padding: 0; position: relative; z-index: 1 }
.footer-sidebar .widget { margin: 0 0 70px; }
.footer-sidebar .widget-title {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 2.188rem;
    word-wrap: break-word;
}
/*Sidebar Widget Archive, Widget categories, Widget Links, Widget Meta, widget Nav Menu, 
Widget Pages, Widget Recent Comments, Widget Recent Entries */
.footer-sidebar .widget_archive ul, .footer-sidebar .widget_categories ul, .footer-sidebar .widget_links ul, 
.footer-sidebar .widget_meta ul, .footer-sidebar .widget_nav_menu ul, .footer-sidebar .widget_pages ul, 
.footer-sidebar .widget_recent_comments ul, .footer-sidebar .widget_recent_entries ul {
    list-style: outside none none;
    margin: 0;
	padding: 0;
	line-height: 1.5;
}
.footer-sidebar .widget_archive li:first-child, .footer-sidebar .widget_categories li:first-child, .footer-sidebar .widget_links li:first-child, 
.footer-sidebar .widget_meta li:first-child, .footer-sidebar .widget_nav_menu li:first-child, .footer-sidebar .widget_pages li:first-child, 
.footer-sidebar .widget_recent_comments li:first-child, .footer-sidebar .widget_recent_entries li:first-child {
    padding-top: 0;
}
.footer-sidebar .widget_archive li:last-child, .footer-sidebar .widget_categories li:last-child, .footer-sidebar .widget_links li:last-child, 
.footer-sidebar .widget_meta li:last-child, .footer-sidebar .widget_nav_menu li:last-child, .footer-sidebar .widget_pages li:last-child, 
.footer-sidebar .widget_recent_comments li:last-child, .footer-sidebar .widget_recent_entries li:last-child {
    padding-bottom: 0px;
}
.footer-sidebar .widget_archive li, .footer-sidebar .widget_categories li, .footer-sidebar .widget_links li, 
.footer-sidebar .widget_meta li, .footer-sidebar .widget_nav_menu li, .footer-sidebar .widget_pages li, 
.footer-sidebar .widget_recent_comments li, .footer-sidebar .widget_recent_entries li {
    margin-right: 0;
    padding: 0.563rem 0;
    vertical-align: top;
	color: #00c6ff;
}
.footer-sidebar .widget_archive a, .footer-sidebar .widget_categories a, .footer-sidebar .widget_links a, 
.footer-sidebar .widget_meta a, .footer-sidebar .widget_nav_menu a, .footer-sidebar .widget_pages a, 
.footer-sidebar .widget_recent_comments a, .footer-sidebar .widget_recent_entries a {
    border: 0 none;
	transition: all 0.3s ease 0s;
	color: #fff;
	text-decoration: none;
}
.footer-sidebar .widget_archive a:hover, .footer-sidebar .widget_categories a:hover, .footer-sidebar .widget_links a:hover, 
.footer-sidebar .widget_meta a:hover, .footer-sidebar .widget_nav_menu a:hover, .footer-sidebar .widget_pages a:hover, 
.footer-sidebar .widget_recent_comments a:hover, .footer-sidebar .widget_recent_entries a:hover {
	color: #00c6ff;
}
.footer-sidebar .widget_archive a::before, .footer-sidebar .widget_categories a::before, .footer-sidebar .widget_links a::before, 
.footer-sidebar .widget_meta a::before, .footer-sidebar .widget_nav_menu a::before, .footer-widget_pages a::before, 
.footer-sidebar .widget_recent_entries a::before {	
	color: #00c6ff;	
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 8px;
	vertical-align: text-bottom;
}
/*Footer Sidebar Widget*/
.footer-sidebar .textwidget, .footer-sidebar label, 
.footer-sidebar .widget_rss .rsswidget, 
.footer-sidebar .widget_rss .rssSummary, 
.footer-sidebar .widget_rss cite, 
.footer-sidebar b, .footer-sidebar strong, .footer-sidebar dl dt, .footer-sidebar th
 { 
	color: #fff; 
}
.footer-sidebar .widget-address { margin-bottom: 0; margin-top: 1.563rem !important; padding-bottom: 0; }
.footer-sidebar .addr-icon { color: #fff; float: left; margin-left: 0; margin-right: 15px; transition: all 0.4s ease 0s; }
.footer-sidebar .addr-icon i { padding-left: 0.063rem; font-size: 1.875rem; }
.footer-sidebar .widget-address address {
	color: #fff;
	display: block;
	font-weight: 600;
	font-size: 1.250rem;
    margin-bottom: 0.625rem;
    margin-top: 0;
    word-wrap: break-word;
}
.footer-sidebar .addr-icon-w {
	margin-right:15px;
}
.footer-sidebar .widget-address address > abbr {
	border-bottom: 1px dotted #6e6d75; color: #fff;
    line-height: 25px;
	font-weight: 500;
	font-size: 0.875rem;
    margin: 0;
    padding: 0;
}
.footer-logo { margin: 0.5rem 0 1.875rem; }
.footer-logo a { display: block; }
/*Footer Tags Widget*/
.footer-sidebar .tagcloud a {
	background-color: #09232d;
    border: 1px solid #384951;
    color: #ffffff;
}
/*Footer Widget Calender*/

.footer-sidebar #calendar_wrap {
    background-color: #09232d !important;
	border: none;
	text-align: center;
	color: #fff;
}
.footer-sidebar #calendar_wrap th, .footer-sidebar #calendar_wrap td { border: 1px solid #384951; }
.footer-sidebar #calendar_wrap th, .footer-sidebar #calendar_wrap td {
	background-color: transparent;
    padding: 0.6rem !important;
	text-align: center;
}


/*Footer Copyrights Section--------------------------------------------------------------------------*/
.footer-copyright { padding: 0; }
.footer-copyright .site-info { border-top: 1px solid rgba(255,255,255,0.2); padding: 1.875rem 0; }
.footer-copyright .site-info p { color: #fff; margin: 0; padding: 0; }
.footer-copyright .site-info a { color: #fff; text-decoration: none; }
.footer-copyright .site-info a:hover, .footer-copyright .site-info a:focus { color: #00c6ff; }
 

/* Pricing Section----------------------------------------------------- */
 .pricing-section {
	background-color: #f4f8fa;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 5rem 0 2.5rem;
    margin: 0;
    width: 100%;
}
	.price-plan {
		position: relative;
		margin-bottom: 2.5rem;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan-header {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan-header h1,
	.price-plan-header h4 {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan ul {
		list-style: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.price-plan ul li {
		margin-bottom: 0.625rem;
	}
	
	.price-plan ul li:last-child {
		margin-bottom: 0;
	}
	
	.price-plan {
		background-color: #fff;
		border: 2px solid #e9e9e9;
		text-align: center;
	}
	
	.price-plan .price-plan-header {
		position: relative;
		margin-bottom: 0.938rem;
	}
	
	.price-plan .price-plan-header h3 { 
		font-family: 'Ubuntu', sans-serif;
		position: relative;
		padding: 1.563rem 0.625rem 1.563rem;
		margin: -0.125rem -0.125rem 1.25rem;
		background-color: #212121;
		color: #fff;
		font-weight: 700;
	}
	
	.price-plan .price-plan-header h1 { font-family: 'Ubuntu', sans-serif; }
	
	.price-plan .price-plan-header h1 sup {
		margin-right: -0.625rem;
		font-size: 1.350rem;
	}
	
	.price-plan .tag {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		padding: 0.188rem 0.625rem;
		background-color: #ffe600;
		color: #212121;
		font-size: 0.75rem;
		line-height: 16px;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.price-plan ul {
		padding: 0 1.875rem;
	}
	
	.price-plan ul li {
		font-family: 'Ubuntu', sans-serif;
		font-size: 1.125rem;
		color: #031117;
		padding: 0.625rem 0;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 0;
		font-weight: 500;
	}
	
	.price-plan ul li:last-child {
		border-bottom: none;
	}
	.price-plan ul li a {
		color: #00b0ff;
	}
	
	.price-plan .price-plan-footer {
		padding: 0.938rem 0 1.875rem;
		min-height: 5.313rem;
		font-family: 'Ubuntu', sans-serif;
		font-size: 1.125rem;
		color: #031117;
		font-weight: 500;
	}
	.price-plan .price-plan-footer i.fa-left { padding-left: 0.625rem; }
	
	.price-plan:hover,
	.price-plan.recommended {
		border-color: #3f3bd6;
	}
	
	.price-plan:hover .price-plan-header h3,
	.price-plan.recommended .price-plan-header h3 {
		background-color: #00b0ff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
		background-image: -o-linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
		background-image: linear-gradient(linear, left top, left bottom, from(#00b0ff), to(#3f3bd6));
	}
	
	.price-plan:hover .price-plan-header h1,
	.price-plan.recommended .price-plan-header h1 {
		color: #3f3bd6;
	}
	
	.full-section.dark-section .price-plan .price-plan-header h3,
	.full-section.dark-section .price-plan .price-plan-header h3 {
		background-color: #fff;
		color: #212121;
	}
	
	.full-section.dark-section .price-plan:hover .price-plan-header h3,
	.full-section.dark-section .price-plan.recommended .price-plan-header h3 {
		background-color: #3f3bd6;
		color: #fff;
	} 
 .green-icon {
    color: #08be17;
}
 
 .red-icon {
    color: #ff0000;
}
  

/*===================================================================================/
/*	All Sections Resize According to Mobile Devices
/===================================================================================*/ 


@media screen and (max-width: 768px) {

.item-demo-section {
    min-height: 300px;
    padding: 4.375rem 0;
} 
 
 .portfolio-section {
    padding-bottom: 2.188rem;
}
 
  .portfolio-section-two {
	padding: 4.375rem 0 1.875rem;
} 
 
.top-spacing {
    padding-top: 4.375rem;
} 
 
.counter-section {
    padding: 5rem 0 1.875rem; 
} 

.testimonial {
    padding: 4.375rem 0 1.875rem;
}

.subscribe-newsletter {
    padding: 4.375rem 0 5.000rem;
	}

.homepage-news {
    padding: 4.375rem 0 1.875rem;
	}
.customer-support {
    padding: 4.375rem 0 1.875rem;
}	
.footer-sidebar .widget {
    margin: 0 0 60px;
}	
 
 
 .about-section {
    padding: 4.375rem 0 4.375rem;
 }
 
 .team-section {
    padding: 4.375rem 0 1.875rem;
 }
 
 .core-features {
    padding-top: 4.375rem;
 }
 
 .page-header ~ .portfolio-section {
    padding-top: 4.375rem;
	padding-bottom: 1.875rem;
}
.page-header ~ .blog-section {
    padding-top: 4.375rem;
	padding-bottom: 1.875rem;
}
 
 
.responsive-frame { padding: 4.375rem 0 4.375rem; } 
 
.cta-section {
    padding: 4.375rem 0 4.950rem; 
}
.cta-section .btn-large {
    margin: 10px 0 0px !important;
}




.pricing-section {
    padding: 4.375rem 0 2.5rem;
}




.sidebar .widget {
    margin-bottom: 3.75rem;
}

.contact-info {
    padding: 4.375rem 0 1.875rem;
}

}


  
 
 /*===================================================================================*/
/*	Page Scroll Up
/*===================================================================================*/

.page-scroll-up {
	background-color: #3f3bd6;
    border-radius: 50px;
    bottom: 40px;
    padding: 0.313rem;
    display: none;
    height: 3.125rem;
    opacity: 1;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 3.125rem;
    overflow: hidden;
    z-index: 9999;
	font-size: 0.938rem;
    line-height: 2.5;
    color: #ffffff;
}
.page-scroll-up:hover, .page-scroll-up:focus {
    color: #ffffff;
	background-color: #3f3bd6;
}

/* .services .col-md-4:nth-child(3n+1){ clear:left; } */
/* @media (min-width: 768px) and (max-width: 992px) { */
	/* .services .col-md-4:nth-child(3n+1) { clear: none; } */
	/* .services .col-sm-6:nth-child(2n+1) { clear:left; }	 */
/* } */
