/*!
Theme Name: Agensy
Theme URI: http://underscores.me/
Author: AccessPressThemes
Author URI: http://accesspressthemes.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agensy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Agensy is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
	font-family: sans-serif;
	box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom:0;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed
}

.clear:after {
	clear: both
}

a {
	text-decoration: none;
}

a:focus {
	text-decoration: none !important;
	box-shadow: none !important;
}

ul {
	list-style: none;
}

input,
button,
select,
textarea:focus {
	outline: none;
}

.form-control::-moz-placeholder {
	font-size: 13px;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	flex-basis: 0;
	order: 1;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	font-family: Hind, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #888;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin: 0 0 20px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px;
	text-align: left;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #888;
}

a:hover,
a:active {
	color: /*#c28f15*/rgb(30,52,93);
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: left;
}

.main-navigation ul li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width:768px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 70px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}


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


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


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


/*Header*/

.site-header {
	position: relative;
	background: #fff;
}

.agensy-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1190px;
}

@media (max-width:1169px) {
	.agensy-container {
		padding: 0 20px;
	}
}

.info-wrapper {
	background-color: /*#cba14c*/rgb(30,52,93);
	line-height: 2;
	padding: 5px 0;
}

.info-wrapper .email,
.info-wrapper .phone {
	float: left;
	width: 20%;
	text-align: left;
}

.info-wrapper .email a,
.info-wrapper .phone a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	display: block;
}

.info-wrapper .email a span,
.info-wrapper .phone a span {
	display: block;
	word-break: break-all;
}

.info-wrapper .email a i,
.info-wrapper .phone a i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.info-wrapper .social-icons {
	float: right;
	width: 60%;
	text-align: right;
}
.info-wrapper .social-icons a {
	margin-right: 10px;
	color: #ffffff;
}
.info-wrapper .social-icons a:hover {
	color: #222;
}
.site-header .site-branding,
.site-header .main-navigation {
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
}
.site-header .site-branding {
	width: 20%;
	padding:5px 0;
}
.site-header .main-navigation {
	width: 80%;
}
.site-header .site-branding a,
.site-header .site-branding a img {
	display: block;
}
.site-header .main-navigation .menu-menu-1-container ul {
	float: right;
}
.site-header .main-navigation .menu-menu-1-container li a {
	font-size: 16px;
	color: #1d1d1d;
	padding: 20px 15px;
}
.site-header .main-navigation .menu-menu-1-container li ul li a {
	padding: 10px;
	border-top: 1px solid #f1f1f1;
}
.site-header .main-navigation .menu-menu-1-container li.current_page_item > a,
.site-header .main-navigation .menu-menu-1-container li > a:hover {
	color: /*#c28f15*/rgb(30,52,93);
	font-weight: bold;
}
.nav-menu>li:last-child ul {
	float: none;
	right: 0;
	left: auto;
}
.nav-menu>li:last-child ul ul {
	right: 100%;
	left: auto;
}
.main-navigation ul.nav-menu>li:last-child ul li:hover>ul,
.main-navigation ul.nav-menu>li:last-child ul li.focus>ul {
	right: 100%;
	left: auto;
}
/*--------------------
Banner start
--------------------*/

