/*
* Repeatable Patterns
* Top 
* Blog Grid Some Css Global 
* Header
* flat-top 1
* Header Global
* Menu menu-extra
* Mini Cart
* Header Style1
* flat-top nah-information
* Page title
* Breadcrumbs
* Blog
* Blog Single
* Related Post
* Widget
* Widget footer
* GoTop Button
*/
/* 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: #b2b1b8;
	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 {
	color: #1688d3;
	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;
}

img {
	max-width: 100%;
	height: auto;
}

/* Typography */
body,
button,
input,
select,
textarea {		
	background-color: #fff;		
	color: #666666;
}

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

article p {
	margin-bottom: 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

th,td {
	border: 1px solid #dbdbdb;
	padding: 7px;
	text-align: center;
}	

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: #feb800;
	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 { 	
	line-height: 30px;
	font-weight: 500;
	color: #303030;
}

h1,h2,h3,h4,h5,h6 { 	
	font-family: Quattrocento Sans;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

.text-white { color: #fff !important; }
.text-light { color: #bdbcbc !important; }
.text-dark { color: #322d2d !important; }

.text-color.bold.italic { font-weight: bold; font-style: italic; font-size: 14px;}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 7px 28px 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;
}

blockquote {
	font-style: italic;
	border: 15px solid #f5f5f5;
	font-family: 'Radley', serif;
	line-height: 30px;
	font-size: 16px;
    padding: 40px 30px 32px 46px;
    position: relative;
}

blockquote p {
	margin-bottom: 28px;
}

blockquote .clientname {
	font-style: normal;
	font-family: "Montserrat" sans-serif;
	font-size: 14px;
	float: right;
	padding-right: 40px;
}

.comment-list-wrap .comment-list {
    list-style: none;
    margin: 0;
    padding-left: 3px;
    margin-bottom: 12px;
}

.comment-list-wrap .children li {
	list-style: none;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 10px;
}

/* Content */
.sticky {
	display: block;
}

.page-header {
	margin: 0;
	border: 0;
}

.page-header .nothing {
	padding: 0;
	background-color: transparent;
	font-size: 40px;
	line-height: 40px;
	color: #ff1200;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 0px;
	width: 0px;
	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 ;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

menu, ol, ul {
    padding: 0 0 0 22px;
}

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"] {
	border: 0;
	font-size: 14px;
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 400;
    color: #ffffff;
    background-color: #1688d3;
    text-transform: uppercase;
    padding: 14px 27px;
    -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:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #333333;
	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"] {
	font-family: "Quattrocento Sans", sans-serif;
    font-size: 14px;
    width: 100%;
    border: 1px solid #f5f5f5;
    background-color: #f4f6f8;
    color: #bcbcbc;
    height: 40px;
    margin-bottom: 30px;
    padding: 12px 20px;
    border-radius: 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;
}

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 {
	color: #bcbcbc;
	outline: 0;
	border: 1px solid #edb820;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

textarea {
	width: 100%;
	height: 120px;
	padding: 15px 20px;
}

input[type="checkbox"] {
	display: inline;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  	opacity: 1;
	font-family: "Quattrocento Sans";
	font-size: 14px;
	color: #6a6a6a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  	color: #6a6a6a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  	color: #6a6a6a;
	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;
	color: #bcbcbc;
}

.post-password-form input[type="submit"] {
	color: #fff;
}

body.boxed {
	padding: 2.083%;
}

#page {
	position: relative;
}

.wpb_button {
	text-shadow: none!important;
	font-family: "Montserrat";
}

/* Top 
---------------------------------------------------------------*/
.themesflat-top {
	background-color: #25232b;
	padding: 7px 0px 5px 0px;	
}

/* Infomation top */
.flat-information {
	margin: 0 0 0;
	padding: 0;	
	float: left;
}

.flat-information.mgl2 {
	margin-left: 2px;
}

.flat-information > li {
	display: inline-block;
	position: relative;
	padding: 0px 33px 0px 0px;
    margin-right: 17px;
}

.flat-information > li i {
	padding-right: 7px;
	font-size: 14px;
	color: #b2b1b8;
}

.flat-information > li:after {
	position: absolute;
	right: 0;
	top: 3px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #3b3941;
	opacity: 0.3;
}

.flat-information > li > a {
	color: #b2b1b8;	
	font-size: 13px;	
	font-weight: 400;
}

.flat-information > li > a:hover {
	color: #1688d3;	
}

.themesflat-top.header-style4 .intro-spec {
	display: inline-block;
    float: left;
    font-size: 12px;
    color: #3c3a42;
}

.themesflat-top.header-style4 .intro-spec p {
	margin-bottom: 0; 
}

.themesflat-top.header-style4 .flat-language {
	float: right;
	width: auto;
	margin-right: 5px;
}

.themesflat-top.header-style4 .content-left {
	width: 82%;
    float: left;
}

.themesflat-top.header-style4 .content-right {
	width: 18%;
    float: right;
}

.themesflat-top.header-style4 {
	padding: 9px 0px 5px 0px;
}

/* Flat-language
-------------------------------------------------------------- */
.flat-language {
	position: relative;
	width: 15%;
	float: left;
}

.flat-language .current:hover ul {
    opacity: 1;
    visibility: visible;
    top: 97%;
    z-index: 99999;
    -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-style4 .flat-language .current:hover ul,
.header-style4 .flat-language > ul > li > ul {
	top: 85%;
}

.flat-language .current > a {
    color: #b2b1b8;
}

.flat-language .current a {
    position: relative;
    padding: 0 10px 0 5px;
    font-size: 13px;
}

.flat-language .current > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: -1px;
    top: -6px;
}

.flat-language .current > a:hover {
    color: #1688d3;
}

.flat-language > ul > li > ul {
    position: absolute;
    left: 0;
    top: 97%;
    width: 130px;
    margin: 0;
    list-style: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -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;
}

.flat-language > ul {
	margin: 0;
}

.flat-language > ul > li {
	list-style: none;
}

.flat-language > ul > li > ul li {
    padding: 1px 0 2px 15px;
    background-color: #1688d3;
}

.flat-language > ul > li > ul li a {
    color: #fff;
}

.flat-language .current .unstyled {
	-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;
    padding-top: 10px;
}

.flat-language .current .unstyled li:hover {
	background-color: #fff;
}

.flat-language .current .unstyled li:hover a {
	color: #1688d3;
}

/* Social-links
-------------------------------------------------------------- */
.themesflat-socials {
	padding: 0;
	margin: 0;
	text-align: right;
}

.themesflat-socials.mgr2 {
    margin-right: -2px;
}

.themesflat-socials li {
	display: inline-block;
	padding: 3px 10px 0px;
}

.themesflat-socials li a {
	font-size: 12px;
	color: #b2b1b8;
}

.themesflat-socials li:first-child {
	padding-right: 4.5px;
}

.themesflat-socials li:last-child {
	padding-right: 0px;
}

.themesflat-socials li a:hover {
	color: #1688d3;
	background-color: transparent;
}

.themesflat-top .themesflat-socials li a:hover,
.header .nav .themesflat-socials li a:hover {
	color: #1688d3;
	background-color: transparent;
}

.social-share-article .themesflat-socials {
	display: inline-block;
}

/* menu submenu*/
#mainnav ul.sub-menu {
    text-align: left;
    position: absolute;
    left: 16px;
    top: 110%;
    width: auto;
    padding: 0;
    z-index: 9999;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav > ul > li:first-child > ul.sub-menu {
	left: 0;
}

/* Navigation */
.nav-wrap {
	position: relative;
	float: right;
}

.nav-wrap .mainnav {
	float: left;
}

.nav-wrap .menu.menu-extra {
	padding-left: 35px;
}

#mainnav > ul {
	text-align: right;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {   
    font-weight: 700;
    color: #3c3a42;
    text-transform: uppercase;
    line-height: 80px;
    padding: 0 18px 0 16px;   
}

#mainnav > ul > li:last-child > a {
	padding: 0 0 0 16px;	
}

#mainnav > ul > li:nth-child(4) > a {
    padding-right: 19px;
}

/* submenu */
#mainnav ul.sub-menu {
	text-align: left;
   	position: absolute;
   	left: 16px;
   	top: 150%;
   	width: 240px;
   	padding: 0;  	
   	z-index: 9999;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   	filter: alpha(opacity=0);
    opacity: 0;  
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.menu li:hover > ul.sub-menu {
	top: 100%;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
   visibility: visible;
}

#mainnav ul.menu li:hover > ul.sub-menu li ul.sub-menu {
	top: 0px;
}

#mainnav ul li ul li {
   margin-left: 0;
   color: #3c3a42;
}

#mainnav ul.sub-menu li ul {
    position: absolute;
    left: 100%;
}

