/**
  *	Reset
  *	Repeatable Patterns
  *	Top 
  *	Social-links
  *	Header
  *	Mobile navigation
  *	Page title
  *	Breadcrumbs
  *	Blog
  *	Blog Single
  *	Pagination
  *	Gird for page single
  *	Sidebar
  *	GoTop Button
  *	Footer
  *	Footer widget
  *	Page About
  *	Bottom
  *	Revolution Slider
  *	Preload
  *	Parallax
  *	Switcher
  *	Boxed
  *	Site-off-canvas
  *	Porfolio Detail
*/

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}
	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}
	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}
	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}
	figure {
		margin: 0;
	}
	:focus {
		outline: 0;
	}
	table { 
		border-collapse: collapse; 
		border-spacing: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	th,td {
		border: 1px solid #dbdbdb;
		padding: 7px;
		text-align: center;
	}	
	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}
	legend {
		white-space: normal;
	}
	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}
	button,
	input {
		line-height: normal;
	}
	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}
	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}
	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}
	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}
	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	font: 14px/25px "Open Sans", sans-serif;
	font-weight: 400;
	background-color: #fff;		
	color: #5e646b;
}
a {		
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
	color: #00aeff;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
ul, ol {
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;		
}
.img-right {
	margin: 0 0 0 50px !important;
	float: right;
}
.entry-page p {
	margin-bottom: 25px;
}
button {
	border: none;
}
.form-submit input.submit{
	color: #fff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {		
    display: inline-block;
    padding: 0 30px 0 30px;
    height: 45px;
    line-height: inherit;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #00aeff;
    border: 1px solid #00aeff;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: relative;	
   -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {	
	position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 45px;
    border-radius: 3px;   
    margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #00aeff;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
textarea {
	width: 100%;
	padding: 10px 15px;    
    height: 170px;
}
address {
    font-style: italic;
    margin: 0 0 24px;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 20px;
}
th {
    font-weight: 700;
    text-transform: uppercase;
}
input[type="checkbox"] {
	display: inline;
}
textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {		
	color: #3d3d3d;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #3d3d3d;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #3d3d3d;
	opacity: 1;
}


strong, b {
    font-weight: 700;
}
blockquote{
    font-weight: 300;
	font-size: 16px;
    color: #888;
    font-style: italic;
    position: relative;
    border: 0;
    padding: 20px 15px 20px 38px;
    margin: 0 0 24px;
}
.blog-single .entry-post blockquote p{
	margin: 0;
}
article p {
    margin-bottom: 25px;
}
ul {
    list-style: disc;
}
ol{
	list-style: decimal;
}
ul, ol {
    padding: 0;
    margin: 16px 0;
    padding: 0 0 0 40px;
}
li>ul, li>ol {
    margin: 0;
}
mark,
ins {
	background-color: #00aeff;
	text-decoration: none;
	color: #fff;
	padding: 7px;
}
code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
kbd{
	padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 0;
    font-family: Consolas, monospace;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}
blockquote.alignleft, 
.wp-caption.alignleft, 
img.alignleft {
    margin: 7px 30px 25px 0 !important;
}
blockquote.alignright, 
.wp-caption.alignright, 
img.alignright {
    margin: 7px 0 25px 30px !important;
}
dfn, cite, em, i {
    font-style: italic;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}
textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	color: #000;
}
.blog-single .entry-post p {
	margin-bottom: 30px;
}
.blog-single article .entry-post.excerpt .alignleft{
	margin: 0 20px 20px 0!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
h1 { 
	font-size: 36px; 
	line-height: 45px;
	margin: 33px 0; 
}
h2 { 
	font-size: 30px; 
	line-height: 36px;
	margin: 25px 0;
}
h3 { 
	font-size: 22px; 
	line-height: 30px;
	margin: 22px 0;
}
h4 { 
	font-size: 18px; 
	line-height: 24px; 
	margin: 25px 0;
}
h5 { 
	font-size: 16px; 
	line-height: 20px;
	margin: 30px 0; 
}
h6 { 
	font-size: 14px; 
	line-height: 18px;
	margin: 36px 0;
}
.blog-single blockquote {
    padding: 15px 15px 15px 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
    background: #f7f7f7;
    overflow: hidden;
    letter-spacing: 0;
}
.blog-single blockquote::before {
    content: "\f10d";
   	font-family: FontAwesome;
    float: left;
    margin-right: 18px;
    color: #999999;
    font-size: 25px;
    font-weight: 100;
    font-style: italic;
    z-index: 1;
}
.blog-single blockquote strong{
	color: #333;
}
.blog-single .img-left,
.blog-single .alignleft {
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;
}
.blog-single .content-post:after, 
.blog-single .content-post:before,
.blog-single .entry-post:after,
.blog-single .entry-post:before {
    content: "";
    display: table;
    clear: both;
}
/* Top 
---------------------------------------------------------------*/

.flat-information {
	text-align: center;
}
.flat-language {
    position: relative;
    padding-left: 23px;
    margin-right: 25px;
}
.flat-language:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0ac";
    font-family: "FontAwesome";
    font-size: 16px;
}
.flat-language .current a {
    position: relative;
    padding: 0 15px 0 5px;
}
.flat-language .current > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: -2px;
}
.flat-language .current > a {
    font-weight: 700;
    color: inherit;
}
.flat-language .current > a:hover {
	color: #00aeff;
}
.flat-language .current:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 11px;
}
.flat-language > ul > li > ul {
    position: absolute;
    right: 0;
    top: 100%;
    width: 130px;
    margin-top: 15px;
    background-color: #00aeff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
}
.flat-language > ul > li > ul li {
	padding: 1px 0 2px 15px;	
}
.flat-language > ul > li > ul li a {
	color: #fff;
}
.topbar {
	background-color: #273039;	
	color: #fff;
	padding: 11px 0;
	font-size: 13px;
}
.flat-analysis {
	margin: -11px 1px -11px 105px;	
	display: inline-block;
}
.flat-analysis i {
	font-size: 18px;
	margin-right: 9px;
	position: relative;
	top: 4px;
}
.flat-analysis a {
	display: block;
    height: 100%;
    background: rgb(53, 66, 79);
    color: #fff;
    padding: 11px 22px 11px 18px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}    