.content-slider {
	position: relative;
}
.content-slider:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.37);
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.slider-content-wrap {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	max-width: 760px;
	width: 100%;
	padding: 0 10px;
}
.slider-content-wrap .title {
	color: #ffffff;
	font-size: 30px;
	font-family:'Playfair Display', serif;
	font-style: italic;
	margin-bottom: 7px;
}
.slider-content-wrap .about-post-content{
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	line-height: 70px;
}
.slider-content-wrap .about-post-content p {
	margin: 0;
}
.slider-content-wrap .slider-btn {
	margin-top: 40px;
}
.slider-content-wrap .slider-btn a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #ffffff;
	padding: 15px 37px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.slider-content-wrap .slider-btn a:hover {
	background: /*#cba14c*/rgb(30,52,93);
}
.carousel-main-slider .owl-dots {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-main-slider .owl-dots .owl-dot {
	display: block;
	margin: 5px 0;
}
.carousel-main-slider .owl-dots .owl-dot span {
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 3px;
}
.carousel-main-slider .owl-dots .owl-dot.active span {
	background: rgba(255, 255, 255, 0.6);
}
/*--------------------------
Section css start
---------------------------*/

section {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-title {
	margin-bottom: 55px;
}
.section-title h2 {
	font-size: 46px;
	color: #41424e;
	line-height: 1.2;
	margin: 0;
}
.section-description {
	color: #727888;
	font-size: 22px;
	margin-bottom: 80px;
}
/*---------------
About_us_section
----------------*/

.about-content-wrap {
	text-align: left;
}

.about-content-wrap .left-about-content {
	float: left;
	width: 60%;
	padding-right: 35px;
}

.about-content-wrap .right-about-content {
	float: right;
	width: 40%;
	padding-left: 35px;
}

.about-content-wrap .left-about-content .section-title {
	margin-bottom: 60px;
}

.about-post-content {
	margin-bottom: 40px;
}

.about-content-wrap .left-about-content .about-posts span a {
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #727888;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #d5d6d8;
	font-size: 17px;
	padding: 13px 26px;
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
	-moz-box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
	box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
}

.about-content-wrap .left-about-content .about-posts span a:hover {
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
}


/*-------------
faq section
---------------*/

.agensy-faq-wrapper {
	max-width: 554px;
	width: 100%;
	background: #eaf2fa;
	padding: 50px;
	text-align: left;
}

.agensy-faq-wrapper .section-title {
	margin-bottom: 15px;
}

.agensy-faq-wrapper .section-title h2 {
	color: #41424e;
	font-size: 38px;
	font-weight: 500;
}

.agensy-faq-wrapper .section-description {
	color: #727888;
	font-size: 16px;
	margin-bottom: 30px;
}

.agensy-faq-wrapper .tab-title h3 {
	color: #404045;
	margin: 0 0 25px;
	padding: 0 30px 15px 0;
	border-bottom: 1px solid #dce3eb;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.agensy-faq-wrapper .tab-contents {
	color: #5b5b5b;
	margin-bottom: 35px;
}

.agensy-faq-wrapper .tab-contents p {
	margin: 0;
}

.agensy-faq-wrapper .tab-title h3:after {
	content: "\f067";
	position: absolute;
	top: 0;
	right: 10px;
	font-family: FontAwesome;
}

.agensy-faq-wrapper .tab-title h3.enabled:after {
	content: "\f068";
}


/*---------------
feature section
-----------------*/

.agensy-home-features {
	padding-bottom: 80px;
}

.agensy-feature-wrap .agensy-features-page {
	width: 30.33%;
	margin-left: 3%;
	float: left;
	margin-bottom: 20px;
}

.agensy-feature-wrap .agensy-features-page:nth-of-type(3n+1) {
	clear: left;
}

.agensy-feature-wrap {
	margin-left: -3%;
}

.features-image-wrap {
	margin-bottom: 15px;
}

.features-image-wrap img {
	display: block;
	margin: 0 auto;
}

.agensy-feature-title {
	color: #41424e;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.agensy-feature-description p {
	margin: 0;
}


/*--------------
service section
----------------*/

.agensy-service-page-wrap {
	padding: 0;
	text-align: left;
}

.agensy-service-slidder-wrapper {
	background: #f6f6f6;
	display: table;
}

.agensy-featured-image,
.agensy_featured-content {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}

.agensy_featured-content {
	padding: 110px 40px 110px 20px;
}

.agensy-service-num,
.agensy_featured-content-main {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.agensy-service-num {
	padding: 20px;
	text-align: center;
	border-right: 1px solid #c5c5c5;
	font-size: 80px;
	color: #41424e;
	line-height: 1;
	max-width: 180px;
	width: 100%;
}

.agensy_featured-content-main {
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	padding-left: 70px;
	padding-right: 50px;
}

.agensy_featured-content-main h2 {
	margin: 0;
	color: #41424e;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}

.agensy-service-page-wrap .owl-dots {
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.agensy-service-page-wrap .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}

.agensy-service-page-wrap .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #222;
	border: 2px solid #222;
}

.agensy-service-page-wrap .owl-dots .owl-dot.active span {
	background: #fff;
	width: 15px;
	height: 15px;
}


/*----------------------
Team section css
------------------------*/

.agensy-team-wrap {
	padding-bottom: 60px;
}

.team-members-contents {
	margin-left: -3%;
}

.agensy-team-wrap .widget_agensy_team {
	width: 30.33%;
	margin-left: 3%;
	float: left;
	-webkit-box-shadow: 0 0 3px 6px rgba(242, 242, 242, 0.3);
	box-shadow: 0 0 3px 6px rgba(242, 242, 242, 0.3);
	padding: 0;
	margin-bottom: 40px;
}

.agensy-team-wrap .widget_agensy_team:nth-of-type(3n+1) {
	clear: left;
}

.member-image {
	position: relative;
}

.member-image img {
	display: block;
	margin: 0 auto;
}

.member-name-designation {
	padding: 22px;
}

.member-name h5 {
	margin: 0;
	font-size: 22px;
	color: #41424e;
	font-weight: 500;
}
.team-desc-social-wrap{
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.team-desc-social-wrap {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 39px;
}
.member-description {
	color: #fff;
	margin-bottom: 10px;
}
.member-social-profile a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50%;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	margin: 3px;
	transition: all 0.3s ease-in-out;
}
.member-social-profile a:hover {
	background: /*#cba14c*/rgb(30,52,93);
}
/*-------------------
counter css start
--------------------*/

.agensy-counter-wrap {
	background: /*#cba14c*/rgb(30,52,93);
}

.counter-of-agency {
	margin-left: -3%;
	display: table;
	width: 100%;
}

.counter-inner-wrapper {
	width: 33.33%;
	padding: 0 30px 30px;
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid #fff;
}

.counter-inner-wrapper:nth-of-type(3n+1) {
	border-left: 0;
	clear: left;
}

.agensy-counter-scroll-value {
	font-size: 80px;
	color: #fff;
}

.agensy-counter-wrap .agensy-feature-title {
	color: #fff;
	text-transform: none;
	font-size: 22px;
}

.agensy-counter-wrap .agensy-feature-description {
	color: #fff;
}


/*--------------------
blog section css start
----------------------*/

.blog-content-wrap-main {
	margin-left: -3%;
}

.blogs-loop {
	width: 47%;
	float: left;
	margin-left: 3%;
	text-align: left;
}

.image-wrap-blog a,
.image-wrap-blog img {
	display: block;
}

.image-wrap-blog a {
	overflow: hidden;
}

.image-wrap-blog img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blogs-loop:hover .image-wrap-blog img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.wrap-date-comment {
	margin-bottom: 3px;
}

.wrap-date-comment .blog-date,
.wrap-date-comment .author-comment {
	display: inline-block;
}

.wrap-date-comment .blog-date {
	margin-right: 15px;
}

.wrap-date-comment .blog-date,
.blog-author a {
	color: #727888;
}

.blog-author a:hover {
	color: /*#cba14c*/rgb(30,52,93);
}

.blog-content {
	padding: 20px 0 40px;
}

.blog-title {
	margin-bottom: 10px;
}

.blog-title a {
	color: #41424e;
	font-size: 24px;
}

.blog-title a:hover {
	color: /*#cba14c*/rgb(30,52,93);
}

.blog-content-contain {
	margin-bottom: 50px;
}

.blog-content-contain p {
	margin: 0;
}

.blog-bttn a {
	display: inline-block;
	text-transform: uppercase;
	padding: 13px 40px;
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
	border: 1px solid /*#cba14c*/rgb(30,52,93);
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.blog-bttn a:hover {
	color: /*#cba14c*/rgb(30,52,93);
	background: transparent;
}


/*------------
Logo section
------------*/

.agensy-section-logo {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.agensy-section-logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*-----------------------
Section css end
------------------------*/


/*-------------------
footer section
--------------------*/

.site-footer {
	text-align: left;
	background: #f4f4f4;
	padding-top: 80px;
}

.site-footer section {
	padding: 0;
	margin: 0 0 0px;
}

.site-footer section .team-members-contents section {
	margin-bottom: 30px;
}

.site-footer .widget ul {
	padding: 0;
	background: transparent;
}

.site-footer .widget ul ul {
	margin-left: 15px;
}

.site-footer .site-footer section ul,
.site-footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
	background: transparent;
}

.site-footer .agensy-section-footer-wrap-main {
	padding-bottom: 45px;
	margin-left: -3%;
}

.site-footer .team-members-contents {
	margin-left: 0;
}

.site-footer .team-members-contents {
	width: 22%;
	float: left;
	margin-left: 3%;
}

.site-footer .team-members-contents:nth-of-type(4n+1) {
	clear: left;
}

.agensy-footer-all {
	padding: 40px 0;
	border-top: 1px solid #dbdbdb;
}

.agensy-footer-all .agensy-footer-nav-menu,
.agensy-footer-all .agensy-social-icons {
	float: left;
	width: 50%;
}

.agensy-footer-all .agensy-footer-nav-menu {
	text-align: left;
	margin-top: 9px;
}

.agensy-footer-all .agensy-social-icons {
	text-align: right;
}

.agensy-footer-all .agensy-footer-nav-menu .menu li {
	display: inline-block;
}

.agensy-footer-wrap {
	background: #252525;
	padding: 10px 0;
}

.agensy-footer-copyright {
	float: left;
	margin-top: 15px;
	color: #898989;
	font-size: 13px;
}

.agensy-footer-copyright a {
	color: #898989;
}

.agensy-footer-image-control {
	float: right;
}

.agensy-footer-image-control img {
	display: block;
}

.widget-title {
	color: #41424e;
	font-size: 14px;
	text-transform: uppercase;
}

.site-footer .textwidget {
	font-size: 14px;
}

.site-footer .team-members-contents a {
	color: #757575;
	font-size: 14px;
	float: none;
}

.agensy-footer-nav-menu .menu li {
	margin-right: 20px;
}

.agensy-footer-nav-menu .menu li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #1f1f1f;
	font-weight: 600;
}

.agensy-social-icons a {
	color: #1f1f1f;
	font-size: 25px;
	margin-left: 30px;
}

.agensy-footer-nav-menu .menu li a:hover,
.agensy-social-icons a:hover,
.site-footer .team-members-contents a:hover,
.agensy-footer-copyright a:hover {
	color: /*#cba14c*/rgb(30,52,93);
}

.site-footer .recent-post-widget>div {
	margin-top: 30px;
}

.site-footer .recent-post-widget>div:nth-of-type(1) {
	margin-top: 0;
}


/*----------------------
Breadcrumb  css start
-----------------------*/

.header-banner-container {
	padding-top: 100px;
	position: relative;
}

.header-banner-container .img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(203, 161, 76, 0.7);
}

.header-banner-container .page-title-wrap {
	position: relative;
}

.header-banner-container .page-title-wrap h1 {
	margin: 0 0 80px 0;
	color: #fff;
	font-size: 50px;
}

.header-banner-container .page-title-wrap #agensy-breadcrumb {
	border-top: 1px solid #ddc593;
	padding: 22px 0;
	text-align: left;
}

#agensy-breadcrumb,
#agensy-breadcrumb a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

#agensy-breadcrumb a {
	display: inline-block;
}


