/*
* Repeatable Patterns
* Carousel
* Flat top
* Flat socials
* Header
* Mobile navigation
* Temtplate Css Global 
* Page Title
* Blog
* Blog Single
* Sidebar
* Pagination
* Mail Chimp
* Footer
* Widget footer
* Bottom
* Bottom menu
* Bottom socials
* GoTop Button
* Boxed
* Preload
* Sidebar services page
* Testimonials
* Action box headings
* Contact form
* Flat List
* Services grid
* 404
* Comming Soon
* Search No Results
*/

/* Repeatable Patterns
-------------------------------------------------------------- */
	::-moz-selection { 
		color: #fff; 
		text-shadow: none; 
		background: #78b942; 
	}

	::-webkit-selection { 
		color: #fff; 
		text-shadow: none; 
		background: #78b942; 
	}

	::selection { 
		color: #fff; 
		text-shadow: none; 
		background: #000; 
	}

	a {
		color: #222;
		text-decoration: none;
		-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;
	}

	a:hover {
		text-decoration: none;
		-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;
	}

	a:focus {
		text-decoration: none;
		outline: 0;
	}

	a:hover, a:focus {	    
	    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;
	}

	a:hover {
		color: #2387ea;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	/* Typography */
	body,
	button,
	input,
	select,
	textarea {
		font: 14px/25px "Open Sans", sans-serif;
		font-weight: 400;
		background: #fff;
		color: #999;
	}	

	strong,
	b {
		font-weight: 700;
	}

	p {
		margin-bottom: 15px;
	}

	p:last-of-type {
		margin-bottom: 0px;
	}

	article p:last-of-type {
		margin-bottom: 0;
	}

	dfn,
	cite,
	em,
	i {
		font-style: italic;
	}

	blockquote {
	    font-style: italic;
	    position: relative;
	    background: #f7f7f7;
	    border-left: 4px solid #2387ea;
	    margin: 25px 0px 25px 0px;
	    padding: 30px;
		font-size: 14px;
		font-weight: 600;
	}

	table {
	    width: 100%;
	    margin: 15px 0;
	}

	th, td {
	    border: 1px solid #dbdbdb;
	    padding: 7px;
	    text-align: center;
	}

	blockquote .blockqoute-text:before, blockquote .blockqoute-text:after {
	    position: absolute;
	    left: 0px;
	    top: 4px;
	    content: "”";
	    font-size: 60px;
	    line-height: 60px;
	    color: rgb(153, 153, 153);
	}

	blockquote > p:last-child {
		margin-bottom: 0;
	}

	blockquote cite,
	blockquote small {
		font-size: 14px;
	}

	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}

	blockquote strong,
	blockquote b {
		font-weight: 600;
	}

	blockquote > p:last-child {
		margin-bottom: 0;
	}

	abbr[title] {
		border-bottom: 1px dotted #c0c0c0;
		cursor: help;
	}

	mark,
	ins {
		background-color: #2387ea;
		text-decoration: none;
		color: #fff;
		padding: 7px;
	}

	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
	  top: -6px;
	}

	sub {
	  bottom: -3px;
	}

	small {
		font-size: 75%;
	}

	big {
		font-size: 125%;
	}

	address {
		font-style: italic;
		margin: 0 0 20px;
	}

	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: Inconsolata, monospace;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
	}

	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;
	}

	h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 { font-weight: 600; }
	h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 { font-weight: 400; }

	h1,h2,h3,h4,h5,h6 { font-weight: 600; color: #222222; font-family: "Open Sans",sans-serif; line-height: 1.3;}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 26px
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 15px;
	}

	/* Alignments */
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}

	.aligncenter {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.blockcenter {
		left: 50%;
	        transform: translatex(-50%);
	   -moz-transform: translatex(-50%);
	   - ms-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	     -o-transform: translatex(-50%);

	}

	.float-right {
		float: right;
	}

	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;
	}

	blockquote.aligncenter,
	.wp-caption.aligncenter,
	img.aligncenter {
		clear: both;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 10px;
	}

	/* Content */
	.bypostauthor article .gravatar {
	    float: left;
	    display: inline-block;
	}

	.sticky,.tag-sticky-2 {
		display: block;
	    background: #f7f7f7;
	    border: 1px solid rgba(54, 70, 115, 0.08); 
	    padding: 30px;
	}

	.page-header {
		margin: 0;
		border: 0;
	}

	.page-header .nothing {
		padding: 0;
		background-color: transparent;
		font-size: 40px;
		line-height: 40px;
		color: #ff1200;
	}

	.site-main {
		position: relative;
	}

	/* Accessibility */
	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:hover,
	.screen-reader-text:active,
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: 600;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;  
	}

	/* Media */
	.page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}

	/* Make sure embeds and iframes fit their containers. */
	embed,
	iframe,
	object {
		max-width: 100%;
	}

	/* Captions */
	.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;
	}

	/* Galleries */
	.gallery {
		margin-bottom: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	.gallery-caption {
		display: block;
	}

	/* Elements */
	hr {
		background-color: #eee;
		border: 0;
		height: 1px;
		margin-bottom: 20px;
	}

	ul,
	ol {
		padding: 0;
		margin: 0 0 30px 25px;
	}

	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin-bottom: 0;
	}

	dd, dt {
		line-height: 30px;
	}

	::-moz-selection { 
		color: #fff; 
		text-shadow: none; 
		background: #333;
	}

	::-webkit-selection { 
		color: #fff; 
		text-shadow: none; 
		background: #333; 
	}

	::selection { 
		color: #fff; 
		text-shadow: none; 
		background: #333; 
	}

	/* Forms */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {  	
	  	height: 43px;
	  	background-color: #2387ea;
	  	color: #ffffff;
	  	font-family: "Open Sans",sans-serif;
	  	font-size: 13px;
	  	font-weight: 600;
	  	line-height: 43px;
	  	padding: 0 30px;
	  	border-radius: 5px;  	
	  	cursor: pointer;  	
	  	white-space: nowrap;
	  	border: none;  	
	  	z-index: 0;
	    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;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {	
		background-color: #222222;
		color: #fff;
	}

	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"] {	
		border: 1px solid #f4f4f4;
		border-radius: 5px;
	  	height: 43px;
	  	line-height: 43px;
	  	padding: 0 15px; 
	  	max-width: 100%;
	  	font-size: 13px;
	  	font-weight: 500;
	  	margin-bottom: 30px;  	
	  	-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;
		border-color: #2387ea;
		outline: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

	textarea {
		width: 100%;
		height: 100px;
	    padding: 8px 15px;
	}

	input[type="checkbox"] {
		display: inline;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  	color: #656565;
	  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  	color: #656565;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  	color: #656565;
	  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
	}

	/* 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;	
	}

	input[type="submit"] {
		border-width: 0;		
	}

	button:focus { outline: none; }

/* Carousel
-------------------------------------------------------------- */
	.owl-carousel {
	    touch-action: manipulation; 
	}

/* Visual Composer
-------------------------------------------------------------- */
	.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li,
	.vc_toggle:last-of-type {
		margin-bottom: 0 !important;
	}

	.vc_row-has-fill>.vc_column_container>.vc_column-inner,
	.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
		padding-top: 0 !important;
	}

	.vc_section.vc_section-has-fill, 
	.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
	.vc_section.vc_section-has-fill+.vc_section {
	    padding-top: 0px !important;
	}

	body {
		overflow-x: hidden;
	}

	.container {
		max-width: 1170px;
	}

	.themesflat_bg_image_fixed,
	.themesflat_bg_image_fixed .vc_parallax-inner {
	    background-attachment: fixed !important;
	}

/* Flat top
-------------------------------------------------------------- */
	.themesflat-top {   
	    border-bottom: 1px solid #eee;
	    z-index: 101;
   	 	position: relative;
	}

	.container-inside {
	    display: table;
	    width: 100%;
	}

	.content-left,
	.content-right {
	    display: table-cell;
	    vertical-align: middle;
	}

	.themesflat-top ul > li {
	    display: inline-block;
	}

	.themesflat-top .content-right ul > li {
		padding: 10px 0px 9px;
	}

	.themesflat-top ul {
		margin: 0;
		display: inline-block;
	}

	.themesflat-top ul.flat-information.s2 > li i {
		width: 35px;
		height: 35px;
		line-height: 33px;
		border-radius: 50%;
		border: 1px solid;
		text-align: center;
		margin-right: 10px;
	}

	.themesflat-top .search-form {
		position: relative;
		display: inline-block;
	}

	.themesflat-top .search-form label {
		margin: 0;
		min-width: 283px;
	}

	.themesflat-top .search-form input[type="search"] {
		border: 2px solid;
		background: transparent;
		border-radius: 20px;
	}	

	.themesflat-top .search-form .search-submit {
		width: 60px;
		height: 100%;
		border: none;
		border-radius: 20px;
		background: #2387ea;
		padding: 0;
		text-align: center;
		top: 0;
	}

	.themesflat-top .search-form .search-submit i {
		color: #fff;
	}

	/* header-sticky */
	.header.header-sticky {
		z-index: 99999; 
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07); 
		-moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
		-ms-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
		-o-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
		  -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
	    -webkit-animation-duration: 0.8s; /* Safari 4.0 - 8.0 */
	    animation-name: fadeInDown;
	    animation-duration: 0.8s;
		 
	}

	.header-absolute .header.header-sticky #mainnav > ul > li > a,
	.header-absolute .header.header-sticky .show-search a {
		color: #252525;
	}

	.header-absolute .header.header-sticky .btn-menu:before, 
	.header-absolute .header.header-sticky .btn-menu:after, 
	.header-absolute .header.header-sticky .btn-menu span {
		background-color: #252525;
	}

	.header-sticky .sticky_hide {
		display: none;
	}

	.themesflat-top .show-search,
	.themesflat-top .wrap-cart-count {
		display: inline-block;
		position: relative;
	}

	.themesflat-top .wrap-cart-count {
		margin-left: 23px;
	}

	.themesflat-top .show-search a {
		margin-left: 21px;
	    padding-left: 31px;
	}

	.themesflat-top .show-search a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 1px;
		width: 1px;
		height: 20px;
	}

	.themesflat-top .button-topbar {
	    padding: 13px 29px 13px 27px;
	    font-weight: 700;
	    font-size: 14px;
	    margin-left: 22px;
	    color: #ffffff !important;
	    display: inline-flex;
	    overflow: hidden;
	    z-index: 1;
	    position: relative;
	}

/* Flat socials
-------------------------------------------------------------- */
	.flat-social-header {
		padding-top: 6px;
		overflow: hidden;
	}

	.themesflat-socials {
		padding: 0;
		margin: 0;
		text-align: right;
	}

	.themesflat-socials li {
		display: inline-block;	
	}

	.themesflat-top ul.themesflat-socials {
		display: inline-block;
	}

	.themesflat-top ul.themesflat-socials > li {
		font-size: 14px;
	    width: 50px;
	    height: 45px;
	    line-height: 45px;
	    text-align: center;
	    border-left: 1px solid #eee;
	    background: transparent;
	    padding: 0;
	}

	.themesflat-top ul.themesflat-socials > li:last-child {
	    border-right: 1px solid #eee;
	}

	.themesflat-top ul.themesflat-socials li a {
		display: inline-block;
		width: 100%;
	}

	.themesflat-top .content-left ul > li {
		padding: 10.5px 12px 9.5px 14px;
		font-size: 13px;
	    font-weight: 500;
	    border-left: 1px solid #eee;
		position: relative;
	}

	.themesflat-top ul.flat-information > li i {
		font-size: 15px;
	    margin-right: 8px;
	}

	.topbar-absolute .themesflat-top {
		position: absolute;
	    width: 100%;
	    z-index: 999;
	}

	.topbar-absolute .container-inside {
		border-bottom: 1px solid rgba( 255,255,255,0.15 );
	}

