/*
* Repeatable Patterns
* Repeatable Patterns
* agra-top
* Widget WPML
* agra-socials
* agra-socials
* Header
* Header fix
* Portfolio Single Style
* Blog Grid Some Css Global 
* Blog 
* Blog Slide
* Blog grid
* Page Title
* sidebar
* Pagination
* Page-callout
* Widget footer
* Bottom menu
* Bottom
* 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 {
	-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 {
	color: #323031;
	text-decoration: none;
}

a:hover {
	color: #00abc9;
	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 {
	color: #ffc857;
	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;
}

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

/* Typography */
body,
button,
input,
select,
textarea {
	font: 16px/24px "Exo 2", sans-serif;
	font-weight: 300;
	background: #fff;
	color: #a5a5a6;
}	

strong,
b {
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

article p:last-of-type {
	margin-bottom: 0;
}

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 {
	font-size: 16px;
	color: #323031;
	font-style: italic;
	position: relative;
	border: 0;
	padding: 10px 18px 15px 98px;
	margin-bottom: 34px;
	max-width: 780px;
	margin-top: 46px;
}

blockquote:before {
	content: '';
	position: absolute;
	top: 0;
	left: 69px;
	height: 100%;
	width: 10px;
	background-color: #e1e1e4;
}

blockquote:after {
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -24px;
	content: '“';
	font-size: 72px;
	line-height: 72px;
	font-weight: bold;
	font-style: normal;
	color: #e1e1e4;
}

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: #ffc857;
	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: 700; color: #323031;margin-top: 0; }
h2,h3 { font-family: "klavika",sans-serif; }
h2.body,h3.body { font-family: "Exo 2",sans-serif; }
h1,h4,h5,h6 { font-family: "Exo 2",sans-serif; }

h1 {
	font-size: 50px;
	line-height: 54px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

strong {
	color:#323031;
}

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

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

.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%);

}

.color_theme {
	color: #ffc857;
}

/* vc mod pad
-------------------------------------------------------------- */
.vcpadl-0.vc_column_container > .vc_column-inner {
	padding-left: 0;
}

.vcpadr-0.vc_column_container > .vc_column-inner {
	padding-right: 0;
}

/* title-section
-------------------------------------------------------------- */
.title-section {
	padding: 61px 0;
}

.title-section.no-padding {
	padding: 0 0;
}

.title-section.margin-bottom43 {
	margin-bottom: 43px;
}

.title-section.magb-28 {
	margin-bottom: 28px;
}

.float-right {
	float: right;
}

/* bootstrap gutter25*/
.gutter-25.row {
	margin-right: -12.5px;
	margin-left: -12.5px;
}
.gutter-25 > [class^="col-"], .gutter-25 > [class^=" col-"] {
	padding-right: 12.5px;
	padding-left: 12.5px;
}

/* bootstrap gutter10*/
.row.gutter-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.gutter-10 > [class*='col-'] {
	padding-right:10px;
	padding-left:10px;
}

.gutter-10 select,.gutter-10  textarea, 
.gutter-10 input[type="text"], .gutter-10 input[type="password"], 
.gutter-10 input[type="datetime"], .gutter-10 input[type="datetime-local"],
.gutter-10 input[type="date"], .gutter-10 input[type="month"], 
.gutter-10 input[type="time"], .gutter-10 input[type="week"], 
.gutter-10 input[type="number"], .gutter-10 input[type="email"], 
.gutter-10 input[type="url"], .gutter-10 input[type="search"], 
.gutter-10 input[type="tel"], .gutter-10 input[type="color"] {
	margin-bottom: 20px;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 7px 30px 25px 0 !important;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 7px 0 25px 30px !important;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}

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

.clearboth {
	clear:both;
}

/* Content */
article.sticky,.tag-sticky-2 {
	display: block;
	background: #f7f7f7;
	border: 1px solid rgba(54, 70, 115, 0.08); 
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px !important;
	padding-right: 30px;
}

article input[type="submit"],
article input[type="submit"]:hover {
	background: transparent;
	color: #222;
}

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

.error404 .page-wrap .content-area {
    width: 100%;
    padding-right: 0;
    text-align: center;
}

.error404 .error-404 .page-header .nothing {
    font-size: 200px;
    line-height: 200px;
    font-weight: 700;    
}

.error404 .error-404 .sub-title-404 {   
    font-size: 30px;
    color: #ff1200;
    margin-bottom: 30px;
}

.error404 .error-404 .agra-button {
	padding: 13px 33px 13px 33px;
}

.error404 .error-404 .agra-button:hover {
	background-color: #ffc857;
	color: #fff;
	border-color: #ffc857;
}

.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%;
}

.white {
	color: #fff;
}

.medium {
	font-weight: 500;
}

/* 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;
}

ul.square {
	list-style: none;
	margin-left: 0;
	margin-bottom: 28px;
}

ul.square li {
	position: relative;
	padding-left: 20px;
}

ul.square li:before {
	content: '';
	width: 7px;
	height: 7px;
	top: 8px;
	left:0;
	background-color: #e1e1e4;
	position: absolute;
}

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: 50px;
	font-size: 12px;
	font-weight: 600;
	line-height: 48px;
	padding: 0 57px;/* Customized contact form btn 0 27px */
	cursor: pointer;  	
	white-space: nowrap;
	border: 1px solid #323031;  	
	color: #323031;
	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;
	/*background: url('../images/right-arrow.png') no-repeat  calc( 100% - 30px ) 0; Customized remove Arrow at Send btn */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	border-color: #323031;	
	background: #323031 url('../images/right-arrow.png') no-repeat  calc( 100% - 30px ) -54.6px;
}

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: none;
	border-bottom: 1px solid #a5a5a6;
	height: 50px;
	padding: 13px 15px; 
	width: 100%;
	color: #a5a5a6;
	margin-bottom: 15px;  	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
select: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-bottom: 1px solid #323031;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	height: 176px;
	padding: 22px 0;
	margin-bottom: 33px;
	max-width: 654px;
}

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

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

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

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

.content-area .wpb_button {
	position: relative;
	display: inline-block;
	padding: 13px 30px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	background-color: #2e5797;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.content-area .wpb_button:hover {
	background-color: #133974;
	color: #fff;
}
.agra-strech {
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	position: relative;
}

.vc_row[data-vc-full-width] {
	overflow: visible!important;
}

/* Columns
-------------------------------------------------------------- */
.themesflat-grid {
	display: table;
	margin-left: -15px;
	margin-right: -15px;
}

.themesflat-grid.owl-carousel {
	width: auto;
}

.themesflat-grid article {
	float: left;
	padding: 0 15px;
}

.themesflat-grid.blog-two-columns article {
	width: 50%;
}
.themesflat-grid.blog-three-columns article {
	width: 33.33333333333333%;
}

.themesflat-grid.blog-four-columns article {
	width: 25%;
}

/* Visual Composer
-------------------------------------------------------------- */
body {
	overflow-x: hidden;
}

.agra-relative {
	position: relative;
}

.agra-pad-015, .vc_column_container.agra-pad-015 {
	padding:0 15px;
}

.align-left {
	text-align: left;
}

p.style-v1{
	font-size: 18px;
	line-height: 30px;
}   

.agra-center {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
} 

.vc_images_carousel {
	text-align: center;
}

.vc_images_carousel .vc_carousel-control {
	opacity: 0.8!important;
	filter: alpha(opacity=80)!important;
	top: 52%!important;
}

.vc_images_carousel .vc_carousel-control:hover {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}

.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev {
	width: 45px!important;
	height: 45px!important;
	line-height: 45px;
	right: 20px;
    font-size: 40px!important;
	background: #323031;
	color: #fff;
}

.vc_images_carousel .vc_carousel-control .icon-next {
	left: auto!important;
}

.vc_images_carousel .vc_carousel-control .icon-prev {
    right: auto;
    left: 38px!important;
    font-size: 40px!important;
}

.absolute_border,.absolute_border_bottom {
	position: relative;
}

.absolute_border:before,.absolute_border_bottom:before {
	content: '';
	border: 3px solid #e1e1e4;
    width: calc( 100% - 33px );
    height: calc( 100% - 26px );
	left: -30px;
	position: absolute;
	display: block!important;
} 

.absolute_border_bottom:before {
	bottom: -46px;
}

.absolute_border:before {
	top: -30px;
}

.maxw_512 {
	max-width: 512px;
}

/* Flex Slider 
-------------------------------------------------------------- */
.flex-direction-nav li a,
article .flex-direction-nav li a {
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px solid #e1e1e4;
	text-align: center;
	border-radius: 100%;
	background: transparent;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 7%;
	overflow: hidden;
	z-index: 90;
}

.single-format-gallery .flex-direction-nav li a {
	transform: translateY(-132%);
	-webkit-transform: translateY(-132%);
	-moz-transform: translateY(-132%);
	-ms-transform: translateY(-132%);
}

.flex-direction-nav li a:after{
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	content: "";
	position: absolute;
	border: solid #fff;
	border-width: 1px 1px 0 0;
	transform: translate(-80%, -50%) rotate(45deg);
	-ms-transform: translate(-80%, -50%) rotate(45deg);
	-webkit-transform: translate(-80%, -50%) rotate(45deg);
	-moz-transform: translate(-80%, -50%) rotate(45deg);
}

.flex-direction-nav li a:hover:after,
.flex-direction-nav li a:hover {
	border-color: #ffc857;
}

.flex-direction-nav li.flex-nav-next a {
	left: auto;
	right: 7%;
}

.flex-direction-nav li.flex-nav-prev a:after {
	transform: translate(-35%, -50%) rotate(-135deg);
	-ms-transform: translate(-35%, -50%) rotate(-135deg);
	-moz-transform: translate(-35%, -50%) rotate(-135deg);
	-webkit-transform: translate(-35%, -50%) rotate(-135deg);
}

/* Rev slider
-------------------------------------------------------------- */
.tp-caption.slider_subline {
	letter-spacing: -0.32px!important;
}

.tp-caption.agra_btnslider i {
	font-size: 12px;
	margin-left: 14px;
	position: relative;
	top: -1px;
}

/* agra-top
-------------------------------------------------------------- */
.agra-top .topbar {
	font-size: 14px;
	padding: 22px 0 20px;
}

.agra-top .topbar .agra-free-quotes i {
	margin-left: 7px;
}

.agra-top ul {
	margin: 0;
}

.agra-top .content-left li {
	display: inline-block;
	padding-right: 16px;
	padding-left: 11px;
	letter-spacing: -0.25px;
}

.agra-top .content-left li:first-child {
	padding-left: 0;
}

.agra-top .content-left li a {
	margin-left: -6px;
	letter-spacing: 0;
}

.agra-top .content-left li i {
	margin-right: 8px;
}

.agra-top,
.agra-top a {
	color: #fff;
}

.agra-top a:hover {
	color: #ffc857;
}

.agra-top .custom-info ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

.agra-top .custom-info ul li {
	display: inline-block;
	margin-right: 27px;
	position: relative;
	line-height: 30px;
}

.agra-top.header-style1 .custom-info ul li:after {
	position: absolute;
	right: -15px;
	top: 5px;
	width: 1px;
	height: 14px;
	background-color: #617588;
	content: "";
}