/*----------------------
Breadcrumb  css end
-----------------------*/
/*---------------------
contact us page start
-----------------------*/
.agensy-contact-info{
	text-align:left;
	margin-left:-2%;
}
.agensy-contact-info > span{
	margin-bottom:40px;
	display: inline-block;
	width:48%;
	margin-right:-4px;
	margin-left:2%;
	white-space: nowrap;
}
.agensy-contact-form-wrap > label{
	display: inline-block;
	width: 50%;
	margin-left: -4px;
	vertical-align: top;
	margin-bottom: 20px;
}
.agensy-contact-form-wrap > label:nth-of-type(1){
	padding-right: 10px;
}
.agensy-contact-form-wrap > label:nth-of-type(2){
	padding-left: 10px;
}
.agensy-contact-form-wrap > label:nth-of-type(3),
.agensy-contact-form-wrap > label:nth-of-type(4){
	width: 100%;
	display: block;
}
.agensy-contact-form-wrap > label span,
.agensy-contact-form-wrap > label input,
.agensy-contact-form-wrap > label textarea{
	display: block;
	width: 100%;
	border-top: 0;
	border-left: 0;
	border-right:0;
}
.agensy-contact-form-wrap > label textarea{
	height: 100px;
}
.agensy-contact-info i{
	display: block;
	font-size:40px;
	color:#222;
	height: 40px;
	margin-bottom: 10px;
}
.agensy-contact-form-wrap > p{
	width:50%;
	display: inline-block;
	vertical-align: top;
	margin-left:-4px;
}
.agensy-contact-form-wrap + p input[type=submit]{
	display: inline-block;
    text-transform: uppercase;
    padding:10px 20px;
    background: /*#cba14c*/rgb(30,52,93);
    color: #fff;
    font-size:16px;
    border: 1px solid /*#cba14c*/rgb(30,52,93);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.agensy-contact-form-wrap + p input[type=submit]:hover{
	background: transparent;
	color:/*#cba14c*/rgb(30,52,93);
}
.widget_agensy_contact_info .widget-title,
.widget_custom_html.widget_text .widget-title{
	font-size: 25px;
	text-transform: none;
}
/*---------------------
contact us page end
-----------------------*/
/*----------------------
archieve page
------------------------*/
.agensy_img_wrap{
	margin-bottom: 20px;
}
.page-title {
	color: #222;
}

#primary,
#secondary {
	float: left;
	text-align: left;
	padding-top: 87px;
	padding-bottom: 27px;
}