.flat-analysis a:hover {
	background: #00aeff;
	color: #fff;
}
/* Infomation top */
.flat-information {
	margin: 0 0;	
}
.flat-information > li {
	display: inline-block;
	position: relative;
	margin-right: 30px;
	padding-left: 20px;
}
.flat-information > li a {
	color: inherit;
}
.flat-information > li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	content: "\f095";
}
.flat-information > li.email:before {
	content: "\f0e0";
}
.flat-information > li.address:before {
	content: "\f041";
}
.flat-information > li > a:hover {
	color: #00aeff;
}
/* Social-links
-------------------------------------------------------------- */
.social-links {
	padding: 0;
	margin: 0;
	text-align: right;
}
.social-links a {
	display: inline-block;
	padding: 0 13px;
	line-height: 50px;
	font-size: 14px;
	color: #c2c2c2;
}
.social-links a:hover {
	color: #eab702;
}
/* Header
-------------------------------------------------------------- */
.header {	
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.header.layout-2 {
	position: absolute;
    width: 100%;
    z-index: 999;
    background-color: transparent;
    border-bottom: 0;
}
	
.header .logo {	
	width: 185px;
    height: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
	margin: 20px 200px 0 0;	
}
/* Header Fix */
.header.downscrolled {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
    opacity: 0;
    top: -121px;
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
         -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.header.upscrolled {
    opacity: 1;
    top: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* Menu menu-extra */
.menu.menu-extra {
	float: right;	
	position: relative;
	width: 53px;
	margin: 0;
	padding: 0;
    list-style: none;
}
.menu.menu-extra .off-canvas-toggle a{
	position: relative;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-top: 28px;
    margin-left: 9px;
}
.top-search {
    position: absolute;
    width: 250px;
    right: 15px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    z-index: -99;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-search.show {
	top: 100%;
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}
.top-search input{
	margin: 0;
}
.top-search.widget_search .search-form .search-submit{
	background-image: url(../images/search.svg);
    background-color: transparent;
    background-size: 13px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 12px;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
	border: none;
}
.search-form label, .top-search .search-form .search-field {
	width: 100%;
    background-color: #fff;
}
.menu.menu-extra li {
	float: left;
}
.menu.menu-extra li a {
	color: #1c1c1c;
    line-height: 90px;
    height: 90px;
}
.menu.menu-extra li.cart {
	position: relative;
}
.menu.menu-extra li a:hover {
	color: #00aeff;
}
.show-search.active .fa-search::before {
    content: "\f00d";
}
/* Navigation */
.nav-wrap {
	position: relative;
}
#mainnav > ul {
	text-align: right;
}
#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#mainnav ul li {
   position: relative;
}
#mainnav > ul > li {
   display: inline-block;   
}
#mainnav > ul > li > a {
    font-weight: 600;
    color: #424242;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    line-height: 90px;
    margin: 0 25px 0 25px;
    display: inline-block;
}
/* submenu */
#mainnav ul.submenu {
	text-align: left;
   	position: absolute;
   	display: none;
   	left: 0;
   	top: 150%;
   	width: 225px;
   	background-color: #222222;
   	z-index: 9999;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	  filter: alpha(opacity=0);
     opacity: 0;  
   visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #00aeff;
}
/* Right sub-menu */
#mainnav ul li:hover > ul.submenu {
	top: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	display: block;
   	visibility: visible;
}
#mainnav ul li:last-child:hover > ul.submenu {
	left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu li:hover > ul.submenu{
	top: 0!important;
    left: 100%;
}

#mainnav ul li ul li {
   margin-left: 0;
}
#mainnav ul.submenu li ul {
   position: absolute;
   left: 300px;
   top: 0 !important;
}
#mainnav ul.submenu > li {
   border-top: 1px solid #333333;  
}
#mainnav ul.submenu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
   -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
   border-top: none;
}
#mainnav ul.submenu > li > a {

    display: block;    
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 26px 12px 26px;
    line-height: 15px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#mainnav ul.submenu > li > a:hover {
	background-color: #00aeff;
	color: #fff;
}
#mainnav ul.submenu > li.sub-parent:hover::after {
	right: 18px;
}
#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a,
#mainnav > ul > li.current-menu-ancestor > a{
   color: #00aeff ;
   position: relative;
}
#header.layout-2 .menu.menu-extra .off-canvas-toggle a,
#header.layout-2 #mainnav > ul > li > a{
	color: #fff;
}
#mainnav > ul > li.current-menu-item > a:after,
 #mainnav > ul > li.current-menu-ancestor > a:after{
    content: '';
    position: absolute;
    left: 0;    
    bottom: 25px;
    width: 100%;
    height: 4px;
    background: #00aeff;
    opacity: 1;
}
#mainnav > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;    
    bottom: 25px;
    width: 0;
    height: 4px;
    background: #00aeff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
#mainnav > ul > li > a:hover:after {
	width: 100%;
	opacity: 1;
}
/* Hover Menu */
#mainnav > ul > li > a {
	position: relative;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #222222;
   	z-index: 1000;
}
#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}
#mainnav-mobi ul.submenu{
	padding-left: 20px;
}
#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #333333;
   	cursor: pointer
}
#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 50px 0 20px;
   	color: #fff;
}
#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}
#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
}
#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}
/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 42px 0;
	width: 26px;
	height: 16px;
	float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}