.agra-top .custom-info ul li:last-child:after {
	display: none;
}

.agra-top .custom-info ul li i {	
	margin-right: 8px;
}

.agra-top .custom-info a,
.agra-top .custom-info i,
.agra-top .custom-info {	
	font-size: 12px;	
}

.agra-top .custom-info a:hover {
	color: #ffc857;
}

.agra-top .content-right > * {
	float: right;
}

.agra-top .agra-socials {
	margin-right: 11px;
	margin-top: 10px;
}

.agra-top .info-top-right {
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}

/* info-top-right */
.info-top-right {
	color: #fff;
}

.info-top-right span {	
	margin-right: 21px;
	letter-spacing: -0.1px;
}

.info-top-right span i {
	margin-right: 8px;
}

.info-top-right a.appoinment,
.nav-widget a.appoinment,
.wrap-header-content a.appoinment {
	display: inline-block;
	background-color: #ffc857;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	height: 45px;
	line-height: 45px;
	padding: 0 27px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.info-top-right a.appoinment:hover {
	background-color: #2e363a;
}

/* Widget WPML
---------------------------------------- */
.topbar #lang_sel a.lang_sel_sel,.topbar #lang_sel a.lang_sel_sel:visited,
.header-right #lang_sel a.lang_sel_sel,.header-right #lang_sel a.lang_sel_sel:visited,
.topbar #lang_sel a.lang_sel_sel:hover,
.header-right #lang_sel a.lang_sel_sel:hover {
	background-color: transparent;
	font-size: 14px;
	font-family: inherit;
}

.topbar #lang_sel a.lang_sel_sel:hover,
.header-right #lang_sel a.lang_sel_sel:hover {
	color: #ffc857;
}

.topbar #lang_sel a, #lang_sel a:visited,
.header-right #lang_sel a, #lang_sel a:visited {
	border: none;
	background: transparent!important;
	font-size: 14px;
	text-transform: uppercase;
}

.header-right #lang_sel ul li ul li a {
	color: #222 !important;
}

.topbar #lang_sel li,
.header-right #lang_sel li,
.topbar #lang_sel ul ul,
.header-right #lang_sel ul ul {
	width: auto;
	float: none;
}

.topbar #lang_sel ul ul,
.header-right #lang_sel ul ul {
	height: auto;
	padding: 17px 23px 0!important;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(50, 50, 50, 0.1);
}

#lang_sel li ul a:hover {
	color: #ffc857!important;
}

.topbar #lang_sel > ul > li  li,
.header-right #lang_sel > ul > li  li {
	margin-bottom: 6px!important;
}

.topbar #lang_sel > ul > li > a,
.header-right #lang_sel > ul > li > a {
	position: relative;
	padding-right: 15px;
}

.topbar #lang_sel > ul > li > a:before,
.header-right #lang_sel > ul > li > a:before {
	content:"\f0d7";
	position: absolute;
	right: 0;
	top: -3px;
	font-family: 'FontAwesome';
}

.topbar #lang_sel,
.header-right #lang_sel {
	height: auto;
}

.header-right > * {
	display: -webkit-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.header-right a, .header-right {
	font-size: 14px;
}

.header-right,
.header-right a:not(:hover), .header-right {
	color: #fff;
}

.topbar a:not(:hover) {
	color: inherit;
}

.header-right .widget a i {
	margin-left: 7px;
}

.themesflat-free-quotes i {
	margin-left: 7px;
}

.header-right .widget:not(:last-of-type) {
	padding-right: 22px;
	padding-bottom: 3px;
	position: relative;
}

.topbar .widget {
	position: relative;
    margin-left: 39px;
    margin-top: -2px;
}

.topbar .widget:last-of-type {
	margin-left: 0;
}

.tobpar .widget:not(:last-of-type):after,
.header-style4 .btn-menu .vertical_line,
.header-right .widget:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 31px;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -15.5px;
}

.header-style4 .btn-menu {
	position: relative;
}

.header-style4 .btn-menu .vertical_line {
	background: rgba(50,48,49,0.2);
	right: 47px;
}

.topbar .widget:not(:first-of-type),
.header-right .widget:not(:first-of-type){
	padding-left: 23px;
}

.topbar .widget.widget_icl_lang_sel_widget,
.header-right .widget.widget_icl_lang_sel_widget {
	padding-bottom: 0px;
	position: relative;
}

.agra-brochures {
	border-radius: 3px;
	font-weight:700;
	min-width:230px;
	padding-left:26px;
	padding-right: 25px;
	background:#3a526a;
	margin-bottom: 6px;
}

.agra-brochures i {
	float: right;
}

/* agra-socials
-------------------------------------------------------------- */
.agra-socials {
	padding: 0;
	margin: 0;
}

.agra-socials li {
	display: inline-block;	
}

.agra-socials li a {	
	color: #fff;
	display: block;
	width: 27px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	text-align: center;   
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

/* Header
-------------------------------------------------------------- */
.agra_header_wrap.header-style1 {
	border-bottom: 1px solid rgba( 255,255,255,0.2);
}

.page-template-front-page .agra_header_wrap {
	border-bottom: 0;
}

.header {
	z-index: 3;
}

.page-template-front-page .header {
	margin-bottom: 0;
}

.header #logo {		
	height: 100%;
}

.header .logo object {
	pointer-events: none;
}

.header .logo > a {	
	display: flex;
}

.show-search {
	margin-left: 18px;
}

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

.show-search a {
	position: relative;    
	display: block;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	margin: 17px 0 18px;
	z-index: 90;
}

.show-search a i {
	z-index: 10;
}

.show-search a:before,.show-search a:after {
	content: '';
	width: 25px;
	height: 1px;
	background: #dfe0e2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show-search.active a i {
	z-index: -1;
	opacity: 0;
}

.show-search.active a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translate(-50%,-50%) rotate3d(0, 0, 1, 45deg);
	transform: translate(-50%,-50%) rotate3d(0, 0, 1, 45deg);
}

.show-search.active a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	-webkit-transform: translate(-50%,-50%) rotate3d(0, 0, 1, -45deg);
	transform: translate(-50%,-50%) rotate3d(0, 0, 1, -45deg);
}

.header-style5 .show-search a i {
	top: 5px;
	left: -3px;
}

.show-search a i {	
	position: relative;
	font-size: 21px;
	-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 a i:hover {
	color: #ffc857;
}

.top-search {
	position: absolute;
	width: 60%;
	max-width: 945px;
	top: 100px;
	right: 63px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -99;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: -11px;
	visibility: hidden;
}

.top-search.show {
	top: 100%;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 9999;
	visibility: visible;
}

.search-form label, .top-search .search-form .search-field {
	width: 100%;
	background-color: #fff;
}

.widget_search.top-search .search-form input[type="search"],
.widget_search.popup-search .search-form input[type="search"] {
	height: 68px;
	border: none;
	font-size: 18px;
	padding-left: 37px;
	font-weight: 400;
	color: #868687;
}

.widget_search.top-search .search-form .search-submit,
.widget_search.popup-search .search-form .search-submit {
	width: 132px;
	background: #ffc857 url(../images/search.png) no-repeat center 0;
	height: 100%;
	top: 0;
	right: 0;
}

.widget_search.popup-search .search-form .search-submit:hover,
.widget_search.top-search .search-form .search-submit:hover {
	background: #323031 url(../images/search.png) no-repeat center 100%;
}

.agra-popup-label {
	display: none;
}

/* Popup search*/
.popup-search {
	position: fixed;
	z-index: 99999;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity= 0);
	visibility: hidden;
	background: rgba(50,48,49,0.95);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup-search.show {
	opacity: 1;
	filter: alpha(opacity = 100);
	visibility: visible;	
}

.widget_search.popup-search .search-form {
	max-width: 945px;
	top: 42.2%;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
}

.widget_search.popup-search .search-form label {
	margin: 0;
}

.widget_search.popup-search .search-form input[type="search"] {
	padding-left: 59px;
	padding-top: 20px;
}

.popup-search.widget_search .search-form .search-submit,
.widget_search.popup-search .search-form {
	border-radius: 34px;
}

.popup-search .agra-popup-label {
	display: block;
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: 29.5%;
	width: 100%;
	text-align: center;
	left: 0;
}

/* left-search*/
.left-search  {
	max-width: 1201.22px;
	right: 113px;
	position: absolute;
	top: 50%;
	width: 0%;
	z-index: 999999;
	margin-top: -34px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	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;
}

.left-search.show {
	width: 70%;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.left-search.widget_search .search-form input[type="search"] {
	padding-left: 92px;
	height: 67px;
	font-size: 18px;
	font-weight: 400;
}

.left-search.widget_search .search-form .search-submit {
	height: 100%;
	width: 80px;
	left: 0;
	top: 0;
	position: absolute;
	background: url(../images/left_search.png) no-repeat center 0;
}

.left-search.widget_search .search-form .search-submit:hover {
	background: #323031 url(../images/left_search.png) no-repeat center 100%;
}

/* Header fix */
.header.header-sticky {	
	width: 100%;
	z-index: 9999; 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-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;
	background: rgba(0,0,0,0.6);
}

.header-sticky .sticky_hide {
	display: none;
}

/* Header style 1*/
.agra-top.header-style3,
.agra-top.header-style5,
.agra-top.header-style2,
.agra-top.header-style1 {
	position: absolute;
	width: 100%;
	z-index: 9
}

.agra-top.header-style1 {
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 99;
}

.agra-top.header_relative {
	position: relative;
	background-color: #fff;
}

.agra-top.header_relative .header-sticky #mainnav > ul > li.current-menu-item > a, 
.agra-top.header_relative .header-sticky #mainnav > ul > li.current-menu-item, 
.agra-top.header_relative .header-sticky .header-style1  .header-wrap, .header-right, 
.agra-top.header_relative .header-sticky .header-right a:not(:hover), .header-right {
	color: #fff;
}

.agra-top.header_relative .header-sticky #mainnav > ul > li > a {
	color: #fff;
}

.agra-top.header_relative .tobpar .widget:not(:last-of-type):after, 
.agra-top.header_relative .header-style4 .btn-menu .vertical_line, 
.agra-top.header_relative .header-right .widget:not(:last-of-type):after {
	background-color: #e1e1e4;
}

/* Header style2 */
.header-style2.header-sticky .container {
	width: 100%;
	padding: 0;
}

.header-style2 #mainnav > ul > li {
	margin-right: 36px;
}

.header-style2 #mainnav > ul > li.menu-item-has-children {
	margin-right: 17px;
}

.header-style2  .header-wrap,
.header-style1  .header-wrap {
	display: flex;
	-webkit-display: flex;
	width: 100%;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
	padding-right: 58px;
	color: #fff;
}

.header-style2  .header-wrap {
	background: #fff;
	border-radius: 3px;
	padding-right: 38px;
	min-height: 121px;
	color: #323031;
}

.header-style2 .header-wrap > *,
.header-style1 .header-wrap > * {
	display: -webkit-box;
	display: flex;
	-webkit-display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

/* Header style 2*/
.header-style2 #mainnav > ul > li  {
	color: #323031;
}

.header-style2 .show-search a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffc857;
    line-height: 50px;
}

.header-style2 .show-search a i {
    color: #323031;
}