#primary {
	width: 70%;
	padding-right: 21px;
}

#secondary {
	width: 30%;
	padding-left: 21px;
}

#secondary section {
	padding: 0;
	margin-bottom: 50px;
}

.blog article .entry-header img {
	display: block;
}

.blog article .entry-content {
	margin: 0;
}

.blog .blog-wrap,
.single-post .blog-wrap,
.archive .blog-wrap {
	padding: 45px 33px;
}

.comment-author-date span {
	display: inline-block;
	margin-right: 15px;
}

.comment-author-date span,
.comment-author-date span a {
	color: #727888;
	font-weight: 600;
}
.comment-author-date span a:hover{
	color:/*#cba14c*/rgb(30,52,93);
}
.blog-wrap-title,
.entry-title {
	margin: 0 0 30px;
}

.blog-wrap-title,
.entry-title,
.entry-title a {
	color: #41424e;
	font-size: 36px;
}

.entry-title a {
	display: inline-block;
}

.expert-content {
	margin-bottom: 38px;
}

article a.read-more {
	display: inline-block;
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
	padding: 10px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article a.read-more:hover {
	background: #a77c27;
}

.widget_search .search-form ,
.widget_product_search .woocommerce-product-search{
	position: relative;
}

.widget_search input[type="search"] ,
.widget_product_search input[type="search"]{
	height: 55px;
	width: 100%;
	border: 1px solid #acacac;
	border-radius: 0;
	text-align: left;
	padding: 0 55px 0 10px;
	background: #fff;
}

.widget_search input[type="submit"],
.widget_product_search button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/search-icon.png) /*#cba14c*/rgb(30,52,93) no-repeat center center;
	width: 55px;
	height: 100%;
	border: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 0;
}