#mainnav ul.sub-menu > li.sub-parent:after {
	content: "\f105";
   	font-family: "FontAwesome";
   	font-size: 14px;
   	position: absolute;
   	right: 25px;
   	top: 11px;
   	color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;

}

#mainnav ul.sub-menu > li > a {
    display: block;    
    color: #3c3a42;
    padding: 10px 0 10px 30px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

#mainnav ul.sub-menu > li > a:hover {
	color: #1688d3;
	padding: 10px 0 10px 35px;
}

#mainnav ul.sub-menu > li.sub-parent:hover::after {
	right: 18px;
}

#mainnav > ul > li > a:hover,
#mainnav > ul > li.active > a {
   color: #1688d3;
   position: relative;
}

#mainnav ul.sub-menu > li:first-child {
	border-top: none;
}

#mainnav ul.sub-menu > li:last-child {
	border-bottom: none;
}

/* Hover Menu */
#mainnav > ul > li > a {
	position: relative;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
   	position: absolute;
   	background-color: #1d2738;
   	z-index: 1000;
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul.sub-menu {    
    opacity: 1;
    visibility: visible;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #2d374a;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 15px;
   	color: #fff;
}

#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 0;
   	z-index: 2000;
   	position: relative;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #333333;
   	padding-left: 15px;
}

#mainnav-mobi ul li  {
	padding-left: 15px;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 25px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 30px 10px 32px 40px;
	width: 26px;
	height: 16px;
	float: right;
    -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: #1688d3;
    -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 {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #fff;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

/* Header
-------------------------------------------------------------- */
.header {	
	width: 100%;
	position: relative;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); 
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}

.header .logo {		
	-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;
	
	float: left;

}

.header .logo a {
	display: inline-block;
	margin-left: 2px;
}


/* Top-Seach
-------------------------------------------------------------- */
.show-search {
    position: relative;
    float: right;
    padding-left: 35px;
}

.show-search a {
	color: #3c3a42;
    padding: 0px 0px 0px 20px;
    line-height: 80px;
}

.show-search a:hover {
    color: #1688d3;
}

.show-search.active .icon_search:before {
    content: "\4d";
}

.show-search a i {
	width: 13px;
}

.top-search {
    position: absolute;
    right: 0px;
    top: 110%;
    width: 320px;
    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;
    opacity: 1;
    z-index: 1;
    top: 100%;
}

.top-search .search-form {
	position: relative;
}

.top-search .search-form input[type="search"] {
    width: 100%;
    padding: 0 10px 0 20px;
    opacity: 1;
}

.top-search .search-form label {
    width: 100%;
}

.top-search .search-form label:after {
	position: absolute;
    right: 20px;
    top: 0px;
    font-family: "FontAwesome"; 
    content: '\f002';
    color: #1688d3;  
    line-height: 40px; 
}

.top-search .search-form .search-submit {
    position: absolute;
    right: 12px;
    top: 0px;
    font-family: "FontAwesome";    
    color: #1688d3;
    background: transparent;
    color: transparent;
    padding: 3px;
    border: none;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    width: 30px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}

.show-search.active .icon_search:before {
    content: "\4d";
}

/* Page title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    border: 0px #ddd solid;
}

.page-title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.page-title .breadcrumbs, 
.page-title .page-title-heading {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
        float: left;
}

.page-title .page-title-heading h1 {
	font-size: 22px;
    line-height: 23px;
    margin: 0;
    font-weight: 400;
}

.page-title .breadcrumbs {
	text-align: left;
}

.page-title .page-title-heading {
   	text-align: right;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumb-trail.breadcrumbs span {
	padding-top: 0;
}

.breadcrumb-trail.breadcrumbs span {
	display: inline-block;	
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #1688d3;
}

.breadcrumb-trail.breadcrumbs span.sep {
	color: #b2b1b8;
}

.breadcrumb-trail.breadcrumbs span a {	
    color: #b2b1b8;    
    font-weight: 400;    
}

.breadcrumb-trail.breadcrumbs span a:hover {
	color: #1688d3;
}

/* Blog Grid Some Css Global 
-------------------------------------------------------------- */
.page-wrap {
	padding: 0px 0 67px;
	overflow: hidden;
}

.container.nav {
	padding-left: 15px;
}

.post-type-archive-gallery .page-wrap {
	padding: 120px 0 98px;
}

.single .page-wrap {
	padding-bottom: 51px;
}

.page-template-front-page .page-wrap,
.page-template-page_fullwidth .page-wrap,
.page-template-one-page .page-wrap {
	padding: 0;
}

.page-template-front-page .page-wrap .content-area,
.page-template-page_fullwidth .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 {
	padding-right: 0;
}

.page-wrap.sidebar-left .content-area, 
.page-wrap.sidebar-right .content-area {
	float: left;
	width: 75%;	
	position: relative;
}

.page-wrap.sidebar-left .widget-area, 
.page-wrap.sidebar-right .widget-area {
	float: left;
	width: 25%;
	z-index: 2;
	position: relative;
	
}

.page-wrap.sidebar-left .widget-area {
	padding-right: 20px;
}

.page-wrap.sidebar-right .widget-area {
	padding-left: 30px;
}


/* Sidebar
-------------------------------------------------------------- */
.sidebar {
    margin-top: 0px;
}

.sidebar .widget {
	margin-bottom: 47px;
	position: relative;
}

.widget ul li {
	position: relative;
}

.sidebar .widget ul li {
	line-height: 30px;
}

.widget.widget_recent_entries ul,
.widget.widget_categories ul,
.widget.widget_nav_menu > ul,
.widget.widget_nav_menu .menu,
.widget.widget-recent-news > ul {
	padding: 0;
	margin: 0;
}

.widget.widget_nav_menu ul li,
.footer .widget.widget-recent-news ul li {
	list-style: none;
}

.widget.widget_recent_entries ul li,
.widget.widget_categories ul li {
	position: relative;
	list-style: none;
	padding: 14px 0 12px;
}

.widget.widget_recent_entries ul li:first-child,
.widget.widget_categories ul li:first-child {
	padding-top: 0;
}

.widget .widget-title {
	margin-top: 0px;
    font-weight: 700;
    color: #182331;
    margin-bottom: 18px;
    line-height: inherit;
}

/* Widget Tag Cloud */
.widget.widget_tag_cloud .widget-title {
	margin-bottom: 25px;
}

/* Widget Recent Entries*/
.sidebar-left .widget.widget_recent_entries {
    padding-right: 20px;
}

.themesflat-portfolio-single-carousel ul {
	padding-left: 0;
}


.widget.widget_recent_entries ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
}

.sidebar .widget.widget_recent_entries ul li a {
	display: block;
	color: #3c3a42;
	margin-bottom: 6px;
}

.widget.widget_recent_entries ul li a:hover {
	color: #1688d3;
}

.widget.widget_recent_entries ul li span {
	color: #b2b1b8;
	font-size: 14px;
}

/* Widget categories */
.widget.widget_categories {
	margin-bottom: 36px;
}

.widget.widget_categories .widget-title {
	 margin-bottom: 17px;
}

.widget.widget_categories ul li {	
	line-height: 30px;
	padding: 0 0 0 22px;
}

.widget.widget_categories ul li::before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 7px;
	height: 7px;
	background: #1688d3;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}

.sidebar .widget.widget_categories ul li a {	
    color: #182331;	
}

.widget.widget_categories ul li a:hover {
	color: #1688d3;
}

/* Services sidebar */
.page-wrap.sidebar-left .single-page .content-area, 
.page-wrap.sidebar-right .single-page .content-area {	
	width: 75%;	
}

.page-wrap.sidebar-left .single-page .widget-area, 
.page-wrap.sidebar-right .single-page .widget-area {	
	width: 25%;	
}

a.menu-fallback {	
	line-height: 92px;
	color: #222;
}

a.menu-fallback:hover {
	color: #18ba60;
}

/* Blog Sidebar Left */
.page-wrap.sidebar-left .content-area {
	float: right;
	padding-right: 0;
	padding-left: 8px;
}

.page-wrap.sidebar-left .content-area .blog-single {
	padding-left: 2px;
}

.page-wrap.sidebar-left .content-area:after {
	left: 0;
}

/* Blog Full Width */
.page-wrap.fullwidth .content-area {
	width: 100%;
	margin: 0;
	float: none;
}

.page-wrap.fullwidth .post-wrap .featured-post img {
    width: 100%;
    height: auto;
}

.page-wrap.fullwidth .post-wrap {
	padding: 0;
}

.page-wrap.fullwidth .content-area:after {
	width: 0;
}

.page-wrap.fullwidth .widget-area {
	display: none;
}

/* Template blog */
.page-wrap .content-area.blog-page {
	width: 100%;
	margin-right: 0;
}

/* Page Single Sidebar */
.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    color: #717779;
    font-size: 13px !important;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    padding: 0px 18px;
    margin: 0 6px 10px 0;
    background-color: transparent ;
    -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: #fff;
    background-color: #1688d3 ;
    border-color: #1688d3;
}