.header-style2 .show-search a:before, .header-style2 .show-search a:after {
	background: #323031;
}

/* Header style3 */
.header-style3 .btn-menu {
	width: 28px;
	display: block;
	float: left;
	margin-top: 10px;
}

.header-style3 .show-search {
	margin-right: 20px;
}

.header-style3 .header-right {
	right: 0;
}

.header-style3 .btn-menu:before,
.header-style3  .btn-menu:after, 
.header-style3  .btn-menu span {
	background: #fff;
}

.header-style3 nav {
	display: inline-block;
    position: absolute;
    left: 69px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
   -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-style3  #mainnav > ul > li {
	margin-right: 24px;
}

.header-style3  #mainnav > ul > li.menu-item-has-children {
	margin-right: 6px;
}

.header-style3 #mainnav > ul > li.menu-item-has-children:after {
	margin-left: 3px;
}

.header-style3 .btn-menu.active + nav {
    left: 96px;
	opacity: 1;
	filter: alpha(opacity =100);
	visibility: visible;
}

.header-style5 .btn-menu:after,
.header-style3 .btn-menu:after {
	width: 82.143%;
	left: auto;
	right: 0;
}

.header-style5 .btn-menu.active:after,
.header-style3 .btn-menu.active:after {
	width: 100%;
}

.header-style3.header {
    padding: 21px 35px 0 27px;
}

.header.header-style3 #mainnav > ul > li > a {
	line-height: 26px;
}

.header.header-style3 #mainnav > ul > li {
	color: #fff;
}

.header-style3 .header-wrap {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
}

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

.header-style3 .logo {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
		-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-style3 .logo:last-of-type {
	display: none;
}

.header-style3 .header-right {
	float: right;
	top: 0;
}

.header-style3  .header-right > * {
	vertical-align: top;
    display: inline-block;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.header-style3 .show-search a {
	margin-top: -3px;
}

.header-style3  #mainnav > ul > li:first-child {
	margin-left: 0;
}

/* header style4 */
.header-style4.header > div > .row  {
	position: relative;
}

.header-style4.header-sticky {
	background: #fff;
}

.header-style4 .header-wrap, .header-style4 .header-right {
	display: -webkit-box;
	display: -webkit-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.header-style4.active .header-right-widgets {
	display: none;
}

.header-style4 .header-wrap {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
}

.header-style4 .show-search a {
	margin: 0;
}

.header-style4, .header-style4 .header-right, .header-style4 .header-right a:not(:hover) {
	color: #323031;
}

 .header-style4 .header-right .widget:not(:last-of-type):after {
 	background: rgba(50,48,49,0.2);
 }

 .header-style4 .header-right #lang_sel a.lang_sel_sel, 
 .header-style4 .header-right #lang_sel a.lang_sel_sel:visited, 
 .header-style4 .header-right #lang_sel a.lang_sel_sel:hover {
	color: #323031;
 }

.header-style4 .btn-menu {
    width: 28px;
    display: block;
    margin: 0 0 0 38px;
}

.header-style4 .btn-menu:after {
    width: 82.143%;
    left: auto;
    right: 0;
}

.header-style4 .btn-menu.active:after {
    width: 100%;
}

.header-style4 nav {
    display: inline-block;
    position: absolute;
    right: -100%;
    opacity: 0;
    filter: alpha(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;
}
.header-style4 .btn-menu.active + nav {
    right: 125px;
    opacity: 1;
    filter: alpha(opacity =100);
}

/* Header style 5*/
.flex  {
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-style5 .flex {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 72px;
}

.header-style5 .show-search a {
	margin: 0;
}

.header-style5 .agra_menu_left {
	display: none;
}

.header.header-style5 .logo_menu {
    position: absolute;
    right: 29px;
    top: 23px;
    max-width: 50%;
}

.header.header-style5  #mainnav > ul > li.menu-item-has-children:after {
	display: none;
}

.header.header-style5 {
	text-align: center;
}

.header.header-style5 .logo {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.header-style5 .header-right {
	float: right;
}

.header-style5 #mainnav .sub-menu {
	max-height: 240px;
	overflow: auto;
	overflow-x: hidden;
}

.header-style5 #mainnav ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.header-style5 #mainnav ul::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

.header-style5 #mainnav ul::-webkit-scrollbar-thumb {
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 0.5) 25%,transparent 25%,
	transparent 50%,
	rgba(255, 255, 255, 0.5) 50%,
	rgba(255, 255, 255, 0.5) 75%,
	transparent 75%,
	transparent)
}

.header-style5 .header-right > * {
	display: inline-block;
}

.left_white_space {
    position: fixed;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 100;
    min-width: 7.5%;
}

.left_white_space .agra-free-quotes {
	background: #e1e1e4;
	color: #323031;
	border-color: #e1e1e4;
	border-radius: 24px;
	padding-top: 15px;
	font-size: 14px;
    padding-left: 41px;
}

.left_white_space .copyright {
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #e1e1e4;
    padding-top: 32px;
    padding-right: 15px;
}

.left_white_space .widget p {
	margin-bottom: 26px;
}

.left_white_space .info a {
	color: #323031;
}

.left_white_space .info,
.left_white_space .info .tel {
	color: #ffc857;
}


.left_white_space .agra-free-quotes i {
    right: 40px;
}

.header-style5  .btn-menu {
	display: block;
	float: left;
	margin-top: 33px;
    margin-left: 24px;
}

.header-style5 .btn-menu:before, 
.header-style5  .btn-menu:after, 
.header-style5  .btn-menu span {
	background: #323031;
}

.header-style5 .btn-menu {
	cursor: pointer !important;
	display: inline-block;
}

.header-style5 label.hide {
	display: inline-block!important;
	padding-left: 39px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #323031;
	font-family: 'Source Sans Pro';
}

.left_white_space.active {
	background: #fff;
}

.left_white_space.active .mainnav {
	clear: both;
	padding-top: 139px;
	padding-bottom: 66px;
}

.left_white_space.active #mainnav > ul,
.left_white_space.active .panel_widget {
	padding-left: 61px;
}

.left_white_space.active .panel_widget {
	text-align: left;
    margin-bottom: 59px;
}

.left_white_space.active #mainnav > ul > li {
	display: block;
	margin: 0;
    min-width: 389px;
	text-align: left;
	color: #323031;
    margin-bottom: 24px;
    counter-increment: item;
}

.left_white_space.active #mainnav > ul > li:before {
	content: counter(item,decimal-leading-zero);
    position: absolute;
    font-size: 18px;
    left: -35px;
    top: 50%;
    margin-top: -14px;
    color: transparent;
}

.left_white_space.active #mainnav > ul > li:hover:before {
	color:  #ffc857 ;
}

.left_white_space.active #mainnav > ul > li > a:before {
	content: '';
	position: absolute;
    left: -70px;
    width: 27px;
    background: transparent;
    height: 2px;
    top: 50%;
    margin-top: 2px;
}

.left_white_space.active #mainnav > ul > li:hover > a:before {
    background: #ffc857;
}

.left_white_space.active #mainnav > ul > li > a {
	font-weight: bold;
	font-size: 35px;
}

.left_white_space .logo_menu,
.left_white_space .action,
.left_white_space .mainnav {
	display: none;
}

.left_white_space.active .action,
.left_white_space.active .logo_menu,
.left_white_space.active .mainnav {
	display: block;
}

.left_white_space,.left_white_space.active .mainnav,.left_white_space.active .logo_menu,
.left_white_space.active,.left_white_space.active .action {
	-webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInLeft;
    animation-duration: 0.8s;
}

/* Home 5 */
.custom_page2 #text-44 {
	display: none;
}

/* Header style 6 */
.header-style6 .logo {
	float: left;
}

.header-style6 .topbar {
    padding-top: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
}

.header-style6 .header_right {
	float: right;
}

.header-style6 .content-right,
.header-style6.topbar .agra-free-quotes i {
	font-weight: 700;
}

.header-style6 .header-wrap {
	display: table;
	width: 100%;
}

.header-style6 .header_right > * {
	display: inline-block;
	vertical-align: middle;
}

.header-style6 .show-search a {
    width: 58px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    background: #323031;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-style6 #mainnav > ul > li {
	margin-right: 37px;
}

.header-style6 #mainnav > ul > li > a {
	line-height: 75px !important;
}

.header-style6 #mainnav > ul > li.menu-item-has-children {
	margin-right: 13px;
}

.header-style6.header-sticky #mainnav > ul > li {
	color: #fff;
}

/* Home Boxed */
.boxed .header.header-sticky {
	max-width: 1300px;
	margin: 0 auto;
}


#mainnav .btn-submenu {
	display: none;
}

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

#mainnav ul li {
	position: relative;
}

#mainnav > ul > li {
	display: inline-block; 
	margin-right: 56px;  
}

#mainnav > ul > li:last-child {
	margin-right: 0px;
}

#mainnav > ul > li.menu-item-has-children {
	margin-right: 35px;
}

#mainnav > ul > li:first-child {
	margin-left: 115px;
}

#mainnav > ul > li > a {
	display: inline-block;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 4px;
	line-height: 75px;
}

#mainnav > ul > li > a:not(:hover) {
	color: inherit;
}

#mainnav > ul > li.menu-item-has-children:after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 16px;
	margin-left: 7px;
}

#mainnav > ul > li.current-menu-item > a {
	color: #ffc857;
}

#mainnav > ul > li > a i {
	font-size: 16px;
	margin-left: 5px;
}

/* submenu */
#mainnav ul.sub-menu {
	text-align: left;
	position: absolute;
	left: 0;
	top: 130%;
	min-width: 344px;
    padding: 0 0;
	background-color: #fff;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 1px 5px 0px rgba(50, 48, 49, 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;
	font-weight: 500;
}

/* 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);
	opacity: 1;
	visibility: visible;
}

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

#mainnav ul.sub-menu li ul {
	left: calc(100%);
}

#mainnav >ul > li:nth-last-of-type(1) ul.sub-menu li ul,
#mainnav >ul > li:nth-last-of-type(2) ul.sub-menu li ul,
#mainnav >ul > li:nth-last-of-type(3) ul.sub-menu li ul {
	right: calc(100%);
	left: auto;
}

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

#mainnav ul.sub-menu > li {
	border-top: 1px solid #ececf0;    
}   

#mainnav ul.sub-menu > li a:before {
	content: "\f0da";
	font-family: "FontAwesome";
	margin-right: 14px;
}

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

#mainnav ul.sub-menu > li > a {
	padding: 17.5px 33px;
	display: block;
	color: #585456;    
	text-decoration: none;
	font-weight: 500;
	-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;
	font-size: 14px;
}

#mainnav ul.sub-menu > li > a:hover {
	color: #ffc857;
}

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

#mainnav > ul > li > a:hover,
#mainnav > ul > li.home > a {
	color: #ffc857 ;
	position: relative;
}

#mainnav > ul > li.home > a:before {
	opacity: 1;
	content: "";
	position: absolute;
	left: 20px;
	bottom: -15px;
	width: 15px;
	height: 5px;
	background-color: #ffc857;
}

#mainnav > ul > li.home > a:after {
	opacity: 1;
	position: absolute;
	left: 36px;
	bottom: -15px;
	width: 15px;
	height: 5px;
	background-color: #000;
	content: "";
}

.header-style1 .header-wrap > .nav-wrap  {
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-pack: justify;
        -ms-flex-pack: justify;
    text-align: center;
}

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

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	max-height: 70%;
	overflow-y: auto;
}

#mainnav-mobi ul li {
	margin:0;
	position: relative;
	text-align: left;
	border-top: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
	padding-left: 15px;
}

#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 {
	border-top: 1px solid rgba(255,255,255,0.2);
	background-color: #323031;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
	padding-left: 15px !important;
}

#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;
}

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

.btn-menu {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 41px 0px 34px 20px;
	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: #ffc857;
	-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; 
}

/* Rev slider
-------------------------------------------------------------- */
.wpb_revslider_element {
	margin-bottom: 0!important;
}
.slotholder:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	pointer-events: none;
}