.btn-menu:before,
.btn-menu:after, 
.btn-menu span {
	background-color: #00aeff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}
.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 24px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.btn-menu span {
	position: absolute;
	width: 12px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}
.btn-menu:after {
	width: 17px;
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}
.btn-menu.active:after {
	width: 24px;
}
.btn-menu.active span {
	opacity: 0;
}
.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}
.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}
.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}
.btn-submenu:before {
   content: "\f107";
   color: #fff;
}
.btn-submenu.active:before {
   content: "\f106"
}
.btn-menu {
   display: none 
}
/* Page title
-------------------------------------------------------------- */
.page-title {
	position: relative;
	padding: 88px 0;
	text-align: center;
}
.page-title-heading h1 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 40px; 
    margin: 0;
}
.page-title .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, 0.6 );	
}
/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding: 10px 0;
	margin: 0;
	padding-left: 0;
}
.breadcrumbs ul li {
	display: inline-block;	
	position: relative;
	margin-right: 27px;
    margin-left: 2px;
}
.breadcrumbs ul li.trail-end {
	font-size: 13px;
    color: #ffffff;
}
.breadcrumbs ul li.trail-browse,
.breadcrumbs ul li a {
	font-size: 13px;
    color: #ffffff;
}
.breadcrumbs ul li a:hover {
	color: #00aeff;
}
.breadcrumbs ul li:before {
	position: absolute;
    top: 0;
    right: -15px;
    font-size: 15px;
	content: ">";	
	color: #fff;
}
.breadcrumbs ul li:last-child::before {
	width: 0;
	height: 0;
	background-color: transparent;
	content: "";
}
/* Blog
-------------------------------------------------------------- */
.entry p {
	margin-bottom: 20px;
}
.blog-carousel .entry p {
	margin-bottom: 0px;
}
.main-content {
	padding: 100px 0;
}
.main-content:after{
	clear: both;
	display: table;
	content: "";
}
article {
	margin-bottom: 40px;
}
article .featured-post {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
article.sticky .featured-post {
	margin-bottom: 0;
}
article .featured-post .fluid-width-video-wrapper{
	height: 100%;
}
article .content-post .title-post a {
    color: #000;
}
article .content-post .title-post a:hover {
    color: #00aeff;
}
article:before, 
article:after, 
.entry-content:before, 
.entry-content:after {
    content: "";
    display: table;
    clear: both;
}
article .post-comment {
	position: absolute;
	left: 20px;
	top: 20px;
	margin: 0;
	padding: 0;
	min-width: 60px;
	z-index: 20;
	background-color: #00aeff;
	text-align: center;	
	color: #fff;
}
.blog-carousel article .post-comment {
	display: none;
}
article .post-comment li.date span {
	display: block;
	font-size: 14px;
}
article .post-comment li.date .day {
	font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 12px;
}
article .post-comment li.comment {
	background-color: #273039;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 5.5px 3px 4.5px;
}
article .post-comment li {
	display: block;
}

article .content-post .title-post {
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 500;
}

.related-post article .content-post .title-post {
	margin-bottom: 45px;
    font-size: 14px;
}

article ul.meta-post {
	padding: 0 0 0 0;
	margin: 12px 0 10px 0;	
}
.related-post article ul.meta-post,
.related-post article .post-comment,
.related-post article .entry-post{
	display: none;
}
article ul.meta-post li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-right: 20px;
	list-style: none;
}
article ul.meta-post li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
	content: "\f073";
	font-style: normal;
}
article ul.meta-post li.author {
	padding-left: 0;	
	text-transform: capitalize;
}
article ul.meta-post li.author:before {
	content: "";
}
article ul.meta-post li.categories:before {
	content: "\f02c";
}
article ul.meta-post li.vote:before {
	content: "\f086";
}
article ul.meta-post li a,
article ul.meta-post li {
	font-size: 12px;
    color: #999;    
}
article ul.meta-post li a:hover {
	color: #00aeff;
}
article .more-link a,
.blog-pagination .more-link a{    
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 8px 40px 8px 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #00aeff;
    border: 1px solid #00aeff;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}
.blog-pagination .more-link a:after,
article .more-link a:after {
	font-family: "FontAwesome";
	content: "\f101";
	color: #fff;
	position: absolute;
	right: 18px;
    top: 7px;
    font-size: 12px;
}
.blog-pagination .more-link a:hover,
article .more-link a:hover {
	color: #fff;
	background: #273039;
	border-color: #273039;
}
/* Blog Single
-------------------------------------------------------------- */
.blog-single .entry-post h6 {   
	color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 14px;
    margin-top: 25px;
}
.blog-single .entry-post h5 {    
    color: #000;
    font-size: 16px;
    line-height: 23px;
    display: block;
    letter-spacing: 0;
    margin-bottom: 14px;
    margin-top: 25px;
}
.blog-single .entry-post .post-title2{
	font-weight: 700;
}
.blog-single .entry-post h4 {
	color: #000;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 25px;
}
h1 { font-size: 36px; line-height: 45px; }
h2 { font-size: 30px; line-height: 36px; }
h3 { font-size: 24px; line-height: 30px; }
h4 { font-size: 18px; line-height: 24px; }
h5 { font-size: 16px; line-height: 20px; }
h6 { font-size: 14px; line-height: 18px; }
.blog-single .entry-post h3 {
	color: #000;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 25px;
}
.blog-single .entry-post h2 {
	color: #000;
    font-size: 30px;
    margin-bottom: 14px;
    margin-top: 25px;
}
.blog-single .entry-post h1 {
	color: #000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 14px;
    margin-top: 25px;
}
.blog-single .category-post-single {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-single ul.social-share {
	padding: 0;
	margin: 29px 0 0 0;
	list-style: none;
	padding-bottom: 43px;	
	border-bottom: 1px solid #e5e5e5;
}
.blog-single ul.social-share li {
	display: inline-block;
    font-family: "Poppins", sans-serif;
    color: #333;
    font-size: 16px;
}
.blog-single ul.social-share li a {
	margin: 0 17px;
	color: #999999;
	font-size: 18px;
}
.blog-single ul.social-share li a:hover {
	color: #edb820;
}
/* Navigation posts-navigation */
.blog-single .direction {
    text-align: center;
    text-align: center;
    padding-top: 9px;
    margin-top: 50px;
    border-top: 1px solid #eeeeee;
}
.blog-single .direction ul{
	margin: 0;
	padding: 0;
}
.blog-single .direction ul li ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
}
.blog-single .direction ul li ul.social-icons li a {
    width: 36px;
    height: 36px;
    background-color: #f2f2f2;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    color: #6a6a6a;
    border-radius: 50%;
}
.blog-single .direction ul li ul.social-icons li a:hover {
	background-color: #00aeff;
	color: #fff;
}
.accent-button a:hover {
    opacity: 0.9;
    transition: all 0.5s;
}
.accent-button a {
    padding: 10px 31px;
    border-radius: 25px;
    color: #5e646b;
    text-transform: capitalize;
    transition: all linear .3s;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.accent-button a:before {
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
    right: 0;
    top: 14px;
}
.black-button a:before {
	content: "\f100";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
    left: 0;
    top: 14px;
}
.black-button a {
    padding: 10px 31px;
    border-radius: 25px;
    color: #5e646b;
    text-transform: capitalize;
    transition: all linear .3s;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.blog-single .direction ul li ul.social-icons {
    padding: 0;
    margin-top: -10px;
    text-align: center;
    list-style: none;
}
.blog-single .direction ul li {
    display: inline-block;
}
/* Comment List */
.comment-list article {
	margin-bottom: 0px;
}
.comment-list ul.children,
.comment-list ol.children {
	margin-left: 30px;
	list-style: none;
}
.comments-area ol.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comments-area ol.comment-list article {
	border-bottom: 1px solid #e5e5e5;
    padding-top: 37px;
}

.comments-area ol.comment-list > li:first-child > article {
	padding-top: 0;
}
.comments-area ol.comment-list article .comment-author {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}

.comment-respond input[type='submit']:hover {
	background-color: #222;
	border-color: #222;
}

.comments-area ol.comment-list article .comment-text {
	overflow: hidden;
}

.comments-area ol.comment-list article .comment-author img{	
	border-radius: 50%;
	width: 100%;
	width: 80px;
    height: 80px;
}
.comments-area ol.comment-list article .comment_content .comment_meta {
	margin-bottom: 20px;
}
.comments-area ol.comment-list article .comment-text .name-auth {	
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 2px;
}
.comments-area ol.comment-list article .comment_text {
	padding-bottom: 37px;
	overflow: hidden;
}
.comments-area ol.comment-list article {
	position: relative;
}
.comments-area ol.comment-list article .comment-metadata .date {	
    font-size: 12px;
    line-height: 23px;    
    margin-right: 7px;
    color: #a8a8a8;
}
.comments-area ol.comment-list article .comment-reply{
    position: relative;
}
.comments-area ol.comment-list article .comment-reply a{
	color: #999999;
	padding-left: 13px;
	font-size: 13px;
}
.comments-area ol.comment-list article .comment-reply a:before{
	position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: 13px;
    content: "";
    background-color: #e7e7e7;
}
.comment-metadata{
	margin-bottom: 5px;
}

.comments-area ol.comment-list article .reply .comment-reply-link {
    font-size: 12px;
    font-weight: 700;
    color: #00aeff;
    text-transform: uppercase;	
    border-radius: 20px;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.comments-area ol.comment-list article .reply .comment-reply-link:after{
	margin-left: 10px;
	content: "\f122";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    
.comments-area ol.comment-list article .reply .comment-reply-link i {
	margin-left: 10px;
}
.comments-area ol.comment-list article .reply .comment-reply-link:hover {	
	color: #273039;
}
.comments-area ol.comment-list article .unapproved {
	float: right;
}
	
.comments-area ol.comment-list article .gravatar img {
	border-radius: 50%;
}
/* Comment form */
.related-post h2,
.comment-respond .comment-reply-title {
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 0;
}
.comment-respond {
	padding: 56px 50px 60px 50px;
    background-color: #f5f5f5;
}
.comment-respond .comment-notes,
.comment-respond .comment-form-email {
	width: 50%;
	float: left;
}
.comment-respond .comment-notes {
	padding-right: 10px;
}
.comment-respond .comment-form-email {
	padding-left: 10px;
}
.comment-respond .message,
.comment-respond input[type="email"],
.comment-respond input[type="text"] {
	width: 100%;
}
.comment-respond .name-container,
.comment-respond .email-container,
.comment-respond .message {
	position: relative;
}
.comment-respond .name-container:before,
.comment-respond .email-container:before,
.comment-respond .message:before {
	content: "\f007";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 23px;
    position: absolute;
    top: 14px;
    left: 15px;
    color: #bcbcbc;
}
.comment-respond .email-container:before {
	content: "\f0e0";
	left: 30px;
}
.comment-respond .message:before {
	content: "\f075";
}
.comment-respond textarea {	
	height: 200px;
	background: #fff;
}
.comment-respond .comment-submit:hover {
	background-color: #273039;
	color: #fff;
	border-color: #273039;
}
/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	padding-top: 33px;	
	border-top: 2px solid #f0f0f0;
	text-align: center;
}
.blog-pagination .page-numbers,
.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-left: 11px;
}
.page-links{
	clear: both;
	margin: 10px 0;
}
.page-links span.page-links-title,
.page-links span.page-links-title:hover{ 
	background-color: transparent;
	color: #5e646b;
}

.page-links > span{
	background-color: #273039;
	font-size: 12px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
}
.entry-post .page-links a,
.entry-content .page-links a{
	font-size: 12px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #00aeff;
    border-radius: 50%;
    color: #fff;
}
.entry-post .page-links a:hover,
.entry-content .page-links a:hover{
	background-color: #273039;
}
.blog-pagination a.page-numbers,
.blog-pagination .flat-pagination li a{	
    font-size: 12px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #00aeff;
    border-radius: 50%;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.blog-pagination a.page-numbers:hover,
.blog-pagination .flat-pagination li a:hover {
	background-color: #273039;
	color: #fff;
}
.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
	background: transparent;
	color: #00aeff;
}
.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 
.blog-pagination a.prev.page-numbers,
.blog-pagination .flat-pagination li.prev {
	float: left;
	padding-left: 0;
	margin-left: 0;
	background-color: transparent;	
	color: #8da1b6;
}
.blog-pagination .flat-pagination li.prev a {
	text-align: left;
	background-color: transparent;
	color: #8da1b6;
}
.blog-pagination a.next.page-numbers,
.blog-pagination .flat-pagination li.next {
	float: right;
	padding-right: 0;
	margin-left: 0;
	background-color: transparent;
}
.blog-pagination a.next.page-numbers,
.blog-pagination .flat-pagination li.next a {
	text-align: right;
	background-color: transparent;
	color: #8da1b6;
}
.blog-pagination a.next.page-numbers .fa,
.blog-pagination a.prev.page-numbers .fa{
    font-weight: 600;
}
.blog-pagination span.page-numbers.current,
.blog-pagination .flat-pagination li.active {
	color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    background-color: #273039;
    border-radius: 50%;
}
/* Gird for page single
-------------------------------------------------------------- */
.main-content.page-single {
	padding: 50px 0;
}
.page-single .page-content {
	width: 65.81196581196581%;
	float: left;
}
.page-single .page-sidebar {
	width: 34.18803418803419%;
	float: left;
}
/* Sidebar
-------------------------------------------------------------- */

.page .sidebar{
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.sidebar.blog-sidebar{
	padding-left: 50px;
    border-left: 1px solid #e5e5e5;
    margin-left: 50px;
}
    

.sidebar .widget {
	margin-bottom: 45px;	
	position: relative;
}
.widget ul  {
	padding: 0;
	margin: 0;
}
.widget ul.sub-menu{
	padding-left: 10px;
}
.widget ul li {
	list-style: none;
	line-height: 40px;
	position: relative;
	padding-left: 5px; 
}
.widget ul li ul li{
	padding: 0;
	position: relative;
	padding-left: 5px; 
}
.widget ul li ul li:last-child{
	padding-bottom: 0;
}
.widget ul li a {
	font-size: 14px;
    color: #3d3d3d;
}
.widget ul li a:hover {
	color: #00aeff;
}
.widget .widget-title {	
	margin-top: 0px;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.1;
}
.sidebar .widget .widget-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
}
.sidebar .widget .widget-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #00aeff;
}
/* Widget search */
.widget.widget_search .widget-title {
	margin-bottom: 37px;
}
.widget.widget_search .search-form {
    width: 100%;
	height: 50px;
	position: relative;
	margin: 0;
}
.widget.widget_search .search-form label {
	display: block;
}
.widget.widget_search .search-form input[type="search"] {
	border-color: #d7d7d7;
	width: 100%;
}
.widget.widget_search .search-form input[type="search"]:focus {
	border-color: #00aeff;
}
.widget.widget_search .search-form .search-submit {
    background-image: url( ../images/search.svg );
    background-color: transparent;
    background-size: 13px 13px;
    background-position: center right;
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;    
    padding: 5px 0 5px 10px;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 21px;
    top: 13px;    
    border-radius: 0;
    border: 0;
}
/* Widget categories */
.widget.widget_categories ul li {	
	position: relative;	
	text-align: right;
	color: #00aeff;
}
.widget.widget_categories ul li:after{
	content: " ";
	clear: both;
	display: table;
}
.widget.widget_categories ul li a{
	float: left;
	margin-left: 12px;
}
.widget.widget_categories ul li span {
	font-family: "Poppins", sans-serif;	
	color: #00aeff;
}
/* Widget recentpost */
.sidebar .widget-recent-news {
	margin-bottom: 58px;
}
.widget.widget-recent-news ul li {
	padding: 20px 0 8px;
	overflow: hidden;
}
.widget.widget-recent-news ul li:last-child {
	padding-bottom: 0;
}
.widget.widget-recent-news ul li .thumb {
	float: left;
	margin-right: 13px;	
	max-width: 80px;
}
.widget.widget-recent-news ul li .text {
	overflow: hidden;	
	position: relative;	
	line-height: 25px;
}
.widget.widget-recent-news ul li .post_meta {
	font-size: 12px;
	position: relative;
	padding-left: 20px;
	line-height: 25px;
	color: #00aeff;
}
.widget.widget-recent-news ul li .post_meta:before {
	font-family: 'simple-line-icons';
	content: "\e075";
	position: absolute;
	left: 2px;
	top: -2px;
	color: #00aeff;
	font-weight: 700;
}
.widget.widget-recent-news ul li .text p {
	padding-left: 20px;
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 14px;
}
.widget.widget-recent-news ul li .text h6 {
	line-height: 23px;
	margin: 0;
	margin-top: -5px;
	font-weight: 400;
	
}
/* Widget tag */
.widget.widget_tag_cloud .widget-title {
	margin-bottom: 30px;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:first-child{
	color: #fff;
    background-color: #00aeff;
}
.widget.widget_tag_cloud .tagcloud a,
.widget.widget_tag .tag-list a {
	font-size: 12px!important;
	display: inline-block;
	color: #6a6a6a;
    font-size: 12px;
    font-weight: 600;    
    display: inline-block;
    text-align: center;
    line-height: 38px;
    background-color: #f2f2f2;
    padding: 0 15px;   
    margin: 0 5px 7px 0;
}
.widget.widget_tag .tag-list a.active,
.widget.widget_tag .tag-list a:hover {
	color: #fff;
	background-color: #00aeff;
}
/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 37px;   
   	width: 40px;
   	cursor: pointer;   
    background-color: #00aeff;
   	height: 40px;
   	border-radius: 50%;
   	line-height: 40px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
}
.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99;
}
.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}
.go-top:hover {
    background-color: #273039!important;
}
.go-top:hover i {
	color: #fff;
}
/* Footer
-------------------------------------------------------------- */
footer {
    background-color: #273039;
    color: #8da1b6;    
}
footer.style1 {
	padding: 80px 0 74px;
}
footer a {
	color: #999999;
}
/* Footer widget
-------------------------------------------------------------- */
footer .footer-widgets{
    padding: 80px 0 0;	
}
.footer-widgets ul li a {
	color: #8da1b6;
}
.footer-widgets .widget .widget-title {
	position: relative;
    font-size: 18px;
    line-height: 1.4em;
    padding: 0px 0px 18px;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
}
.footer-widgets .widget .widget-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: #11c3f0;
}
.footer-widgets ul.one-half {
	width: 50%;
	float: left;
}
/* Logo footer */
.logo.logo-footer {
	margin-bottom: 19px;
}
.footer-widgets .widget-brand p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 300 !important;
    margin-bottom: 11px;
}
.footer-widgets .widget-brand {
    border-bottom: 2px solid #35424f;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
/* Widget social */
.footer-widgets .widget-social .social-list {
	margin-bottom: 12px;
}
.footer-widgets .widget-social .social-list:after {
	content: "";
	display: table;
	clear: left;
}
.footer-widgets .widget-social .social-list a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: rgb(53, 66, 79);
	text-align: center;
	line-height: 38px;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}