.blog-single .entry-footer .tags-links {
    float: left;
    width: 50%;
}


.comments-area ol.comment-list article .comment_content .comement_reply a {
    font-size: 12px;
    color: #232530;
    padding: 8px 20px 7px 19px;
    border: 1px solid #e5e5e5;
    margin-right: 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.blog-single .entry-footer .tags-links a {
	display: inline-block;
    color: #717779;
    font-size: 13px !important;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    padding: 0px 18px;
    margin: 0 6px 10px 0;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-single .entry-footer .tags-links a:hover, 
.comments-area ol.comment-list article .comment_content .comement_reply a:hover {
    background: #1688d3;
    color: #fff;
    border: 1px solid #1688d3;
}

.blog-single .entry-footer .social-share-article {
    text-align: right;
    float: right;
    width: 50%;
}

/* Page Blog Sidebar */
.blog-list article .entry-meta {
	overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 21px;
    margin-top: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.blog article .entry-meta {
	overflow: hidden;
    padding-bottom: 24px;
    margin-bottom: 21px;
    margin-top: 17px;
    border-bottom: 1px solid #e5e5e5;
}

.page article.page.type-page .entry-content {
	font-size: 21px;
}

.blog-archive.blog-list .content-post h2.entry-title {
	margin-bottom: 0;
}

.blog-archive.blog-list .content-post h2.entry-title a {
    color: #182331;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0px;
}

.blog-single ul.meta-post li a:hover {
	color: #1688d3;
}

.entry-meta .meta-left {
    margin-bottom: 0px;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.entry-meta .meta-left li,
.entry-meta .meta-right li {
    display: inline-block;
    padding-right: 9px;
    margin-right: 0px;
    color: #646a7c;
}

.entry-meta ul .post-author .author a.url {
	text-transform: capitalize;
	color: #1688d3;
}
.entry-meta ul .post-author .author a.url:first-letter {
	text-transform: uppercase;
}

.entry-meta .meta-right {
    float: right;
    margin: 0 13px 0 0;
}

.entry-meta .meta-right li:last-child {
    margin-right: 0;
}

.entry-meta .meta-right li {
    padding-left: 25px;
    padding-right: 0;
    margin-right: 20px;
    position: relative;
}

.entry-meta .meta-right .post-categories::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f02b";
    font-family: 'FontAwesome';
}

.entry-meta .meta-right .post-comments .fa-comment-o {
	position: absolute;
	left: 0;
    top: 3px;
}

.entry-meta .meta-right .post-comments .fa-comment-o::before {
    content: "\f0e6";
}

h2.entry-title {
    margin-bottom: 11px;  
}

h2.entry-title a {
    color: #182331;
}

h2.entry-title a:hover {
	color: #1688d3;
}

.content-post p,
.main-post p {
    line-height: 24px;
    margin-bottom: 16px;
}

.blog-single .content-post p,
.blog-single .main-post p {
    line-height: 24px;
    margin-bottom: 12px;
}

.blog-single.tag-template .content-post p,
.blog-single.tag-template .main-post p {
    margin-bottom: 0px;
}

.content-post .themesflat-button-container {
    padding-top: 0;
    line-height: normal;    
}

.content-post .themesflat-button-container a,
.themesflat-button.themesflat-blog {
	background-color: transparent;
	position: relative;
    font-size: 12px;
    color: #1688d3;
    padding-right: 10px;
    text-transform: uppercase;
}

.content-post .themesflat-button-container a .fa-chevron-right:before {
	content: "\f101";
}

.content-post .themesflat-button-container a i {
	position: absolute;
	right: 0;
	top: 0;
}

.content-post .themesflat-button-container a:hover {
    padding-right: 15px;
    color: #646a7c;
}

.content-post .themesflat-button-container a:hover i {
	color: #646a7c;
}

.blog-single .featured-post {
	margin-bottom: 40px;
}

.blog-single .entry-title {
    color: #182331;
    margin-top: 0px;
    margin-bottom: 15px;
}

.blog-single.tag-html h2.entry-title {
    margin-top: 0px;
}

.entry-meta ul li {
	display: inline-block;
}

/* Metapost Single*/
.blog-single ul.meta-post {
    margin-bottom: 25px;
    padding-left: 0;
}

.blog-single ul.meta-post li {
    display: inline-block;
    padding-right: 7px;
    color: #a9b6c6;
    position: relative;
}

.blog-single ul.meta-post li::after {
	position: absolute;
	right: 0;
	top: 5px;
	content: "";
	width: 2px;
	height: 13px;
	background: #b6c1ce;
}

.blog-single ul.meta-post li:last-child:after {
	content: none;
}

.blog-single ul.meta-post li a {
	color: #a9b6c6;
}

/* Pagination
-------------------------------------------------------------- */
.navigation.pager-numeric .pagination {
	width: 100%;
}

.navigation.pager-numeric .pagination span,
.navigation.pager-numeric .pagination a.page-numbers,
.navigation.numeric .pagination span.current,
.navigation.numeric .pagination a.page-numbers,
.page-links a,
.page-links > span {
    margin-right: 2px;
    color: #232530;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    padding: 8px 15px 6px 14px;
    display: inline-block;
}


.navigation.pager-numeric .pagination span:hover, 
.navigation.pager-numeric .pagination a:hover,
.navigation.pager-numeric.paging-navigation:not(.loadmore) a:hover,
.navigation.paging-navigation.numeric .pagination span:hover, 
.navigation.paging-navigation.numeric .pagination a:hover,
.navigation.pager-numeric .pagination span.current,
.navigation.numeric .pagination span.current,
.page-links > span, 
.page-links a:hover, 
.page-links a:focus {
    color: #1688d3;
    border-color: #e5e5e5;
}

.page-links a,
.page-links > span {
	border-color: #e5e5e5;
}

.navigation.pager-numeric .pagination a.next.page-numbers i {
	padding-left: 9px;
}

.navigation.pager-numeric .pagination a.prev.page-numbers i {
	padding-right: 9px;
}

.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {	
	text-align: left;
}

.blog .navigation.paging-navigation .pagination,
.blog .navigation.paging-navigation.pager {
	margin: 0 0;
}

.navigation.paging-navigation.pager .pagination {
	width: 100%;
}

.navigation.paging-navigation.pager a:last-child {
	float: right;
}

.navigation.paging-navigation.pager a {
    border: 1px solid #e5e5e5;
    padding: 12px 15px 10px 14px;
    line-height: normal;
}

.navigation.paging-navigation.pager .pagination a:hover {
	background-color: #1688d3;
	color: #fff;
	border-color: #fff;
}

.navigation.paging-navigation a.next:hover {
	color: #fff;
}

/* Navigation page */
.navigation.pager a,
.navigation.loadmore a {
	width: auto;
	height: auto;
	padding: 0 20px;
}

/* 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;
    color: #232530;
    font-size: 13px;
    padding: 0 44px;
    font-weight: 400;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    letter-spacing: 1px;    
    line-height: 45px;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -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;
}

.navigation.loadmore a:hover {
	padding: 0 52px 0 36px;
	color: #fff;
}

.navigation.loadmore a:hover:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    right: 33px;
    color: #fff;
}

.navigation.loadmore a:after {
    content: "\f105";
    font-family: "Fontawesome";
    color: #ccc;
    font-size: 14px;
    position: absolute;
    right: 40px;
    top: 0;
    font-weight: normal;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -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;
}

/* Navigator Blog Single
-------------------------------------------------------------- */
.nav-links {	
	margin: 0;
	list-style: none;
	padding: 20px 0 17px 0;
    border-top: 1px solid rgba(54, 70, 115, 0.08);
    border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.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;
    text-transform: uppercase;
    font-size: 14px;
    color: #18ba60;
}

.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 60px;
}

.navigation.posts-navigation .nav-links li a:after {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #18ba60;
    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: #333333;
}

.navigation.posts-navigation .nav-links li.next-post a {
    text-align: right;
    padding: 0 60px 0 10px;
}

.navigation.posts-navigation .nav-links li.next-post a:after {
	content: "\f054";
    right: 0;
    left: auto;
}

.navigation.posts-navigation {
    margin-bottom: 50px;
}

/* Footer 
------------------------------------------------*/
.footer {    
    padding: 80px 0 54px;  
    position: relative;
    border: 0px #ddd solid;  
}

.footer_background {
	position: relative;
}

.footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.footer .widget .widget-title {
	color: #fff;
	font-size: 18px;
}

.footer .footer-widgets .widget {
	margin-bottom: 30px;
}

.footer .footer-widgets .widget.widget_text,
.footer .footer-widgets .widget.widget_nav_menu,
.footer .footer-widgets .widget.widget-recent-news,
.footer .footer-widgets .widget.widget_mc4wp_form_widget {
	margin-bottom: 0px;
}

/* Footer widget
-------------------------------------------------------------- */
.footer .widget-infomation p {
	line-height: 24px;
	padding: 0px 0px 14px 3px;
	margin-bottom: 14px;
	border-bottom: 1px solid #28272D;
}

.footer .flat-information {
	margin-left: 2px;
}

.footer .flat-information > li {
	display: inherit;
	line-height: 30px;
	margin-right: 0;
	padding: 0;
}

.footer .flat-information > li > a {
	font-size: 14px;
}

.footer .flat-information > li i {
	padding-right: 0px;
	color: #1688d3;
	font-size: 14px;
	width: 30px;
}

.footer .flat-information > li:after {
	content: none;
}

/* Widget Text */
.footer .widget.widget_text h4.widget-title {
	font-size: 30px;
	margin-bottom: 19px;
}

.footer .widget.widget_text .textwidget p {
	line-height: 24px;
    padding: 0px 0px 14px 2px;
    margin-bottom: 14px;
    border-bottom: 1px solid #28272D;
}

/* Widget-recent-new */
.footer .widget.widget-recent-news ul li {
	border-bottom: none;
	padding: 0;
	overflow: hidden;
	padding-left: 1px;
	margin-bottom: 11px;
}

.footer .widget.widget-recent-news .thumb {
    float: left;
    margin-right: 17px;
}

.footer .widget.widget-recent-news h4.widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-top: 1px;
	margin-bottom: 22px;
}

.footer .widget.widget-recent-news .text h4 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 15px;
	font-weight: 400;
	margin-top: 0;
}