.widget ul ,
.woocommerce ul.product_list_widget{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding: 20px 27px;
	background: #f7f7f7;
}

.widget ul li {
	padding: 8px 0;
	display: block;
	border-bottom: 1px solid #eaeaea;
	clear: left;
	overflow: hidden
}
.widget.widget_calendar table > caption{
	margin-bottom: 10px;
}
.widget.widget_calendar #prev{
	text-align: left;
}
.widget.widget_calendar #next{
	text-align: right;
}
.site-footer .widget ul li {
	text-align: left;
	border: 0;
	padding: 0;
}

.widget ul li a {
	color: #848484;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
}
.widget ul li a:hover{
	color:/*#cba14c*/rgb(30,52,93);
}
.widget.widget_categories ul li,
.widget.widget_archive  ul li{
	text-align: right;
}
.widget.widget_categories ul li a,
.widget.widget_archive  ul li a{
	float: left;
	text-align: left;
}
.widget ul li:last-child {
	border-bottom: 0.0;
}
.widget.widget_recent_entries ul li a{
	margin-right: 10px;
}
.widget ul li .post-date{
	display: inline-block;
	vertical-align:middle;
}
.widget_tag_cloud a {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 10px;
    border: 1px solid #969696;
    color: #969696;
    margin-bottom: 6px;
    margin-right: 6px;
}
.widget_tag_cloud a:hover{
	color:/*#cba14c*/rgb(30,52,93);
	border-color: /*#cba14c*/rgb(30,52,93); 
}
.nav-links {
	text-align: center;
}
.nav-links span,
.nav-links a {
    display: inline-block;
    padding: 6px 15px;
    background: /*#cba14c*/rgb(30,52,93);
    color: #fff;
    border-radius: 3px;
}
#secondary .widget .widget-title{
	font-size: 24px;
	text-transform: none;
}
.widget select {
	width: 100%;
	height: 40px;
	padding-left: 10px;
}
.widget.widget_calendar {
	text-align: center;
}
.widget_rss a {
	color: #41424e;
}
.recent-post-widget .recent-posts-content{
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #eaeaea;
}
.recent-post-widget .recent-posts-content:last-child{
	border-bottom: 0;
}
.recent-post-widget .image-recent-post,
.recent-post-widget  .date-title-recent-post{
	float: left;
}
.recent-post-widget .image-recent-post{
	width:88px;
}
.recent-post-widget .image-recent-post img{
	display: block;
}
.recent-post-widget  .date-title-recent-post{
	width:-moz-calc(100% - 88px);
	width:-webkit-calc(100% - 88px);
	width:calc(100% - 88px);
	padding-left:20px;
}
.recent-post-widget  .date-title-recent-post .recent-post-title{
	display: block;
}
.recent-post-widget  .date-title-recent-post .recent-post-title a{
	font-size: 18px;
	font-weight: 500;
	color:#404045;
}
.recent-post-widget  .date-title-recent-post .recent-post-title a:hover{
	color:/*#cba14c*/rgb(30,52,93); 
}
.recent-post-widget  .recent-post-date{
	display: block;
	color:/*#cba14c*/rgb(30,52,93);
}
/**/
.error-404 .page-header h1,
.search-no-results .page-header h1 {
	font-size: 36px;
	font-weight: 500;
	color: #000;
}

.error-404,
.no-results {
	padding: 0;
}

.error404 #primary,
.search-no-results #primary,
.search #primary {
	width: 100%;
	float: none;
	padding-right: 0;
	padding-bottom: 87px;
}

.error-404 input[type=search],
.search-no-results .no-results form input[type=search] {
	height: 40px;
	border-radius: 0;
	max-width: 300px;
	width: 100%;
	text-align: left;
	padding-left: 10px;
}

.error-404 input[type=submit],
.search-no-results .no-results form input[type=submit] {
	height: 40px;
	padding: 0 20px;
	border-radius: 0;
	background: /*#cba14c*/rgb(30,52,93);
	border: 0;
	font-size: 18px;
	color: #fff;
}

.search a.post-thumbnail {
	display: block;
	margin-bottom: 30px;
}


/*comment form css*/

.comment-respond form {
	text-align: left;
}