.slider_dark .slotholder:after {
	background-color: rgba(16,16,16,0.4);/* 0.8  Customized changed Banner img background color 
	background-color:#989b9e;*/
}

.more_exciting_bd:after {
	content: '';
    left: 62px;
    right: 61px;
    top: 70px;
    z-index: 3;
    bottom: 155px;
    opacity: 0.2;
    position: absolute;
    border: 1px solid #fff;
    pointer-events: none;
}

.rev_slider_wrapper {
	z-index: 2;
}

/* Portfolio Single Style
-------------------------------------------------------------- */
.bo .agra-portfolio-single-slider {
	position: relative;
}

.single-portfolios.portfolio2 .agra-portfolio-single-slider #agra-portfolio-flexslider {
	max-width: 975px;
	margin: auto;
}

.single-portfolios.portfolio2 .agra-portfolio-single-slider .flex-viewport {
	overflow: visible!important;
}
.single-portfolios.portfolio2 .agra-portfolio-single-slider li {
	background-clip:content-box;
	text-align: center;
}
.single-portfolios.portfolio2 .agra-portfolio-single-slider li .img_overlay {
	background-color: #323031;
	display: inline-block;
}

.single-portfolios.portfolio2 .agra-portfolio-single-slider img {
	opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #323031;
	-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;
}

.single-portfolios.portfolio2 .agra-portfolio-single-slider li.flex-active-slide img {
	opacity: 1;
	filter: alpha(opacity= 100);
}

.agra-portfolio-single-slider .flex-direction-nav li a:after {
	content: none;
} 

.agra-portfolio-single-slider .flex-direction-nav li a {
	line-height: 60px;
	border: none;
	left: 0;
	margin-top: 9px;
	margin-left: -4px;
}

.agra-portfolio-single-slider .flex-direction-nav li a i {
	font-size: 25px;
}

.agra-portfolio-single-slider .flex-direction-nav li a.flex-next {
	left: auto;
	right: 0;
}

.agra-portfolio-single-slider .flex-direction-nav li a:not(:hover) {
	color: #fff;
}


.agra-portfolio-single-slider .flex-direction-nav i {
	display: inline-block;
}

.agra-portfolio-single-slider .flex-prev i,
.single-portfolios.portfolio2 .navigation.posts-navigation li.previous-post:before {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.single_style_portfolio3 .content-inside {
	float: right;
	text-align: right;
}

.single_style_portfolio3 .content-inside > div {
	display: inline-block;
	padding: 0 15px;
	vertical-align: top;
	max-width: 70%;
}

.single_style_portfolio3  .single-portfolio-title {
	letter-spacing: 0.1px;
}

.single_style_portfolio3  .content-inside .content-portfolio-detail {
	max-width: 482px;
	text-align: left;
    padding-top: 57px;
    padding-right: 0;
}

.single_style_portfolio3 .content-inside .slides li {
	margin-bottom: 10px;
}

.single-portfolios.portfolio3 .page-title {
	margin-bottom: 0;
}

.single-portfolios.portfolio3 .page-wrap {
	padding-top: 0;
}

/* Blog Grid Some Css Global 
-------------------------------------------------------------- */
.page-wrap {
	padding: 25px 0;
	background-color: #fff;
	overflow: hidden;
}

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

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

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

/* Services sidebar */
a.menu-fallback {	
	line-height: 92px;
	color: #323031;
}

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

/* Blog Sidebar Left */
.page-wrap.layout-blog.sidebar-left .content-area {
	float: right;
}

.page-wrap.sidebar-left .pagination {
	text-align: center;
	margin-right: 0;
}

/* Sidebar Right */
.layout-blog.sidebar-right #secondary.widget-area {
	float: right;
}

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

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

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

.blog-list .agra-button-container,
.blog-post .agra-button-container {
	padding-top: 22px;
}

.fullwidth .blog-list .agra-button-container {
	padding-left: 35px;
	padding-top: 25px;
}

/* Blog 
-------------------------------------------------------------- */
.blog-list .content-post .entry-meta li,
.blog-list .content-post .entry-meta li a:not(:hover) {
	color: inherit;
}

/* Blog Slide
-------------------------------------------------------------- */
.blog-slider ul.flex-direction-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Blog grid
-------------------------------------------------------------- */
.blog-filter {
	text-align: center;
	list-style: none;
	margin: 0 0 57px;
	padding: 0;
	max-width: 100%;
}

.blog-filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-filter li {
	display: inline-block;
	margin-right: 13px;
	line-height: 37px;
	position: relative;
}

.blog-filter li:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0px;
	background: #ffc857;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blog-filter li:hover:after,
.blog-filter li.current-cat:after,
.blog-filter li:nth-child(3):after {
	height: 1px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.blog-filter li:nth-child(3) a,
.blog-filter li.current-cat a {
	color: #ffc857;
}

.blog-filter li:last-of-type {
	margin-right: 0;
}

.blog-grid article {
	padding: 0 15px;
	margin-bottom: 33px;
	position: relative;
}

.blog-grid .featured-post a:before,
.featured-post-container.blog-gallery:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	background: -moz-linear-gradient(top , rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%); /* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(top , rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%); /* For Opera 11.1 to 12.0 */
	background: -ms-linear-gradient(top , rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(50, 48, 49, 0.01) 0%, rgba(50, 48, 49, 0.03) 16%, rgba(50, 48, 49, 0.11) 28%, rgba(50, 48, 49, 0.18) 34%, rgba(50, 48, 49, 0.22) 38%, rgba(50, 48, 49, 0.25) 40%, rgba(50, 48, 49, 0.26) 41%, rgba(50, 48, 49, 0.29) 42%, rgba(50, 48, 49, 0.32) 44%, rgba(50, 48, 49, 0.33) 46%, rgba(50, 48, 49, 0.36) 47%, rgba(50, 48, 49, 0.43) 52%, rgba(50, 48, 49, 0.46) 53%, rgba(50, 48, 49, 0.51) 57%, rgba(50, 48, 49, 0.55) 58%, rgba(50, 48, 49, 0.55) 59%, rgba(50, 48, 49, 0.59) 61%, rgba(50, 48, 49, 0.59) 62%, rgba(50, 48, 49, 0.62) 63%, rgba(50, 48, 49, 0.62) 64%, rgba(50, 48, 49, 0.67) 67%, rgba(50, 48, 49, 0.74) 73%, rgba(50, 48, 49, 0.79) 81%, rgba(50, 48, 49, 0.83) 87%, rgba(50, 48, 49, 0.87) 100%); /* Standard syntax (must be last) */
}

.blog-grid .content-post {
	padding-left: 37px;
	padding-right: 15px;
	padding-bottom: 26.5px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	z-index: 20;
}

.blog-grid.blog-four-columns .content-post {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 15px;
}

.blog-grid .content-post .entry-title {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 27px;
	text-transform: uppercase;
}

.blog-grid .content-post .entry-title a:not(:hover) {
	color: #fff;
}
.blog-grid .content-post .entry-meta li {
	display: inline-block;
	margin-right: 32px;
	padding-right: 0;
	color: #e1e1e4;
	font-size: 16px;
}

.blog-grid .content-post .entry-meta li.post-comments {
	display: none;
}
.blog-grid .content-post .entry-meta li.post-date,
.blog-grid .content-post .entry-meta li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.blog-grid .content-post .entry-meta li.post-date {
	text-transform: uppercase;
}

.blog-grid .agra-button-container {
	padding-top: 15px;
}

.blog-grid .agra-button-container .agra-button {
	background-color: #fff;
}

/* Blog Grid v2 */
.blog-grid-v2 {
	margin-bottom: 0;
}

.blog-grid-v2 .content-post {
	padding-left: 44px;
	padding-right: 0;
	padding-top: 22px;
	padding-bottom: 38.5px;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 386px;
	background: #fff;
	z-index: 10
}

.blog-grid-v2.blog-four-columns .content-post {
	padding-left: 15px;
}

.blog-grid-v2.blog-two-columns article:nth-of-type(even) .content-post {
	margin-left: 92px
}

.blog-grid-v2 article {
	margin-bottom: 0px
}

.blog-grid-v2 .content-post .entry-title {
	font-size: 22px;
	margin-bottom: 34px;
	line-height: 27px;
	text-transform: uppercase;
	margin-top: 0;
}

.agra-blog-grid .content-post .entry-meta ul {
	max-width: 100%;
	font-weight: 400;
}

.blog-grid-v2 .content-post .entry-meta li {
	display: inline-block;
	margin-right: 69px;
	padding-right: 0;
	font-size: 16px;
	color: #a5a5a6;
}

.blog-grid-v2 .content-post .entry-meta li.post-categories a:not(:hover) {
	color: #323031;
}

.blog-grid-v2 .content-post .entry-meta li.post-comments {
	display: none;
}

.blog-grid-v2 .content-post .entry-meta li.post-date {
	position: absolute;
	font-weight: bold;
	font-size: 16px;
	top: -40px;
	right: 0;
	padding-top: 3px;
	margin-right: 0;
	width: 160px;
	height: 40px;
	line-height: 37px;
	color: #323031;
	background: #fbfbfb;
	text-align: center;
	text-transform: uppercase;
}

.blog-grid-v2 .content-post .entry-meta li.post-categories,
.blog-grid-v2 .content-post .entry-meta li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

/* Blog Grid v2 3 columns */
.blog-grid-v2.blog-three-columns {
	margin-bottom: 0;
}

.blog-grid-v2.blog-three-columns .content-post {
	padding-left: 25px;
	padding-right: 26px;
	padding-top: 20px;
	padding-bottom: 26px;
	margin-top: -41px;
	margin-left: 24px;
	margin-right: 26px;
	position: relative;
}

.blog-grid-v2 .wrap-entry-title {
	padding-left: 0;
}

.blog-grid-v2 .entry-box-title {
	margin-bottom: 0;
}

.blog-grid-v2.blog-three-columns .content-post .entry-title {
	font-size: 18px;
	margin-bottom: 9px;
	line-height: 22px;
	padding-left: 2px;
}

.blog-grid-v2.blog-three-columns .content-post .entry-meta li {
	display: inline-block;
	margin-right: 70px;
	padding-right: 0;
	margin-bottom: 4px;
}

.blog-grid-v2.blog-three-columns .content-post .entry-meta li.post-comments {
	display: none;
	margin-bottom: 0;
}