.footer .widget.widget-recent-news h4 a {
	color: #b2b1b8;
	margin-bottom: 0;
}

.footer .widget.widget-recent-news .text h4 a:hover {
	color: #1688d3;
}

.footer .widget.widget-recent-news .text {
 overflow: hidden;
}

.footer .widget.widget-recent-news .text p {
	position: relative;
	color: #66646d;
	font-size: 12px;
	padding-left: 15px;
	line-height: normal;
}

.footer .widget.widget-recent-news .text p::before {
	position: absolute;
	left: 1px;
	top: 0;
	content: "\f017";
	font-family: 'FontAwesome';
}


/* Widget-letter */
.footer .widget.widget_mc4wp_form_widget {
	padding-left: 2px;
}

.footer .widget.widget_mc4wp_form_widget .widget-title {
	padding-top: 4px;
	margin-bottom: 14px;
}

.footer .widget.widget_mc4wp_form_widget .mc4wp-form-fields p label {
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 400;
}

.footer .mc4wp-form input.emailsubscribe {
    font-size: 13px;
    text-align: center;
    padding-left: 0;
    color: #66646d;
    background: #232227;
    margin-bottom: 2px;
    border-color: #232227;
    height: 40px;
    padding-left: 21px;
}

.footer .mc4wp-form input.emailsubscribe:focus {
	border-color: #1688d3;
}

.footer .mc4wp-form input.comment-submit {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 500;
	letter-spacing: 1.1px;
	height: 40px;
	line-height: 26px;
	color: #fff;	
	padding: 0;
}

/*footer Widget Menu */

.footer .widget.widget_nav_menu #menu-footer > li {
    padding: 0px 0px 0px 31px;
    width: 50%;
    position: relative;
    margin-bottom: 24px;
    float: left;
}

.footer .widget.widget_nav_menu ul li::before {
    position: absolute;
    left: 2px;
    top: -2px;
    font-family: 'FontAwesome';
    content: "\f101";
    font-size: 16px;
    color: #66646D;
}

.footer .widget.widget_nav_menu ul li a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer .widget.widget_nav_menu ul li a {
	color: #b2b1b8;
}

.footer .widget.widget_nav_menu ul li a:hover,
.footer .widget.widget_nav_menu ul li.current-menu-item > a {
	color: #1688d3;
}

.footer .widget.widget_nav_menu ul > li {	
	padding: 0px 0px 0px 31px;
}

.footer .widget.widget_nav_menu ul > li ul li {	
	padding: 0px 0px 0px 15px;
}

.footer .widget.widget_nav_menu ul > li ul {
	padding: 0px 0px 0px 0px;
}

.footer .widget.widget_nav_menu ul.sub-menu li {
    position: relative;  
}

/* Bottom
-------------------------------------------------------------- */
.bottom {	
	padding: 10px 0;
}

.bottom .copyright {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-left: 2px;
    line-height: normal;
}

.bottom .copyright p {
   	display: inline-block;
   	margin-bottom: 0
}

.bottom .copyright p a {
	color: #fff;
}

.bottom .copyright p a:hover {
	color: #1688d3;
}

.bottom .themesflat-socials {
    float: right;
    padding-right: 1px;
}

.bottom .themesflat-socials li a {
    color: #b2b1b8;   
}

.bottom .themesflat-socials li a:hover {
    color: #1688d3;
    background: transparent;
}

/* Video */
.blog-single .main-post .entry-content {
	margin-bottom: 52px;
}

.blog-single .main-post h6 {
    font-size: 20px;
    margin-bottom: 21px;
    color: #232530;
    margin-top: 35px;
}

.blog-single .main-post h6:last-of-type {
	margin-bottom: 10px;
}

.blog-single.tag-html .main-post h6 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #646a7c;
    margin-top: 0px;
    line-height: normal;
}


.wrap-box {
    padding: 0px 0px 0px 30px;
    overflow: hidden;
}

.main-post ul.talk-about {
	margin-left: 0;
	overflow: hidden;
	padding-left: 0;
}

.main-post ul.talk-about li {
	padding-left: 27px;
	line-height: 30px;
	list-style: none;
	position: relative;
}

.main-post ul.talk-about li::before {
	position: absolute;
	left: 0;
	top: -1px;
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #1688d3;
}

.blog-single .main-post blockquote {
    color: #232530;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Radley', serif;
    font-style: italic;
    padding: 31px 25px 24px 51px;
    border: 1px solid #e5e5e5;
    margin-left: -2px;
    margin-bottom: 0px;
    margin-top: 42px;
}

.blog-single .main-post blockquote p {
	line-height: 30px;
    font-family: "Radley", serif;
    font-style: italic;
}

.main-post blockquote > p:last-child {
	 font-style: normal;
    font-family: "Quattrocento Sans", sans-serif;
    line-height: normal;
    margin-top: -12px;
}

.main-post blockquote:after {
	content: '';
}

.main-post blockquote h6.name-author {
    font-size: 20px;
    margin: 0;
    padding-top: 6px;
}

.main-post blockquote a {
    font-size: 13px;
    color: #1688d3;
}