.comment-respond label {
	display: none;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url,
.comment-respond .form-submit {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	margin-top:0;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-url {
	padding-right: 10px;
}

.comment-respond .comment-form-email,
.comment-respond .form-submit {
	padding-left: 10px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input,
.comment-respond .form-submit input {
	width: 100%;
	height: 36px;
	border-color: #eeeeee;
	border-radius: 0;
	color: #cbcbcb;
}

.comment-respond .comment-form-author input::-webkit-input-placeholder,
.comment-respond .comment-form-email input::-webkit-input-placeholder,
.comment-respond .comment-form-url input::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
	color: #cbcbcb;
}

.comment-respond .comment-form-author input::-moz-placeholder,
.comment-respond .comment-form-email input::-moz-placeholder,
.comment-respond .comment-form-url input::-moz-placeholder,
.comment-respond textarea::-moz-placeholder {
	color: #cbcbcb;
}

.comment-respond .comment-form-author input:-ms-input-placeholder,
.comment-respond .comment-form-email input:-ms-input-placeholder,
.comment-respond .comment-form-url input:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
	color: #cbcbcb;
}

.comment-respond .comment-form-author input:-moz-placeholder,
.comment-respond .comment-form-email input:-moz-placeholder,
.comment-respond .comment-form-url input:-moz-placeholder,
.comment-respond textarea:-moz-placeholder {
	color: #cbcbcb;
}
.comment-respond textarea {
	border-color: #eeeeee;
	color: #cbcbcb;
	padding-left: 20px;
	padding-top:20px;
}

.comment-respond .form-submit input {
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
	font-size: 16px;
	border-color: /*#cba14c*/rgb(30,52,93);
	transition: all 0.3s ease-in-out;
}
.comment-respond .form-submit input:hover {
	color: /*#cba14c*/rgb(30,52,93);
	background: transparent;
	border-color: /*#cba14c*/rgb(30,52,93);
}
.comment-respond .comment-reply-title {
	color: #41424e;
	font-size: 24px;
}
/*shop page*/
.agensy-container ul.products.columns-3 li.product,
.agensy-container ul.products.columns-3 li.product {
	border: 1px solid #eee;
	text-align: center;
}
.agensy-container ul.products li.product .button {
	background: /*#cba14c*/rgb(30,52,93);
	border:2px solid /*#cba14c*/rgb(30,52,93);
	color: #fff;
	border-radius: 0;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.agensy-container ul.products li.product .button:hover {
	background: rgba(203, 161, 76, 0.7);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.agensy-container ul.products li.product a {
	text-decoration: none;
	display: block;
}

.agensy-container div.product form.cart .button{
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
	border-radius: 0;
	font-weight: 400;
	border: 2px solid /*#cba14c*/rgb(30,52,93);
}
.agensy-container div.product form.cart .button:hover{
	background: transparent;
	color: /*#cba14c*/rgb(30,52,93);
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input,
.comment-respond .form-submit input {
	height: 56px;
	padding-left:15px;
}
.agensy-container .comment-respond .form-submit {
	padding-left: 0;
}
.agensy-container .comment-respond .comment-form-author,
.agensy-container .comment-respond .comment-form-url {
	padding-right: 0;
}
.agensy-container .comment-form .comment-form-email,
.agensy-container .comment-form .comment-form-url{
	float: left;
	width: 50%;
	padding: 0;
}
.agensy-container .comment-form .comment-form-email{
	padding-right:10px;
}
.agensy-container .comment-form .comment-form-url{
	padding-left:10px;
}
.agensy-container .comment-respond .comment-form-author{
	width: 100%;
}
.agensy-container #reviews #comment {
	height: 150px;
}
.agensy-container #review_form #respond .form-submit input {
	padding: 15px 20px;
	background: /*#cba14c*/rgb(30,52,93);
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	border-radius: 0;
	width: auto;
	height: auto;
	border: 2px solid /*#cba14c*/rgb(30,52,93);
}
.agensy-container #review_form #respond .form-submit input:hover {
	background: transparent;
	color: /*#cba14c*/rgb(30,52,93);
}
.woocommerce .agensy-container  ul.products li.product .onsale{
    border-radius: 0;
    background-color: /*#cba14c*/rgb(30,52,93);
    font-weight: 400;
    min-height: 0;
    line-height: 1.5;
    left: -11px;
    right: auto;
    margin: 0;
}
.woocommerce ul.products li.product .price{
	color: /*#cba14c*/rgb(30,52,93);
}
.agensy-container span.onsale:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 4px 0;
	border-color: transparent /*#cba14c*/rgb(30,52,93) transparent transparent;
	left: 0;
	bottom: -4px;
}
.woocommerce .cart .coupon input.button[type="submit"], 
.woocommerce .place-order .button.alt, 
.widget_shopping_cart_content a.button, 
.widget_price_filter .price_slider_amount button[type=submit], 
.woocommerce .cart button[type=submit].single_add_to_cart_button, 
.woocommerce #review_form #respond .form-submit input {
    padding: 7px 15px;
    text-decoration: none;
    display: inline-block;
    background: /*#cba14c*/rgb(30,52,93);
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid /*#cba14c*/rgb(30,52,93);
    outline: 0;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce.woocommerce-page .content-area ul.products li.product .add_to_cart_button:hover,
 .woocommerce.woocommerce-page .content-area ul.products li.product .product_type_simple:hover, .woocommerce .cart .coupon input.button[type="submit"]:hover, .woocommerce .place-order .button.alt:hover, .widget_shopping_cart_content a.button:hover, .widget_price_filter .price_slider_amount button[type=submit]:hover, .woocommerce .cart button[type=submit].single_add_to_cart_button:hover, .woocommerce #review_form #respond .form-submit input:hover {
    background: transparent;
    color: /*#cba14c*/rgb(30,52,93);
}
.woocommerce .wc-proceed-to-checkout a.button.alt {
    background:/*#cba14c*/rgb(30,52,93);
    color: #fff;
    font-weight: 300;
    border-radius: 0;
}
.woocommerce-cart .woocommerce table.cart td.actions .input-text {
    width: auto;
    border-radius: 0;
    padding:2px 10px;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    clear: both;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
}
.select2-container--default .select2-selection--single{
	border-radius: 0;
}
.woocommerce .quantity input[type=number] {
    height: 31px;
}
.related.products  .products li{
	border: 1px solid #eee;
    text-align: center;
} 
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:/*#cba14c*/rgb(30,52,93);
}
.agensy-team-wrap .widget_agensy_team .member-image {
	overflow: hidden;
}
.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon {
	height: 50px;
	width: 50px;
	background: none;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 4;
}
.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon:hover {
	cursor: pointer;
}
.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon:before {
	position: absolute;
	height: 50px;
	width: 50px;
	z-index: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: "";
	top: 21px;
	left: 25px;
	transform: translate(-50%, -50%);
	background: rgba(30,52,93,0.8);/*rgba(203, 161, 76, 0.8);*/
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.agensy-team-wrap .widget_agensy_team .member-image:after {
	display: none;
}

.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon:after {
	content: '+';
	font-size: 30px;
	color: #fff;
	position: absolute;
	z-index: 1;
	background: none;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon:hover:before,
.agensy-team-wrap .widget_agensy_team .agensy-team-logo-icon.agensy-actived:before {
	height: 3000%;
	width: 3000%;
}
.agensy-team-wrap .widget_agensy_team .team-desc-social-wrap {
	top: 60%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
	visibility: hidden;
	opacity: 0;
	z-index: 12;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.agensy-team-wrap .widget_agensy_team .team-desc-social-wrap.agensy-active {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
}
.member-image img {
	width: 100%;
}
.slider-content-wrap .title {
	font-family: 'Hind', sans-serif;
	font-style: normal;
	font-size: 22px;
}
.about-content-wrap .left-about-content .section-title,
.section-title {
	margin-bottom: 40px;
}
.about-post-content {
	font-size: 18px;
	line-height: 26px;
}
.agensy-feature-title {
	font-size: 22px;
	text-transform: none;
}
.agensy-team-wrap .widget_agensy_team {
	-webkit-box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
	transform: matrix(1, 0, 0, 1, 0, 0);
	opacity: 1;
}

/*----------------------
Responsive css start
-----------------------*/
@media only screen and (min-width: 1400px){
	.agensy_featured-content{
		padding:160px 40px 160px 20px;
	}
}
@media only screen and (max-width: 1200px) {
	/*home page css start*/
	.info-wrapper .email,
	.info-wrapper .phone {
		width: 30%;
	}
	.info-wrapper .social-icons {
		width: 40%;
	}
	.slider-content-wrap .about-post-content {
		font-size: 35px;
		line-height: 1.2;
	}
	.slider-content-wrap .title {
		font-size: 20px;
	}
	.agensy-service-slidder-wrapper {
		display: block;
	}
	.team-desc-social-wrap {
		padding: 15px;
	}
	/*home page css end*/
}

@media only screen and (max-width:1140px) {
	#primary {
		width: 60%;
	}
	#secondary {
		width: 40%;
	}
	.agensy-service-num{
		max-width: 110px;
		font-size: 60px;
	}
	.agensy_featured-content-main {
	    width: -webkit-calc(100% - 110px);
	    width: calc(100% - 110px);
		padding-left: 30px;
    	padding-right: 20px;
	}
}

@media only screen and (max-width:840px) {
	/*home page css start*/
	.counter-of-agency {
		margin-left: 0;
		display: block;
	}
	.counter-inner-wrapper {
		width: 100%;
		padding: 0 0 30px;
		display: block;
		border: 0;
	}
	.agensy-featured-image{
		height: 300px;
	}
	.agensy-featured-image, .agensy_featured-content {
	    width:100%;
	    display: block;
	}
	/*home page css start*/
}

@media only screen and (max-width: 768px) {
	.agensy-footer-image-control
	/*-----------------
	Home page css start
	-------------------*/
	/*info wrapper top css start*/
	.info-wrapper .email,
	.info-wrapper .phone,
	.info-wrapper .social-icons {
		width: 100%;
		float: left;
		text-align: center;
		border-top: 1px solid #d8b878;
		padding: 5px 20px;
	}
	.info-wrapper .email a,
	.info-wrapper .phone a {
		display: inline-block;
	}
	.info-wrapper .email {
		border-top: 0;
		text-align: center;
		width: 100%;
	}
	.info-wrapper,
	.info-wrapper .agensy-container {
		padding: 0;
	}
	/*info wrapper top css end*/
	/*Responsive menu css start*/
	.site-header {
		padding: 10px 0;
	}
	.main-navigation {
		text-align: right;
	}
	.main-navigation button {
		display: inline-block;
		background: /*#cba14c*/rgb(30,52,93);
		color: #fff;
		font-size: 16px;
		padding: 9px 12px 7px;
		border: 0;
		border-radius: 0;
	}
	#primary-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 9;
		border-top: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.main-navigation li {
		float: none;
		text-align: left;
		padding-left: 20px;
	}
	.site-header .main-navigation .menu-menu-1-container li a {
		font-size: 16px;
		padding: 7px;
	}
	.site-header .main-navigation .menu-menu-1-container ul {
		position: static;
		float: none;
		opacity: 1;
		visibility: visible;
	}
	.main-navigation ul ul a,
	.site-header .main-navigation .menu-menu-1-container li ul li a {
		width: 100%;
		font-size: 13px;
		border: 0;
	}
	.main-navigation ul ul {
		box-shadow: none;
		padding-left: 10px;
	}
	.main-navigation ul ul ul {
		padding-left: 15px;
	}
	.main-navigation ul ul ul ul {
		padding-left: 20px;
	}
	.main-navigation .sub-menu li {
		padding-left: 0;
	}
	.main-navigation .sub-menu li a {
		position: relative;
	}
	.sub-menu li a:before {
		content: '\f0da';
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}
	/*Responsive menu css end*/
	/*section css start*/
	.section-title h2,
	.agensy-faq-wrapper .section-title h2 {
		font-size: 30px;
	}
	.about-content-wrap .left-about-content {
		margin-bottom: 30px;
	}
	.about-content-wrap .left-about-content,
	.about-content-wrap .right-about-content {
		width: 100%;
		padding: 0;
		float: none;
	}
	.about-content-wrap .right-about-content {
		text-align: center;
	}
	.agensy-feature-wrap {
		margin-left: 0
	}
	.agensy-feature-wrap .agensy-features-page {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 50px;
		float: none;
	}
	.agensy-home-features {
		padding-bottom: 50px;
	}
	/*team sectioncss*/
	.team-members-contents {
		margin-left: 0;
	}
	.agensy-team-wrap .widget_agensy_team {
		width: 100%;
		float: none;
		margin-left: 0;
		max-width: 320px;
		margin: 0 auto 40px;
	}
	/*blog section*/
	.blog-content-wrap-main {
		margin-left: 0;
	}
	.blogs-loop {
		max-width: 480px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	/*faq section*/
	.agensy-faq-wrapper {
		margin: 0 auto;
	}
	/*footer css*/
	.site-footer .agensy-section-footer-wrap-main {
		margin-left: 0;
	}
	.site-footer .team-members-contents {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.agensy-footer-all .agensy-footer-nav-menu,
	.agensy-footer-all .agensy-social-icons {
		float: none;
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.agensy-footer-all .agensy-footer-nav-menu+.agensy-social-icons {
		margin-top: 30px;
	}
	/*---------------
	Home page css end
	----------------*/
	#primary,
	#secondary {
		width: 100%;
		float: none;
	}
	#primary {
		padding-right: 0;
	}
	#secondary {
		padding-left: 0;
	}
}

@media only screen and (max-width:640px) {
	/*Home page css start*/
	.slider-content-wrap .title,
	.slider-content-wrap .desc {
		display: none;
	}
	.agensy-service-num,
	.agensy_featured-content-main {
		display: block;
		margin-right: 0;
	}
	.agensy-service-num {
		border-right: 0;
		border-bottom: 1px solid #c5c5c5;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	.agensy_featured-content-main {
		width: 100%;
		padding: 0 20px;
	}
	.agensy_featured-content {
	    padding: 68px 40px 68px 20px;
	}
	/*Home page css end*/
}
@media only screen and (max-width:480px) {
	.agensy-footer-copyright,
	.agensy-footer-image-control{
		width: 100%;
		float:none;
		text-align: center;
	}
	.agensy-footer-copyright + 	.agensy-footer-image-control{
		margin-top: 10px;
	}
	.agensy-footer-image-control img{
		margin:0 auto;
	}
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url,
	.comment-respond .form-submit,
	.agensy-container .comment-form .comment-form-email, 
	.agensy-container .comment-form .comment-form-url {
		width: 100%;
		display: block;
		margin-right: 0;
		padding: 0;
	}
}