.blog-grid-v2.blog-three-columns .content-post .entry-meta li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.blog-grid-v2 ~ .navigation.paging-navigation .pagination {
	margin-top: -6px;
	margin-bottom: 17px;
}

.blog-grid-v2.blog-three-columns ~ .navigation.paging-navigation .pagination {
	margin-top: 20px;
	margin-bottom: 31px;
}

.meta-grid-v3,.blog-grid-v3 .entry-meta, .blog-grid-v3 .entry-meta li  {
	display: none;
}

.blog-grid-v3 .meta-grid-v3 .entry-meta,.blog-grid-v3 .meta-grid-v3 {
	display: block;
}

.blog-grid-v3 .meta-grid-v3 .entry-meta li.post-date,
.blog-grid-v3 .meta-grid-v3 .entry-meta li.post-author {
	display: inline-block;
	margin: 0;
	float: right;
	font-size: 16px;
}

.blog-grid-v3 .meta-grid-v3 .entry-meta li.post-date {
	float: left;
	color: #323031;
}

.blog-grid-v3 .meta-left {
	width: 100%;
}

.blog-grid-v3 .wrap-entry-title {
	padding-left: 0;
}

.blog-grid-v3 .entry-title {
	font-size: 18px;
	letter-spacing: -0.1px;
}

.blog-grid-v3 .featured-post {
	margin-bottom: 14px;
}

.blog-grid-v3 .meta-grid-v3 {
	margin-bottom: 18px;
}

/* Blog list
-------------------------------------------------------------- */
.themesflat-button-container .themesflat-button {
	margin-top: 20px;
}

.blog-list {
	padding-top: 14px;
	margin-bottom: 53px;
}

.blog-list article {
	padding-bottom: 0;
	margin-bottom: 43px;
}

.fullwidth .blog-list article {
	margin-bottom: 42px;
}

.blog-list .content-post {
	padding-top: 15px;
	position: relative;
}

.blog-list .content-post .entry-box-title {
	padding-left: 198px;
	margin-bottom: 0;
}

.fullwidth .blog-list .content-post {
	padding-top: 0;
	max-width: 935px;
	margin: auto;
	text-align: center;
}

.fullwidth .blog-list .featured-post a {
	display: block;
}

.fullwidth .blog-list .featured-post img {
	width: 100%;
	max-width: 100%;
}

.fullwidth .blog-list .content-post .entry-box-title {
	position: relative;
	padding-top: 15px;
	display: inline-block;
}

.blog-list .content-post .entry-title {
	font-size: 18px;
	margin-bottom: 19px;
	line-height: 22px;
	letter-spacing: -0.16px;
}

.blog-list .content-post .entry-meta {
	margin-bottom: 27.5px;
}

.blog-list .content-post .entry-meta li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 19px;
	border-right: 1px solid #d8d8d8;
}

.blog-list .content-post .entry-meta li.post-categories {
	border-right: 0 !important;
}

.blog-list .content-post p {
	letter-spacing: -0.16px;
}

.blog-list .content-post .entry-meta li.post-date,
single-post .content-post .entry-meta li.post-date {
	width: 179px;
	height: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 100px;
	font-weight: bold;
	color: #fff;
	background: #323031;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	padding: 0 0;
}

.blog-list .content-post .entry-meta li.post-comments {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.blog-list .agra_button {
	margin-top: 20px;
}

.fullwidth .blog-list ~ .navigation.paging-navigation .pagination {
	margin-bottom: 51px;
}

/* Blog list small
-------------------------------------------------------------- */
.blog-list-small {
	padding-bottom: -4px;
	position: relative;
	padding-top: 15px;
}

.blog-list-small .agra-button-container {
	margin-top: 57px;
}

.blog-list-small .wrap-entry-title, .blog-list-small .entry-box-title {
	margin-bottom: 0;
}

.blog-list-small .entry-meta .post-date {
	display: none;
}

.blog-list-small .entry-meta .post-categories {
	padding-right: 17px;
	margin-right: 14px;
}

.blog-list-small .entry-meta .post-comments {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

.blog-list-small article .featured-post .archive-post-time {
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	display: inline-block;
}

.blog-list-small article {
	display: table;
}

.blog-list-small .content-post {
	overflow: hidden;
}

.blog-list-small .content-post p {
	letter-spacing: -0.14px;
}

.blog-list-small .featured-post {
	float: left;
	margin: 0 30px 20px 0;
	width: 360px;
	position: relative;
	max-width: 50%;
}

.blog-list-small .entry-title {
	font-size: 18px;
	margin-bottom: 20.5px;
	line-height: 22px;
	margin-top: -6px;
}

.blog-list-small .entry-meta {
	margin-bottom: 29.5px;
}

.blog-list-small .entry-meta li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 19px;
	border-right: 1px solid #d8d8d8;
}

.blog-list-small .entry-meta li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.blog-list-small .agra_button {
	margin-top: 56px;
}

.blog-list-small ~ .navigation.paging-navigation .pagination {
	margin-top: 183px;
	margin-bottom: 110px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	position: relative;
	padding: 0px 0 80px !important;/* Customized hide for Head of each pg - padding: 174px 0 90px*/
	margin-bottom: 31px;
	border: 0px #ddd solid;
	text-align: center;
}

.page-title h2 {
	text-transform: uppercase;
	margin-bottom: 16px;
}

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

.page-social-bar {
	padding-right: 35px;
	padding-top: 20px;
	padding-left: 0;
	position: relative;
}

.page-social-bar .agra-socials  li a {
	font-size: 19px;
	color: #c5c3c3;
	padding: 0 19px;
}

.page-social-bar .agra-socials  li.tf-printer a {
	font-size: 32px;
	position: relative;
	top: 9px;
	padding-left: 28px;
}

.page-social-bar.below_page_title {
	position: absolute;
	top: 100%;
	text-align: right;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	padding:0;
	padding-right: 15px;
}

.page-social-bar.below_page_title .tf-printer {
	margin-left: 14px;
	background: #f9faf7;
}

.page-social-bar.below_page_title .agra-socials {
	display: inline-block;
	position: relative;
	padding-left: 30px
}

.page-social-bar.below_page_title .agra-socials:before {
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	width: 1200px;
	background: #ededec;
	z-index: -1;
}

.page-social-bar.below_page_title .tf-printer a {
	width: 67px;
	height: 79px;
	text-align: center;
	padding-top: 15px;
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
}

.breadcrumbs span {
	font-size: 16px;
	color: #ffc857;
}

.breadcrumbs span.sep {
	padding: 0;
	color: #fff;
}

.breadcrumbs span a,
.breadcrumbs a {
	color: #323031;
}

.breadcrumbs span a:hover,
.breadcrumbs a:hover {
	color: #ffc857;
}

.agra-top .content-left {
	float: left;
	letter-spacing: 0.1px;
}

.agra-top .content-right {
	float: right;

}

.header-style5.agra-top .content-right {
	margin-top: 11px;
	margin-bottom: 9px;
}

.widget.nav-widget.widget_text p {
	margin-bottom: 0;
}

.widget.nav-widget.widget_polylang .screen-reader-text {
	width: auto;
	display: inline-block;
	height:0;
	visibility: hidden;
	padding-right: 28px;
}

.widget.nav-widget.widget_polylang select {
	background: transparent;
	border:none;
	color: #fff;
	padding: 0;
	font-size: 14px;
	margin-bottom: 0;
}

.widget.nav-widget.widget_polylang select option {
	color: #222;
}

#lang_sel ul ul {
    width: 149px;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 25px;
    left: 0;
    border-top: 1px solid #cdcdcd;
    z-index: 10000;
}

#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
    visibility: visible;
}

#lang_sel li {
    float: left;
    width: 149px;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none !important;
}

#lang_sel li ul a, #lang_sel li ul a:visited {
    color: #444444;
}

.agra-top .border-left,
.agra-widget-languages,
.agra-top .border-right {
	position: relative;
}

.agra-top .border-left:before,
.agra-widget-languages:before,
.agra-top .border-right:after {
	content: '';
	right: 0;
	position: absolute;
	top:50%;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background-color: #d1d1d1;
}

.agra-top .border-left:before {
	right: auto;
	left: 0;
}

/* Blog
-------------------------------------------------------------- */
.entry-meta ul {
	list-style: none;
	margin: 0;
	float: left;
	margin-top: -2px;
}

.wrap-entry-title {
	padding-left: 2px;
}

.entry-meta {
	width: 100%;
}

.entry-meta ul.meta-right {
	float: right;
	color: #323031;
}

.entry-meta ul li {
	float: left;
	margin-right: 37px;
	position: relative;
	display: table;
	font-size: 14px;
	font-weight: 400;
}

.entry-meta ul li.post-categories {
	margin-right: 34px;
}

.entry-meta ul li a:not(:hover) {
	color: inherit;
}

.entry-meta ul li:last-of-type {
	margin-right: 0;
}

.entry-meta ul li i {
	padding-right: 5px;
}

.blog-grid .entry-meta ul li:after {
	content: none;
}

article {
	margin-bottom: 30px;
}

article .featured-post-container span.post-time {
	display: none;
}

article.has-post-thumbnail .featured-post-container span.post-time {
	display: block;
}

article .featured-post-container {
	position: relative;
	margin-bottom: 47px;
}

article.has-post-thumbnail .featured-post-container .post-time,
article.has-post-thumbnail .featured-post .archive-post-time {
	padding: 32px 30px 29px 30px;
	color: #323031;
	display: inline-block;
	background-color: #fff;
	width: 179px;
	text-transform: uppercase;
	line-height: initial;
	text-align: center;
}

article .video .featured-post iframe,
article .post_format-post-format-video .featured-post iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

article .featured-post a {
	display: inline-block;
	position: relative;
	background: #000000;
}

article .featured-post .archive-post-time {
	display: none;
}

article .featured-post 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;
}

.blog-grid .featured-post a:hover:before {
	background: rgba(0,0,0,0.4);
}

article .entry-title {
	margin-top: 9px;
	margin-bottom: 20px;
}

article .content-post {
	letter-spacing: 0.03px;
}

article.has-post-thumbnail span.post-time {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}

/* Blog Single
-------------------------------------------------------------- */
.blog-gallery-container {
	position: relative;
	padding: 0 15px;
}

.single-format-gallery .entry-content {
	padding-top: 44px ;
}

.single-format-gallery .fullwidth  blockquote {
	margin-top: 27px;
}

.blog-gallery-container .entry-box-title {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 90;
	margin-bottom: 60px;
}

.blog-gallery-container  .entry-title {
	font-size: 30px;
	margin-bottom: 59px;
	letter-spacing: -0.2px;
}

.blog-gallery-container .entry-meta li {
	line-height: 16px;
	border-right: 1px solid #8f8d8e;
	padding-right: 18px;
	margin-right: 15px;
	letter-spacing: 0.1px;
}

.blog-gallery-container  .entry-meta ul li.post-categories {
	padding-right: 15px;
	margin-right: 15px;
}