.post-wrap .blog-single .main-post {
    padding-bottom: 23px;
    margin-bottom: 46px;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-list article,
.blog-list-small article,
article.blog-post {
    margin-bottom: 69px;
}

article.blog-post.blog-single {
	margin-bottom: 0px;
}

.blog-grid article .entry-meta .meta-left {
	padding: 24px 29px 0 29px;
}

.blog-grid article .entry-meta .meta-right {
	display: none;
}

.blog-list article:last-of-type {
    margin-bottom: 45px;
}

.blog-list-small article {
    overflow: hidden;
}

.blog-grid .content-post {
    padding: 24px 29px 21px 29px;
}

.blog-grid article .content-post h2.entry-title a {
    color: #3c3a42;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

article .content-post ul.meta-post li {
    color: #ababab;
    padding-right: 7px;
    font-family: 'MyriadPro-Regular';
}

article .content-post h2.entry-title a:hover {
    color: #1688d3;
}

article.blog-grid .content-post ul.meta-post li a {
    color: #ababab;
}

article .read-more {
    margin-top: 20px;
}

 article .featured-post a:before {
    height: 1px;
    width: 30px;
    margin-top: -1px;
    margin-left: -15px;
}

.blog-grid article .entry-border {
    -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;
    box-shadow: 0px 12px 13px 0px rgba(0, 0, 0, 0.15);        
}

.blog-grid article .entry-border:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.entry-border .featured-post {
    margin-bottom: 0px;
    background-color: #1688d3;    
    overflow: hidden;
    display: inline-block;
}

.blog-archive.blog-grid .entry-border .featured-post {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-archive .entry-border:hover .featured-post img {
    -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;
    opacity: 0.5;
}

/* Flexbox  Masory blog grid */

.blog-grid.blog-three-columns {
	display: flex;
    column-count: 2;
    flex-wrap: wrap;

}

.blog-grid.blog-three-columns article {
    display: inline-block;
}

.blog-grid.blog-two-columns{
	display: flex;
    column-count: 2;
    flex-wrap: wrap;
}


/* readmore */
.blog-post .content-post .themesflat-button-container {
	display: none;
}

.blog-post .content-post .themesflat-button-container:last-of-type {
	display: block;
}

/* base readmore */
article .content-post p > .more-link {
	background-color: transparent;
    position: relative;
    font-size: 12px;
    color: #1688d3;
    padding-right: 10px;
    text-transform: uppercase;
    margin: 0;
}


/* Main-Single */
.main-single h2.comment-title,
.comment-respond h2.comment-reply-title {
    font-size: 24px;
    font-weight: 300;
    color: #232530;
    margin: 0px 0px 33px 0px;
}

.comment-list {
	margin-left: 3px;
	overflow: hidden;
	margin-bottom: 12px;	
}

.comment-list .comment {
    margin-bottom: 19px;
}

.comment-list li .children {
    padding-left: 87px;
    margin-top: 16px;
}

.comment-list article .gravatar {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 50%;
}

.comment-list article .comment_content {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.comment-list article .comment_content::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 97px;
    background: #e5e5e5;
}

.comment-list article .comment_content .comment_text p {
	line-height: 26px;
}

.comment-list .comment_meta {
    margin-bottom: 8px;
    overflow: hidden;
}

.comment-list .comment_meta .comment-info {
    float: left;
    margin-top: -7px;
}

.comment-list .comment_meta .comment_wrap_left {
	float: left;
}

.comment-list .comment_meta .comment_time {
	color: #1699d3;
	margin-bottom: 4px;
	display: block;
	line-height: normal;
}

.comment-list .comment_meta .comment_author {
	font-size: 16px;
	margin: 0;
	float: left;
}

.comment-list .comment_meta .comement_reply {
    float: right;
    margin-top: 7px;
    text-transform: uppercase;
}

.comment-list .children .comment_meta .comement_reply {
    margin-top: 10px;
}

.comment-list .comment_meta .comement_reply a,
.comments-area ol.comment-list article .comment_content .comement_reply a {
	border-color: #1699d3;
	padding: 9px 28px 6px 28px;
	margin-right: -1px;
}

/* Comment Form */
.comment-respond {
	margin-bottom: 10px;
}

.comment-respond .comment-reply-title {
	font-weight: 700;
	margin-bottom: 22px;
	font-size: 24px;
    color: #232530;
    margin: 0px 0px 25px 0px;
    line-height: 41px;
}

.comment-respond .wrap-input {
	overflow: hidden;
	margin: 0 -15px;
}

.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-url {
	float: left;
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 0;
}

.comment-respond p.comment-form-url {
	margin-right: 0;
}

.comment-respond .comment-form-comment {
	margin: 0;
}

.comment-respond .comment-form-comment label {
	display: none;
}

.comment-respond .comment-form-comment textarea {
	margin-bottom: 41px;
}

button, input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 51px 13px;
    border-radius: 2px;
    background-color: #1688d3;
    -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;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 14px 20px;
}


/* Section Page Call Out 
--------------------------------------------------------------------*/

section.page-call-out {
    padding: 36px 0px 40px 0px;
}

section.page-call-out.style3 {
    padding: 36px 0px 34px 0px;
}

section.page-call-out.style3 p {
    margin-top: 3px;
    margin-left: 0;
}

section.page-call-out.violet {
    background-color: #180c3c;
}

section.page-call-out.violet .btn-click a {
    background-color: #e28020;
}

section.page-call-out p {
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    float: left;
    margin-left: -1px;
    margin-bottom: 0;
}

section.page-call-out .btn-click {
    float: right;
}

section.page-call-out .btn-click a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background-color: #3c3a42;
    padding: 12px 35px 14px 20px;
    border-radius: 2px;
    -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;
}

section.page-call-out .btn-click a::before {    
	content: "";
}

section.page-call-out .btn-click a i {
	position: absolute;
	top: 12px;
	right: 22px;
}

section.page-call-out .btn-click a:hover {
    color: #1688d3;
    background: #FFF;
}

.port-rel-abs .port-relative {
    position: relative;
    z-index: 1;
}

.port-rel-abs .port-absolute {
    position: absolute;
    margin-right: 15px;
}

.images-home-3 {
	overflow: visible !important;
}

/* Header Style 2
------------------------------------------------------------ */
/* Header widget */

.header-style2 .widget.widget_text,
.header-style3 .widget.widget_text,
.header-style4 .widget.widget_text {
    overflow: hidden;
    float: right;
    margin: 20px 0 10px 50px;
}

.header-style3 .widget.widget_text,
.header-style4 .widget.widget_text {
	margin: 20px -3px 10px 82px;
}

.header-style2 .widget.widget_text:last-of-type,
.header-style3 .widget.widget_text:last-of-type,
.header-style4 .widget.widget_text:last-of-type {
	margin-left: 0;
}

.header-style2 .wrap-header-content .header-information:nth-child(2),
.header-style2 .wrap-header-content .header-information:nth-child(3),
.header-style3 .wrap-header-content .header-information:nth-child(2),
.header-style3 .wrap-header-content .header-information:nth-child(3),
.header-style4 .wrap-header-content .header-information:nth-child(2),
.header-style4 .wrap-header-content .header-information:nth-child(3) {
	margin-left: 50px;
}

.header-style2 .header-information .info-icon,
.header-style3 .header-information .info-icon,
.header-style4 .header-information .info-icon {
    line-height: 1.3;
}

.header-style2 .wrap-header-content .header-information p,
.header-style3 .wrap-header-content .header-information p,
.header-style4 .wrap-header-content .header-information p {
	display: inline-block;
	margin: 0;
}

.header-style2 .wrap-header-content .header-information .info-icon i,
.header-style3 .wrap-header-content .header-information .info-icon i,
.header-style4 .wrap-header-content .header-information .info-icon i {
    float: left;
    margin-right: 17px;
    margin-top: 2px;
    font-size: 30px;
    color: #1688d3;
}

.header-style2 .wrap-header-content .header-information .info-icon .content,
.header-style3 .wrap-header-content .header-information .info-icon .content,
.header-style4 .wrap-header-content .header-information .info-icon .content {
    float: right;
    margin-top: 3px;
}

.header-style2 .btn-click {
	float: right;
    margin: 20px 0 20px 48px;
}

.header-style1 .btn-click a,
.header-style2 .btn-click a,
.header-style3 .btn-click a,
.header-style4 .btn-click a,
.header-style5 .btn-click a {
    display: inline-block;
    font-size: 13px;
    margin-right: -3px;
    font-weight: 700;
    color: #fff;
    background-color: #1688d3;
    padding: 7px 28px 9px 27px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-style1 .btn-click a,
.header-style3 .btn-click a,
.header-style4 .btn-click a {
	float: right;
    margin: 20px 0px 0px 48px;
}

.header-style2 .btn-click a:hover,
.header-style5 .btn-click a:hover{
	background-color: #3c3a42;
}

.header-style2 .nav-wrap,
.header-style3 .nav-wrap,
.header-style4 .nav-wrap {
	float: left;
}

.header-style2 .header.widget-header .nav.header-style2 {	
    background: #25232B;
}

.header-style3 .header.widget-header .nav.header-style3,
.header-style4 .header.widget-header .nav.header-style4 {	
    background: rgba( 0,0,0,0.3 );
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-style2 .header {
	box-shadow: none;
}

.nav.header-style2 #mainnav > ul > li > a,
.nav.header-style2 .show-search a,
.nav.header-style2 .themesflat-socials,
.nav.header-style3 #mainnav > ul > li > a,
.nav.header-style3 .show-search a,
.nav.header-style3 .themesflat-socials {
	line-height: 60px;
}

.nav.header-style2 .show-search {
    padding-left: 43px;
}

.nav.header-style3 .show-search {
    padding-left: 43px;
}

.nav.header-style4 #mainnav > ul > li > a,
.nav.header-style4 .show-search a,
.nav.header-style4 .themesflat-socials {
	line-height: 50px;
}

#header.header-style1 .themesflat-socials  {
	float: right;
    line-height: 70px;
    margin-left: 20px;
}

.header-style2 .themesflat-socials li,
.header-style3 .themesflat-socials li,
.header-style4 .themesflat-socials li {
	padding-top: 0;
}

.header.header-style2 .themesflat-socials li a,
.header.header-style2 .show-search a,
.header.header-style2 #mainnav > ul > li > a,
.header.header-style3 .themesflat-socials li a,
.header.header-style3 .show-search a,
.header.header-style3 #mainnav > ul > li > a,
.header.header-style4 .themesflat-socials li a,
.header.header-style4 .show-search a,
.header.header-style4 #mainnav > ul > li > a {
	color: #fff;
}

.header.header-style2 #mainnav > ul > li > a:hover,
.header.header-style3 #mainnav > ul > li > a:hover,
.header.header-style4 #mainnav > ul > li > a:hover {
	color: #1688d3;
}

.header #mainnav > ul.menu > li:first-child > a {
	padding-left: 2px;
}