.footer-widgets .widget-social .social-list a:first-child {
	margin-left: 0;
}
.footer-widgets .widget-social .social-list img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   filter: alpha(opacity=40);
   opacity: 0.4;
   -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
       -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
           transition: opacity 0.3s ease-in-out;
}
.footer-widgets .widget-social .social-list a:hover img {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
   filter: alpha(opacity=80);
   opacity: 0.8;
}
.footer-widgets .widget-social a {
	color: #8da1b6;
}
.footer-widgets .widget-social a:hover {
	color: #00aeff;
}
/* Widget Service */
.footer-widgets .menu-footer-menu-container ul li {
	position: relative;
	width: 50%;
	padding-left: 20px;
	float: left;
}
.footer-widgets #menu-footer-menu:after{
	content: " ";
	clear: both;
	display: table;
}
.footer-widgets .menu-footer-menu-container ul li:before {
	position: absolute;
    left: 0;
    top: 6px;
    font-family: "FontAwesome";
    content: "\f105";  
	line-height: 30px;
    font-size: 15px;
}
/* Widget Newsletter */
.widget.widget_mc4wp_form_widget {
	padding-left: 40px;
}
.widget.widget_mc4wp_form_widget p {
	margin-bottom: 30px;
	font-size: 16px;
}
#subscribe-form {
	position: relative;
}
.widget_mc4wp_form_widget button {
	border-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 20px 0 15px;
}
.widget_mc4wp_form_widget button:hover {
	background: rgb(53, 66, 79);
	color: #fff;
	border-color: rgb(53, 66, 79);
}
.widget_mc4wp_form_widget button i {
	font-size: 18px;
}
/* Sidebar Page About */
.sidebar-nav {
	margin-bottom: 40px;
}
.sidebar-nav ul {
	padding: 0;
	list-style: none;
}
.sidebar-nav ul li a {
	display: block;
	padding: 15px 20px 11px 20px;
	margin-bottom: 2px;
	color: #333;
	font-weight: 700;
	background-color: #f0f0f0;
}
.sidebar-nav ul li a.active {
	padding-left: 16px;
	border-left: 4px solid #eab702;
}
.sidebar-nav ul li a:hover {
	background-color: #f9f9f9;
}
.brochure {
	margin-bottom: 42px;
	padding: 28px 18px 14px 24px;
	border: 1px solid #ccc;
	font-size: 13px;
}
.brochure h3 {
	margin-top: 0;
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 600;
}
.brochure p {
	margin-bottom: 18px;
}
.page-service .brochure p {
	margin-bottom: 18px;
}
.brochure .btn-brochure {
	margin-bottom: 20px;
}
.brochure .btn-download a {
	position: relative;
	width: 97%;
	margin-bottom: 0;
	padding: 12px 19px 9px;
	font-weight: 300;
	letter-spacing: 0.2px;
}
.brochure .btn-download a:after {
	background: url(../images/common/icon_pdf_white.png) no-repeat;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3px;
}
/* About-content-text */
.about-content-text {
	margin-bottom: 40px;
}
.about-content-text h4 {
	font-weight: 700;
    line-height: 1.1;    
    margin: 30px 0 20px 0;
    color: #eab702;
    font-size: 24px;
}
.about-content-text p {
	margin-bottom: 20px;
}
/* Page About
-------------------------------------------------------------- */
.page-about .flex-direction-nav a {
	top: 100%;
	margin-top: -40px;
}
.page-about .flex-direction-nav .flex-prev {
	left: 100%;
	margin-left: -85px;
}
/* Bottom
-------------------------------------------------------------- */
.copyright {
	background-color: #273039;
	padding: 11px 0;
	color: #8da1b6;	
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.20);
	padding-top: 15px;
}
/* Parallax
-------------------------------------------------------------- */
.vc_parallax:before,
.parallax:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
}
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 0;
}
/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 550px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}
.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}
.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;	
	width: 10px !important;
	height: 10px !important;	
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}
.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;	
}
.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 5px solid #fff !important;
}
/* Preload
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.loader, .loader:after {    
    width: 30px;
    height: 30px;
}
.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    border-left: 1em solid #00aeff;
    -webkit-animation: fa-spin 2s infinite linear;
           animation: fa-spin 2s infinite linear;     
}
.error404 .page-wrap {
	padding: 0 0 100px;
}
/* Boxed
-------------------------------------------------------------- */
.home-boxed .centosa-boxed {
    width: 92.708%;
    box-shadow: 0 0 16px 1px #7f7f7f;
    margin: 30px auto;
}
.centosa-boxed {
	overflow: hidden;
}
/* Site-off-canvas
-------------------------------------------------------------- */
#site-off-canvas .widget.widget_search {
	padding-top: 60px;
	margin-bottom: 45px;    
	position: relative;
}
#site-off-canvas .widget .widget-title{
	padding-bottom: 16px;
}
#site-off-canvas .widget .widget-title:before,
#site-off-canvas .widget.widget-categories .widget-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
}
#site-off-canvas .widget .widget-title:after,
#site-off-canvas .widget.widget-categories .widget-title:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #00aeff;
}
#site-off-canvas .close {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
	   opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	    filter: alpha(opacity=0);
	display: none\9;
	visibility: hidden;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.off-canvas-active #site-off-canvas .close {
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	        opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	display: block\9;
	visibility: visible;
	-webkit-transform: translateX(-270px);
	    -ms-transform: translateX(-270px);
	        transform: translateX(-250px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.off-canvas-active #site-off-canvas .wrapper {	
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
#site-off-canvas .wrapper {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	width: 270px;
	background: #ffffff;
	z-index: 999999;
	overflow: auto;
	padding: 30px;
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
/* Porfolio Detail
-------------------------------------------------------------- */
ul.entry-details-content {
	margin-bottom: 50px;
}
h3.title-project-detail {
	position: relative;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #121212;
    margin-bottom: 37px;
    padding-top: 50px;
}
h3.title-project-detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 10px;
    background-color: #000;
}
h3.title-project-detail:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    width: 15px;
    height: 10px;
    background-color: #eab702;
}
.entry-details-content li {
	list-style: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px 25px;
    position: relative;
}
.entry-details-content li:before {
	font-family: "FontAwesome";
    margin-right: 10px;
    position: absolute;
    left: 0;
}
.entry-details-content li.date:before {
	content: "\f073";
}
.entry-details-content li.location:before {
	    content: "\f041";
}
.entry-details-content li.surface-area:before {
	content: "\f0b2";
}
.entry-details-content li.investor:before {
	content: "\f0f8";
}
.entry-details-content li.value:before {
	content: "\f0d6";
}
.entry-details-content li.categories:before  {
	content: "\f0c9";
}
.entry-details-content li.tags:before  {
	content: "\f02c";
}
.entry-details-content li strong {
	font-weight: normal;
}
.entry-details-content li p {
	float: right;
    text-align: right;
    max-width: 60%;
    color: #b3b3b3;
}
/* request-prosopal
-------------------------------------------------------------- */
.request-prosopal {
    padding: 63px 30px;
    background-color: #273039;
}
.style-3 .request-prosopal{
    margin-left: 50px;
    padding: 63px 45px;
}
.request-prosopal h2 {
	font-size: 24px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 20px;
	margin-top: 0;
}
.request-prosopal label {
	color: #8da1b6;
	margin-bottom: 0;
}
.request-prosopal select,
.request-prosopal input[type="text"],
.request-prosopal input[type="number"], 
.request-prosopal input[type="email"] {
	border: 1px solid #fff;
	margin-bottom: 10px;
	background-color: #243444;
	border-color: #243444;
}
.request-prosopal select {
	color: #fff;
}
.request-prosopal .form-submit {
	margin-top: 10px;
}
.request-prosopal .form-submit:hover {
	opacity: 0.9;
}
.single-services .request-prosopal p,
.page-template .request-prosopal p{
 	padding: 0;
}
.single-services .sidebar-left .col-md-4 .sidebar,
.page-template-services .sidebar-left .col-md-4 .sidebar{
	margin-right: 0;
	border-right: 0;
}
.single-services .blog-single .entry-post .title-post{
	margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.blog-single .entry-post .title-post2{
	font-weight: 700;
}
.single-services .blog-single .entry-post .flat-onehalf .title-post2{
	margin-top: 0;
    margin-bottom: 14px;
    font-weight: 700;
}

.single-services .blog-single .flat-onehalf .alignleft{
	margin: 0!important;
}

.single-portfolios .sidebar{
	padding: 0;
	border: none;
}
.single-portfolios .sidebar .wpcf7-form p,
.post-type-archive-services .main-content .sidebar .wpcf7-form p,
.case-single .sidebar .wpcf7-form p{
	padding: 0;
}
.single-portfolios .blog-single .entry-post .title-post{
	margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.single-portfolios .blog-single .entry-post .alignleft{
	margin: 0 20px 20px 0!important;
}
.promobox{
	padding: 50px 0;
}
.full-width .col-md-8{
	width: 100%;
}
.full-width .col-md-4{
	display: none;
}
.sidebar-left .col-md-8{
	float: right;
}
.sidebar-left .col-md-4{
	float: left;
}
.sidebar-left .col-md-4 .sidebar.blog-sidebar{
	padding-left: 0px;
    border-left: none;
    margin-left: 0px;
    padding-right: 50px;
    border-right: 1px solid #e5e5e5;
    margin-right: 50px;
}
.sidebar-left .col-md-4 .sidebar.page-sidebar{
	padding-right: 50px;
}
.sidebar-right .col-md-4 .sidebar.page-sidebar{
	padding-left: 50px;
}
form.search-form span.screen-reader-text{
	display: none;
}
.infscr-loading{
	background: #000 url(../images/loading.gif) no-repeat scroll center 15px;
    bottom: 40px;
    color: #ccc;
    left: 50%;
    margin-left: -90px;
    opacity: 0.8;
    padding: 80px 0 10px;
    position: fixed;
    text-align: center;
    width: 180px;
    z-index: 100;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.infscr-loading.no-ajax {
    background: #000;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
article.grid-2,
.post-wrap.grid-2 article{
	width: 50%;
	float: left;
	padding: 15px;
}
.page-template-services .post-wrap.grid-2{
	margin: 0 -15px;
}
.page-template-services .post-wrap.grid-2 article,
.page-template-services .post-wrap.grid-3 article,
.page-template-services .post-wrap.grid-4 article{
	padding: 0 15px;
}
.page-template-services .post-wrap..grid-4 article,
.page-template-services .post-wrap..grid-3 article,
.page-template-services .post-wrap..grid-2 article{
	padding: 0 15px;
}
.search .direction ul{
	margin: 0;
    padding-bottom: 30px;
}
.search article.grid-4,
.search .post-wrap.grid-4 article,
.search article.grid-3,
.search .post-wrap.grid-3 article{
	width: 100%
}
article.grid-3,
.post-wrap.grid-3 article{
	width: 33.33%;
	float: left;
	padding: 15px;
}
article.grid-4,
.post-wrap.grid-4 article{
	width: 25%;
	float: left;
	padding: 15px;
}
.blog-carousel article.grid-2,
.blog-carousel article.grid-3,
.blog-carousel article.grid-4{
	width: 100%;
	padding: 0;
}
.blog-shortcode.blog-carousel-wrap{
	padding: 0 15px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.centosa-socials.flat-socials{
	display: inline-block;
	text-align: center;
}
.centosa-socials.flat-socials a{
	margin: 0 10px;
	color: #fff;
}
.page-title-3 .page-title-heading{
	float: left;
}
.page-title-3 .breadcrumbs{
	float: right;
}
.page-title-2{
	text-align: left;
}
.title-404.nothing{
	font-size: 150px;
    line-height: 150px;
    font-weight: bold;
    color: #00aeff;
}
.sub-title-404{
	color: #00aeff;
}
.error404 .main-content{
	padding-bottom: 90px;
}
.error404 .main-content .flat-button{
	margin-top: 20px;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    background-color: #00aeff;
    color: #fff;
}
.menu-fallback{
	line-height: 100px;
}
.widget.widget_mc4wp_form_widget p {
    font-size: 15px;
}
/* Services Style */
.centosa-services article{
	margin-bottom: 60px;
    overflow: hidden;
}
.centosa-services article.last-child{
	margin-bottom: 0;
}
.centosa-services article .box-header{
	margin-bottom: 25px;
}
.centosa-services article .box-content{
	overflow: hidden;
}
.centosa-services article .box-content p{
	margin: 0;
}
.centosa-services.style-2 article .box-header{
	margin-bottom: 17px;
}
.centosa-services.grid-2 article .box-content{
	clear: both;
}
.centosa-services article .box-header img{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.centosa-services article:hover .box-header img {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.centosa-services.style-2 article.even .box-header{
	float: left;
    margin-right: 50px;
}
.centosa-services.style-2 article.odd .box-header{
	float: right;
    margin-left: 50px;
    margin-right: 0;
}
.centosa-services.style-2 article .box-content .box-title{
    line-height: 35px;
    margin-bottom: 24px;
    margin-top: -6px;
    letter-spacing: 1px;
}
.centosa-services.grid-3 article .box-content .box-title,
.centosa-services.grid-2 article .box-content .box-title{
	font-size: 18px;
    margin-bottom: 10px;
}
    
.centosa-services article .box-content .box-title{
    line-height: 35px;
    margin-bottom: 24px;
    margin-top: -6px;
	color: #273039;    
	letter-spacing: 1px;
}
.related-post .centosa-services article .box-content .box-title{
	font-size: 16px;
}
.centosa-services article .box-content .box-title a{
	color: #222;
}
.centosa-services article .box-content .box-title a:hover{
	color: #00aeff;
}
.centosa-services.style-2 article .box-content .box-readmore{
	padding: 10px 31px;
    background: #00aeff;
    border-radius: 25px;
    color: #fff;
    text-transform: capitalize;
    transition: all linear .3s;
    border: 1px solid #00aeff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    max-width: 170px;
   	font-size: 14px;
   	margin-top: 15px;
   	position: relative;
}
.centosa-services.grid-3 article .box-content .box-readmore,
.centosa-services.grid-2 article .box-content .box-readmore{
	background-color: transparent;
	display: block;
    border: 0;
    color: #00aeff;
    font-weight: 600;
    padding: 0 0;
    margin-top: 15px;
    font-size: 14px;
}
.centosa-services article .box-content .box-readmore{
	background-color: transparent;
    border: 0;
    color: #00aeff;
    display: block;
    font-weight: 600;
    padding: 0 0;
    font-size: 14px;
}
.centosa-services article .box-content .box-readmore:after{
	content: "\f054";
    font-family: "fontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.centosa-services article .box-content .box-readmore:hover:after{
    margin-left: 13px;
}
.flat-onehalf{
	width: 50%;
    float: left;
    padding: 0 15px;
}
.flat-wrapgrid {
    margin: 0 -15px;
    overflow: hidden;
}
.blog-single .entry-post .flat-onehalf strong{
	margin-top: 0;
}
.blog-single .flat-onehalf .alignleft{
	margin-bottom: 0; 
}
article.sticky,
article.tag-sticky-2 {
	display: block;
	background-color: #f7f7f7;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.grid-2 article{
	width: 50%;
	float: left;
	padding-right: 2%;
}
.grid-3 article{
	width: 33.33333%;
	float: left;
	padding-right: 2%;
}
.grid-4 article{
	width: 25%;
	float: left;
	padding-right: 2%;
}
.blog-shortcode .blog-carousel article{
	width: 100%;
	padding: 0;
}

.blog-shortcode.blog-carousel-wrap{
	padding: 0;
}
.widget.widget_categories ul li a:before{
	content: "\f0da";
    left: 0;
    line-height: 40px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 12px;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery-caption {
	display: block;
}
.bypostauthor {
	display: block;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
	
.footer-widgets .widget.widget_nav_menu ul li:before {
	content: "\f105";
    line-height: 30px;
    margin-right: 5px;
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    left: -5px;
    top: 5px;
}
.footer-widgets .widget.widget_categories label,
.footer-widgets .widget.widget_archive label,
.footer-widgets caption{
	color: #8da1b6;
	
}
.widget.widget_categories label,
.widget.widget_archive label,
caption{
	color: #3d3d3d;
	padding: 10px 0;
}
.footer-widgets .widget.widget_calendar a{
	color: #8da1b6;
}
.widget ul li ul.sub-menu, 
.widget ul li ul.children{
	padding-left: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.topbar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.navigation.posts-navigation{
	padding-top: 33px;
    border-top: 2px solid #f0f0f0;
}
.navigation.posts-navigation .screen-reader-text{
	display: none;
}
.testimonials blockquote{
	padding: 0;
	margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}
.flat-testimonials.style3 .testimonials blockquote{
	text-align: center;
}
ul.flat-list{
	margin: 0;
	padding: 0;
}
.archive-blogs article .entry-post.excerpt p{
	margin: 0;
}

.comments-area .comments-title,
.related-post .box-title{
	font-size: 16px;
	padding-bottom: 10px;
	margin-top: 48px;
	color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: relative;
}

.comments-area .comments-title:before,
.related-post .box-title:before {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f0f0f0;
}

.comments-area .comments-title:after,
.related-post .box-title:after {
	content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #00aeff;
}

	

.blog .archive-blogs .flat-blog-slider .flexslider{
	margin: 0;
}
.vc_tta-container h2,
.vc_tta-accordion{
    padding: 0 60px 0 80px;
}
.direction ul{
	list-style: none;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.post-password-form input[type="submit"]{
	color: #fff;
}
.widget{
	margin-bottom: 30px;
}
.style-2.dark .wpcf7{
	padding-left: 30px;
}
.no-padding-top{
	margin-top: -100px;
}
.no-padding-bottom{
	margin-bottom: -100px;
}
.page-title .breadcrumb-1{
	position: absolute;
    bottom: 0;
}
.page-title .breadcrumb-1 .breadcrumbs{
	padding-left: 10px;
	background: #f7f7f7;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.page-title .breadcrumb-1 .breadcrumb-trail.breadcrumbs:before{
	content: "\f015";
	position: absolute;
	color: #00aeff;
	left: 10px;
    top: 15px;
    font: normal normal normal 14px/1 FontAwesome;
}
.page-title .breadcrumb-1 .breadcrumbs ul.trail-items{
	padding-left: 22px;
}
.author-post{
	margin-top: 10px;
}
.author-post .author-body{
	background-color: #f5f5f5;
}
.author-post .author-avatar{
	max-width: 150px;
    float: left;
    margin-right: 20px;
}
.author-post .info{
    padding: 35px;
    min-height: 150px;
}
.author-post .info p{
	font-size: 13px;
	margin: 0;
}
.author-post .info .name-heading{
	margin: 2px 0 8px 0;
	text-transform: capitalize;
}
.related-post article{
	margin-bottom: 0;
}