.blog-gallery-container .entry-meta li:last-of-type {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.blog-gallery-container .entry-title,
.blog-gallery-container li,
.blog-gallery-container li a {
	color: #fff;
}

.blog-gallery-container li a:hover {
	color: #ffc857;
}

.single-format-gallery .page-title {
	display: none;
}

.single-format-gallery .page-wrap {
	padding-top: 0;
}

.featured-post-container.blog-gallery {
	position: relative;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	height: 691px;
	max-height: 36vw;
	overflow: hidden;
}

.featured-post-container.blog-gallery li {
	height: 691px;
	max-height: 36vw;
}

.featured-post-container.blog-gallery li img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.fullwidth blockquote {
	margin-bottom: 54px;
	margin-top: 50px;
}

.entry-box-title {
	margin-bottom: 30px;
}

.tags-links a:hover {
	color: #fff;
	background: #323031;
}

article.blog-single {
	margin-bottom: 36px;
	padding-bottom: 33px;
	border-bottom: 1px solid #e1e1e4;
}

.blog-single .entry-content {
	margin-bottom: 37px;
	letter-spacing: -0.11px;
	border-bottom: 1px solid #e1e1e4;
}

.blog-single li.post-date {
	display: none;
}

.entry-footer strong {
	color: #323031;
}

.entry-footer .tags-links {
	float: left;
	margin-top: -5px;
}

.entry-footer .social-share-article {
	float: right;
}

.entry-footer .social-share-article ul {
	list-style: none;
	margin: 0;
	display: inline-block;
}

.entry-footer .social-share-article ul a {
	display: inline-block;
	width: 23px;
	height: 30px;
	border-radius: 50%;
	color: #323031;
	line-height: 30px;
	margin-left: 10px;
}

.entry-footer .social-share-article ul li.twitter a:hover {
	color: #259fef;
}

.entry-footer .social-share-article ul li.instagram a:hover {
	color: #dd4e42;
}

.entry-footer .social-share-article ul li.rss a:hover {
	color: #007ab5;
}

.entry-footer .social-share-article ul a i {
	line-height: 28px;
	font-size: 19px;
}

.agra-socials li a:hover,
.entry-footer .social-share-article ul li a:hover {
	color: #3b5998;
}

/* Comment List */
.comments-area {
	overflow: hidden;	
}

.comment-list-wrap {
	margin-bottom:28px;
}

.comment-list-wrap h2.comment-title {
	margin-bottom: 41px;
	font-size: 18px;
	padding-left: 2px;
	font-family: "Exo 2", sans-serif;
}

.comment-list-wrap .comment-list {
	list-style: none;
	margin: 0;
}

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

.comment-list > li > .children {
	margin-left: 122px;
}

.comment-list-wrap .comment_time {
	color: #e0bb63;
}

.comment-list-wrap .gravatar,
.comment-list-wrap .bypostauthor .gravatar {
	padding-right: 42px;
	float: left;
	position: relative;
}

.comment-list-wrap .gravatar:before {
	content: '';
	width:0;
	height: 0;
	top: 18px;
	right: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent; 
	border-right:14px solid #f5f5f6; 
	position: absolute;
}

.comment-list-wrap .comment_content {
	overflow: hidden;
	background-color: #f5f5f6;
	padding: 20px 34px 20px 32px;
}

.comment-list-wrap .comment_content:before {
	position: absolute;
	content: '';
	width:0;
	height: 0;
	top: 19px;
	left: -7px;
}

.comment-list-wrap .comment_meta {
	margin-bottom: 7px;
	position: relative;
}

.comment-list-wrap .comment_wrap {
	padding-bottom: 31px;
	margin-bottom: 0px;
}

.comment-list-wrap .comment_wrap:after {
	content: none;
}

.comment-list-wrap .comment_author {
	display: inline-block;
	margin: 0;
	font-weight: 500;
	margin-bottom: 11px;
}

.comment-list-wrap li:last-child  .comment_wrap {
	border: none;
}

.comment-list-wrap .comment-reply-link {
	position: absolute;
	font-weight: 500;
	top: 4px;
	right: 2px;
	font-style: italic;
}

.comment-list-wrap .comment-reply-link:hover {
	color: #323031;
}

.email-container label {
	color: #323031;
	font-weight: 500;
	margin-bottom: 0;
	display: table;
}

.agra_required {
	position: relative;
}

.agra_required:after {
	content: '*';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -11px;
}

.related-portfolios .title_related_portfolio,
.comment-respond .comment-reply-title {
	font-size: 18px;
	margin-top: 7px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Exo 2",'sans-serif';
	margin-bottom: 41px;
	color: #323031;
}

.comment-respond {
	margin-bottom: 40px;
}

.comment-respond input[type=submit] {
	font-weight: bold;
	padding-right: 80px;
	padding-left: 45px;
	font-size: 16px;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond input[type=url] {
	height: 47px;
	padding: 0;
	max-width: 654px;
}

.comment-respond input#email {
	height: 36px;
	font-size: 14px;
	margin-top: -4px;
}

p.comment-notes {
	margin-bottom: 27px;
}

.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-url {
	width: 32.333%;
	float: left;
	margin-bottom: -11px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	margin-right: 1.5%;
}

textarea#comment {
	margin-bottom: 2px;
}

/* sidebar
-------------------------------------------------------------- */
.sidebar {
	padding-top: 15px;
}

.widget ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar .widget ul li a {
	display: inline-block;
	position: relative;
	color: #323031;
}

.widget ul li a:hover,
.sidebar .widget ul li a:hover {
	color: #ffc857;
}

.sidebar .widget {
	margin-bottom: 36px;
}

.sidebar .widget_search {
	margin-bottom: 38px;
}

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

.sidebar .widget_categories {
	margin-bottom: 13px;
}

.widget .widget-title {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	margin-top: 0;
	padding-right: 32px;
	display: inline-block;
	font-size: 18px;
}

.sidebar .widget-recent-news {
	margin-bottom: 4px;
}

.widget .widget_recent_entries .widget-title {
	margin-bottom: 10px;
}

.widget .widget_archive .widget-title {
	margin-bottom: 12px;
}

/* Widget recent post */
.widget.widget_recent_entries .post-date {
	display: block;
	padding-left: 20px;
	margin-top: 5px;
	font-size: 14px;
	color: #b9c1cf;
	position: relative;
}

/* Widget instagram */
#sb_instagram.sbi_col_2 #sbi_images .sbi_item:nth-of-type(odd) {
	padding-left: 0!important;
}

#sb_instagram.sbi_col_2 #sbi_images .sbi_item:nth-of-type(even) {
	padding-right: 0!important;
}

/* widget category */
.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_recent_entries  ul li {
	position: relative;
	display: block;
	padding:12px 0px 12px 16px;
	margin-bottom: 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;
}

.widget.widget_categories >  ul {
	overflow: hidden;
	width: calc (100% + 15px );
	margin-left: -15px;
}

.widget.widget_categories ul li {
	text-align: right;
	display: table;
	width: 100%;
	padding: 0 20px 0 16px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	line-height: 50px;
	font-weight: 400;
	color: #8f8e8f;
}

.widget.widget_categories ul li a {
	float: left;
	padding: 19px 0 14px;
	line-height: initial;
	color: #323031;
}

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

.footer-widgets .widget.widget_categories ul li a {
	color: #808080;
}

.widget.widget_archive > ul > li,
.widget.widget-recent-news > ul > li,
.widget.widget_categories > ul > li,
.widget.widget_recent_entries  > ul > li {
	border-bottom: 1px solid #f5f5f6;
}

.widget.widget_archive ul li:before,
.widget.widget_recent_entries ul li:before {    
	font-family: "FontAwesome";
	content: "\f0da";
	font-size: 12px;
	color: #656565;
	position: absolute;
	left: 0;
	top: 11px;    
}

/* widget tags */
.sidebar .widget_tag_cloud {
	margin-bottom: 22px;
}

.widget .tagcloud {
	margin-right: -7px;
}

.footer-widgets .widget a,
.footer-widgets .widget .tagcloud a, .tags-links a {
	color: #808080;
}

.widget ul.children,
.widget.widget_nav_menu ul.sub-menu {
	padding-left: 10px;
}

.footer-widgets .widget a:hover {
	color: #ffc857;
}	

.widget .tagcloud a,.tags-links a {
	line-height: initial;
	font-size: 14px!important;
	border: 1px solid #f5f5f6;
	padding: 8px 17px 8px 16px;
	color: #323031;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 7px;
}

.tags-links a:last-child {
	background: #323031;
	border: #323031;
	color: #fff;
}

.widget .tagcloud a:hover {
	background: #f5f5f6;
}

.sidebar .widget_tag_cloud .widget-title {
	margin-bottom: 24px;
}

/* 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;
}

.widget_search .search-form .search-submit {
	background-image: url(../images/search.png);
	background-color: transparent;
	background-size: 22px;
	background-position: center 3px;
	background-repeat: no-repeat;
	border: none;
	width: 65px;
	height: 100%;
	padding: 5px 0 5px 10px;
	text-indent: -9999px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity=100);
}

.widget_search .search-form .search-submit:hover {
	background-color: #323031;
	background-position: center 100%;
}

.widget_search .search-form input[type="search"] {
	margin-bottom: 0;
	font-size: 14px;
	color: #a5a5a6;
	background: #f5f5f6;
	border: none;
	padding-left: 20px;
}

/* widget recent post */
.widget.widget-recent-news .widget-title {
	margin-bottom: 29px;
	margin-top: 29px;
}

.widget.widget-recent-news li {
	display: table;
	margin-bottom: 30px;
}

.widget.widget-recent-news .thumb {
	float: left;
	margin-right: 18px;
	position: relative;
}

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

.widget.widget-recent-news .text h4 {
	line-height: 24px;
}

.widget.widget-recent-news .thumb a {		
	position: relative;
	display: block;
	background: #000000;   
}

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

.widget.widget-recent-news .thumb a:hover img {
	-webkit-opacity: 0.4;
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4; 
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	filter: alpha(opacity=40);
}

.widget.widget-recent-news .thumb a:after, 
.widget.widget-recent-news .thumb a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 30px;
	background: #fff;
	top: 50%;
	left: 50%;
	z-index: 9999;   
	margin-top: -15px;
	margin-left: -1px;
	visibility: hidden;
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	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;
}

.widget.widget-recent-news .thumb a:before {
	height: 1px;
	width: 30px;
	margin-top: -1px;
	margin-left: -15px;
}

.widget.widget-recent-news .thumb:hover a:before,
.widget.widget-recent-news .thumb:hover a:after {
	visibility: visible;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1; 
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
}    

.widget.widget-recent-news .recent-news li .text h4 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 11px;
	margin-top: -6px;
}

.widget.widget-recent-news .no-thumbnail.recent-news li .text h4 {
	margin:5px 0;
}

.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: 12px;
	color: #ffc857;
	letter-spacing: -0.01px;
}

.sidebar .widget.widget-brochures ul li {
	margin-bottom: 5px;
}

.widget-brochures ul li {
	position: relative;
	background-color: #3a526a;
	padding: 0 0 0 26px;
	border-radius: 3px;
	width: 230px;
}

.widget-brochures ul li:before {
	position: absolute;
	right: 25px;
	top: 11px;
	font-family: FontAwesome;
	content: "\f019";
	color: #fff;
	font-size: 14px;
}

.sidebar .widget-brochures ul li a {
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1px;
}

/* Pagination
-------------------------------------------------------------- */
.agra-middle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.navigation.paging-navigation {
	text-align: center;
}