.show-search.active .fa-search:before {
    content: "\f00d";
}

.header.header-style2 .show-search:before,
.header.header-style3 .show-search:before {
	position: absolute;
    left: 32px;
    top: 19px;
    content: "";
    width: 1px;
    height: 22px;
    background: #514f55;
    opacity: 0.3;
}

.header.header-style3 .show-search:before {
	left: 31px;
    top: 15px;
    background: #fff;
    height: 30px;
}

.header.header-style5 .header-wrap {
    padding: 0 52px 0 50px;
}

.header-style5 .btn-click a,
.header-style5 .themesflat-socials {
	float: right;
}

.header-style5 .btn-click a {
    margin-top: 21px;
    margin-left: 144px;
    padding: 7px 28px 9px 27px;
}

.header-style5 .themesflat-socials {
	margin-left: 142px;
}

.nav.header-style5 .themesflat-socials {
	margin-top: 28px;
    margin-bottom: 24px;
}

.nav.header-style5 .themesflat-socials li a  {
	color: #66646d;
}

/* Header Fix */

.header_sticky .header.fixed-header {
	position: fixed ;	
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;   
	background: rgba(255, 255, 255, 0.9);
	-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;
}

.admin-bar .header.fixed-header {
	top: 32px;
}

.header.bg-violet.downscrolled {
	background: rgba( 0,0,0,0.3 );
}

.header.downscrolled.scroll-head {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
    opacity: 0;
    top: -61px;
}

.header.upscrolled.scroll-head {
    opacity: 1;
    top: 0;
	background: rgba( 0,0,0,0.3 );
}


.header .bg-opacity {
	position: absolute;
    width: 100%;
    z-index: 101;
    -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;
}


.boxed .header-style5 .themesflat-socials,
.boxed .header-style5 .btn-click a {
    margin-left: 50px;
}

.header.downscrolled .bg-opacity {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    top: -61px;
}

.header.upscrolled .bg-opacity {
    opacity: 1;
    top: 0;
    background: rgba( 0,0,0,0.3 );
}

.admin-bar .header.upscrolled .bg-opacity {
    top: 32px;
}

.header.widget-header.header-style5.bg-white {
	background-color: #fff;
}


/* Related Post */
.related-post h3 {
	margin: 50px 0 20px 0;
}

.related-post .blog-grid {
	margin: 0 -15px;
}

/* Portfolio Filter
-------------------------------------------------------------- */
.home-project.page-title {
    position: relative;
    padding: 72px 0px 34px;
}

.portfolio-filter {
    text-align: center;
    margin-bottom: 22px;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li a {
    color: #3c3a42;
    padding: 0px 17px;
    display: inline-block;
}

.portfolio-filter li.active a,
.portfolio-filter li a:hover {
    color: #1688d3;
}

.section-project .iso-portfolio {
    margin: 0px -20px 0px -15px;
}

.section-project .iso-portfolio .item {
    padding: 0px 15px;
    width: 33.33333%;
    float: left;
    margin-bottom: 30px;
}

/* Portfolio Item
-------------------------------------------------------------- */
.portfolio-container .portfolio-item .portfolio-wrap {
     position: relative;
     overflow: hidden;
 }

.portfolio-container .portfolio-item .portfolio-wrap .featured-post {
    position: relative;
    z-index: 9;
}

.portfolio-container .portfolio-item .portfolio-wrap .featured-post > a {
    position: relative;
    display: block;
    background-color: #5f5d64;
    -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;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-wrap {
    position: absolute;
    right: 0;
    top: 35%;
    display: inline-block;
    width: 100%;
    z-index: 10;
     -webkit-transform: translateX(-150px);
       -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
         -o-transform: translateX(-150px);
            transform: translateX(-150px);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
            opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
}

.portfolio-container .portfolio-item:hover .portfolio-wrap .portfolio-info .portfolio-info-wrap {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    visibility: visible;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a {
    color: #fff;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-title a:hover,
.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories a:hover {
    color: #1688d3;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories,
.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-categories a {
    color: #fff;
    font-size: 12px;
    background: none;
}

.portfolio-container .portfolio-item:hover img {
    -webkit-opacity: 0.2;
     -khtml-opacity: 0.2;
       -moz-opacity: 0.2;
            opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    filter: alpha(opacity=20);
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-info-icon {
    position: absolute;
    left: 0;
    top: 55%;
    display: inline-block;
    height: auto;
    width: 100%;
    z-index: 10;
     -webkit-transform: translateX(150px);
       -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
         -o-transform: translateX(150px);
            transform: translateX(150px);
    -webkit-transition: all 0.6s ease 0s;
       -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
         -o-transition: all 0.6s ease 0s;
            transition: all 0.6s ease 0s;
    -webkit-opacity: 0;
     -khtml-opacity: 0;
       -moz-opacity: 0;
            opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    visibility: hidden;
}

.portfolio-container .portfolio-item:hover .portfolio-wrap .portfolio-info .portfolio-info-icon {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-opacity: 1;
     -khtml-opacity: 1;
       -moz-opacity: 1;
            opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        filter: alpha(opacity=100);
    visibility: visible;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li {
    display: inline-block;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li a:hover span {
    background: #FFF;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li a:hover i {
    color: #1688d3;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li span {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    z-index: 2;
    border-radius: 50%;
    background-color: #1688d3;
    margin-right: 20px;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li:last-child span {
    margin-right: 10px;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li span i {
    position: absolute;
    left: 33%;
    top: 28%;
    color: #fff;
    font-size: 24px;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li:last-child span i {
    left: 29%;
    top: 30%;
}

.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li span,
.portfolio-container .portfolio-item .portfolio-wrap .portfolio-info .portfolio-link li span i {
    -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;
}

#themesflat-portfolio-flexslider ul.flex-direction-nav li a.flex-prev,
#themesflat-portfolio-flexslider ul.flex-direction-nav li a.flex-next,
#themesflat-portfolio-carousel ul.flex-direction-nav li a {
    color: #fff;
    display: none;
}

.portfolio-single ul.entry-portfolio-details {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.portfolio-single ul.entry-portfolio-details > li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 17px;
    font-size: 14px;
    margin-bottom: 18px;
}

.portfolio-single ul.entry-portfolio-details li span {
    color: #333;
    font-weight: 700;
}

.portfolio-single .social-share-article .themesflat-socials li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.portfolio-single .social-share-article .themesflat-socials li a {
    color: #656565;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 37px;
    background-color: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
}

.portfolio-single .social-share-article .themesflat-socials li a:hover {
	color: #fff;
	background-color: #1688d3;
}

.portfolio-single h1.single-portfolio-title,
.single-portfolios .title_related_portfolio {
    font-size: 30px;
    margin-bottom: 15px;
    color: #182331;
}

.portfolio-single .themesflat-portfolio-single-carousel ul li {
	list-style: none;
}

.portfolio-single .themesflat-portfolio-single-carousel .owl-carousel .owl-item img {
	max-width: 100%;
    margin-bottom: 50px;
}

.single-portfolios .portfolio-detail .addthis_inline_share_toolbox {
	margin-bottom: 50px;
}

.themesflat-portfolio-single-carousel .owl-controls {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    	 -o-transition: all 0.3s ease-in-out;
    		transition: all 0.3s ease-in-out;
}

.themesflat-portfolio-single-carousel:hover .owl-controls {
	opacity: 1;
}

.bt-get-quote a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    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;
}

.bt-get-quote.btn-home-2 a {
	 font-weight: 400;
}

.bt-get-quote a:hover {
    color: #1688d3;
    background: #FFF!important;
}

/* contact form
-------------------------------------------------------------- */
.contact-form .title-section .title,
.contact-form .title-section .title-content,
.title-section.color-white .title,
.title-section.color-white .title-content {
	color: #fff;
}

.title-section .title-content {
	letter-spacing: 0px;
}

.title-section.style1 .title-content {
	letter-spacing: -0.07px;
}

.wpcf7-form p {
	width: 25%;
	float: left;
	padding: 0 5px;
}

.wpcf7-form select,
.wpcf7-form input[type="text"] {
	width: 100%;
}

.wpcf7-form select {
	position: relative;
    -webkit-appearance: none;
    background-position: 93% 49%;
    background-repeat: no-repeat;
    font-weight: 500;
    left: 0.5px;
    word-spacing: 1px;
    padding: 0;
    padding-left: 18px;
    background-image: url(../images/icon-arrow-select.png);
    color: #3c3a42;
}

.wpcf7-form input[type="submit"] {
	padding: 15px 44px 13px 41px;
    letter-spacing: 0.5px;
}

.wpcf7-form {
	margin: 0 -10px;
}

.wpcf7-form div.wpcf7-validation-errors {
	border: none;
}

/* Accordion
------------------------------------------------------------*/
.wpb-js-composer .vc_tta.vc_general.flat-accordion .vc_tta-panel-title>a {
	padding: 14px 0px 13px 40px;
    margin-bottom: 10px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .toggle-title .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding-left: 57px;
}

.wpb-js-composer .vc_tta.vc_general.flat-accordion .vc_tta-panel-body {
	
	padding: 3px 0px 10px 17px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.flat-accordion .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #fff;
}

.flat-accordion .toggle-title h4 a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #3c3a42;
    cursor: pointer;
    text-transform: uppercase;
    padding: 11px 0px 12px 40px;
}

.flat-accordion .toggle-title h4 a i {	
    z-index: 2;
}

.flat-accordion .toggle-title h4 a:after {
	position: absolute;
    left: 16px;
    top: 12px;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #66646D;    
}

.flat-accordion .toggle-title.vc_active h4 a:after {
	    background-color: #1688d3;
}

.flat-accordion .toggle-title h4 a i:after,
.flat-accordion .toggle-title h4 a i:before {
	color: #fff !important;
	border-color: #fff !important;
}

.flat-accordion .toggle-title .vc_tta-panel-heading {
	border: none !important;
}

.flat-accordion .toggle-title .vc_tta-panel-body {
	border: none !important;
}

/* Sidebar Widget-menu */
.widget-menu {
    background-color: #f4f6f8;
}

.page .sidebar .widget.widget-nav-menu {
	margin-bottom: 41px;	
}

.widget.widget-nav-menu ul li {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	padding: 1px 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;
}

.widget.widget-nav-menu ul li:after {
	position: absolute;
	right: 16px;
    top: 12px;
	content: "\f0da";
	font-family: 'FontAwesome';
	color: #a8b0b2;
}

.widget.widget-nav-menu ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    z-index: -1;
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
	background: #1688d3;
}

.widget.widget-nav-menu ul li:hover:before {
	height: 100%;
	opacity: 100;
}

.widget.widget-nav-menu ul li.active {
	background-color: #1688d3;
}

.widget.widget-nav-menu ul li.active a {
	padding: 11px 0px 12px 25px;
}

.widget.widget-nav-menu ul li a {
	display: inline-block;
	padding: 11px 0px 12px 25px;
	width: 100%;
	color: #3c3a42;
}

.widget.widget-nav-menu ul li:hover a,
.widget.widget-nav-menu ul li.active a,
.widget.widget-nav-menu ul li.active:after,
.widget.widget-nav-menu ul li:hover:after {
	color: #fff;
}

.widget-nav-menu.style2 ul li {
	background: #F4F6F8;
}


/*menu-sidebar-menu
--------------------------------------------------*/

#menu-sidebar-menu-1,
#menu-sidebar-menu-2 {
    background-color: #f4f6f8;
}

.page .sidebar #menu-sidebar-menu-1,
.page .sidebar #menu-sidebar-menu-2 {
	margin-bottom: 41px;	
}

#menu-sidebar-menu-1 li,
#menu-sidebar-menu-2 li {
	z-index: 10;
	border-bottom: 1px solid #ddd;
	padding: 1px 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;
}

#menu-sidebar-menu-1 li:after,
#menu-sidebar-menu-2 li:after {
	position: absolute;
	right: 16px;
    top: 12px;
	content: "\f0da";
	font-family: 'FontAwesome';
	color: #a8b0b2;
}

#menu-sidebar-menu-1 li:before,
#menu-sidebar-menu-2 li:before {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    z-index: -1;
    height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
	background: #1688d3;
}

#menu-sidebar-menu-1 li:hover:before,
#menu-sidebar-menu-2 li:hover:before {
	height: 100%;
	opacity: 100;
}

#menu-sidebar-menu-1 li.current-menu-item,
#menu-sidebar-menu-2 li.current-menu-item {
	background-color: #1688d3;
}