/* Header
-------------------------------------------------------------- */
	.header-wrap .wrap-header-content {
	    margin: 28px 0px 31px;
	}

	.wrap-header-content > ul {	
		float: right;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.wrap-header-content > ul li {
		float: left;
		padding-right: 66px;
	}

	.wrap-header-content > ul li:last-child {
		padding-right: 0px;
	}

	.wrap-header-content > ul > li .border-icon {
		float: left;
	    height: 45px;
	    width: 45px;
	    line-height: 41px;
	    border: 2px solid;
	    border-color: #535353;
	    text-align: center;
	    margin-right: 23px;
	    margin-top: 2px;
	    border-radius: 50%;
	    color: #535353;
	}

	.wrap-header-content > ul > li .border-icon i {
		font-size: 21px;
	}

	.wrap-header-content > ul > li > .text {
		overflow: hidden;
	}

	.wrap-header-content > ul > li > .text strong {
	    font-size: 16px;
	    font-weight: 600;
	    color: #2387ea;
	    line-height: 22px;
	}

	.wrap-header-content > ul > li > .text > p {
		margin-bottom: 0;
	    font-size: 16px;
	    line-height: 22px;
	    font-weight: 400;
	    color: #535353;
	}

	.wrap-header-content .button-header {
		float: right;
		padding: 0px 30px 0px 30px;
		font-weight: 600;
		margin-top: 4px;
		font-size: 14px;
		line-height: 41px;
		color: #535353;	
		border: 1px solid;
		border-color: #dbdbdb;
		overflow: hidden;
		position: relative;
		z-index: 1;
		margin-left: 57px;
	}

	.wrap-header-content .button-header:hover {
		color: #ffffff;
	}

	/* navigation */
	.nav-wrap {
		float: left;	
	}

	#mainnav ul {
	   list-style: none;
	   margin: 0;
	   padding: 0;
	}

	#mainnav ul li {
	   position: relative;
	}

	#mainnav > ul > li {
	   	float: left;   
	}

	#mainnav > ul{ 
		display: flex;  
	}
	#mainnav > ul > li { 
		padding: 0;
		-webkit-box-flex: unset;
	    -ms-flex: unset;
	    flex: unset;
	    max-width: unset;
	}

	#mainnav > ul > li > a {
	    font-size: 14px;
	    font-weight: 500;
	    color: #252525;
	    line-height: 60px;
	    padding: 0 22px;
	    position: relative;
	    display: inline-block;
	}
	
	#mainnav > ul > li.menu-item-has-children > a:before {
		content: '';
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -4px;
		height: 6px;
	    width: 6px;
	    display: block;
	    border-style: solid;
	    border-width: 0 1px 1px 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: border 0.3s;
	    transition: border 0.3s;
	}

	#mainnav > ul > li.current-menu-item > a,
	#mainnav > ul > li > a:hover {
		color: #3f3e43;
	}

	#mainnav > ul > li > a i {
		font-size: 14px;
	    margin-left: 5px;
	}

	/* submenu */
	#mainnav ul.sub-menu {
		text-align: left;
	   	position: absolute;
	   	left: 0px;
	   	top: 120%;
	   	width: 200px;
	   	z-index: 9999;
	   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
	    box-shadow: 0 6px 50px rgba(0,0,0,.04); 
	  	-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:first-child > ul.sub-menu {
	    left: 0;
	}

	/* Right sub-menu */
	#mainnav ul.right-sub-menu {
	    left: auto;
	    right: 0;
	}

	#mainnav ul li:hover > ul.sub-menu {
		top: 100%;
	   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
	      opacity: 1;
	   visibility: visible;
	}

	#mainnav ul li ul li {
	   margin-left: 0;
	}

	#mainnav ul.sub-menu li ul.sub-menu {
	   position: absolute;
	   left: 200px;
	   top: 0;
	}

	#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu {   
	   left: 0;
	   top: 100%;
	}

	#mainnav ul.sub-menu li ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
		left: -100%;
	   	top: 0;
	}

	#mainnav ul.sub-menu > li {
	   border-top: 1px solid #2d374a;
	}

	#mainnav ul.sub-menu > li:first-child {
		border-top: 0;
	}

	#mainnav ul.sub-menu > li > a {
	    display: block;
	    color: #70798b;    
	    text-decoration: none;
	    padding: 11px 20px;
	    font-size: 12px !important;
	    line-height: normal;
	    -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.sub-menu li.menu-item-has-children > a:after {
	    right: 20px;
	    line-height: normal;
	    font-weight: normal;
	    content: "\f105";
	    font-size: 14px;
	    font-family: "FontAwesome";
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	#mainnav .megamenu ul.sub-menu li.menu-item-has-children > a:after { 
		display: none;
	}

	#mainnav ul.sub-menu > li > a:hover {
		background: #2387ea;
		color: #fff;
	}

	#mainnav ul.sub-menu > li.sub-parent:hover::after {
		right: 18px;
	}

	#mainnav > ul > li.home > a:before {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
		content: "";
	    position: absolute;
	    left: 20px;
	    bottom: -15px;
	    width: 15px;
	    height: 5px;
	    background-color: #2387ea;
	}

	#mainnav > ul > li.home > a:after {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
		position: absolute;
	    left: 36px;
	    bottom: -15px;
	    width: 15px;
	    height: 5px;
	    background-color: #000;
	    content: "";
	}

	/* Mega Menu */
	#mainnav li.megamenu { 
		position: inherit;     
	}

	#mainnav li.megamenu ul.sub-menu { 
		z-index: 9999; 
	}

	#mainnav li.megamenu > ul.sub-menu { 
		width: 100%; 
		left: 0; 
		right: auto; 
	    padding: 15px;
	    position: absolute;
	    z-index: 98;
	    -webkit-box-shadow: 0 6px 50px rgba(0,0,0,.04);
	    box-shadow: 0 6px 50px rgba(0,0,0,.04); 
	    border-top: solid 1px #f7f7f7;   	
	}

	#mainnav li.megamenu > ul.sub-menu > li {
		margin: -15px 0;
		padding: 20px 0; 
		display: block; 
		float: left; 
		width: 100%; 		
		border-right: solid 1px #f0f0f0 !important;
	}

	#mainnav li.megamenu > ul.sub-menu > li:last-child {
		border-right: none !important;
	}

	#mainnav li.megamenu.col-1 > ul.sub-menu > li { width: 100% }
	#mainnav li.megamenu.col-2 > ul.sub-menu > li { width: 50% }
	#mainnav li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) { clear: both; }
	#mainnav li.megamenu.col-3 > ul.sub-menu > li { width: 33.33% }
	#mainnav li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) { clear: both; }
	#mainnav li.megamenu.col-4 > ul.sub-menu > li { width: 25% }
	#mainnav li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) { clear: both; }
	#mainnav li.megamenu.col-5 > ul.sub-menu > li { width: 20% }
	#mainnav li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) { clear: both; }
	#mainnav li.megamenu.col-6 > ul.sub-menu > li { width: 16.66% }
	#mainnav li.megamenu.col-6 > ul.sub-menu > li:nth-child(7n) { clear: both; }

	#mainnav li.megamenu > ul.sub-menu > li ul { 
		display: block; 
		top: auto; 
		width: 100%; 
		min-width: 0; 
		left: auto; 
		position: relative;
		-webkit-box-shadow:none; 
		box-shadow: none; 
	}

	#mainnav li.megamenu ul.sub-menu > li > a {
		padding: 10px 15px;
	}

	#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a { 
	    font-weight: 700;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-khtml-opacity: 0.8;
		-moz-opacity:0.8;
	    opacity: 0.8;
	    color: #222;
	    background: transparent !important;
	}

	#mainnav li.megamenu > ul.sub-menu ul {
		background: transparent !important;
	}

	#mainnav li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
	}

	#mainnav li.megamenu.no-heading > ul.sub-menu > .menu-item-has-children > a { 
		display: none 
	}

	#mainnav li.megamenu:hover ul li ul { 
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1; 
		visibility: 
		visible; 
	}

	/* Show search */
	.header-style1 .show-search,
	.header-style3 .show-search {
	    float: right;  
	}

	.show-search { 
	    position: relative;       
	}

	.show-search a {
		font-size: 15px;
	    padding: 0px;    
	    position: relative;
	}

	.show-search a i {
		width: 16px;
		font-weight: 600;
	}

	.show-search.active a > .fa-search:before {
	    content: "\f00d";
	    color: #fff;
	}

	.top-search {
	    position: absolute;
	    right: 0px;
	    top: 110%;
	    width: 270px;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-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;
	}

	.top-search.show {
	    visibility: visible;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
	    opacity: 1;
	    z-index: 1;
	    top: 100%;
	}

	.themesflat_header_wrap {
		width: 100%;
	    z-index: 1;
	    position: relative;
	    -webkit-box-shadow: 0 0 65px rgba(0,0,0,.09);
	    -moz-box-shadow: 0 0 65px rgba(0,0,0,.09);
	    -ms-box-shadow: 0 0 65px rgba(0,0,0,.09);
	    -o-box-shadow: 0 0 65px rgba(0,0,0,.09);
	    box-shadow: 0 0 65px rgba(0,0,0,.09);
	    -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-absolute .themesflat_header_wrap {
		-webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    -ms-box-shadow: none;
	    -o-box-shadow: none;
	    box-shadow: none;
	}

	.header_sticky .themesflat_header_wrap {
	    z-index: 100;
	}

	/* Header Style1 */
	#mainnav > ul > li:first-child > a {
		padding-left: 0;
	}

	.header-style1 .header-wrap .logo,
	.header-style3 .header-wrap .logo {
		float: left;
	}

	.header-style1 .nav-wrap,
	.header-style3 .nav-wrap {
		float: right;
	}

	.header-style1 .show-search a {
		line-height: 90px;
	}

	.header-style1 .show-search {
		margin-left: 19px;
	    margin-right: 12px;
	}


	/* Header Style2 */
	.header-style2 #mainnav > ul > li > a, 
	#header.header-style2 .show-search a {
		line-height: 80px;
	}

	.header-style2 .show-search,
	.header-style2 .nav-wrap {
		float: none;
		display: inline-block;
	}

	.header-style2 .show-search { margin-left: 15px; }

	/* Header Style3 */
	.header-style3 .show-search {
	    margin-left: 20px;
	}

	/* Header Absolute */
	.header-absolute .themesflat_header_wrap {
		position: absolute;
		width: 100%;
		z-index: 99999; 
	}

	.header-absolute .header.widget-header .nav {
	    border-bottom: 1px solid rgba(255, 255, 255, .1);
	}

	/* Header Style4 */
	.header-left .themesflat_header_wrap {
	    width: 300px;
	    max-width: 100%;
	    height: 100%;
	    top: 0;
	    position: fixed;
	    background-color: #ffffff;
	    overflow-y: auto;
	    -webkit-overflow-scrolling: touch;
	    -webkit-transition-duration: .8s;
	    transition-duration: .8s;
	    -webkit-transition-timing-function: ease;
	    transition-timing-function: ease;
	    -webkit-box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
	    box-shadow: 0 0 18px rgba(28, 31, 33, 0.07);
	}

	.header-left header {
		background-color: transparent;
	}

	.header-left .themesflat-boxed {
		margin-left: 300px;
	}

	.header-left .themesflat_header_wrap::-webkit-scrollbar-track {
		background-color: #fff;
	}

	.header-left .themesflat_header_wrap::-webkit-scrollbar {
		width: 4px;
		background-color: #F5F5F5;
	}

	.header-left .themesflat_header_wrap::-webkit-scrollbar-thumb {
		background-color: #b3b3b3;
	}

	.admin-bar.header-left .themesflat_header_wrap {
		padding-top: 32px;
	}

	.header-left .logo {
		text-align: center;
		padding: 0;
		margin: 40px 0px;
	}

	.header-left #mainnav > ul,
	.header-left #mainnav > ul > li {
	    display: inline-block;
	    float: none;
	    padding: 0;
	    width: 100%;
	    line-height: 50px;
	    position: relative;
	}

	.header-left #mainnav > ul > li > a {
	    line-height: 1;
	    position: relative;
	    display: block;
	    padding: 16px 15px 16px 26px;
	    width: 100%;
	    border-top: solid 1px #f7f7f7;
	}

	.header-left #mainnav ul.sub-menu {
	    text-align: left;
	    position: relative !important;
	    left: auto;
	    top: auto;
	    width: 100%;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
	    opacity: 1;
	    visibility: visible;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    -webkit-transition: unset;
		   -moz-transition: unset;
		    -ms-transition: unset;
		     -o-transition: unset;
		        transition: unset;
	}

	.header-left #mainnav li.megamenu.col-2 > ul.sub-menu > li,
	.header-left #mainnav li.megamenu.col-3 > ul.sub-menu > li,
	.header-left #mainnav li.megamenu.col-4 > ul.sub-menu > li,
	.header-left #mainnav li.megamenu.col-5 > ul.sub-menu > li,
	.header-left #mainnav li.megamenu.col-6 > ul.sub-menu > li {
	    width: 100%;
	}

	.header-left #mainnav li.megamenu.col-2,
	.header-left #mainnav li.megamenu.col-3,
	.header-left #mainnav li.megamenu.col-4,
	.header-left #mainnav li.megamenu.col-5,
	.header-left #mainnav li.megamenu.col-6 {
	    padding-left: 0;
	    padding-right: 0;
	}

	.header-left #mainnav ul.sub-menu li ul.sub-menu {
	    position: relative;
	    left: auto;
	    top: auto;
	}

	.header-left #mainnav li.megamenu > ul.sub-menu {
	    width: 100%;
	    left: auto;
	    right: auto;
	    padding: 25px 10px;
	    position: relative;
	    z-index: 98;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	    border:none;
	    display: block;
	}

	.header-left #mainnav > ul > li > ul.sub-menu {
		border-top: solid 1px #f7f7f7 !important;
		display: block;
		padding: 0px 15px;
	}

	.header-left #mainnav li.megamenu > ul.sub-menu > li {
		margin: 0;
	    padding: 0;
	    display: block;
	    float: none;
	    width: 100%;
	    border-right: none !important;
	}

	.header-left #mainnav ul.sub-menu > li > a {
	    padding: 10px 15px;
	    font-size: 11px !important;
	}

	.header-left #mainnav > ul > li.menu-item-has-children > a:before,
	.header-left #mainnav ul.sub-menu li.menu-item-has-children > a:after {
		display: none;
	}

	.header-left .btn-submenu:before {
	    content: "\f107";
	    color: #b1b1b1;
	}

	.header-left .btn-submenu.active:before {
	    content: "\f106";
	}

	.header-left .btn-submenu {
	   right: 0;
	   width: 55px;
	   height: auto;
	   font-size: 14px;
	}

	.header-left .themesflat_header_wrap .themesflat-socials {
		text-align: center;
		padding: 20px 0;
	    border-top: solid 1px #f7f7f7;
	}

	.header-left .themesflat_header_wrap .themesflat-socials li {
		background: transparent;
	}

	.header-left .themesflat_header_wrap .themesflat-socials li a {
	    background: #fff;
	    border: 1px solid #eee;
	    font-size: 15px;
	    border-radius: 50%;
	    color: #222;
	    width: 41px;
	    height: 41px;
	    margin-right: 5px;
	    display: inline-block;
	    text-align: center;
	    line-height: 38px;
	}

	.header-left .themesflat_header_wrap .themesflat-socials li:last-child a {
		margin-right: 0px;
	}

	.header-left .themesflat_header_wrap .themesflat-socials li a:hover {
	    color: #fff;
	    background: #2387ea;
	    border-color: #2387ea;
	}

	@media only screen and (min-width:1600px) {
		.header-left .fullwidthbanner-container { 
			max-width: 1600px !important;
		    left: -230px !important;
		}
	}

	.header-left .adv-section {
		margin-left: 300px;
	}