.navigation.posts-navigation ul {
	margin: 0;
}

.navigation.posts-navigation li {
	width: 261px;
	height: 116px;
	text-align: center;
	float: left;
	position: relative;
	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;
	font-weight: bold;
}

.single-portfolios .agra-middle {
    margin-top: -78px;
}

.single-portfolios.portfolio3 .navigation.posts-navigation li {
	width: 210px;
	height: 101px;
}

.single-portfolios.portfolio3 .social-share-article {
	margin-bottom: 78px;
}

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

.navigation.posts-navigation li:hover {
	background-color: #ffc857;
}

.navigation.posts-navigation li.next-post {
	float: right;
    right: 9px;
}

.navigation.posts-navigation li span {
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #323031;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

.navigation.posts-navigation li img {
	opacity: 0.1;
	filter: alpha(opacity=10);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.navigation.paging-navigation .pagination,
.navigation.paging-navigation.pager {
	margin: 0px ;
	margin-bottom: 57px;
	text-align: left;
	height: 40px;
}

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

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

.navigation.paging-navigation a,
.navigation.paging-navigation span,
.page-links a, .page-links > span {
	width: 17px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #999;
	font-weight: 500;
}

.navigation.paging-navigation.pager a {
	display: inline-block;
	text-transform: uppercase;
	color: inherit;
}

.navigation.paging-navigation .next.page-numbers,
.navigation.paging-navigation .prev.page-numbers {
	width: 75px;
	top: 2px;
	position: relative;
}

.navigation.paging-navigation .prev.page-numbers {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.navigation.paging-navigation .page-numbers i {
	font-size: 20px;
	font-weight: bold;
}

.navigation.paging-navigation a:hover,
.navigation.paging-navigation .current,
.page-links a:hover, .page-links a:focus, 
.page-links > span {	
	border-color: transparent;
	color: #323031;
}

/* 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;
	padding-top: 73px;
}

.infscr-loading { 
	background: #000 url("../images/loading.gif") no-repeat scroll center 15px;
	bottom: 40px;
	color: #ccc;
	left: 50%;
	margin-left: -90px;
	opacity: 0.8;
	padding: 80px 0 10px;
	position: fixed;
	text-align: center;
	width: 180px;
	z-index: 100;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.infscr-loading.no-ajax {
	background: #000;
	padding: 10px;
}

/* Page-callout
-------------------------------------------------------------- */
.agra-page-callout {
    display:none;/* Customized remove newsletter org */
	padding-top: 30px;
	padding-bottom: 27px;
	background: #f7f7f7;
}

.agra-page-callout p:last-of-type {
	margin-bottom: 0;
}

.agra-page-callout .widget {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.agra-page-callout .widget-title {
	text-transform: none;
	font-size: 20px;
	margin-bottom: 11px
}

.agra-page-callout .mc4wp-form {
	padding-top: 9px;
}

.agra-page-callout input[type=email] {
	width: calc( 100% - 97px);
	padding-left: 19px;
	margin-right: 30px;
	height: 60px;
	float: left;
	border: none;
	padding-top: 16px;
}

.agra-page-callout button[type=submit] {
	width: 67px;
	height: 60px;
	background: #e0bb63;
	color: #fff;
	border: none;
	font-size: 24px;
	padding: 0;
	text-align: center;
}

.agra-page-callout button:hover {
	background: #323031;
}

.agra-page-callout button:hover i {
	-webkit-animation: slideInUp 0.3s forwards;
	-moz-animation: slideInUp 0.3s forwards;
	animation: slideInUp 0.3s forwards;
}

.flex-box {
	display: flex;
	display: -webkit-flex;
	display: -webkit-box;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

/* Widget footer
-------------------------------------------------------------- */
.footer, .footer a {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

.footer .widget-title {
	color: #fff;
	margin-top: 7px;
	margin-bottom: 23px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer li > * {
	line-height: 34px;
	margin: 0;
	font-style: normal;
}

.themesflat-flogo {
	margin-bottom: 12px;
}

.themesflat_contact_list li {
	padding-left: 29px;
	position: relative;
}

.themesflat_contact_list li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}

.footer-style2 .agra-flogo {
	margin-bottom: 16px;
}

.footer-style2 .footer-widgets .menu li {
	display: inline-block;
	padding-right: 25.5px;
}

.footer-style2 .footer-widgets .menu li:last-of-type {
	padding-right: 0;
}

.footer-style2 .footer-widgets .menu li a {
	font-size: 16px;
}

.footer-style2 .footer, .footer-style2 .bottom {
	text-align: center;
}

.footer-style2 .agra-socials li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	border: 1px solid #808080;
	margin-right: 16px;
	color: #808080;
}

.footer-style2 .agra-socials li:last-of-type a {
	margin-right: 0;
}

.footer-style2 .agra-socials li a:hover {
	color: #323031;
	background: #808080;
	border-color: #808080;
}

.footer-style2 .bottom .copyright p {
	letter-spacing: -0.02px;
}

/* Bottom menu
-------------------------------------------------------------- */
.widget-custom-menu {
	float: right;
}

#menu-bottom li {
	display: inline-block;
}

#menu-bottom li a {
	color: #e5e5e5;
	font-size: 14px;
	padding: 0 0 0 28px;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

#menu-bottom li a:hover {
	color: #ffc857;
}

/* Portfolio Single
-------------------------------------------------------------- */
.single-portfolios {
	padding-bottom: 40px;
}

.single-portfolios hr {
	margin-top: 41px;
	margin-bottom: 38px;
}

.single-portfolios .portfolio-detail.full_content hr {
	margin-top: 10px;
	margin-bottom: 49px;
}

.single-portfolios   ul {
	margin: 0;
	list-style: none;
}

/* project single 1*/
.single-portfolios .page-wrap {
	padding: 27px 0 0;
}

.single-portfolios .single-portfolio-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 23.5px;
    text-transform: uppercase;
    margin-top: -4px;
}

.single-portfolios .portfolio-detail {
	position: relative;
}

.single-portfolios .project_details {
	margin-bottom: 17px;
	list-style: none;
    letter-spacing: -0.12px;
}

.single-portfolios .project_details li {
	display: block;
	margin-bottom: 17px;
	line-height: 26px;
}

.single-portfolios .project_details li:nth-of-type(2) {
	margin-bottom: 18px;
}

.single-portfolios .project_details li:nth-of-type(3) {
	margin-bottom: 20px;
}

.single-portfolios .project_details li:last-of-type {
	margin-bottom: 0;
}

.single-portfolios .entry-content {
	margin-bottom: 32px;
}

.single-portfolios .entry-content p {
	margin-bottom: 24px;
	letter-spacing: -0.14px;
}

.single-portfolios .entry-content p:last-of-type {
	margin-bottom: 0;
}

.single-portfolios .social-share-article {
	margin-bottom: 56px;
}

.single-portfolios .agra-portfolio-single-slider {
	margin-bottom: 92px;
	position: relative;
}

.single-portfolios .agra-socials {
	display: inline-block;
}

.single-portfolios .social-share-article label {
    margin-right: 11px;
    line-height: 30px;
}

.single-portfolios #agra-portfolio-carousel {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
	max-width: calc(100% - 68px); 
	position: relative;
}

.single-portfolios #agra-portfolio-carousel  .flex-direction-nav li a:not(:hover)  {
	color: #323031;
}

.single-portfolios #agra-portfolio-carousel  .flex-direction-nav li a  {
	margin-top: 0;
	left: -50px;
}

.single-portfolios #agra-portfolio-carousel  .flex-direction-nav li a.flex-next  {
	left: auto;
	right: -50px;
}

.single-portfolios #agra-portfolio-carousel li {
	text-align: center;
	max-height: 100px;
	overflow: hidden;
}

.single-portfolios #agra-portfolio-carousel  img {
	width: 165px;
}

.single-portfolios .agra-socials li {
	margin-right: 6px;
}

.single-portfolios .agra-socials li a  {
	font-size: 17px;
}

.single-portfolios .agra-socials li a:not(:hover)  {
	color: #e1e1e4;
}

/* project single 2*/
.single-portfolios.portfolio2 .agra-strech {
	padding: 0 15px;
}

.single-portfolios.portfolio2 .single-portfolio-title {
	margin-bottom: 26.5px;
	margin-top: 0;
}

.single-portfolios.portfolio2 .navigation.posts-navigation li {
	width: 70px;
	height: 70px;
	background: #323031;
}