#menu-sidebar-menu-1 li.current-menu-item a,
#menu-sidebar-menu-2 li.current-menu-item a {
	padding: 11px 0px 12px 25px;
}

#menu-sidebar-menu-1 li a,
#menu-sidebar-menu-2 li a {
	display: inline-block;
	padding: 11px 0px 12px 25px;
	width: 100%;
	color: #3c3a42;
}

#menu-sidebar-menu-1 li:hover a,
#menu-sidebar-menu-1 li.current-menu-item a,
#menu-sidebar-menu-1 li.current-menu-item:after,
#menu-sidebar-menu-1 li:hover:after,
#menu-sidebar-menu-2 li:hover a,
#menu-sidebar-menu-2 li.current-menu-item a,
#menu-sidebar-menu-2 li.current-menu-item:after,
#menu-sidebar-menu-2 li:hover:after {
	color: #fff;
}

#menu-sidebar-menu-1 li,
#menu-sidebar-menu-2 li {
	background: #F4F6F8;
}

.sidebar .widget.widget_nav_menu {
    margin-bottom: 40px;
}

/* Sidebar Widget Testimonial */
.page .sidebar .widget.widget-themesflat-testimonial {
	margin-bottom: 38px;
}

.page .sidebar .widget.widget-themesflat-testimonial .owl-theme .owl-dots {
	padding-top: 0px;
}

.page .sidebar .widget.widget-themesflat-testimonial .testimonial-sliders.style4 .owl-theme .owl-controls {
    padding-left: 7px;
}

/* Sidebar Widget-contact form */
.page .sidebar .widget.widget_text .widget-title {
	font-weight: 400;
	margin-bottom: 9px;
}

.wrap-contact-submit {
	text-align: left;
}

.wrap-contact-submit .wpcf7-form p {
	width: 100%;
	float: none;
	padding: 0;
}

.wrap-contact-submit .wpcf7-form input[type="submit"] {
    padding: 15px 44px 13px 59px;
    letter-spacing: 0px;
}

.page .sidebar .widget.widget_text .wpcf7-form input[type="submit"] {
    padding: 15px 46px 13px 45px;
    letter-spacing: 0px;
    margin-left: 9px;
}


/*page*/

.page-template-default .page-wrap {
	padding: 0px 0 21px;
}

.page-company-overview .wpb_content_element {
	margin-bottom: 0;
}

.page-company-overview-accordion .flat-accordion {
	margin-left: -67px;
}

/* page-our-team */
.page-our-team h1 {
	letter-spacing: -0.5px;
}

.page-our-team .wpb_text_column.wpb_content_element .wpb_wrapper {
	letter-spacing: -0.05px;
}

.page-our-team .wpb_text_column.wpb_content_element .wpb_wrapper a {
	color: #1688d3;
}

/* page-partners */
.page-partners .content-right {
	margin-left: -165px;
}

.page-partners .wpb_text_column.wpb_content_element .wpb_wrapper {
	font-size: 16px;
    color: #66646d;
}

/* services-icon */
.services-icon .themesflat_iconbox.inline-left.circle-outlined .iconbox-icon {
	margin-right: 29px;
}

.page-services-icon .themesflat_iconbox.inline-left.circle-outlined .title {
	margin-top: -7px;
    letter-spacing: 0px;
    margin-bottom: 4px;
}

.page-services-icon .themesflat_iconbox.inline-left.circle-outlined .iconbox-content p {
	letter-spacing: 0px;
}

/* services-details */
.page .sidebar .widget.widget-download {
    margin-bottom: 43px;
}

.page .sidebar .widget.widget-download .download a {
    position: relative;
    display: inline-block;
    padding: 10px 61px 7px 41px;
    background: #3c3a42;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
}

.page .sidebar .widget.widget-download .download a:after {
    position: absolute;
    right: 23px;
    top: 8px;
    content: "\f019";
    font-family: 'FontAwesome';
}

.wpb-js-composer .vc_tta.vc_general.themesflat-tabs .vc_tta-tab>a {
	padding: 13px 60px 10px 58px;
	border-radius: 0px;
	font-weight: 700;
	color: #182331;
	background-color: #f4f6f8;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs.themesflat-tabs .vc_tta-panels .vc_tta-panel-body {
	background-color: #fff;
	border-color: #ebebeb;
	border-radius: 0;
}