/* Mobile navigation
-------------------------------------------------------------- */
	#mainnav-mobi {
	   	display: block;
	   	margin: 0 auto;
	   	width: 100%;
	   	z-index: 1000;
	   	position: absolute;
	}

	#mainnav-mobi ul {
	   	display: block;
	   	list-style: none;
	   	margin: 0;
	   	padding: 0;
	}

	#mainnav-mobi ul {
		background-color: #222222;
	}

	#mainnav-mobi ul li {
	   	margin:0;
	   	position: relative;
	   	text-align: center;
	   	border-top: 1px solid rgba(255,255,255,0.05);
	   	cursor: pointer;
	   	background-color: #222222;
	}

	#mainnav-mobi ul ul li {
	    background-color: #252525;
	}

	#mainnav-mobi ul ul ul li {
	    background-color: #292929;
	}

	#mainnav-mobi ul > li > a {
	   	text-decoration: none;
	   	height: 50px;
	   	line-height: 50px;
	   	padding: 0 15px;
	   	color: #b1b1b1;
	}

	#mainnav-mobi ul.sub-menu {
	   	top: 100%;
	   	left: 0;
	   	z-index: 2000;
	   	position: relative;
	}

	#mainnav-mobi ul.sub-menu > li > a {
	   	display: block;
	   	text-decoration: none;
	   	padding: 0 15px;
	   	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;
	}

	.btn-menu {
		display: none;
		float: right;
		position: relative;
		background: transparent;
		cursor: pointer;
		margin: 37px 0px;
		width: 26px;
		height: 16px;
	    -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: #2387ea;
	    -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: 100%;
		left: 0;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		    -ms-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}

	.btn-menu span {
		position: absolute;
		width: 100%;
		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 {
		-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
	}

	.btn-menu.active span {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-khtml-opacity: 0;
		-moz-opacity:0;
		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: 50px;
	}

	.btn-menu {
	   display: none; 
	}

	.themesflat-button {
		position: relative;
	    z-index: 1;
	    overflow: hidden;
	    -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;
	}

	.button-bg-color .themesflat-button::before,
	.themesflat-button.button-bg-color::before {
	    content: "";
	    width: 0;
	    height: 100%;
	    top: 0;
	    position: absolute;
	    right: 0;
	    background: #222;
	    z-index: -1;
	    -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;
	}

	.themesflat-button:hover::before {
	    width: 100%;
	    left: 0;
	    right: auto;
	}

	.themesflat-button.no-background:before {
		display: none;
	}

/* Temtplate Css Global 
-------------------------------------------------------------- */
	.page-wrap {
		padding: 0 0 90px 0 ;
	}

	.page-template-front-page .page-wrap,
	.page-template-page_nosidebar .page-wrap,
	.page-template-one-page .page-wrap {
		padding: 0;
	}

	.page-template-front-page .page-wrap .content-area,
	.page-template-page_nosidebar .page-wrap .content-area,
	.error404 .page-wrap .content-area,
	.page-template-portfolio .page-wrap .content-area,
	.page-template-one-page .page-wrap .content-area {
		width: 100%;
		margin: 0;
	}

	.page-template-front-page .page-wrap .content-area:after {
		background-color: transparent;
		width: 0;
		height: 0;
	}

	.page-template-front-page .page-wrap .content-area,
	.page-template-page_nosidebar .page-wrap .content-area,
	.page-template-one-page .page-wrap .content-area {
		padding-right: 0 !important;
	}

	.page-wrap.sidebar-left .content-area, 
	.page-wrap.sidebar-right .content-area {
		float: left;
		width: 77%;
		padding-right: 2.6%;
		position: relative;
	}

	.page-wrap.sidebar-left .widget-area, 
	.page-wrap.sidebar-right .widget-area {
		float: left;
		width: 23%;
		position: relative;
	}

	/* Blog Sidebar Left */
	.page-wrap.sidebar-left .content-area {
		float: right;
		padding-left: 2.6%;
		padding-right: 0;
	}

	.page-wrap.sidebar-left .content-area:after {
		left: 0;
	}

	.page-wrap.sidebar-left .pagination {
		text-align: center;
		margin-right: 0;
	}

	/* Full Width Center */
	.page-wrap.fullwidth-center .wrap-content-area {
		width: 82.933333%;
	    max-width: 82.933333%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}

	.fullwidth-center article .entry-content > p {
	    font-size: 14px;
	    font-weight: 500;
	    line-height: 1.8;
	    text-align: left;
        padding: 0 2.5px;
	}

	.page-wrap.fullwidth-small .wrap-content-area,
	.page-wrap.fullwidth-small .wrap-content-area {
		width: 82.933333%;
	    max-width: 82.933333%;
		margin: 0 auto;
		float: none;
	}

	.page-wrap.fullwidth .post-wrap {
		padding: 0;
	}

	.page-wrap.fullwidth .content-area:after {
		width: 0;
	}

	.page-wrap.fullwidth .widget-area,
	.page-wrap.fullwidth-center .widget-area,
	.page-wrap.fullwidth-small .widget-area {
		display: none;
	}

	/* Full Width */
	.page-wrap.fullwidth .content-area,
	.page-template-page_nosidebar .page-wrap.sidebar-right .content-area {
		width: 100%;
	    max-width: 100%;
		margin: 0 auto;
		float: none;
	}

	.has-carousel article:before,
	.has-carousel article:after {
	    content: '';
	    display: table;
	    clear: both;
	}

	.blog-list-small .sticky .entry-border,
	.blog-list-small .tag-sticky-2 .entry-border,
	.blog-grid .sticky .entry-border,
	.blog-grid .tag-sticky-2 .entry-border {
		border: none;
	}

	.blog-list-small .sticky .entry-border:hover,
	.blog-list-small .tag-sticky-2 .entry-border:hover,
	.blog-grid .sticky .entry-border:hover,
	.blog-grid .tag-sticky-2 .entry-border:hover {
		box-shadow: none;
	}

	.blog-list .entry-border:hover {
		box-shadow: none;
	}

	/* Blog List Full Width */
	.blog-list-full-width article {
	    margin-bottom: 70px;
	}

	.blog-list-full-width article .featured-post {
	    margin-bottom: 24px;
	}

	.blog-list-full-width article .content-post .entry-content p,
	.blog-list-full-width article .content-post p {
	    margin-bottom: 12px;
	}

	.blog-list-full-width article .content-post .entry-title {
	    font-size: 36px;
	    font-weight: 700;
	    margin-bottom: 7px;
	}

	.blog-list-full-width article {
	    margin-bottom: 41px;
	}

	.blog-list-full-width article:last-of-type {
	    margin-bottom: 50px;
	}

	/* Blog Grid */
	.blog-grid,
	.blog-grid-simple {
		margin: 0 -15px;
	}

	.blog-grid > .item,
	.blog-grid-simple > .item {
		float: left;
		width: 50%;
		padding: 0 15px;
	}

	.blog-grid.columns-3 > .item,
	.blog-grid-simple.columns-3 > .item {
		float: left;
		width: 33.33%;
	}

	.blog-grid.columns-4 > .item,
	.blog-grid-simple.columns-4 > .item {
		float: left;
		width: 25%;
	}

	.blog-grid,
	.blog-grid-s1,
	.blog-grid-simple {
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}

	.blog-grid .entry-border,
	.blog-grid-simple .entry-border {
		-webkit-align-content: space-between;
		align-content: space-between;
		height: 100%;
	    position: relative;
	    background: #fff;
	    border: 1px solid #eee;
	    border-radius: 5px;
	    overflow: hidden;
	    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
	    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
	    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.08);
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.blog-grid-simple .entry-border {
		border-radius: 10px;
	}

	.blog-grid-simple .featured-post,
	.blog-grid-simple .themesflat_video_embed {
		display: none;
	}

	.single .blog-grid article .featured-post {
		margin: 0;
	}

	.blog-grid article .content-post {
	    padding: 25px;
	}

	.blog-grid article .entry-meta.meta-below .post-date,
	.blog-grid-image-left article .entry-meta.meta-below .post-date {
	    font-size: 12px;
	    font-weight: 700;
	    text-transform: uppercase;
	}

	.blog-grid.center .content-post {
	    text-align: center;
	}

	.blog-grid.right .content-post {
	    text-align: right;
	}

	.blog-grid.center .content-post .entry-meta,
	.blog-grid.right .content-post .entry-meta {
	    width: 100%;
	}

	.blog-grid,
	.blog-grid-simple {
	    overflow: hidden;
	    margin: 0 -15px;
	    border-bottom: none;
	    position: relative;
	}

	.blog-grid.owl-theme .owl-controls .owl-nav div.owl-prev {
	    left: 0px;
	}

	.blog-grid.owl-theme .owl-controls .owl-nav div.owl-next {
	    right: 0px;
	}

	/* Blog Grid Simple */
	.blog-grid-simple article .content-post {
	    padding: 30px 30px 26px;
	}

	.blog-grid-simple.columns-4 article .content-post {
	    padding: 15px;
	}

	.blog-grid-simple article .entry-meta {
		display: inline-block;
	}

	.blog-grid-simple article .entry-meta ul {
		margin: 0;
	}

	.blog-grid-simple article .entry-meta ul li {
		display: inline-flex;
	}

	.blog-grid-simple article .themesflat-button-container {
		padding: 0;
		display: inline-block;
		float: right;
		line-height: initial;
	}

	.blog-grid-simple article .wrap-meta-button {
		line-height: initial;
	    border-top: 1px solid #ececec;
	    padding-top: 22px;
	    margin-top: 15px;
	}

	.blog-grid-simple.columns-4 article .wrap-meta-button {
	    padding-top: 15px;
	}

	.blog-grid-simple article .themesflat-button-container > a:hover {
		color: #222;
	}

	.blog-grid-simple article .entry-meta ul li a {
		color: #888;
	    font-size: 13px;
	}

	.blog-grid-simple article .entry-meta ul li > i {
	    font-size: 20px;
	    padding-right: 23px;
	}

	.blog-grid-simple.columns-4 article .entry-meta ul li > i {
	    font-size: 16px;
	    padding-right: 7px;
	}

	.blog-grid-simple article .entry-title {
	    font-size: 19px;
	    font-weight: 500;
	    margin-bottom: 12px;
	    width: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}

	.blog-grid-simple article .entry-title:before {
	    content: '\f0c1';
	    font-family: "Font Awesome 5 Free";
	    font-weight: 600;
	    margin-right: 10px;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.blog-grid-simple article {
		margin-bottom: 30px;
	}

	/* Blog list */
	.blog-list .themesflat-button-container {
	    padding-top: 25px;
	}

	.blog-list .featured-post {
	    margin-bottom: 23px;    
	} 

	.equal-child img {
	    height: 100%;
	    object-fit: cover;
	} 

	.equal-parent .themesflat-content-box,
	.equal-parent .inner,
	.equal-parent .wpb_wrapper,
	.equal-parent .vc_column-inner,
	.equal-parent .section-video img,
	.equal-parent .section-video {
	    height: 100%;
	}

	.equal-parent .background-image {
	    background-position: 50% 50%!important;
	    background-size: cover!important;
	    width: 100%;
	    height: 100%;
	}

/* Page Title
-------------------------------------------------------------- */
	.page-title {
	    position: relative;
	    padding: 28px 0 22px; 
	    overflow: hidden;   
	}

	.page-title .overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	}

	.breadcrumbs span {
		color: #999999;
	}

	.breadcrumbs span.trail-browse i {
		position: relative;
		margin-right: 6px;
	}

	.breadcrumbs span.sep {
		padding: 0 7px 0 7px;
	}

	.breadcrumbs span a,
	.breadcrumbs a,
	.breadcrumbs span {
		color: #999999;
		position: relative;	
		font-size: 15px;
		font-weight: 500;
	}

	.background-size.auto {
		background-size: auto;
	}

	.background-size.contain {
		background-size: contain;
	}

	.background-size.cover {
		background-size: cover;
	}

	/* Style1 */
	.page-title-container {	
	    overflow: hidden;
	    width: 100%;
	}

	.page-title h1 {
		font-size: 40px;
		font-weight: 700;
		letter-spacing: -1px;
		margin: 0;	
		position: relative;
	}

	.page-title.left .page-title-container h1,
	.page-title.left .breadcrumbs {
		text-align: left;
	}

	.page-title.center .page-title-container h1,
	.page-title.center .breadcrumbs {
		text-align: center;
	}

	.page-title.right .page-title-container h1,
	.page-title.right .breadcrumbs {
		text-align: right;
	}

	.page-title.default h1 {
		font-size: 30px;
	    margin-bottom: 6px;
	}

	.page-title.default .breadcrumbs span a,
	.page-title.default .breadcrumbs a,
	.page-title.default .breadcrumbs span,
	.page-title.inline .breadcrumbs span a,
	.page-title.inline .breadcrumbs a,
	.page-title.inline .breadcrumbs span {
		font-size: 13px;
		font-weight: 600;
		line-height: 1;
	}

	.page-title.inline h1 {
		font-size: 27px;
		font-weight: 700;
	    margin-bottom: 0px;
	}

	.page-title.parallax h1,
	.page-title.video h1 {
		padding-bottom: 15px;
	    margin-bottom: 18px;
	}

	.page-title.parallax h1:after,
	.page-title.video h1:after {
	    content: "";
	    display: inline-block;
	    width: 100px;
	    height: 3px;
	    background: rgba(255, 255, 255, .5);
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -50px;
	}

	.page-title.parallax.left h1:after,
	.page-title.video.left h1:after {
		left: 0;
		margin-left: 0px;
	}

	.page-title.parallax.right h1:after,
	.page-title.video.right h1:after {
		left: auto;
		right: 0;
		margin-left: 0px;
	}

	.page-title.inline .page-title-container {
		display: table;
	}

	.page-title.inline .page-title-container h1,
	.page-title.inline .breadcrumbs {
		display: table-cell;
		vertical-align: middle;
	}

	.page-title.inline .page-title-container h1 {
		text-align: left;
	}

	.page-title.inline .breadcrumbs {
		text-align: right;
	}

/* Blog
-------------------------------------------------------------- */
	article h4.entry-time {
		text-transform: uppercase;
	    margin: 0;
	    float: left;
	    width: 85px;
	    border-right: 1px solid rgba(0, 0, 0, 0.1);
	    margin-right: 20px;
	    line-height: 1;    
	}

	article h4.entry-time a {
		color: #2387ea;
	}

	article h4.entry-time span.entry-day {
		font-size: 64px;  
		line-height: 45px;
		display: block;
	}

	article h4.entry-time span.entry-month {
		font-size: 14px;
	    line-height: 0.7px;
	    font-weight: 700;
	    padding-left: 5px;
	}

	.archive-services .featured-post {
	    float: none;
	    margin-bottom: 15px;
	}

	article {
		margin-bottom: 40px;
	    position: relative; 
	    -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;   
	}

	article.page.type-page {
		margin-bottom: 40px;
	}

	article .blog-slider ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	article .entry-title {
	    font-weight: 500;
	    margin: 0 0 15px 0; 
	    letter-spacing: 0;
	    overflow: hidden; 
	    -ms-word-wrap: break-word;
		word-wrap: break-word;
	}

	article .entry-title a,
	article .entry-title {
		color: #222222;
	}

	article .entry-meta ul {
		padding: 0;
		margin: 0 0 13px 0;
		list-style: none;
	}

	article .entry-meta ul li {
		position: relative;
		display: inline-block; 	
	    font-size: 14px;
	    color: #999999;  
	    font-weight: 600;
	    margin-right: 20px;
	}

	article .entry-meta ul li:last-child {
		margin-right: 0;
	}

	article .entry-meta ul li > i {
		font-size: 16px;
		padding-right: 7px;
	}

	article .entry-meta .dot {
		font-size: 17px;
		vertical-align: text-bottom;
		padding: 0 17px 0 10px;
	}

	article .entry-meta ul li a {
		color: #999999;
	}

	article .entry-meta .meta-left {
	    display: inline-block;
	}

	article .entry-meta .meta-right {
	    float: right;
	}

	article .entry-meta .meta-right li {
		padding-left: 31px;
	}

	article .entry-meta .meta-right li i {
		padding-right: 10px;
	}

	article .content-post .themesflat-button.have_background {
		margin-top: 20px;
	   	font-size: 12px;
	    font-weight: 600;
	    color: #ffffff;
	    padding: 12px 21px 12px 21px;
	    display: inline-block;
	    line-height: normal;
	    background-color: #2387ea;
	    -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;
	    -webkit-border-radius: 0px;
	    border-radius: 0px;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	}

	.themesflat-button {
		color: #ffffff;
	    line-height: 47px;
	    padding: 0 27px;
	    display: inline-flex;
	    border-radius: 50px;
	    position: relative;
	    font-weight: 600;
	    font-size: 14px;
	    z-index: 1;
	    background: #2387ea;
	}

	.themesflat-button,
	.themesflat-button:before,
	.brochure .btn-download a:before,
	.blog article .featured-post a:after,
	.blog article .featured-post a i,
	.page-template-blog article .featured-post a:after,
	.page-template-blog article .featured-post a i,
	.blog-post .featured-post a:after,
	.blog-post .featured-post a i,
	.featured-post a:after,
	.featured-post a i,
	.sidebar .buton-project .flat-button:before,
	.brochure .btn-download a.pdf:after,
	.brochure .btn-download a.doc:after,
	.wpcf7-form button:before,
	.wrap-header-content .button-header:before {
		-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;
	}

	.themesflat-button:hover,
	.brochure .btn-download a:hover,
	.sidebar .buton-project .flat-button:hover,
	.wpcf7-form button:hover,
	.wrap-header-content .button-header:hover {
	    background: #222;
	    color: #ffffff;
	}
	    
	.themesflat-button i {
		margin-left: 5px;
		line-height: 47px;
	}

	.blog-list .blog-post .featured-post {
	    margin-bottom: 24px;
	    border-radius: 5px;
	    overflow: hidden;
	}

	.blog article .featured-post a,
	.page-template-blog article .featured-post a,
	.blog-post .featured-post a,
	.featured-post a {
		position: relative;
		display: inline-block;
	}

	.page-template-blog .navigation,
	.blog .navigation {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.blog .blog-archive.blog-list article .entry-meta ul {
	    margin: 0 0 14px 0;
	}

	article .themesflat-button-container {
		padding-top: 25px;
	}

	.blog-list article {
		margin-bottom: 41px;
		padding-bottom: 25px;
	    border-bottom: 1px solid #ebecf2;
	}

	.blog-grid article:hover .entry-border,
	.blog-grid-simple article:hover .entry-border {
	    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	}

	.blog-grid article {
		margin-bottom: 35px;
	}

	.blog-grid article .entry-content > p {
		font-size: 15px;
	    line-height: 170%;
	}

	.blog-grid article .themesflat-button-container {
		margin-top: 15px;
		padding: 21px 0 2px 5px;
	    border-top: 1px solid #ececec;
	    line-height: initial;
	}

	.blog-grid article .themesflat-button-container > a,
	.blog-grid-simple article .themesflat-button-container > a {
		padding: 0;
		background: transparent;
		color: #222;
	    font-size: 14px;
	    font-weight: 600;
	    display: block;
	    line-height: inherit;
	}

	.blog-grid article .themesflat-button-container > a i,
	.blog-grid-simple article .themesflat-button-container > a i.fa-angle-right {
		font-weight: 900; font-size: 16px; margin-left: 5px; line-height: inherit;
	}

	.blog .blog-grid article .entry-title,
	.blog-grid article .entry-title {
	    font-size: 19px;
	    color: #222222;
	    text-transform: none;
	    margin-bottom: 13px;
	    width: 100%;
	    white-space: nowrap; 
	    overflow: hidden;
	    text-overflow: ellipsis;
	    font-weight: 500;
	}

	.blog-grid article .entry-meta ul {  
		margin: 0 0 8px 0;
	}

	.blog .blog-grid .featured-post,
	.blog-grid .featured-post {
	    overflow: hidden;
	}

	.wrap-blog-article .featured-post .owl-dots {
		display: none !important;
	}

	.blog-grid article .entry-meta ul li { 
	    font-weight: 500;
	}

	.blog-grid article .entry-meta ul li > i {
		font-size: 14px;
		padding-right: 7px;
	}

	.blog-grid.columns-4 article .entry-meta ul li { 
	    font-weight: 600;
		font-size: 12px;
	    margin-right: 7px;
	}

	.blog-grid.columns-4 article .entry-meta ul li > i {
	    font-size: 13px;
	    padding-right: 3px;
	}

	.blog-grid.columns-4 article .content-post {
	    padding: 20px 20px 18px;
	}

	.blog-grid.columns-4 article {
		margin-bottom: 40px;
	}

	.blog-grid.columns-4 article .entry-title {
		font-size: 16px;
    	font-weight: 600;
    	margin-bottom: 9px;
	}

	.blog-grid.columns-4 article .entry-content > p {
		font-size: 14px;
	}

	.blog-grid.columns-4 article .entry-meta ul li:last-child {
	    margin-right: 0;
	}

	.blog-grid.columns-4 article .themesflat-button-container > a {
		font-size: 13px;
	}

	.blog-grid.columns-4 article .themesflat-button-container {
	    padding: 15px 0 0 5px;
	}

	.blog-grid.columns-4 article .themesflat-button-container > a i.fa-angle-right {
	    font-size: 14px;
	}

/* Blog Single
-------------------------------------------------------------- */
	.blog-single .featured-post {
		margin-bottom: 20px;
		border-radius: 5px;
		overflow: hidden;
	}

	.single .entry-footer .social-share-article .themesflat-socials {
		text-align: left;
		display: inline-block;
	}

	.single .entry-footer .tags-links {
		display: inline-block;
	}

	.single .entry-footer .wrap-social-share-article {
		float: right;
	}

	.blog-single {
		margin-bottom: 40px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #eee;
	}

	.blog-single .entry-title {	
	    margin-bottom: 15px;
	}

	.clearboth {
		clear: both;
	}

	.blog-single .entry-footer {
	    padding-top: 20px;
	}

	.blog-single .entry-footer .tags-links strong,
	.blog-single .entry-footer .social-share-article strong {
		color: #222222;
		margin-right: 5px;
		font-weight: 400;
	}

	.blog-single .entry-footer .social-share-article strong {
		font-size: 16px;
	    margin-right: 20px;
	}

	.blog-single .entry-footer .themesflat-socials li a {
	    width: auto;
	    height: auto;
	    border-radius: 0;
	    background: transparent;
	    margin: 0 10px;
	    padding: 0 10px;
	    line-height: normal;
	}

	.blog-single .entry-footer .themesflat-socials li {
		background: transparent;
	}

	.blog-single .entry-footer .themesflat-socials li:last-child a {
		margin-right: 0;
	    padding-right: 0;
	}

	.blog-single .entry-footer .themesflat-socials li a:hover {
		background: transparent;
	}

	.blog-single .entry-footer .tags-links a {
	    margin: 0 5px 5px 0;   
	    position: relative;
	    display: inline-block;
	    color: #666666;
	}

	.blog-single .entry-footer .tags-links a:hover {
		color: #2387ea;
	}

	.blog-single .main-post .customizable-carousel {
		margin: 30px 0 15px; 
	}

	.blog-single blockquote {
	    font-style: normal;
	}

	.customizable-carousel { position: relative; }

	.customizable-carousel.owl-theme .owl-nav,
	.customizable-carousel.owl-loaded .owl-nav {
		display: block;
	}

	.customizable-carousel.owl-theme .owl-dots,
	.customizable-carousel.owl-loaded .owl-dots,
	.customizable-carousel .owl-dots { 
	    padding: 0 !important;
	}

	.customizable-carousel .owl-prev,
	.customizable-carousel .owl-next {
	    width: 50px !important;
	    height: 50px !important;
	    position: absolute !important;
	    left: 0;
	    top: calc(50% - 30px);
	    display: block !important;
	    border: 0px solid black;
	    background-color: rgba(0, 0, 0, .3) !important;
	    padding-top: 15px !important;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    transition: opacity .3s ease-in-out;
	    color: #FFF;
	    font-size: 14px;
	    background: #D6D6D6;
	    display: inline-block;
	    cursor: pointer;
	    border-radius: 3px;
	    text-indent: 100%;
	    margin: 5px;
	    padding: 4px 7px;
	}

	.customizable-carousel .owl-next {
		left: auto;
		right: 0;
	}

	.customizable-carousel.owl-theme .owl-nav [class*="owl-"]:after {
	    line-height: 50px;
	    color: #ffffff;
	}

	.customizable-carousel .owl-prev:hover,
	.customizable-carousel .owl-next:hover {
	    background-color: rgba(0, 0, 0, .6) !important;
	}

	/*Navigation links*/
	.nav-links {	
		margin: 0;
		list-style: none;
		padding: 20px 0 17px 0;
	}

	.nav-links .previous-post {
		width: 50%;
		float: left;
	}

	.nav-links .next-post {
		width: 50%;
		float: right;
	}

	.navigation.posts-navigation .nav-links li a .meta-nav {
		display: block;
	    font-size: 16px;
	    font-weight: 400;
	}

	.navigation.posts-navigation .nav-links li a {
	    display: block;
	    font-weight: bold;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    position: relative;
	    padding: 0 10px 0 70px;
	    background: transparent;
	    margin: 0;
	    border: none;
	    border-radius: 0px;
	}

	.navigation.posts-navigation .nav-links li a:after {
	    content: "\f100";
	    font-family: "FontAwesome";
	    font-size: 20px;
	    font-weight: normal;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    line-height: 48px;
	    background: #2387ea;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    margin-top: -24px;
	    color: #ffffff;
	    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	    -webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}

	.navigation.posts-navigation .nav-links li a:hover:after {
		background-color: #222;
	}

	.navigation.posts-navigation .nav-links li.next-post a {
	    text-align: right;
	    padding: 0 70px 0 10px;
	}

	.navigation.posts-navigation .nav-links li.next-post a:after {
		content: "\f101";
	    right: 0;
	    left: auto;
	}

	/* Author Post */
	.blog-single .author-post {
		margin-top: 40px;
	}

	.author-post .author-avatar {
		max-width: 150px;
		float: left;
	}

	.author-post .info {
		overflow: hidden;
		background-color: #f5f5f5;
		padding: 35px;
		min-height: 150px;
	}

	.author-post .info .name h6 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.author-post .info .name a {
		font-size: 18px;
		font-weight: 600;	
		color: #2387ea;
	}

	/* Comment List */
	.comment-list article .comment_content {
		overflow: hidden;
	    background: #f7f7f7;
	    border-radius: 5px;
	    border: 1px solid #eee;
	    padding: 20px;	
	}

	.comments-area {
		overflow: hidden;
	}

	.comment-title,
	.comment-reply-title {
	    font-size: 20px;
	    position: relative;
	    overflow: hidden;
	    margin-top: 24px;
		margin-bottom: 25px;
		margin-top: 0;
	}

	.comment-reply-title {
		margin-bottom: 21px;
	}

	.comments-area ul.children {
		list-style: none;
		margin-left: 70px;
	}

	.comments-area article {
		margin-bottom: 0;
	}

	.comments-area ol.comment-list {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.comments-area ol.comment-list article,
	.comment-list-wrap .comment-respond {
	    margin-bottom: 51px;
	    padding: 0;
	}

	.comments-area ol.comment-list article .gravatar {
		float: left;
		display: inline-block;
		border-radius: 50%;	
	}

	.comments-area ol.comment-list article .gravatar img {
		border-radius: 50%;
		margin-right: 15px;
	}

	.comments-area ol.comment-list article .comment_content .comment_wrap_left {
		float: left;
	}

	.comments-area ol.comment-list article .comment_content .comement_reply {
		float: right;
	}

	.comments-area ol.comment-list article .comment_content .comment_text {
		padding-bottom: 0px;
		overflow: hidden;
		font-size: 13px;
		line-height: 1.7;
	}

	.comments-area ol.comment-list article {
		position: relative;
	}

	.comments-area ol.comment-list article .comment_content .comment_meta {
		margin-bottom: 7px;
	}

	.comments-area ol.comment-list article .comment_content .comment_meta .comment_author {
	    margin: 0;
	    display: inline-block;
	    color: #333333;
	    font-size: 16px;
	    margin-right: 15px;
	}

	.comments-area ol.comment-list article .comment_content .comment_meta .comment_time {	
	    font-size: 12px;
	    font-weight: 600;
	    position: relative;
	    display: inline-block;
	    color: #2387ea;
	}

	.comment-post .comment-detail .comment-author a {
	    font-size: 16px;
	    line-height: 36px;
	    color: #222;
	    font-weight: 700;
	}

	.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a {
		color: #a8a8a8;
	}

	.comments-area ol.comment-list article .comment_content .comment_meta .comment_time a:hover {
		color: #2e5797;
	}

	.comments-area ol.comment-list article .comment_content .comement_reply a {
	    position: relative;
	    font-size: 12px;
	    display: inline-block;
	}

	.comments-area ol.comment-list article .comment_content .comement_reply a:hover {
		color: #222;
	}

	.comments-area ol.comment-list article .unapproved {
		float: right;
	}

	.logged-in-as + .comment-right {
		width: 100%;
	}

	.comment-respond .message {
		width: 100%;
	}

	.comment-respond textarea {	
		width: 100%;
		margin-bottom: 14px;
	    background: #f4f4f4;
	    font-size: 13px;
	    font-weight: 500;
	}

	.comment-respond .comment-left .name-container,
	.comment-respond .comment-left .email-container {
		width: 50%;
		float: left;
		padding: 0 10px;
	}

	.comment-respond .comment-left {
		margin: 0 -10px;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		width: 50%;
		float: left;
		margin-bottom: 0;	
	}

	.comment-respond .url-container {
		width: 100%;
		padding: 0 10px;
	}

	.comment-respond p.form-submit {
		padding: 0 0px;
		margin: 0;
	}

	.comment-respond .comment-form {
		margin: 0 -15px;
	}

	.comment-respond {
		padding: 0;
	}

	.comment-respond p.comment-notes {
		margin-bottom: 25px;
	}

	.comment-respond p.comment-form-comment {
		margin-bottom: 12px;
	}

	.comment-respond label {
		font-weight: 400;
		color: #222222;
	}

	.comment-respond input {
		margin-bottom: 17px;
	 	width: 100%;
	 	background: #f4f4f4;
	}

	.comment-respond input[type="submit"] {
		font-size: 12px;
		font-weight: 600;
	    line-height: 40px;
	    height: 40px;   
	    color: #ffffff;
	    width: auto;
	    padding: 0px 21px;
	    border-radius: 0px;
	    margin-bottom: 0; 
	    border-radius: 50px;
	}

	/* Related Post */
	.related-post.related-posts-box {
		margin-top: 40px;
	}

	.related-post .box-title {
		font-size: 20px;
	    position: relative;
	    padding-bottom: 20px;
	    overflow: hidden;
	    margin: 0 0 30px 0;
	    text-transform: uppercase;
	}

	.related-post .box-title:after {
		width: 50px;
	    height: 3px;
	    content: "";
	    position: absolute;
	    left: 0;
	    bottom: 0px;
	    background-color: #2387ea;
	}

	.related-post .blog-grid .box-content {
		margin: 0 -15px;
	}

/* Sidebar
-------------------------------------------------------------- */
	.widget ul  {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.widget ul li ,
	.widget ul li ul.children li {
		padding: 5px 0px 5px 15px;
	}

	.widget ul li:last-child ,
	.widget ul li ul.children li:last-child {
		padding-bottom: 0;
	}

	.sidebar .widget > ul > li {
		position: relative;
		display: block;   
	    margin-bottom: 0;       
		font-size: 14px;
		padding: 12px 0 14px;    
		font-weight: 600;
		color: #666666;
	    -webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}

	.sidebar .widget > ul > li a {
		display: inline-block;
	}

	.sidebar .widget ul li {
		position: relative;
	}

	.sidebar .widget > ul > li {
		border-bottom: 1px solid #eee;
	}

	.sidebar .widget {
		margin-bottom: 35px;
	}

	.sidebar .widget:last-of-type {
		margin-bottom: 0px;
	}

	.widget .widget-title {
		position: relative;
	    line-height: 1.3;
	    color: #262626;
	    padding-bottom: 13px;
	    margin-bottom: 20px;
	    margin-top: 0;
	}

	.sidebar .widget .widget-title:before {
		content: '';
		width: 50px;
		height: 2px;
		position: absolute;
		bottom: 0;
	}

	/*Widget Recent Post*/
	.sidebar .widget.widget_recent_entries ul li .post-date {
		color: #999999;
		display: inline-block;
		margin-top: 5px;
		font-family: "Open Sans";
		font-weight: 400;
		font-size: 14px;
	}

	.sidebar .widget.widget_recent_entries > ul > li {
		padding: 14px 0px 16px 0px;
	}

	.sidebar .widget.widget_recent_entries > ul > li:first-child {
	    padding-top: 0;
	}

	.sidebar .widget_search .search-form input[type="search"] {
		background-color: #fff;
		border-color: #eee;
		border-radius: 10px;
	}

	.sidebar .widget select:last-of-type,
	.sidebar .widget input:last-of-type {
	    margin-bottom: 0;
	}

	/*Widget Categories Post*/
	.sidebar .widget.widget_categories > ul > li {
		text-align: right;
		background: #f9f9f9;
		margin-bottom: 5px;
		border: none;
		display: inline-table;
	    width: 100%;
	 	padding: 12px 15px 14px;
	}

	.sidebar .widget.widget_categories ul li {
		border: none;
	}

	.sidebar .widget.widget_archive > ul > li {
		text-align: right;
		padding: 10px 0px;
		display: inline-table;
	    width: 100%;
	}

	.sidebar .widget.widget_archive > ul > li a {
		color: #666666;
		font-weight: 500;
	}

	.sidebar .widget.widget_categories > ul > li:last-child ,
	.sidebar .widget.widget_archive > ul > li:last-child {
		margin-bottom: 0;
	}

	.sidebar .widget.widget_categories > ul > li a,
	.sidebar .widget.widget_archive > ul > li a {
		display: inline-block;
		float: left;
	}

	.sidebar .widget.widget-download-word,
	.sidebar .widget.widget-download-pdf {
		margin-bottom: 10px;
		padding: 0px 31px 0px 31px;
		background-color: #333335;
		border-radius: 3px;
	}

	.sidebar .widget.widget-download-word a,
	.sidebar .widget.widget-download-pdf a {
		color: #fff;
		font-size: 16px;
		line-height: 70px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}

	.sidebar .widget.widget-download-word i,
	.sidebar .widget.widget-download-pdf i {
		color: #fff;
		font-size: 22px;
		margin-right: 17px;
		position: relative;
		top: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
			-ms-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	}

	.sidebar .widget.widget-download-word a:hover,
	.sidebar .widget.widget-download-pdf a:hover,
	.sidebar .widget.widget-download-word a:hover i,
	.sidebar .widget.widget-download-pdf a:hover i {
		color: #2387ea;
	}

	.sidebar .widget.widget-download-pdf {
		margin-bottom: 0px;
	}

	.sidebar .download-pdf {
		padding: 9px 23px 8px 49px;
		background-color: #2387ea;
		font-size: 12px; 
		font-weight: 700;
		color: #fff;
		display: inline-block;
		border-radius: 3px;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	.sidebar .download-pdf i {
		padding-left: 15px;
	}

	/*Widget Nav Menu*/
	.sidebar-about {
		padding: 35px 15px;
	}

	.sidebar .widget.widget_nav_menu ul li {
		position: relative;
	    width: 100%;   
	}

	.sidebar .widget.widget_nav_menu .menu > li {
		padding: 12px 22px 12px 12px;
		border-bottom: 1px solid #eee;
	}

	.sidebar .widget.widget_nav_menu .menu > li > a > i {
	    position: absolute;
	    right: 12px;
	    top: 50%;
	    margin-top: -15px;
	    font-size: 30px;
	}

	.background_fbfbfb {
		background: #fbfbfb;
	}

	/*Widget Themesflat Social*/
	.themesflat-widget-socials li {
		-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;
	}

	li.android { background: #8ec147; }
	li.apple { background: #777; }
	li.behance { background: #0077ff; }
	li.bitcoin { background: #f79012; }
	li.buysellads { background: #c90100; }
	li.codepen { background: #444; }
	li.css3 { background: #0270bb; }
	li.delicious { background: #31a9ff; }
	li.deviantart { background: #05cc47; }
	li.digg { background: #0093cc; }
	li.dribbble { background: #ea4c89; }
	li.dropbox { background: #007ee5; }
	li.drupal { background: #0073ba; }
	li.email-1 { background: #35c7ed; }
	li.email-2 { background: #35c7ed; }
	li.facebook { background: #4862a3; }
	li.flickr { background: #ff1981; }
	li.foursquare { background: #f04d7a; }
	li.git { background: #f64d27; }
	li.github { background: #999; }
	li.google { background: #3f85f4; }
	li.google-plus { background: #dd4b39; }
	li.html5 { background: #e54d26; }
	li.instagram { background: #3d6b92; }
	li.joomla { background: #fc8f30; }
	li.jsfiddle { background: #4679bd; }
	li.lastfm { background: #df1c23; }
	li.linkedin { background: #0177b5; }
	li.linux { background: #39a6df; }
	li.maxcdn { background: #ff5b02; }
	li.medium { background: #333; }
	li.pagelines { background: #444; }
	li.paypal { background: #009cde; }
	li.pinterest { background: #db242c; }
	li.reddit { background: #ff4500; }
	li.rss { background: #fc8f55; }
	li.share { background: #01924b; }
	li.skype { background: #00aff0; }
	li.slideshare { background: #0679b5; }
	li.soundcloud { background: #ff4e00; }
	li.spotify { background: #84bd00; }
	li.stack-exchange { background: #366fb3; }
	li.stack-overflow { background: #07c; }
	li.stumbleupon { background: #ea4b24; }
	li.trello { background: #026aa7; }
	li.tumblr { background: #2c4762; }
	li.twitter { background: #55acee; }
	li.vimeo { background: #44bbff; }
	li.vine { background: #00bf8f; }
	li.vk { background: #6281a3; }
	li.whatsapp { background: #59ac23; }
	li.windows { background: #00bcf2; }
	li.wordpress { background: #1e8cbe; }
	li.xing { background: #006464; }
	li.yahoo { background: #5210c4; }
	li.yelp { background: #c41200; }
	li.youtube { background: #d02022; }
	li.youtube-play { background: #d02022; }

	.sidebar .widget.widget_themesflat_socials ul li,
	.widget.widget_themesflat_socials ul li {
		display: inline-block;
		border: none;
	    text-align: center;
	    width: 40px;
	    height: 40px;
	    font-size: 20px;
	    padding: 0;
	    line-height: 40px; 
	    margin-right: 8px;
	    margin-bottom: 8px;
	    border-radius: 5px;   
	}

	.sidebar .widget.widget_themesflat_socials ul li:hover,
	.widget.widget_themesflat_socials ul li:hover {
		background: #222;
	}

	.sidebar .widget.widget_themesflat_socials ul li a,
	.widget.widget_themesflat_socials ul li a {
		color: #fff;
		display: inline-block;
	}

	/*Widget info*/
	.sidebar .widget.widget-info {
	    background-color: #FFF;
	    box-shadow: 2px 0px 10px 0px rgba(0, 0, 0, 0.05);
	    padding: 10px 5px 17px 10px;
	    -webkit-border-radius: 4px;
	    border-radius: 4px;
	    overflow: visible;
	}

	.sidebar .widget.widget-info p:last-child {
		margin-bottom: 0;
	}

	/*widget Recent News*/
	.widget.widget_recent_entries .widget-title {
		margin-bottom: 22px;
	}

	.widget.widget_recent_entries ul li,
	.widget.widget_latest_news ul li {	
	    list-style-type: none;
	    display: block;
	    padding: 10px 0px;
	    border-bottom: 1px solid rgba(255, 255, 255, .1);	
	}

	.widget.widget_recent_entries ul li:first-child,
	.widget.widget_latest_news ul li:first-child {	
	    padding-top: 0px;	
	}

	.widget.widget_recent_entries ul li a,
	.widget.widget_latest_news ul li a {	
		display: inline-block;
		width: 100%;
	}

	.widget.widget_recent_entries ul li .post-date,
	.widget.widget_latest_news ul li .post-date {	
		display: block;
		line-height: 20px;
	}

	/* widget tags */
	.widget.widget_categories ul.children li:first-child > a:before {
		display: none;
	}

	.widget.widget_tag_cloud .tagcloud a {
	    color: #fff;
	    padding: 6px 14px;
	    margin: 0 5px 6px 0;
	    display: inline-block;   
	    position: relative;
	    font-size: 12px !important;
	    text-align: center;
	    font-weight: 600;
	    background: #2d2d2d;
	    -webkit-border-radius: 3px;
	       -moz-border-radius: 3px;
	            border-radius: 3px;
	    -webkit-transition: all 0.3s;
	       -moz-transition: all 0.3s;
	        -ms-transition: all 0.3s;
	         -o-transition: all 0.3s;
	            transition: all 0.3s;
	}

	.widget.widget_tag_cloud .tagcloud a:hover {
		color: #ffffff;
	}

	/* widget search */
	.widget_search .widget-title {
		margin-bottom: 37px;
	}

	.widget_search .search-form {
	    width: 100%;
		position: relative;
		margin: 0;
	}

	.widget_search .search-form label {
		display: block;
	}

	.search-form .search-submit {
	    width: 47px;
	    height: 28px;    
	    padding: 0;
	    position: absolute;
	    right: 0;
	    top: 6px;
	    background: none;
	    box-shadow: none;
	    border: 0;
	    outline: none !important;
	    padding: 0 17px 0 10px;
	    border-left: solid 1px #ccc;
	    border-radius: .25rem;    
	}

	.search-form .search-submit i {
	    color: #999;
	    font-size: 16px;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.search-form input[type="search"] {
		margin-bottom: 0;
		height: 40px;
	    font-size: 14px;
	    color: #999999;
	    width: 100%;
	    padding-right: 50px;
	}

	/* widget recent post */
	.widget.widget-recent-news ul li {
		padding-left: 0;
	}

	.widget.widget-recent-news .thumb {
	    display: inline-block;
	    float: left;
	    margin-right: 15px;
	    position: relative;
	    border-radius: 5px;
	}

	.widget.widget-recent-news .thumb a {		
	    position: relative;
	    display: block;   
	    width: 83px;
	    height: 83px;
	    overflow: hidden;
	    border-radius: 5px;	    
	}

	.widget.widget-recent-news .text {
		overflow: hidden;
	}

	.widget.widget-recent-news .thumb a img {
	    -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;
	    max-width: 100%;
	    height: auto;
	    border-radius: 5px;
	}

	.sidebar .widget.widget-recent-news li {
	    margin-bottom: 15px;
	    padding: 0;
	    border: none;
	    overflow: hidden;
	}

	.sidebar .widget.widget-recent-news li:last-child {
		border-bottom: 0;
	}

	.widget.widget-recent-news li .text h4 {
		font-size: 14px;
		margin: 0 0 10px;
	}

	.widget.widget-recent-news li .text p {
		margin-bottom: 0;
	}

	.widget.widget-recent-news li .text .date {
	    display: block;
	    position: relative;
	    margin-top: 0;
	    font-size: 14px;
	    font-weight: 600;
	    color: #999;
	    line-height: normal;
	}

/* Pagination
-------------------------------------------------------------- */
	.navigation.paging-navigation .pagination,
	.navigation.paging-navigation.pager {
		margin: 0 0;
		text-align: left;
		display: inline-flex;
	}

	.navigation.paging-navigation.pager .pagination {
		width: 100%;
		display: block;
	}

	.navigation.paging-navigation.pager a:last-child {
		float: right;
	}

	.navigation a,
	.navigation.paging-navigation span,
	.page-links a, .page-links > span {
		position: relative;
	    color: #222;
	    padding: 2.5px 11px;
	    display: inline-block;
	    margin-right: 5px;
	    font-size: 12px;
	    font-weight: 700;
	    border: 2px solid #eee;
	    border-radius: 3px;
	}

	.page-links {
		margin-top: 50px;
		clear: both;
	}

	.navigation.paging-navigation.pager a {
		display: inline-block;
		text-transform: uppercase;    
	    background-color: transparent;
		color: #2d2d2d;
		padding: 7px 17px 6px 17px;
		border-radius: 3px;
	}

	.navigation.paging-navigation.pager a:hover {
		background-color: transparent;
		color: #222;
	}

	.navigation.paging-navigation .current,
	.navigation.paging-navigation a:hover,
	.navigation.paging-navigation a.next:hover {
		color: #fff;	
	}

	.page-links a:hover, .page-links a:focus, 
	.page-links > span {	
		color: #2d2d2d;	
		border-color: #2d2d2d;
		background-color: transparent;
	}

	.navigation.paging-navigation a.next i,
	.navigation.paging-navigation a.prev i {
		font-size: 12px;
	}

	/* Navigation page */
	.navigation.pager a,
	.navigation.loadmore a {
		width: auto;
		height: auto;
		padding: 0 20px;
	}

	.navigation.loadmore .pagination {
	    display: inline-flex;
	}

	.search .nav-links .nav-previous {
		float: left;
	}

	.search .nav-links .nav-next {
		float: right;
	}

	/* Navigation Loadmore */
	.post-wrap {
		-webkit-transition: height 0.5s ease;
	    -moz-transition: height 0.5s ease;
	    -ms-transition: height 0.5s ease;
	    -o-transition: height 0.5s ease;
	    transition: height 0.5s ease;
	}

	.navigation.loadmore {
		text-align: center;

	}

	.navigation.loadmore a {
		position: relative;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: 700;
	    margin-right: 0;
	    padding: 11px 47px;
	    text-transform: uppercase;
	    -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;
	    z-index: 1;
	    overflow: hidden;
	}

	.infscr-loading { 
	    background: #000 url("../images/loading.gif") no-repeat scroll center 15px;
	    top: 50%;
	    transform: translateY(-50%);
	    color: #ccc;
	    left: 50%;
	    margin-left: -90px;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		filter: alpha(opacity=80);
		-khtml-opacity: 0.8;
		-moz-opacity:0.8;
	    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;
	}

	.infscr-loading.no-ajax {
	    background: #000;
	    padding: 10px;
	}

	.flex-box {
		display: flex;
		align-items: center;
	}	

/* Mail Chimp
-------------------------------------------------------------- */
	.mc4wp-form label,
	.mc4wp-form.mc4wp-form-basic label, 
	.mc4wp-form.mc4wp-form-theme label {
		margin-bottom: 10px;
		font-weight: 400;
	}

	.footer-widgets .mc4wp-form-fields p:not(:last-of-type) {
	    margin-bottom: 17px;
	}

	p.button-container {
	    position: relative;
	}

	.mc4wp-form input[type="email"] {
		background: #2f2f2f;
	    position: relative;
	    border: none;
	    padding: 0;
	    border: 1px solid transparent;
	    height: 45px;
	    width: 100%;
	    padding: 10px 15px;
	    margin-bottom: 0;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-border-radius: 0;
	    -moz-border-radius: 0;
	    -ms-border-radius: 0;
	    -o-border-radius: 0;
	    border-radius: 0;
	    color: #888888;
	    font-size: 14px;
	}	

	.mc4wp-form input::placeholder {
		color: #888888;
	}

	.mc4wp-form input:-ms-input-placeholder {
		color: #888888;
	}

	.mc4wp-form input::-moz-placeholder {
		color: #888888;
	}

	.mc4wp-form input::-webkit-input-placeholder {
	  	color: #888888;
	}

	.mc4wp-form button {
	    width: 45px;
	    height: 45px;
	    color: #fff;
	    text-align: center;
	    padding: 0;
	    position: absolute;
	    top: 0;
	    right: -1px;
	    border: none;
	    border-radius: 0;
	}

	.mc4wp-form button:hover {
		background-color: #2f2f2f;
	}

	.footer .mc4wp-form input[type="email"] {
		display: block;
	    border-radius: 5px;
	    border: none;
	    outline: 0;
	    background: #222;
	    font-size: 12px;
	    font-weight: 600;
	    width: 100%;
	    color: #fff;
	    margin-bottom: 17px;
	    padding: 0px 16px;
	    height: 38px;
	    text-align: left;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.footer .mc4wp-form input[type="submit"] {
	    font-weight: 600;
	    font-size: 12px;
	    width: 100%;
	    border-radius: 5px;
	    margin-bottom: 17px;
	    height: 38px;
	    line-height: 38px;
	    color: #ffffff;
	    padding: 0 !important;
	}

/* Footer
-------------------------------------------------------------- */
	.footer {        
	    overflow: hidden;
	    background-color: #3f3e43;
	}

	.footer a,
	.footer,
	.flat-before-footer .custom-info > div,
	.bottom p {
		color: #828185;
	}

	.footer a:hover {
		color: #2387ea;
	}

	.footer-home-hero .widget ul > li {
		padding-left: 0;
	}

	.footer-home-hero .widget ul > li a {
		color: #d6d6d6;
	}

	.footer-home-hero .widget .widgettitle {
		display: none;
	}

	.footer-home-hero .widget.widget_recent_entries ul li, 
	.footer-home-hero .widget.widget_latest_news ul li {
		border: none;
	}

	.footer-home-hero .widget.widget_recent_entries ul li .post-date, 
	.footer-home-hero .widget.widget_latest_news ul li .post-date {
		margin-top: 5px;
	}

	/* Footer Widget */
	.footer-widgets .flat-widget-footer {
		float: left;
	    width: 20%;
	}

/* Widget footer
-------------------------------------------------------------- */
	.footer .widget > ul > li a {
		display: inline-block;
		width: 100%;
	}

	/* Title widget for footer */
	.footer .widget ul#menu-menu li,
	.footer .widget ul#menu-why-us li,
	.footer .widget ul#menu-about li,
	.footer .widget ul#menu-more-infor li {
		padding: 0;
	}

	.footer .widget ul.flat-information li {
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-widgets .widget .widget-title {
		position: relative;
	    font-size: 19px;
	    font-weight: 500;
	    margin-top: 0px;    
	    padding-bottom: 12px;
	    margin-bottom: 30px;
	}

	.footer-widgets .widget .widget-title:before {
	    content: '';
	    width: 50px;
	    height: 2px;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	}

	/* Widgets Footer */
	.footer-widgets .widget.widget_media_image {
		margin-bottom: 20px;
	}

	.footer-widgets .widget.widget_text .textwidget p {
		line-height: 26px;
	}

	.footer-widgets .widget.widget_text .textwidget p:last-of-type {
		margin-bottom: 16px;
	}

	.footer-widgets .widget.widget_text ul.contact-info li {
	    padding: 9.5px 0px;
	}

	.footer-widgets .widget.widget_text ul.contact-info li i {
	    width: 22px;

	}

	.footer-widgets .widget.widget_text ul.contact-info li i {
		font-size: 14px;
	}

	.footer-widgets .widget.widget_text ul.contact-info li i.fa.fa-phone,
	.footer-widgets .widget.widget_text ul.contact-info li i.fa.fa-map-marker{
		font-size: 17px;
	}

	.footer-widgets .widget.widget_themesflat_socials ul li {
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 15px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}

	/*widget Nav Menu*/
	.footer-widgets .widget.widget_nav_menu ul li {	
		list-style-type: none;
	    display: block;
	    padding: 3.5px 0px;
	}

	.footer-widgets .widget.widget_nav_menu ul li:first-child {
	    padding-top: 0px;
	}

	/* Footer style2 */
	.footer_s2 .footer-widgets .widget.widget_text .textwidget p {
	    font-size: 13px;
	    font-weight: 600;
	    color: #999;
	    line-height: 170%;
	}

	.footer_s2 .footer-widgets .widget .widget-title {
	    font-size: 18px;
		font-weight: 600;
	}

	.footer #widget_latest_news-3 {
	    margin-left: 25%;
	}

	.footer .mc4wp-form p {
		margin-bottom: 0;
	}

	.footer_s3 .footer-widgets .widget .widget-title {
	    position: relative;
	    font-size: 15px;
	    font-weight: 700;
	    margin-top: 0px;
	    padding-bottom: 0;
	    margin-bottom: 30px;
	    color: #ffffff;
	}

	.footer_s3 .footer-widgets .widget {
		font-weight: 600;
	}

	.footer_s3 .footer-widgets .widget.widget.widget_text ul.contact-info li span,
	.footer_s3 .footer-widgets .widget.widget.widget_text ul.contact-info li span,
	.footer_s3 .footer-widgets .widget.custom-html-widget ul.contact-info li span,
	.footer_s3 .footer-widgets .widget span {
	    color: #fff;
	}

	.footer_s3 .footer-widgets .widget.widget.widget_text ul.contact-info li {
		padding: 8px 0px;
	}

	.footer_s3 .footer-widgets .widget.widget.widget_text ul.contact-info li:first-child {
		padding-top: 0;
	}

	.footer_s3 .footer-widgets .widget .widget-title:before {
		display: none;
	}

	.footer_s3 #mc4wp_form_widget-2,
	.footer_s3 #widget_themesflat_socials-10,
	.footer_s3 .widget_themesflat_socials {
		margin-left: 21%; 
	}

	.footer_s3 .widget.widget_themesflat_socials ul li {
		margin-bottom: 0;
		width: 29px;
	    height: 29px; 
	    line-height: 29px;
	    font-size: 11px;
	    border-radius: 50%;
	    margin-right: 7px;
	}

	.footer_s4 .widget.widget_themesflat_socials ul li { 
		margin-bottom: 0;
		width: 35px;
	    height: 35px; 
	    line-height: 35px;
	    font-size: 12px;
	    border-radius: 50%;
	    margin-right: 8px;
	}

	.footer_s4 .widget_themesflat_socials {
		margin: 15px 0;
	}

/* Bottom
-------------------------------------------------------------- */
	.bottom {	
		font-size: 13px;	
	}

	.bottom .container-inside {
		padding: 21px 0;
	}

	.bottom p {
		margin-bottom: 0 !important;
		font-weight: 600;
	}

	.bottom ul li {
	    padding: 0 4px;
	    display: inline-block;
	}

	.bottom ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}

	.bottom ul li:last-child {
		margin-right: 0;
		padding-right: 0;
	}

	/* Logo bottom */
	.bottom .widget.widget_text img {
		margin-bottom: 15px;
	}

	.footer_s3 .bottom .container-inside {
		border-top: 1px solid #222;
		padding: 29px 0;
	}

	.bottom.hide-menu-bottom .container-inside .content-left  {
		width: 100%;
		text-align: center !important;
	}

/* Bottom menu
-------------------------------------------------------------- */
	.bottom  #menu-bottom-menu li {
		display: inline-block;
	}

	.bottom #menu-bottom-menu li a {
		line-height: 36px;
		display: inline-block;
		padding-left: 21px;
		margin-left: 20px;
		position: relative;	
		font-size: 14px;
	}

	.bottom  #menu-bottom-menu li a:before {
		content: '';
		width: 1px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		filter: alpha(opacity=30);
		-khtml-opacity: 0.3;
		-moz-opacity:0.3;
		opacity: 0.3;
		margin-top: -5px;
	}

	.bottom  #menu-bottom-menu li:first-child a:before {
		display: none;
	}

	.bottom  #menu-bottom-menu li:first-child a {
		padding-left: 0;
		margin-left: 0;
	}

	.bottom .copyright {
		color: #e5e5e5;
		font-weight: 600;
	}

	.bottom .copyright a {
		padding-right: 2px;
	    display: inline-block;
	}

	.bottom .container-inside {
		border-bottom: none;
	}

/* Bottom socials
-------------------------------------------------------------- */
	.bottom .themesflat-socials li a {
		width: 46px;
	    height: 46px;
	    line-height: 46px;
	    color: #3FCDFD;
	    border-radius: 0;
	    background-color: #233343;
	    margin: 2px 0px 2px 1px;
	}

	.bottom .themesflat-socials li:last-child a {
		margin: 2px 3px 2px 1px;
	}

	.bottom .themesflat-socials li a:hover {
		color: #ffffff !important;
		background-color: #2387ea;
	}

	.bottom .themesflat-socials li.facebook a {
		color: #aeb0ca;
	}

	.bottom .themesflat-socials li.rss a {
		color: #aeb0ca;
	}

	.bottom .themesflat-socials li.instagram a {
		color: #aeb0ca;
	}

	.bottom .themesflat-socials li.facebook a {
		color: #aeb0ca;
	}

	.bottom .themesflat-socials li a {
		color: #aeb0ca;
	}

	.bottom .widget.widget_themesflat_socials ul li { 
		margin-bottom: 0;
		width: 35px;
	    height: 35px; 
	    line-height: 35px;
	    font-size: 12px;
	    border-radius: 50%;
	}

/* GoTop Button
-------------------------------------------------------------- */
	.go-top {
	   	position: fixed !important;
	   	right: -50px;
		bottom: 67px;   
	   	width: 40px;
	   	height: 40px;
	   	-webkit-border-radius: 50%;
	       -moz-border-radius: 50%;
	        -ms-border-radius: 50%;
	         -o-border-radius: 50%;
	    		border-radius: 50%;
	   	cursor: pointer;   
	    background-color: #2d2d2d;
	   	line-height: 38px;
	   	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);
		-khtml-opacity: 0;
		-moz-opacity:0;
	    
	}

	.go-top.show {
		right: 15px;
		bottom: 67px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		visibility: visible;
		z-index: 9999;
	}

	.go-top i {
		font-size: 11px;
		color: #fff;
		font-weight: 600;	
	}

	.go-top:hover {
	    background-color: #2387ea;
	}

	.go-top:hover i {
		color: #fff;
	}

/* Boxed
-------------------------------------------------------------- */
	.boxed .themesflat-boxed {
	    max-width: 1370px;
	    margin: 0 auto;
	    margin-top: 0px;
	    margin-bottom: 0px;
	    background-color: #fff;
	    box-shadow: 0px 30px 53.1px 5.9px rgba(0, 0, 0, 0.15);
	    overflow: hidden;
	    position: relative;
	}

	.boxed .header.header-sticky {
	    max-width: 1370px;
	    margin: 0 auto;
	}

/* Preload
-------------------------------------------------------------- */
	#preloader {
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 9999999;
	    width: 100%;
	    height: 100%;
	    overflow: visible;
	    background: #ffffff;
	    display: table;
	    text-align: center;
	} 
	.loader {
	    display: table-cell;
	    vertical-align: middle;
	    height: 100%;
	    width: 100%;
	    position: relative;
	    width: 200px;
	    height: 200px;
	}
	/*--- Style 1 ---*/
	.loader-icon {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #2387ea;
	    border-right-color: transparent;
	    border-radius: 50%;
	    position: relative;
	    animation: loader-rotate 1s linear infinite;
	    margin: 0 auto;
	}

	/*--- Style 2 ---*/
	.loader-icon-2 {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #fff;
	    border-right-color: transparent;
	    border-radius: 50%;
	    position: relative;
	    animation: loader-rotate 1s linear infinite;
	    margin: 0 auto;
	}

	/*--- Style 3 ---*/
	.loader-icon-3 {
	    width: 80px;
	    height: 80px;
	    border: 2px solid #222;
	    border-right-color: transparent;
	    border-radius: 50%;
	    position: relative;
	    animation: loader-rotate 1s linear infinite;
	    margin: 0 auto;
	}

	/*--- Style 4 ---*/
	.load-holder {
	    display: flex;
	    align-items: center;
	    justify-content: center;    
	}
	.load {
	    display: flex;    
	    position: relative;    
	    animation: rotateLoad infinite linear 1s;
	}
	.load.mini{ width: 15px; height: 15px; }
	.load.little { width: 25px; height: 25px; }
	.load { width: 60px; height: 60px; }
	.load:before,
	.load:after {
	    display: flex;    
	    position: absolute;    
	    content: '';
	    background: #2387ea;
	    border-radius: 50%;
	    width: 55%;
	    height: 55%;
	}
	.load:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
	.load:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
	.load.dark:before,
	.load.dark:after { background: transparent; }
	.load.mini:after { border-width: 2px; }
	.load.little:after { border-width: 3px; }
	.load:after { border-width: 8px; }

	/*--- Style 5 ---*/
	.load-2 {
	    display: flex;    
	    position: relative;    
	    animation: rotateLoad infinite linear 1s;
	}
	.load-2.mini{ width: 15px; height: 15px; }
	.load-2.little { width: 25px; height: 25px; }
	.load-2 { width: 60px; height: 60px; }
	.load-2:before,
	.load-2:after {
	    display: flex;    
	    position: absolute;    
	    content: '';
	    background: #fff;
	    border-radius: 50%;
	    width: 55%;
	    height: 55%;
	}
	.load-2:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
	.load-2:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
	.load-2.dark:before,
	.load-2.dark:after { background: transparent; }
	.load-2.mini:after { border-width: 2px; }
	.load-2.little:after { border-width: 3px; }
	.load-2:after { border-width: 8px; }

	/*--- Style 6 ---*/
	.load-3 {
	    display: flex;    
	    position: relative;    
	    animation: rotateLoad infinite linear 1s;
	}
	.load-3.mini{ width: 15px; height: 15px; }
	.load-3.little { width: 25px; height: 25px; }
	.load-3 { width: 60px; height: 60px; }
	.load-3:before,
	.load-3:after {
	    display: flex;    
	    position: absolute;    
	    content: '';
	    background: #222;
	    border-radius: 50%;
	    width: 55%;
	    height: 55%;
	}
	.load-3:before { right: 0; bottom: 0; animation: scaleChange_1 infinite linear 1s; }
	.load-3:after { top: 0; left: 0; animation: scaleChange_2 infinite linear 1s; }
	.load-3.dark:before,
	.load-3.dark:after { background: transparent; }
	.load-3.mini:after { border-width: 2px; }
	.load-3.little:after { border-width: 3px; }
	.load-3:after { border-width: 8px; }

	/*--- Style 7 ---*/
	.spin-load-holder{
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;	
	}

	.spin-load-1 {
	    display: block;
	    position: relative;
	    left: 50%;
	    top: 50%;
	    width: 100px;
	    height: 100px;
	    margin: -50px 0 0 -50px;
	    border-radius: 50%;
	    border: 3px solid transparent;
	    border-top-color: #9370DB;
	    -webkit-animation: spin 2s linear infinite;
	    animation: spin 2s linear infinite;
	    margin-top: 5px;
	}
	.spin-load-1:before {
	    content: "";
	    position: absolute;
	    top: 5px;
	    left: 5px;
	    right: 5px;
	    bottom: 5px;
	    border-radius: 50%;
	    border: 3px solid transparent;
	    border-top-color: #BA55D3;
	    -webkit-animation: spin 3s linear infinite;
	    animation: spin 3s linear infinite;
	}
	.spin-load-1:after {
	    content: "";
	    position: absolute;
	    top: 15px;
	    left: 15px;
	    right: 15px;
	    bottom: 15px;
	    border-radius: 50%;
	    border: 3px solid transparent;
	    border-top-color: #FF00FF;
	    -webkit-animation: spin 1.5s linear infinite;
	    animation: spin 1.5s linear infinite;
	}

	/*--- Style 8 ---*/
	.loader-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		background-color: #000000;
	}

	.cssload-loader {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 78.284271247462px;
		height: 78.284271247462px;
		margin-left: -39.142135623731px;
		margin-top: -39.142135623731px;
		border-radius: 100%;
		animation-name: cssload-loader;
		-o-animation-name: cssload-loader;
		-ms-animation-name: cssload-loader;
		-webkit-animation-name: cssload-loader;
		-moz-animation-name: cssload-loader;
		animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
		animation-duration: 2.4s;
		-o-animation-duration: 2.4s;
		-ms-animation-duration: 2.4s;
		-webkit-animation-duration: 2.4s;
		-moz-animation-duration: 2.4s;
	}

	.cssload-loader .cssload-side {
		display: block;
		width: 10px;
		height: 33px;
		background-color: #2387ea;
		margin: 3px;
		position: absolute;
		border-radius: 50%;
		animation-duration: 0.895s;
		-o-animation-duration: 0.895s;
		-ms-animation-duration: 0.895s;
		-webkit-animation-duration: 0.895s;
		-moz-animation-duration: 0.895s;
		animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-timing-function: ease;
		-o-animation-timing-function: ease;
		-ms-animation-timing-function: ease;
		-webkit-animation-timing-function: ease;
		-moz-animation-timing-function: ease;
	}

	.cssload-loader .cssload-side:nth-child(1),
	.cssload-loader .cssload-side:nth-child(5) {
		transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		animation-name: cssload-rotate0;
		-o-animation-name: cssload-rotate0;
		-ms-animation-name: cssload-rotate0;
		-webkit-animation-name: cssload-rotate0;
		-moz-animation-name: cssload-rotate0;
	}

	.cssload-loader .cssload-side:nth-child(3),
	.cssload-loader .cssload-side:nth-child(7) {
		transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		animation-name: cssload-rotate90;
		-o-animation-name: cssload-rotate90;
		-ms-animation-name: cssload-rotate90;
		-webkit-animation-name: cssload-rotate90;
		-moz-animation-name: cssload-rotate90;
	}

	.cssload-loader .cssload-side:nth-child(2),
	.cssload-loader .cssload-side:nth-child(6) {
		transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		animation-name: cssload-rotate45;
		-o-animation-name: cssload-rotate45;
		-ms-animation-name: cssload-rotate45;
		-webkit-animation-name: cssload-rotate45;
		-moz-animation-name: cssload-rotate45;
	}

	.cssload-loader .cssload-side:nth-child(4),
	.cssload-loader .cssload-side:nth-child(8) {
		transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		animation-name: cssload-rotate135;
		-o-animation-name: cssload-rotate135;
		-ms-animation-name: cssload-rotate135;
		-webkit-animation-name: cssload-rotate135;
		-moz-animation-name: cssload-rotate135;
	}

	.cssload-loader .cssload-side:nth-child(1) {
		top: 39.142135623731px;
		left: 78.284271247462px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(2) {
		top: 67.213203431093px;
		left: 67.213203431093px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(3) {
		top: 78.284271247462px;
		left: 39.142135623731px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(4) {
		top: 67.213203431093px;
		left: 11.071067816369px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(5) {
		top: 39.142135623731px;
		left: 0px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(6) {
		top: 11.071067816369px;
		left: 11.071067816369px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(7) {
		top: 0px;
		left: 39.142135623731px;
		margin-left: -5px;
		margin-top: -16px;
	}

	.cssload-loader .cssload-side:nth-child(8) {
		top: 11.071067816369px;
		left: 67.213203431093px;
		margin-left: -5px;
		margin-top: -16px;
	}

	/*--- Style 9 ---*/
	.sk-circle {
		margin: 100px auto;
		width: 70px;
		height: 70px;
		position: relative;
	}
	.sk-circle .sk-child {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sk-circle .sk-child:before {
		content: '';
		display: block;
		margin: 0 auto;
		width: 15%;
		height: 15%;
		background-color: #333;
		border-radius: 100%;
		-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
		      animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	}
	.sk-circle .sk-circle2 {
	  	-webkit-transform: rotate(30deg);
	      -ms-transform: rotate(30deg);
	          transform: rotate(30deg); }
	.sk-circle .sk-circle3 {
	  	-webkit-transform: rotate(60deg);
	      -ms-transform: rotate(60deg);
	          transform: rotate(60deg); }
	.sk-circle .sk-circle4 {
	  	-webkit-transform: rotate(90deg);
	      -ms-transform: rotate(90deg);
	          transform: rotate(90deg); }
	.sk-circle .sk-circle5 {
	  	-webkit-transform: rotate(120deg);
	      -ms-transform: rotate(120deg);
	          transform: rotate(120deg); }
	.sk-circle .sk-circle6 {
	  	-webkit-transform: rotate(150deg);
	      -ms-transform: rotate(150deg);
	          transform: rotate(150deg); }
	.sk-circle .sk-circle7 {
	  	-webkit-transform: rotate(180deg);
	      -ms-transform: rotate(180deg);
	          transform: rotate(180deg); }
	.sk-circle .sk-circle8 {
	  	-webkit-transform: rotate(210deg);
	      -ms-transform: rotate(210deg);
	          transform: rotate(210deg); }
	.sk-circle .sk-circle9 {
	  	-webkit-transform: rotate(240deg);
	      -ms-transform: rotate(240deg);
	          transform: rotate(240deg); }
	.sk-circle .sk-circle10 {
	  	-webkit-transform: rotate(270deg);
	      -ms-transform: rotate(270deg);
	          transform: rotate(270deg); }
	.sk-circle .sk-circle11 {
	  	-webkit-transform: rotate(300deg);
	      -ms-transform: rotate(300deg);
	          transform: rotate(300deg); }
	.sk-circle .sk-circle12 {
	  	-webkit-transform: rotate(330deg);
	      -ms-transform: rotate(330deg);
	          transform: rotate(330deg); }
	.sk-circle .sk-circle2:before {
	  	-webkit-animation-delay: -1.1s;
	          animation-delay: -1.1s; }
	.sk-circle .sk-circle3:before {
	  	-webkit-animation-delay: -1s;
	          animation-delay: -1s; }
	.sk-circle .sk-circle4:before {
	  	-webkit-animation-delay: -0.9s;
	          animation-delay: -0.9s; }
	.sk-circle .sk-circle5:before {
	  	-webkit-animation-delay: -0.8s;
	          animation-delay: -0.8s; }
	.sk-circle .sk-circle6:before {
	  	-webkit-animation-delay: -0.7s;
	          animation-delay: -0.7s; }
	.sk-circle .sk-circle7:before {
	  	-webkit-animation-delay: -0.6s;
	          animation-delay: -0.6s; }
	.sk-circle .sk-circle8:before {
	  	-webkit-animation-delay: -0.5s;
	          animation-delay: -0.5s; }
	.sk-circle .sk-circle9:before {
	  	-webkit-animation-delay: -0.4s;
	          animation-delay: -0.4s; }
	.sk-circle .sk-circle10:before {
	  -webkit-animation-delay: -0.3s;
	          animation-delay: -0.3s; }
	.sk-circle .sk-circle11:before {
	  	-webkit-animation-delay: -0.2s;
	          animation-delay: -0.2s; }
	.sk-circle .sk-circle12:before {
	  	-webkit-animation-delay: -0.1s;
	          animation-delay: -0.1s; }

	/*--- Style 10 ---*/
	.pulse-loader {
		width: 40px;
		height: 40px;
		position: relative;
		margin: 0px auto;
	}

	.double-bounce1, .double-bounce2 {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #fff;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity:0.6;
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}

	.double-bounce2 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.double-bounce3, .double-bounce4 {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #2387ea;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity:0.6;
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}

	.double-bounce4 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.double-bounce5, .double-bounce6 {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		background-color: #222;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity:0.6;
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
		animation: sk-bounce 2.0s infinite ease-in-out;
	}

	.double-bounce6 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	/*--- Style 11 ---*/
	.saquare-loader-1 {
		width: 40px;
		height: 40px;
		background-color: #2387ea;
		margin: 0px auto;
		-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
		animation: sk-rotateplane 1.2s infinite ease-in-out;
	}
	.saquare-loader-2 {
		width: 40px;
		height: 40px;
		background-color: #fff;
		margin: 0px auto;
		-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
		animation: sk-rotateplane 1.2s infinite ease-in-out;
	}
	.saquare-loader-3 {
		width: 40px;
		height: 40px;
		background-color: #222;
		margin: 0px auto;
		-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
		animation: sk-rotateplane 1.2s infinite ease-in-out;
	}

	/*--- Style 12 ---*/
	.line-loader {
		margin: 0px auto;
		width: 50px;
		height: 40px;
		text-align: center;
		font-size: 10px;
	}

	.line-loader > div {
		background-color: #2387ea;
		height: 100%;
		width: 6px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.line-loader .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.line-loader .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.line-loader .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.line-loader .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.line-loader-2 {
		margin: 0px auto;
		width: 50px;
		height: 40px;
		text-align: center;
		font-size: 10px;
	}

	.line-loader-2 > div {
		background-color: #fff;
		height: 100%;
		width: 6px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.line-loader-2 .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.line-loader-2 .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.line-loader-2 .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.line-loader-2 .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

	.line-loader-3 {
		margin: 0px auto;
		width: 50px;
		height: 40px;
		text-align: center;
		font-size: 10px;
	}

	.line-loader-3 > div {
		background-color: #222;
		height: 100%;
		width: 6px;
		display: inline-block;
		-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
		animation: sk-stretchdelay 1.2s infinite ease-in-out;
	}

	.line-loader-3 .rect2 {
		-webkit-animation-delay: -1.1s;
		animation-delay: -1.1s;
	}

	.line-loader-3 .rect3 {
		-webkit-animation-delay: -1.0s;
		animation-delay: -1.0s;
	}

	.line-loader-3 .rect4 {
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}

	.line-loader-3 .rect5 {
		-webkit-animation-delay: -0.8s;
		animation-delay: -0.8s;
	}

/* Sidebar services page
-------------------------------------------------------------- */
	.sidebar .brochure {
		background: #ffffff;
	}

	.sidebar .brochure .btn-download a {
	    position: relative;
	    width: 97%;
	    margin-bottom: 0;
	    padding: 10px 19px 11px;
	    font-weight: 500;
	    z-index: 1;
	    overflow: hidden;
	    color: #ffffff
	}

	.sidebar .brochure .btn-download a:after {
	    background: url(../images/icon_pdf_white.png) no-repeat;
	    content: "";
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    top: 15px;
	    right: 3px;
	}

	.sidebar .brochure .btn-download.doc a:after {
	    background: url(../images/icon_word.png) no-repeat;    
	}

	.sidebar .brochure p {
	    font-size: 15px;
	    color: #535353;
	    font-family: "Open Sans";
	    margin-bottom: 18px;
	}

	.sidebar .brochure h3 {
	    margin-top: 0;
	    margin-bottom: 9px;
	    font-size: 18px;
	    font-weight: 600;
	}

	.sidebar .brochure {   
	    padding: 28px 18px 14px 24px;
	    border: 1px solid #ccc;
	    font-size: 15px;
	}

/* Testimonials
-------------------------------------------------------------- */
	.testimonials-sidebar {
	    position: relative;
	    padding: 28px 24px 24px 24px;
	    border: 1px solid #ccc;
	}

	.testimonials-sidebar .owl-theme .owl-controls  {
		width: 50px;
	    height: 50px;
	    background: #e5e5e5;    
	    float: right;
	    line-height: 50px;
	    border-radius: 50%;
	    position: absolute;
	    right: 6px;
	    bottom: 6px;
	}

	.testimonials-sidebar .owl-theme .owl-dots .owl-dot span {
		width: 7px;
		height: 7px;
		border: 0;
		background-color: #fff;
		margin: 0 1.5px;
	}

	.testimonials-sidebar .owl-theme .owl-dots .owl-dot span:hover,
	.testimonials-sidebar .owl-theme .owl-dots .owl-dot.active span {
		background-color: #2387ea;
	}

	.testimonials-sidebar h3 {
	    margin-top: 0;
	    margin-bottom: 8px;
	    font-size: 18px;
	    font-weight: 600;
	    color: #333;
	}

	.testimonial03 .text {
	    font-size: 13px;
	}

	.testimonial03 .media {
	    position: relative;
	    margin-top: 22px;
	}

	.testimonial03 .media img {
	    position: absolute;
	    left: 0;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
	    border-radius: 50%;
	    width: 50px;
	    height: 50px;
	}

	.testimonial03 .media span {
	    display: inline-block;
	    min-height: 50px;
	    padding-left: 65px;
	    font-weight: 600;
	    color: #3a526a;
	}

	.testimonial03 .media span em {
	    font-size: 12px;
	    font-style: italic;
	    font-weight: 300;
	    color: #3a526a;
	    display: block;
	    position: relative;
	    top: -3px;
	}

/* Action box headings
-------------------------------------------------------------- */
	.themesflat-action-box h2 strong,
	.themesflat-action-box h3 strong, 
	.themesflat-action-box h4 strong, 
	.themesflat-action-box h5 strong, 
	.themesflat-action-box h6 strong{
		font-weight: 700;
	}

	.themesflat-action-box h2 {
		position: relative;
		font-size: 36px;
		font-weight: 600;
		color: #222;
		line-height: 1.3;
		letter-spacing: -2px;
		word-spacing: 2px;
		margin-top: 0;	
	    margin-bottom: 5px;
	}

	.themesflat-action-box h3{
		position: relative;
		font-size: 33px;
		font-weight: 700;
		color: #222;
		line-height: 1.3;
		letter-spacing: -2px;
		word-spacing: 2px;
		margin-top: 0;	
	    margin-bottom: 5px;
	}

	.themesflat-action-box h4{
		position: relative;
		font-size: 28px;
		font-weight: 400;
		color: #222;
		line-height: 1.3;
		letter-spacing: -2px;
		word-spacing: 2px;
		margin-top: 0;	
	    margin-bottom: 5px;
	}

	.themesflat-action-box h5{
		position: relative;
		font-size: 24px;
		font-weight: 400;
		color: #222;
		line-height: 1.3;
		letter-spacing: -2px;
		word-spacing: 2px;	
		margin-top: 0;
	    margin-bottom: 5px;
	}

	.themesflat-action-box h6{
		position: relative;
		font-size: 18px;
		font-weight: 600;
		color: #222;
		line-height: 1.3;
		letter-spacing: -1px;
		word-spacing: 1px;	
		margin-top: 0;
	    margin-bottom: 5px;
	}

	.themesflat-action-box p{
		font-size: 15px;
		font-weight: 500;
		color: #979797;
		line-height: 160%;
		margin-bottom: 0px;
	}

	.themesflat-action-box small{
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		color: #2387ea;
		line-height: 150%;
		text-transform: uppercase;
		margin-bottom: 10px;
	}

	.themesflat-action-box {
	    padding: 60px 0px;
	    background-color: #fafafa;
	}

	.themesflat-action-box .inner {
	    display: table;
	    overflow: hidden;
	    width: 100%;
	}

	.themesflat-action-box .heading-wrap {
	    display: table-cell;
	    margin: 0;
	    text-align: left;
	    vertical-align: middle;
	    width: 75%;
	}

	.themesflat-action-box .button-wrap {
	    display: table-cell;
	    text-align: right;
	    vertical-align: middle;
	    width: 25%;
	}

	.iziModal-overlay {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	}

	/*  Video Box */
	.themesflat_video_embed{
		position: relative;
		display: block;
		width: 100%;
		height: auto;	
	}

	.video-video-box-overlay{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-khtml-opacity: 1;
		-moz-opacity:1;
		opacity: 1;
		transition: .5s ease;
	}

	.video-video-box-button{
		position: absolute;
		overflow: hidden;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.video-video-box-button button{
		color: #222;
		font-size: 25px;
		background: rgba(255, 255, 255, 1);
		width: 100px;
		height: 100px;
		border-radius: 50%;
		padding-top: 5px;
		padding-left: 12px;
		margin: 30px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}

	.video-video-box-button button:hover{
		color: #222;
		background: rgba(255, 255, 255, .7);
	}

	.video-video-box-button-sm{
		position: absolute;
		overflow: hidden;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.video-video-box-button-sm button{
		color: #222;
		font-size: 20px;
		background: rgba(255, 255, 255, 1);
		width: 80px;
		height: 80px;
		border-radius: 50%;
		padding: 0;
		padding-left: 5px;
		margin: 30px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;	
	}

	.video-video-box-button-sm button:hover{
		color: #222;
		background: rgba(255, 255, 255, .7);
	}

	.alert button:hover {
		background-color: transparent;
	}

/* Contact form
-------------------------------------------------------------- */
	.contact-form-popups select {
		width: 100%;
	}

	.contact-form-popups label {
	    font-size: 14px;
	    color: #222;
	    font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.contact-form-popups input, 
	.contact-form-popups textarea, 
	.contact-form-popups select {
	    display: block;
	    border-radius: 5px;
	    outline: 0;
	    background: #f4f4f4;
	    font-size: 13px;
	    font-weight: 500;
	    width: 100%;
	    margin-bottom: 17px;
	    padding: 12px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.contact-form-popups .wpcf7-submit {
	    position: relative;
	    display: inline-block;
	    font-weight: 600;
	    font-size: 12px;
	    text-align: center;
	    padding: 9px 19px 9px 19px !important;
	    margin: 5px 0px 0px 0px;
	    width: auto;
	    line-height: normal;
	    color: #fff;
	    border-radius: 50px;
	}

	/*--- Primary Form ---*/
	.primary-form{
		position: relative;
	}

	.primary-form label{
		font-size: 14px;
		color: #222;
		font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.primary-form input, .primary-form textarea, .primary-form select , .primary-form input[type="text"]{
	    display: block;
	    border-radius: 5px;
	    background: #f4f4f4;
	    font-size: 13px;
	    border: none;
	    font-weight: 500;
	    width: 100%;
	    margin-bottom: 17px;
	    padding: 12px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.primary-form input:focus, .primary-form textarea:focus, .primary-form select:focus {
		background: #ececec;
		border-color: transparent;
	}

	.primary-form textarea{
		min-height: 100px;
	}

	.primary-form .wpcf7-submit{
		padding: 0;
		font-weight: 600;
	    font-size: 12px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    padding: 0 !important;
	}

	/*--- Bordered Form ---*/
	.bordered-form{
		position: relative;
	}

	.bordered-form label{
		font-size: 14px;
		color: #222;
		font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.bordered-form input, .bordered-form textarea, .bordered-form select, .transparent-form input[type="text"]{
	    display: block;
	    border-radius: 5px;
	    outline: 0;
	    border: 2px solid #f4f4f4;
	    background: transparent;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    height: 47px;
	    line-height: 42px;
	    margin-bottom: 17px;
	    padding: 0px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.bordered-form input:focus, .bordered-form textarea:focus, .bordered-form select:focus, .bordered-form input[type="text"]:focus {	
		background: #f4f4f4;
		border-color: transparent;
	}

	.bordered-form input:focus { border: 2px solid; }

	.bordered-form textarea{
		min-height: 100px;
	}

	.bordered-form .wpcf7-submit{
		padding: 0;
		font-weight: 600;
	    font-size: 12px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    border: none;
	    padding: 0 !important;
	}

	/*--- Transparent Form ---*/
	.transparent-form{
		position: relative;
	}

	.transparent-form label{
		font-size: 14px;
		color: #fff;
		font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.transparent-form input::placeholder, .transparent-form textarea::placeholder, .transparent-form select{
		color: rgba(255, 255, 255, .6);
	}

	.transparent-form input, .transparent-form textarea, .transparent-form select , .transparent-form input[type="text"]{
	    display: block;
	    color: #fff;
	    border-radius: 5px;
	    border: none;
	    outline: 0;
	    background: rgba(255, 255, 255, .05);
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    margin-bottom: 17px;
	    height: 42px;
	    line-height: 42px;
	    padding: 0px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    border: none;
	}

	.transparent-form input:focus, .transparent-form textarea:focus, .transparent-form select:focus, .transparent-form input[type="text"]:focus{
		background: rgba(255, 255, 255, .1);
		border-color: transparent;
	}

	.transparent-form textarea{
		min-height: 100px;
	}

	.transparent-form .wpcf7-submit{
		padding: 0;
		font-weight: 600;
	    font-size: 12px;
	    height: 40px;
	    width: auto;
	    line-height: 36px;
	    margin: 0;
	    border: none;
	    background: #fff;
	    color: #222;
	    border: 2px solid #fff;
	    display: inline-block;
	    padding: 0px 19px !important;
	}

	.transparent-form .wpcf7-submit:hover { background: transparent; }

	/*--- Dark Form ---*/
	.dark-form{
		position: relative;
	}

	.dark-form label{
		font-size: 14px;
		color: #fff;
		font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.dark-form input, .dark-form textarea, .dark-form select, .dark-form input[type="text"]{
	    display: block;
	    color: #fff;
	    border-radius: 5px;
	    border: none;
	    outline: 0;
	    background: #333;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    margin-bottom: 17px;
	    padding: 12px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.dark-form input:focus, .dark-form textarea:focus, .dark-form select:focus{
		background: #323232;
	}

	.dark-form textarea{
		min-height: 100px;
	}

	.dark-form .wpcf7-submit{
		padding: 0;
		font-weight: 600;
	    font-size: 12px;
	    height: 40px;
	    width: auto;
	    line-height: 36px;
	    margin: 0;
	    border: none;
	    background: #fff;
	    color: #222;
	    border: 2px solid #fff;
	    display: inline-block;
	    padding: 0px 19px !important;
	}

	.dark-form .wpcf7-submit:hover { background: transparent; }

	/*--- White Form ---*/
	.white-form{
		position: relative;
	}

	.white-form label{
		font-size: 14px;
		color: #222;
		font-weight: 600;
	    display: inline-block;
	    margin-bottom: 10px;
	}

	.white-form input, .white-form textarea, .white-form select, .white-form input[type="text"], .white-form input[type="email"]{
	    display: block;
	    border-radius: 5px;
	    border: none;
	    outline: 0;
	    background: #fff;
	    border: 1px solid #f4f4f4;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    height: 45px;
	    line-height: 45px;
	    margin-bottom: 17px;
	    padding: 0px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.white-form input:focus, .white-form textarea:focus, .white-form select:focus, .white-form input[type="text"]:focus, .white-form input[type="email"]:focus{
		border-color: #eee;
	}

	.white-form textarea{
		min-height: 100px;
	}

	.white-form .wpcf7-submit{
		padding: 0;
		font-weight: 600;
	    font-size: 12px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    padding: 0 !important;
	}

	/*--- Checkbox Styles ---*/
	.checkbox{
		display: inline-block;
		margin-right: 15px;
		margin-top: 10px;
	}
	.checkbox input[type="checkbox"] {
	    display: none;
	}

	.checkbox label {
	    position: relative;
	    font-weight: 600;
	    font-size: 13px;
	    display: inline-block;
	    padding-left: 35px;
	    padding-top: 6px;
	}

	.checkbox label::before,
	.checkbox label::after {
	    position: absolute;
	    content: "";
	    display: inline-block;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;    
	}

	/*Outer box of the fake checkbox*/
	.checkbox label::before{
	    height: 27px;
	    width: 27px;
	    border: 1px solid;
	    border-radius: 5px;
	    left: 0px;
	    top: 3px;
	    color: #ccc;
	}

	/*Checkmark of the fake checkbox*/
	.checkbox label::after {
	    height: 7px;
	    width: 13px;
	    border-left: 2px solid;
	    border-bottom: 2px solid;
	    transform: rotate(-45deg);
	    left: 7px;
	    top: 11px;
	}

	/*Hide the checkmark by default*/
	.checkbox input[type="checkbox"] + label::after {
	    content: none;
	}

	/*Unhide on the checked state*/
	.checkbox input[type="checkbox"]:checked + label::after {
	    content: "";
	    color: #fff;
	}

	/*Adding focus styles on the outer-box of the fake checkbox*/
	.checkbox input[type="checkbox"]:focus + label::before {
	    outline: none;
	}

	.checkbox input[type="checkbox"]:checked + label::before {
	    background-color: #2387ea;
	    color: #2387ea;
	}

	/*--- Radio Styles ---*/
	.radio {
		display: none !important;
	}

	.radio-custom {
		width: 30px;
		height: 30px;
		border: 1px solid #ccc;
		border-radius: 3px;
		margin-left: 25px;
		margin-right: 5px;
		position: relative;
	}

	.radio-custom, .radio-label {
		display: inline-block;
		vertical-align: middle;
		margin-top: 10px;
	}

	@media (max-width: 767px) {
		.radio-label {
			display: block;
		}
		.radio-custom {
			text-align: center;
			margin: 0px 15px;
		}
	}

	.radio:checked + .radio-custom::before {
		content: "";
		display: block;
		position: absolute;
		top: 7px;
		right: 7px;
		bottom: 7px;
		left: 7px;
		background: #2387ea;
		border-radius: 2px;
	}

	.radio-custom, .radio:checked + .radio-custom::before {
		border-radius: 50%;
	}

	.radio-label{
	    font-weight: 600;
	    font-size: 13px;
	}

	.contact-form1 input,
	.contact-form2 input,
	.contact-form3 input,
	.contact-form4 input {
	    display: block;
	    border-radius: 5px;
	    border: none;
	    background: #f4f4f4;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    padding: 12px 16px;
	    margin-bottom: 15px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    border: none !important;
	}

	.contact-form1 textarea,
	.contact-form2 textarea,
	.contact-form3 textarea,
	.contact-form4 textarea {
	    display: block;
	    border-radius: 5px;
	    border: none;
	    height: 90px;
	    background: #f4f4f4;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    margin-bottom: 15px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.contact-form1 input[type="submit"],
	.contact-form2 input[type="submit"],
	.contact-form3 input[type="submit"],
	.contact-form4 input[type="submit"],
	.contact-form5 input[type="submit"] {
		background: #2387ea;
	    position: relative;
	    display: inline-block;
	    font-weight: 600;
	    font-size: 12px;
	    text-align: center;
	    padding: 0px 21px !important;
	    margin: 5px 5px 5px 0px;
	    border-radius: 50px;
	    color: #fff;
	    width: auto;
	}

	.contact-form1 input[type="submit"]:hover,
	.contact-form2 input[type="submit"]:hover,
	.contact-form3 input[type="submit"]:hover,
	.contact-form3 input[type="submit"]:hover,
	.contact-form4 input[type="submit"]:hover,
	.contact-form4 input[type="submit"]:hover,
	.contact-form5 input[type="submit"]:hover {
		background: #222;
	}

	.contact-form1 input:focus, 
	.contact-form1 textarea:focus,
	.contact-form2 input:focus, 
	.contact-form2 textarea:focus,
	.contact-form3 input:focus, 
	.contact-form3 textarea:focus,
	.contact-form4 input:focus, 
	.contact-form4 textarea:focus {
	    background: #ececec;
	}

	.contact-form1 input[type="submit"]:hover {
	    color: #fff;
	    background: #222;
	}

	.btn-full-width input[type="submit"] {
		width: 100%;
	}

	.contact-form2 input[type="submit"] {
		width: 100%;
	}

	.contact-form4 input {
		background: #f4f4f4;
	}

	.contact-form4 textarea {
		background: #f4f4f4;
		height: 200px;
	}

	.contact-form4 input[type="submit"],
	.contact-form5 input[type="submit"] {
	    border-radius: 3px;
	    margin-top: 12px;
	}

	.contact-form5 input,
	.contact-form5  textarea {
	    display: block;
	    border-radius: 5px;
	    outline: 0;
	    border: 2px solid #f4f4f4;
	    background: transparent;
	    font-size: 13px;
	    font-weight: 600;
	    width: 100%;
	    height: 47px;
	    line-height: 42px;
	    margin-bottom: 17px;
	    padding: 0px 16px;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.contact-form5  textarea {
	    min-height: 100px;
	}

	.contact-form5 input:focus, 
	.contact-form5 textarea:focus,
	.contact-form5 input[type="text"]:focus,
	.contact-form5 input[type="email"]:focus {
		background: #f4f4f4;
	    border-color: transparent;
	}

	.contact-form5 input[type="submit"] {
	    font-weight: 600;
	    font-size: 12px;
	    color: #fff;
	    height: 40px;
	    line-height: 40px;
	    border: none;
	}

	.one-haft { 
	    display: inline-block; 
		width: 50%; 
		vertical-align: top;
	}

/* Flat List
-------------------------------------------------------------- */
	.primary-list{
		padding-left: 0px;
		margin-left: 0px;
	}
	.primary-list li{
	    list-style-type: none;
	    color: #222;
	    font-size: 14px;
	    font-weight: 600;
	    margin-top: 11px;  
	}
	.primary-list li i{
	    color: #2387ea;
	    padding-right: 10px;
	}

	.dark-list{
		padding-left: 0px;
	}
	.dark-list li{
	    list-style-type: none;
	    color: #222;
	    font-size: 14px;
	    font-weight: 600;
	    margin-top: 10px;  
	}
	.dark-list li i{
	    color: #222;
	    padding-right: 15px;
	}

	.white-list{
		padding-left: 0px;
	}
	.white-list li{
	    list-style-type: none;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 600;
	    margin-top: 15px;  
	}
	.white-list li i{
	    color: #2387ea;
	    padding-right: 15px;
	}

/* Services grid 
-------------------------------------------------------------- */	
	.themesflat-services-post.grid { margin: 0 -15px; }
	.themesflat-services-post.grid .item { float: left; padding: 0 15px; margin-bottom: 30px; }
	.themesflat-services-post.columns-2 .item { width: 50%; }
	.themesflat-services-post.columns-3 .item { width: 33.33%; }
	.themesflat-services-post.columns-4 .item { width: 25%; }

	.themesflat-services-post.grid .item .text-wrap {
	    padding: 20px;
	}

	.themesflat-services-post.grid .item .title {
	    margin: 0;
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 1.5;
	}

	.themesflat-services-post.grid .item .desc {
	    font-weight: 500;
	    color: #999999;
	    font-size: 15px;
	    line-height: 1.7;
	    margin-top: 8px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #ececec;
	    margin-bottom: 15px;
	}

	.themesflat-services-post.grid .item .themesflat-button-container a {
	    font-weight: 600;
	    font-size: 14px;
	}

	.themesflat-services-post.grid .item .themesflat-button-container a > i {
	    font-weight: 900;
	    font-size: 16px;
	    margin-left: 8px;
	}

	.themesflat-services-post.grid .item .inner {
	    border-style: solid;
	    border-width: 1px;
	    border-color: #eeeeee;
	    border-radius: 10px;
	    overflow: hidden;
	    position: relative;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

	.themesflat-services-post.grid .item .inner:hover {
	    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16) !important;
	    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16) !important;
	    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16) !important;
	}

/* 404
-------------------------------------------------------------- */
	.error404 .page-wrap {
		padding: 0;
	}
	.error-404.not-found { 
		position: relative;
	}
	/* Style 1 */
	.page-404-style1 .error-404 {
		padding: 90px 0px 90px 0px;
	}

	.error-404-4 {
	    width: 100%;
	    height: auto;
	    margin: 0 auto !important;
	    text-align: center !important;
	    position: relative;
	    max-width: 1000px;
	}

	.error-404-4 video {
	    width: 100%;  
	}

	 svg {
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	}

	.error-404-4 svg text {
	    font-weight: 900;
	    text-transform: uppercase;
	    font-size: 55px;
	}

	.error-404-4 svg rect {
	    fill: #fff;
	}

	.error-404-4 svg > rect {
	    -webkit-mask: url(#mask);
	    mask: url(#mask);
	}   

	.error-404-4-text h1,
	.error-404-4-text h2{
	    position: relative;
	    color: #D3D6D3;
	    font-size: 100px;
	    font-weight: 800;
	    letter-spacing: 3px;
	    text-transform: uppercase;
	    text-align: center;
	    margin-top: -230px;
	}

	.error-404-4-text h4{
	    position: relative;
	    color: #A4A7A4;
	    font-size: 30px;
	    font-weight: 600;
	    letter-spacing: 1px;
	    text-align: center;
	    margin-top: -10px;
	}

	.error-404-4-text p{
	    position: relative;
	    color: #949694;
	    font-size: 17px;
	    font-weight: 600;
	    line-height: 160%;
	    text-align: center;
	    margin-top: 10px;
	}

	@media (max-width: 991px) {
	    .error-404-4-text h2{
	        margin-top: -180px;
	    }
	}
	@media (max-width: 767px) {
	    .error-404-4-text h2{
	        margin-top: -100px;
	        font-size: 50px;
	    }
	    .error-404-4-text h4{
	        font-size: 27px;
	        margin-top: -5px;
	    }
	}

	.error404 .go-top {
		display: none;
	}

	/* Style 2 */
	.page-404-style2 .error-404 {
		padding: 90px 0px 90px 0px;
	}

	.error-box-2{
	    text-align: center;
	    padding: 10px;
	}

	.clip-text {
	    display: inline-block;
	    position: relative;
	    margin: 25px;
	    padding: 20px 40px;
	    text-align: center;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	    background-position: center center;
	}

	.clip-text h2{
	    color: #fff;
	    font-size: 200px;
	    font-weight: 800;
	    line-height: 89%;
	}

	.clip-text h3{
	    color: #fff;
	    font-size: 60px;
	    font-weight: 800;
	    text-transform: uppercase;
	    line-height: 120%; 
	}

	.error-box-2 h4{
	    color: #666;
	    font-size: 20px;
	    font-weight: 600;
	    line-height: 140%; 
	    margin-top: 10px;
	}

	.error-info-2 a{
	    color: #fff;
	    font-size: 15px;
	    font-weight: 700;
	    margin-right: 20px;
	    border: 1.5px solid #000;
	    padding: 6px 20px;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}
	.error-info-2 a:hover{
	    border: 1.5px solid #3c59b3;
	}


	.clip-text:before,
	.clip-text:after {
	    position: absolute;
	    content: '';
	}

	/* Background */
	.clip-text:before {
	    z-index: -2;
	    top: -20px;
	    right: -20px;
	    bottom: -20px;
	    left: -20px;
	    background-image: inherit;
	}

	/* Text Background (black zone) */
	.clip-text:after {
	    position: absolute;
	    background: #fff;
	    z-index: -1;
	    top: -5px;
	    right: -5px;
	    bottom: -5px;
	    left: -5px;
	    padding: 50px;
	}

	.wrap-button-404 { 
		margin: 20px 0px;
	}

	@media (max-width: 767px) {
	    .clip-text h2{
	        font-size: 100px;
	    }
	    .clip-text h3{
	        font-size: 50px;
	    }
	    .error-box-2 h4{
	        font-size: 17px;
	    }
	}

	/* Style 3 */
	.page-404-style3 .themesflat-top,
	.page-404-style3 .themesflat_header_wrap,
	.page-404-style3 .footer_background {
		display: none;
	}

	.page-404-style3 {
	    height: 100%;
	}

	.page-404-style3 .error-404.not-found {
		position:fixed; top:0px; left:0px; bottom:0px; right:0px;
	}

	.page-404-style3 .content-wrapper { max-width: 100%; }
	.page-404-style3 .content-wrapper .col-md-12 { padding: 0 }

	.error-box-404{
	    background-size: cover !important;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    background: #fff;
	    text-align: center;
	} 

	.error-box-3{
	    padding: 70px;
	}

	.error-box-3 h2{
		position: relative;
	    color: #fff;
	    font-size: 170px;
	    font-weight: 700;
	    line-height: 1;
	}

	@media (max-width: 767px) {
		.error-box-3{
			padding: 100px 30px;
		}

		.error-box-3 h2{
		    font-size: 90px;
		}	
	}

	.error-box-3 h3{
	    color: #fff;
	    font-size: 30px;
	    font-weight: 700;
	    text-transform: uppercase;
	    line-height: 1;
	    margin: 15px 0px;
	}

	.error-box-3 p{
	    color: #fff;
	    font-size: 15px;
	    font-weight: 600;
	    margin-top: 10px;
	    line-height: 150%;
	    margin-bottom: 20px
	}


	.dark-button-bordered {
	    background: transparent;
	    color: #222;
	    border: 2px solid #222;
	    border-radius: 50px;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.dark-button-bordered:hover {
	    color: #fff;
	    background: #222;
	    border-color: #222;
	}

	.white-button-bordered {
	    background: transparent;
	    color: #fff;
	    border: 2px solid #fff;
	    font-size: 11px;
	    font-weight: 500;
	    border-radius: 50px;
	    -webkit-transition: all .4s ease;
	    -moz-transition: all .4s ease;
	    transition: all .4s ease;
	}

	.white-button-bordered:hover {
	    color: #222;
	    background: #fff;
	}

	.button-md{
		position: relative;
		display: inline-block;
		font-size: 14px;
		text-align: center;
		font-weight: 600;
		padding: 11px 25px 11px 25px;
		margin: 5px 5px 5px 0px;	
	}

	.vertical-center {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    -webkit-align-items: center;
	    align-items: center;
	}

	#particles-js {
	    width: 100%;
	    height: 100%;
	    background-size: cover;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    position: absolute;
	}

/* Comming Soon
-------------------------------------------------------------- */
	.page-template-comming-soon-s1 .themesflat-top, 
	.page-template-comming-soon-s1 .themesflat_header_wrap, 
	.page-template-comming-soon-s1 .page-title, 
	.page-template-comming-soon-s1 .footer_background,
	.page-template-comming-soon-s2 .themesflat-top, 
	.page-template-comming-soon-s2 .themesflat_header_wrap, 
	.page-template-comming-soon-s2 .page-title, 
	.page-template-comming-soon-s2 .footer_background,
	.page-template-comming-soon-s1 .go-top,
	.page-template-comming-soon-s2 .go-top {
	    display: none;
	}

	.page-template-comming-soon-s2 .page-wrap {
		padding: 0;
	}

	.section-comming-soon {
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    bottom: 0px;
	    right: 0px;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	}

	.box-comming-soon {
		padding: 45px;
	    border-radius: 10px;
		position: relative;
	    background: rgba(0, 0, 0, .6);
	}

	.section-comming-soon .overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.section-comming-soon .title-comming-soon {
	    position: relative;
	    font-size: 41px;
	    font-weight: 700;
	    color: #fff;
	    line-height: 140%;
	    letter-spacing: -2px;
	    word-spacing: 2px;
	    margin-bottom: 15px;
	}

	.section-comming-soon .section-title-line {
	    display: block;
	    width: 100px;
	    height: 3px;
	    background: #2387ea;
	    margin: auto;
	    margin-top: 20px;
	    margin-bottom: 5px;
	}

	.section-comming-soon .sub-title-comming-soon {
		color: #fff;
	    font-size: 1rem;
	    font-weight: 600;
	    line-height: 1.3;
	    margin-top: 25px;
	    margin-bottom: 20px;
	}

	.comming-soon-countdown .square {	
	    margin: 15px 0px;
	}

	.comming-soon-countdown .square .numb {
		font-size: 60px;
	    font-weight: 700;
	    color: #fff;
	    line-height: 1.3;
	}

	.comming-soon-countdown .square .text {
	    font-size: 17px;
	    color: #fff;
	    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
		filter: alpha(opacity=60);
		-khtml-opacity: 0.6;
		-moz-opacity:0.6;
	    opacity: .6;
	    text-align: center;
	    margin-top: 10px;
	}

	.mockup {
	    width: 140%!important;
	    margin-left: -40%!important;
	}

	.pdr60 > a {
		padding-right: 60px;
	} 
	.pdl60 > a {
		padding-left: 60px; 
	}
	
	.border-w-bt1 {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}

	.header-style1 .button {
		display: inline-block;
		padding: 15px 30px;
		font-size: 15px;
		font-weight: 500;
		background: #2387ea;
		color: #fff;
		border-radius: 3px;
		float: right;
		margin-top: 20px;
		margin-left: 20px;
	}

	.header-style1 .button:hover {
		background: #222;
	}

	.header-style1 .button i {
		margin-right: 20px;
	}

	.page-template-elementor-front-page .page-wrap,
	.page-template-default.elementor-default .page-wrap,
	.elementor-template-full-width .page-wrap {
		padding: 0;
	}

	.page-template-elementor-front-page .page-wrap article,
	.page-template-default.elementor-default .page-wrap article {
		margin: 0;
	}

	.alert-inline .elementor-alert .elementor-alert-title,
	.alert-inline .elementor-alert .elementor-alert-description {
		display: inline;
	}

	.alert-inline .elementor-alert {
		border-radius: 5px;
	}

	.alert-inline .elementor-alert button {
	    position: absolute;
	    top: 0 !important;
	    right: 0 !important;
	    padding: .75rem 1.25rem !important;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
	    font-size: 1.5rem !important;
	}

	.alert-inline .elementor-alert button:hover {
		background: transparent !important;
		color: #000;
	}

/* Search No Results
-------------------------------------------------------------- */
	.search-no-results .no-results .subtext-nothing {
		margin-bottom: 25px;
	}

	