.single-portfolios.portfolio2 .navigation.posts-navigation li a {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-portfolios.portfolio2 .navigation.posts-navigation li:hover {
	background-color: #ffc857
}

.single-portfolios.portfolio2 .navigation.posts-navigation li span,
.single-portfolios.portfolio2 .navigation.posts-navigation li img {
	display: none;
}

.single-portfolios.portfolio2 .navigation.posts-navigation li:before {
	content: "\e90f";
	line-height: 70px;
	font-family: 'icomoon';
	font-size: 25px;
	display: inline-block;
	color: #fff;
}

/* Project single 2*/
.single-portfolios.portfolio2 .page-wrap {
	padding: 19px 0 0;
}

.single-portfolios.portfolio2 .project_details {
	margin-bottom: 76px;
	list-style: none;
	display: table;
	width: 100%;
}

.single-portfolios label {
	margin-bottom: 0;
	color: #323031;
}

.single-portfolios.portfolio2 .agra-portfolio-single-slider {
	margin-bottom: 120px;
}

.single-portfolios .project_details li label{
	width: 100%;
	color: #323031;
	letter-spacing: 0.1px;
}

.single-portfolios.portfolio2 .project_details li {
	width: 25%;
	float: left;
	line-height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}

.single-portfolios.portfolio2 .project_details li:last-of-type {
	margin-bottom: 0;
}

.single-portfolios.portfolio2 .entry-content {
	margin-bottom: 31px;
}

.single-portfolios.portfolio2 .entry-content p {
	margin-bottom: 24px;
}

.single-portfolios.portfolio2 .social-share-article {
	margin-bottom: 56px;
}

/* Sidebar Menu
-------------------------------------------------------------- */
.sidebar .widget.widget_nav_menu ul li {
	display: block;
	padding: 0 0 0 22px;
	margin-bottom: 2px;
	color: #323031;
	background-color: #f1f1f1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}

.sidebar .widget.widget_nav_menu ul li a {
	padding-top: 19px;
	padding-bottom: 15px;
	display: block;
	position: relative;
	z-index: 10;
}


.sidebar .widget.widget_nav_menu ul.sub-menu li {
	padding: 0 0 0 0;
}

.page_about3 .widget_nav_menu {
	margin-bottom: 28px;
}

.tf_banner {
	padding: 63px 30px 47px;
	font-size: 14px;
	line-height: 22px;
}

.tf_banner h4 {
	color: #ffc857;
	text-transform: uppercase;
	margin-bottom: 30px;
}

/* agra List
-------------------------------------------------------------- */
ul.agra-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.agra-list li {
	position: relative;
	line-height: 30px;
}

/* Bottom
-------------------------------------------------------------- */
.bottom .col-md-12 {
	display: table;
	min-height: 81px;
}

.bottom .col-md-12 > * {
	display: table-cell;
	vertical-align: middle;
}

.bottom .copyright p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	padding-top: 3px;
	letter-spacing: 0.05px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	float: right;
	width: 67px;
	height: 81px;
	cursor: pointer;   
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;   	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;	
}

.agra-gotop-fixed .go-top {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.go-top.agra-radius {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.go-top.agra-show {
	right: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	z-index: 9999;
	position: relative;
	background-color: #262425;
}

.go-top.agra-show:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -2px;
	content: "";	
	width: 0;
	height: 0;
	z-index: 10;
	border-bottom: 8px solid #717171;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
	margin-left: -5px;
}

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

.go-top:hover:after {
	border-bottom: 8px solid #fff;
}

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

/* Scroll Down */
.rotate.scroll_down:not(:hover) {
	color: inherit;
}
.rotate.scroll_down:hover {
	animation-name: slideInDown;
	animation-iteration-count: infinite;
	-webkit-animation-name: slideInDown;
	-webkit-animation-iteration-count: infinite;
}
.rotate.icon-mouse {
	rotate
}

/* boxed
-------------------------------------------------------------- */
.boxed .agra-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;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-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;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2 > span,
.loading-effect-2 > span:before,
.loading-effect-2 > span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #ffc857;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent!important;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent!important;
}

.loading-effect-2 > span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent!important;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		}	to {
			-webkit-transform: rotate(360deg);
			-moz-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			-o-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes effect-2 {
		from {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			-o-transform: rotate(0deg);
			transform: rotate(0deg);
			}	to {
				-webkit-transform: rotate(360deg);
				-moz-transform: rotate(360deg);
				-ms-transform: rotate(360deg);
				-o-transform: rotate(360deg);
				transform: rotate(360deg);
			}
		}

/* Sidebar services page
-------------------------------------------------------------- */
.themesflat-button, .footer .themesflat-button,
.navigation.loadmore a {
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 10px 70px 13px 33px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-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-button.have_background:hover,
.themesflat-button-round:hover {
	background-color: #ffc857;
	border-color: #ffc857;
	color: #fff;
}

.navigation.loadmore a {
	padding:0 91px 0 54px;
	color: #323031;
}

.footer .themesflat-button.themesflat-iconleft {
	font-weight: 400;    
	padding-top: 15px;
    padding-bottom: 12px;
}

.themesflat-button.no_background {
	border: none;
	padding-left: 0;
}

.themesflat-button.no_background:hover {
	color: #ffc857;
}

.themesflat-button.no_background:before {
	content: none;
}

.themesflat-button.no-background:before {
	content: none;
}

.themesflat-button.no-background:hover {
	color: #ffc857;
}

.themesflat-button.themesflat-iconleft, .footer .themesflat-button.themesflat-iconleft {
	padding-left: 94px;
	padding-right: 0;
	width: 226px;
}

.themesflat-button.themesflat-button-round {
	border-radius: 24px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 14px;
}

.themesflat-button.themesflat-button-round i {
	font-size: 28px;
}

.navigation.loadmore a i, 
.themesflat-button i {
	opacity: 1;
	filter: alpha(opacity=100);
	position: absolute;
	right: 31px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 20px;
	font-weight: 700;
}

.themesflat-button.themesflat-iconleft i, 
.footer .themesflat-button.themesflat-iconleft i {
	right: auto;
	left: 51px;
}

.footer .themesflat-button:hover,
.navigation.loadmore a:hover {
	color: #fff;
}

.themesflat-button.themesflat-button-round.contact {
	padding-left: 91px;
}

.themesflat-button.themesflat-button-round.contact i {
	left: 41px;
}

.footer .agra-shortcode-socials li {
	padding-left: 30px;
	position: relative;
}

.footer .agra-shortcode-socials li i {
	position: absolute;
	left: 0;
	top: 9px;
	font-size: 17px;
}

.footer .widget_nav_menu {
	margin-bottom: 30px;
}

.footer_background {
	padding: 0;
}

.footer_background, .bottom {
	position: relative;
}

.footer_background:before {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
}

.footer-style2 .widget_nav_menu {
	margin-bottom: 20px;
}

.custom_page1 .bottom .col-md-12 {
	min-height: 93px;
	text-align: center;
}

.custom_page1 .agra-button.agra-button-round {
	border-radius: 0;
}

.custom_page1 .agra-page-callout,
.custom_page1 .footer_background,
.custom_page1 .rev_slider,
.custom_page1 .agra-portfolio {
	max-width: 1367px;
	margin: auto;
}

.custom_page1 .agra-page-callout {
    padding-bottom: 43px;
}

.slider_radius ul.tp-revslider-mainul {
	border-radius: 0 0 30px 30px;
}

.custom_page2 #rev_slider_1_1_wrapper .tp-bullets {
		display: none;
}

.custom_page2 .agra-boxed,
.custom_page2 .testimonial-sliders {
	max-width: 1780px;
	margin: auto;
}

.agra_boxed_after {
	position: fixed;
	right: 0;
	height: 100%;
	display: none;
}

.custom_page2 .agra_boxed_after {
	display: block;
}

/* Bottom */
.bottom .agra-socials {
	text-align: right;
}

.bottom .agra-socials a {
	margin-left: 13px;
	text-align: right;
	font-size: 20px;
}

.footer .agra-button:hover {
	border: 1px solid #ffc857;
}

.bottom .agra-socials li:first-of-type a {
	margin-left: 0;
}

/* Contact
/* wpml*/
.agra-widget-languages  #lang_sel {
	height: auto;
	font-family: inherit;
	float: right;
}

.agra-widget-languages  #lang_sel a {
	border: none;
	font-size: 12px;
	line-height: 30px;
}

.agra-widget-languages #lang_sel li {
	width: auto;
	min-width: 91px;
}
.agra-widget-languages #lang_sel a.lang_sel_sel {
	background: none;
}

.agra-widget-languages #lang_sel a.lang_sel_sel:after {
	content: "\f107";
	font-family: FontAwesome;
	line-height: 30px;
	position: absolute;
	right: 0px;
}

.agra-widget-languages #lang_sel img.iclflag {
	top: 0;
	width: 16px;
	height: 11px;
}

/* Home 8
-------------------------------------------------------------- */
.home8_port1 .portfolio-filter {
    padding-bottom: 0;
    margin-bottom: 13px;
}

.agra_iconbox.home8_icb1 .title {
	letter-spacing: 0.6px;
	margin-bottom: 23px;
}

/* Home 6
-------------------------------------------------------------- */
.home6_port1  .portfolio-filter a {
	line-height: 38px;
}

.home6_port1  .filter-top-right.portfolio-filter {
	top: -100px;
}
.home6_port1 .portfolio-filter {
	padding-bottom: 31px;
}

.home10_port1 .portfolio-filter {
    padding-left: 0;
    padding-right: 24px;
    padding-bottom: 30px;
}

.text-white.portfolio-filter li:not(.active) a:not(:hover), .text-white.title-section .title {
	color: #fff;
}

.text-grey.title-section .title,.text-grey.portfolio-filter li:not(.active) a:not(:hover) {
	color: #797778;	
}

/* Home 5
-------------------------------------------------------------- */
.h5_icb1 .icon img {
	margin-bottom: 16px;
}

/* Home 4
-------------------------------------------------------------- */
.home4_port1 .filter-top-right.portfolio-filter {
	top: -84px;
}

/* Home 2
-------------------------------------------------------------- */
.home2_port1 .title-section {
    padding-bottom: 32px;
}

.home2_port1 .agra-portfolio {
	position: relative;
}

/* Home
-------------------------------------------------------------- */
.home_port1 .filter-top-right.portfolio-filter,
.home7_port1 .filter-top-right.portfolio-filter {
	top: -85px;
}

.home_imgb1.agra_imagebox.style2 .imagebox-entry-content {
    padding: 4px 19px;
}

.home_imgb1.agra_imagebox.style2 .imagebox-title {
   margin-bottom: 9px;
}

.home_imgb2.agra_imagebox.style2 .imagebox-entry-content {
    padding: 1px 22px;
}

.home_imgb2.agra_imagebox.style2 .imagebox-title {
   margin-bottom: 13px;
}

.home_iconbox1 .title {
	padding-right: 14px;
}

/* Home
-------------------------------------------------------------- */
.agra_imagebox.home6_imgb1 .imagebox-title {
	margin-bottom: 9px;
}

.agra_imagebox.home6_imgb1 .imagebox-entry-content {
    padding-left: 22px;
    padding-bottom: 3px;
}

.agra-button.mainslider_cus1 {
    padding: 13px 66px 13px 39px;
}

/* wcf7 style
-------------------------------------------------------------- */
.wcf7_border {
	padding: 66px 15% 49px 17%;
	background: #f7f3f3;
}
.wcf7_border h4 {
	font-size: 22px;
	margin-bottom: 34px;
}
.wcf7_border input[type=text],
.wcf7_border input[type=email],
.wcf7_border input[type=phone],
.wcf7_border textarea,
.wcf7_border input[type=tel] {
    border: 1px solid #dad8d8;
    padding: 13px 20px;
    height: 45px;
    font-size: 14px;
    margin-bottom: 16px;
}

.wcf7_border input[type=submit]{
    min-width: 136px;
    font-weight: bold;
    padding-left: 28px;
    font-size: 16px;
    text-align: left;
    margin-left: 1px;
    background-position-x: calc( 100% - 21px )!important;
}

.wcf7_border textarea{
	height: 114px;
}

.wcf7_border input[type=text]:focus,
.wcf7_border input[type=email]:focus,
.wcf7_border input[type=phone]:focus,
.wcf7_border input[type=tel]:focus {
    border: 1px solid #ffc857;
}

.vc_parallax.vc_row[data-vc-full-width] {
	overflow: hidden!important;
}

/* About 2
-------------------------------------------------------------- */
.about2_cus1 {
	background-position-x: calc( 100% - 15px);;
	background-repeat: no-repeat;
}

.about2_text1 {
	padding-left: 30px;
}

.about2_text1 .wpb_wrapper {
	background: #323031;
	max-width: 640px;
	padding: 36px 63px 66px 43px;
	color: #fff;
	position: relative;
}

.about2_text1 .wpb_wrapper:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: -30px;
	width: 220px;
	height: 145px;
	border-left: 1px solid #323031;
	border-bottom: 1px solid #323031;
}

/* flickr-photos
-------------------------------------------------------------- */
.flickr-photos .flickr_badge_image {
	width: 50%;
	float: left;
}
/* Customized One */
.ctbl th,td{
    text-align:left;
}
.ctbl{
    color:#000;
}

#text-44{
    display:none;
}
#text-45{
    display:none;
}
#nav_menu-11 h5{
    margin-left:45px;
}
.menu-footer-sitemap-container{
    margin-left:45px;
}
/*
ul.dload{
    list-style-image: url('http://seoservicesinsingapore.com/kodi/wp-content/uploads/2018/01/cloud-download-50-1.png');
}
*/
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}
li.dload {
background: url('http://seoservicesinsingapore.com/kodi/wp-content/uploads/2018/01/cloud-download-50-1.png') no-repeat left top;
height: 54px;
padding-left: 66px;
padding-top: 16px;
}
.page-title .container{
display:none !important;
}
.logo img{
    width:245px !important;
}

/* CUSTOMIZED ADDING */
.button-container{display:none;}