.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top.themesflat-tabs .vc_tta-tab.vc_active>a {
	background: #1688d3;
	color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.themesflat-tabs .vc_tta-tab {
	background: #f4f6f8;
}

.themesflat-tabs .vc_tta-panel-body .wpb_text_column.wpb_content_element p {
	letter-spacing: -0.02px;
    line-height: 20px;
}

/* page-faqs */
.page-template-default.page-faqs .page-wrap {
    padding: 29px 0 21px;
}

.page-faqs .flat-accordion {
	margin-left: -16px;
}

/* page 404 */
.page-wrap.sidebar-left .content-area.fullwidth-404 {
	width: 100%;
}

.error404 .page-title-heading h1 {
    font-size: 22px;
    color: #182331;
    line-height: 23px;
}

.error-404.not-found {
	text-align: center;
}

.error-404.not-found .title-404 {
    margin-bottom: 34px;
    padding-right: 10px;
}

.error-404.not-found .sub-title-404 {
    color: #232530;
    margin-bottom: 23px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding-right: 7px;
}

.error-404.not-found .subtext-nothing {
	color: #646a7c;
	font-size: 16px;
	padding-right: 7px
}

.error404 .page-wrap {
    padding: 0px 0 36px;
}

/* page portfolios */

.page-template-archive-portfolios .page-wrap {
    padding: 36px 0 50px;
}

/* page contact */
.font-poppins p {
	font-family: "Poppins";
}

.flat-address-contact.title-section .title {
	font-size: 24px;
    line-height: 24px;
    color: #3c3a42;
    margin-bottom: 8px;
}

.flat-address-contact.title-section p {
    line-height: 24px;
    color: #646a7c;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.border-bottom {
	border-bottom: 1px solid #ebebeb;
}

.title-section.title-section-color.flat-from-contact .title {
	font-size: 30px;
	margin-bottom: 7px;
}

.title-section.flat-from-contact .title-content {
	font-size: 14px;
    color: #646a7c;
}

.page-contact .wpcf7-form p {
	width: auto;
	float: none;
	padding: 0;
	text-align: center;
}

.page-contact .wpcf7-form p span {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.page-contact .wpcf7-form {
    margin: 0 -15px;
}

.page-contact .wpcf7-form p span.Messages {
	width: 100%;
}

.page-contact .wpcf7-form input[type="text"],
.page-contact .wpcf7-form input[type="email"] {
    padding: 0px 0px 14px 0px;
}

.page-contact .wpcf7-form select:focus {
	border-color: #fff !important;
	outline: -webkit-focus-ring-color auto 0px;
}

.page-contact .wpcf7-form input[type="text"],
.page-contact .wpcf7-form input[type="email"], 
.page-contact .wpcf7-form textarea, 
.page-contact .wpcf7-form select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

.page-contact .wpcf7-form textarea {
	padding: 3px 1px;
	height: 81px;
	margin-bottom: 42px;
}

.page-contact .wpcf7-form select {
    position: relative;
    -webkit-appearance: none;
    background-position: 93% 49%;
    background-repeat: no-repeat;
    font-weight: 500;
    left: 0.5px;
    word-spacing: 1px;
    padding: 0px 0px 14px 0px;
    background-image: url(../images/icon-arrow-select.png);
    color: #3c3a42;
}

.page-contact .wpcf7-form input[type="submit"] {
    padding: 15px 40px 13px 47px;
    letter-spacing: 0px;
}

.page-contact .wpcf7-form p span.ajax-loader {
    width: auto;
    float: none;
    padding: 0;
}

.themesflat_iconbox.transparent.page-contact .title {
	margin-bottom: 8px;
}

.themesflat_iconbox.page-contact .sub-title {
	font-size: 12px;
	line-height: 18px;
}

.themesflat_iconbox.page-contact.icon-rotate .iconbox-icon span {
    transform: rotateY(180deg);
}

.images-home-2 .themesflat_imagebox.style1 .imagebox-image {
    max-height: 146px;
}

.images-home-2.images-home-3 .themesflat_imagebox.style1 .imagebox-image {
    max-height: none;
}

.blog-shortcode .meta-post .post-comments a:hover {
	color: #1688d3;
}

/*page home 2*/
.title-section.title-section-color.title-section-accordion .title {
    margin-bottom: 24px;
}

.title-section.title-section-accordion .title-content {
    line-height: 24px;
    font-size: 14px;
}

.testimonial-sliders.style2.controls-nomargin .owl-theme .owl-controls {
    margin-top: 0px;
}

.testimonial-sliders.controls-nopadding .owl-theme .owl-dots {
    padding-top: 0px;
}

/*page home3*/

.themesflat_iconbox.themesflat_iconbox-style1.top-icon .iconbox-icon {
	margin-top: 18px;
}


.bt-get-quote a.themesflat-button {
	background-color: #3c3a42;
}

.bt-get-quote a.themesflat-button:hover {
	color: #1688d3;
	background: #FFF;
}

.themesflat_imagebox.style1 .imagebox-title a:hover,
.themesflat_imagebox.style2 .imagebox-title a:hover,
.themesflat_imagebox.style3 .imagebox-title a:hover {
	color: #1688d3;
}

.themesflat_imagebox.style2 .themesflat-button:hover:before {
	background-color: #19181D;
	-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;
}

.themesflat_imagebox.style1 .themesflat-button:hover,
.themesflat_imagebox.style2 .themesflat-button:hover,
.themesflat_imagebox.style3 .themesflat-button:hover {
	color: #19181D;
}

.page-call-out {
    -webkit-animation: fadeIn 2s both;
       -moz-animation: fadeIn 2s both;
         -o-animation: fadeIn 2s both;
            animation: fadeIn 2s both;
}

.custom-page-contact .page-wrap {
    padding: 0;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 45px;   
   	width: 45px;
   	cursor: pointer;   
    background-color: #1688d3;
   	height: 45px;
   	line-height: 45px;
   	text-align: center;
   	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.go-top i {
	font-size: 26px;
	color: #fff;
	padding-top: 8px;	
}

.bottom .go-top:hover {
    background-color: #fff;
}

.go-top:hover i {
	color: #1688d3;
}

article.tag-template .comment-list li {
    margin-bottom: 0px;
}

.page-wrap.sidebar-left .content-area .blog-single.tag-template {
    padding-left: 0px;
}


/* boxed
-------------------------------------------------------------- */
.boxed .themesflat-boxed {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px #7f7f7f;
    overflow: hidden;
    position: relative;
}

.boxed .themesflat-boxed .header.downscrolled .bg-opacity,
.header_sticky.boxed .themesflat-boxed .header.fixed-header {
    position: relative;
}


.sticky, .tag-sticky-2 {
    display: block;
    background: #f7f7f7;
    border: 1px solid rgba(54, 70, 115, 0.08);
    padding: 30px !important;	
}

span.edit-link {
    clear: both;
    display: block;
}

.search-form label {
    width: 100%;
}

.entry-meta ul {
	padding-left: 0;
}

.flat-language ul {
	padding-left: 0;
}

/*share addthis*/
.addthis_inline_share_toolbox {
  display:inline-block;
  vertical-align:middle;
}
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper {  
  margin:0;  
  background-color: transparent !important;
}

.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
	padding: 0 5px;
}

.addthis_inline_share_toolbox .at-style-responsive .at-share-btn:last-of-type {
	padding-right: 0;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn-elements .at-icon-wrapper .at-label { display:none; }
.singel-product-wrapper .woocommerce-product-gallery {
  width:100% !important;
  height:auto;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-icon {
	fill: #b2b1b8 !important;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:focus, 
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn:hover {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    color: #fff;
    text-decoration: none;
}

.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn .at-icon:focus, 
.addthis_inline_share_toolbox .at-resp-share-element .at-share-btn .at-icon:hover {
	fill: #1688D3 !important;
}


/* Preloader
-------------------------------------------------------------- */
.loading-overlay {
    background: #FFF;
    color: #424242;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    -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;
}

.loader, .loader:after {    
    width: 30px;
    height: 30px;
}

.loader {
    margin: 20% auto;
    border-radius: 50%;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(194, 193, 193, 0.5);
    border-right: 1.1em solid rgba(199, 197, 197, 0.5);
    border-bottom: 1.1em solid rgba(203, 203, 203, 0.5);
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;     
}

/* switch language */
.mltlngg-lang-switch-names, 
.mltlngg-lang-switch-names li {
	display: inline-block;
}

body:not(.rtl) .mltlngg-lang-switch-names > li > a, 
body:not(.rtl) .mltlngg-lang-switch-names > li > a:active, 
body:not(.rtl) .mltlngg-lang-switch-names > li > a:hover {
    padding-right: 20px;
    margin-right: 0px !important;
}

body:not(.rtl) .mltlngg-lang-switch > li:after {
    border-color: #9C9C9C transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    display: inline-block;
    content: "";
    height: 0;
    width: 0;
    top: 50%;
    margin-top: -3px;
    position: absolute;
    vertical-align: middle;
    right: 0;
}

.mltlngg-lang-switch-names, .mltlngg-lang-switch-names li {
    width: auto;
    color: #555;
    padding: 0px 0 !important;
}

.mltlngg-lang-switch-names li, 
.mltlngg-lang-switch-names li > ul li {
    font-size: 14px;
    height: auto;
    background-color: #F5F5F5;
    border: 1px solid #fafafa;
}

.themesflat-widget-languages {
	display: inline-block;
}

.themesflat-widget-languages .widget-title {
	display: none;
}

.themesflat-widget-languages {
	position: relative;
	width: 15%;
	float: left;
	z-index: 99999;
}