html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 100%;
	-ms-overflow-y: scroll;
	    overflow-y: scroll;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #ebebeb;
	margin: 0;
	font-size: 100%;
	overflow: hidden;
	font-family:  'Hind', sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	/*text-align: left;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-family: 'Hind', sans-serif;
	text-transform: none;
	font-size: 1rem;
	text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Hind', sans-serif;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: #555;
	font-weight: 700;
	text-transform: none;
}
/*.template-three h1, .template-three h2, .template-three h3, .template-three h4, .template-three h5, .template-three h6{
	margin-bottom: 2.25rem;
}
.template-two h1, .template-two h2, .template-two h3, .template-two h4, .template-two h5, .template-two h6{
	margin-bottom: 1.75rem;
}
.template-five h1, .template-five h2, .template-five h3, .template-five h4, .template-five h5, .template-five h6{
	margin-bottom: 1.75rem;
}*/
div{
	text-transform: none;
}
p {
	font-size: 1rem;
	margin-bottom: 1rem;
	font-weight: 400;
	text-transform: none;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 15px;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 500;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px 'Poppins', sans-serif;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1{ font-size: 2.25rem;}
h2{ font-size: 2rem;}
h3{ font-size: 1.625rem;}
h4{ font-size: 1.375rem;}
h5{ font-size: 1.125rem;}
h6{ font-size: 1rem;}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1rem;
}
ul, ol {
	margin: 0 1.25rem 1rem 0;
}
ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-right: 1rem;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1rem 1rem;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1rem;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding:5px 10px;
	text-align: right;
}
td{
	border: 1px solid #CCC;
	padding: 5px 10px;
	text-align: right;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}
.navigation .nav-links:before, .navigation .nav-links:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .nav-links a,
.slider-caption br + a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	color: #222222;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 1.125em;
	line-height: 1;
	border: 1px solid  #eee;
	border-radius: 0px;
	padding: 0.625rem 1rem;
	font-weight: 400;
	display: inline-block;
	position:relative;
	text-shadow:none;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.slider-caption br + a{
	margin-top: 0.625rem;
}
/*.navigation .nav-links a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	color: #fff;
}

/*.bttn:active,
button,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	box-shadow: 0 0 5px #346f38 inset;
}*/

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]
{
	color: #666;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #AAA;
}
/*.searchform input[type="text"]:focus{
	border:none;
}*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
	width: 100%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-right: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
	width: 100%;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.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-weight: bold;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	display: inline-block;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color: inherit;
}
input:focus,
a:focus {
	outline: none;
}

/*Layout 1 default settings*/
a:hover{
	color: #cba14b;
}
.agensy-container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.extra-large{
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
}
.large-font{
	font-size: 3.125rem;
	line-height: 3.5rem;
	font-weight: 700;
	margin-bottom: 0;
	color: #41424E;
	text-transform: none;
}
.small-font{
	font-size: 2rem;
	line-height: 2.75rem;
	font-weight: 700;
}
/*.widget-title,
.block-title{
	font-size: 1.25rem;
	position: relative;
	font-weight: 700;
	color: #252525;
}*/
.detail-small-font{
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 26px;
}
.left{
	text-align: right;
}
.center{
	text-align: center;
}
.right{
	text-align: left;
}
/*Inner Pages Default Styles*/
.textwidget h3{
	margin-bottom: 1rem;
}
.textwidget p{
	font-size: 1rem;
	color: #727888;
	line-height: 1.75;
	font-weight: 500;
	margin-bottom: 1.8rem;
}
.textwidget p strong{
	font-size: 1.375rem;
	color: #727888;
	line-height: 1.36;
	font-weight: 400;
}
/*Header Layout 1*/
.header-default{
	position: relative;
	z-index: 9;
}
.header-default .agensy-upper-header{
	background: #CBA14B;
}
.header-default .agensy-upper-header .agensy-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.header-default .agensy-upper-header .info-wrapper,
.header-default .agensy-upper-header .agensy-header-icon-wrap{
	width: 50%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.header-default .agensy-upper-header .agensy-header-icon-wrap{
	-webkit-justify-content: center;
	        justify-content: center;
}
.header-default .agensy-upper-header .info-wrapper .email{
	display: inline-block;
	margin-left: 3rem;
}
.header-default .agensy-upper-header .info-wrapper .phone{
	display: inline-block;
}
.header-default .agensy-upper-header .info-wrapper .email a,
.header-default .agensy-upper-header .info-wrapper .phone a{
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255,255,255,0.9);
}
.header-default .agensy-upper-header .info-wrapper .email a:hover,
.header-default .agensy-upper-header .info-wrapper .phone a:hover{
	color: #FFF;
}
.header-default .agensy-upper-header .info-wrapper .email a i,
.header-default .agensy-upper-header .info-wrapper .phone a i{
	padding-left: 0.75rem;
	font-size: 1.25rem;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}
.header-default .agensy-upper-header .info-wrapper .email a span,
.header-default .agensy-upper-header .info-wrapper .phone a span{
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}
.header-default .agensy-upper-header .info-wrapper .phone a i{
	font-size: 1.45rem;
}
.header-default .agensy-upper-header .agensy-header-icon-wrap{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons{
	display: inline-block;
	margin-left: 1rem;
}
.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons a{
	display: inline-block;
	margin: 0 8px;
	font-size: 1.15rem;
	line-height: 0;
	padding: 0.75rem 0;
	color: #FFF;
	vertical-align: middle;
}
.header-default .agensy-upper-header .agensy-search-default .search-toggle a.search-icon{
	font-size: 1.15rem;
	color: #FFF;
}
.agensy-upper-header .cart-container .site-header-cart{
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}
.agensy-upper-header .cart-container .site-header-cart li a{
	font-size: 1.15rem;
	margin-right: 1.5rem;
	color: #FFF;
	position: relative;
}
.agensy-upper-header .cart-container .site-header-cart li span.count{
	position: absolute;
	font-size: 10px;
	top: 0;
	left: -12px;
	width: 18px;
	height: 18px;
	background: #333;
	color: #FFF;
	text-align: center;
	line-height: 18px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart{
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	     -o-transform: translateY(30px);
	        transform: translateY(30px);
	position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 300px;
    z-index: 99999;
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.header-two .agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart{
	top: 100%;
}
.agensy-upper-header .cart-container .site-header-cart:hover li .widget_shopping_cart{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart a{
	margin-right: 0;
	line-height: 1.35;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart a.remove_from_cart_button{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 8px;
	right: auto;
	padding-right: 0;
	visibility: collapse;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart a.remove_from_cart_button:hover{
	background: #FFF;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart a.remove_from_cart_button:before{
	content: "\f405";
	font-family: "Ionicons";
	position: absolute;
	font-size: 1.125rem;
	top: 0;
	left: 0px;
	color: #000;
	width: 25px;
	height: 25px;
	visibility: visible;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart .mini_cart_item img{
	float: right;
	margin-right: 0;
	margin-left: 1rem;
	margin-top: -0.5rem;
}
.agensy-upper-header .cart-container .site-header-cart li.mini_cart_item{
	padding-right: 0;
	position: relative;
    display: block;
    width: 100%;
    padding: 1rem;
    text-align: right;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart .mini_cart_item a{
	font-size: 0.875rem;
	text-transform: capitalize;
	color: #333;
	padding-top: 0.5rem;
}
.agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart .mini_cart_item a:hover{
	color: #CBA14B;
}
.widget_shopping_cart .total,
.widget_shopping_cart .total{
	padding: 1rem !important;
	margin-bottom: 0;
	text-align: right;
}
.widget_shopping_cart .total .woocommerce-Price-amount{
	float: left;
	font-size: 1rem;
	font-weight: 500;
}
.widget_shopping_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.widget_shopping_cart .total strong{
	font-size: 1rem;
	font-weight: 600;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons{
	margin-bottom: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a{
	display: inline-block;
    width: 50%;
    float: right;
    margin: 0 !important;
    border-radius: 0;
    font-size: 1rem !important;
    text-align: center;
    font-weight: 500;
    height: 40px;
    line-height: 43px !important;
    padding: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.wc-forward{
	background: #CBA14B;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.wc-forward:hover{
	background: #D9BA79;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout{
	background: #B08839;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover{
	background: #9C7A32;
}
.header-default .agensy-header-menu-wrap{
	background: #FFF;
}
.header-default .agensy-header-menu-wrap .agensy-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	z-index: 0;
}
.header-default .agensy-header-menu-wrap .site-branding{
	width: 200px;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.header-default .agensy-header-menu-wrap .main-navigation{
	width: calc(100% - 200px);
	margin: 0;
	display: -webkit-box;
	vertical-align: middle;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	position: relative;
	z-index: 99997;
}
.header-default .agensy-header-menu-wrap .main-navigation button.menu-toggle{
	display: none;
}
.header-default .agensy-header-menu-wrap .main-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-default .agensy-header-menu-wrap .main-navigation ul.menu{
	margin: 0;
}
.header-default .agensy-header-menu-wrap .main-navigation ul.menu li.menu-item{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.header-default .agensy-header-menu-wrap .main-navigation ul.menu li.menu-item ul.sub-menu li{
	display: block;
}
.header-default nav.main-navigation .menu-menu-1-container ul.menu{
	margin: 0;
	list-style: none;
	text-align: right;
}
.header-default nav.main-navigation ul.menu > li.menu-item{
	display: inline-block;
	position: relative;
}
.header-default nav.main-navigation  ul.menu > li.menu-item a{
	font-size: 1rem;
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	padding: 2.6rem 1rem 2.2rem;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
}
.header-default nav.main-navigation  ul.menu > li.menu-item:last-child a{
	padding-left: 0;
}
.header-default nav.main-navigation  ul.menu > li.menu-item a:hover,
.header-default nav.main-navigation  ul.menu > li.menu-item.current-menu-item a{
	color: #c28f15;
}
.header-default nav.main-navigation  ul.menu > li.menu-item:last-child a{
	padding-left: 0;
}
.header-default nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children a{
	padding-left: 2.25rem;
}
.header-default nav.main-navigation  ul.menu > li.menu-item a span{
	position: relative;
}
.header-default nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children > a span:before{
	content: "\f107";
	font-family: fontawesome;
	font-size: 1rem;
	position: absolute;
	left: -1rem;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-default nav.main-navigation ul.menu  li.menu-item  .sub-menu{
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 250px;
	background: #FFF;
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	     -o-transform: translateY(30px);
	        transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	        box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.header-default nav.main-navigation ul.menu > li.menu-item > .sub-menu li a{
	padding: 0.5rem 1.5rem;
	font-size: 0.875rem;
	height: auto;
	line-height: normal;
	color: #000;
	text-transform: capitalize;
}
.header-default nav.main-navigation ul.menu > li.menu-item > .sub-menu li a:hover{
	color: #c28f15;
}
.header-default nav.main-navigation ul.menu > li.menu-item > .sub-menu li:first-child a{
	padding-top: 1rem;
}
.header-default nav.main-navigation ul.menu > li.menu-item > .sub-menu li:last-child a{
	padding-bottom: 1rem;
}
.header-default nav.main-navigation ul.menu > li.menu-item:hover .sub-menu{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
/*Header Layout 2*/
.header-two{
	position: relative;
	z-index: 9;
}
.header-two .agensy-upper-header{
	width: 100%;
	float: right;
	background: #f5f5f5;
	position: relative;
	z-index: 10;
}
.header-two .agensy-upper-header .agensy-container-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.header-two .agensy-upper-header .header-text{
	width: 50%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.header-two .agensy-upper-header .header-text .text-wrap{
	text-transform: capitalize;
	color: #888;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	border-left: 1px solid rgba(0,0,0,0.1);
	height: 45px;
	line-height: 45px;
}
.header-two .agensy-upper-header .header-text .text-wrap:first-of-type{
	padding-left: 1.5rem;
	padding-right: 0;
}
.header-two .agensy-upper-header .cp-header-bottom{
	width: 50%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
/*.header-two .agensy-upper-header .cp-header-bottom .search-toggle{
	position: static;
}*/
.agensy-search{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(255,255,255,0.95);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.agensy-search.active{
	visibility: visible;
	opacity: 1;
}
.agensy-search .agensy-search-wrap{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(50%);
	   -moz-transform: translateY(-50%) translateX(50%);
	    -ms-transform: translateY(-50%) translateX(50%);
	     -o-transform: translateY(-50%) translateX(50%);
	        transform: translateY(-50%) translateX(50%);
	right: 50%;
	max-width: 800px;
	width: 100%;
	text-align: center;
}
.agensy-search .agensy-search-wrap .ion-ios-close-empty{
	position: absolute;
	top: -150px;
	left: -150px;
}
.agensy-search .agensy-search-wrap .ion-ios-close-empty:hover{
	cursor: pointer;
}
.agensy-search .agensy-search-wrap .ion-ios-close-empty:before{
	font-size: 76px;
	font-weight: 300;
	color: #000;
}
.agensy-search .agensy-search-wrap form.search-form .agensy-text{
	font-size: 1.25rem;
	font-weight: 300;
	color: #000;
	display: block;
	margin-bottom: 30px;
}
.agensy-search .agensy-search-wrap form.search-form .agensy-text{
	position: relative;
	width: 100%;
	margin-bottom: 0;
}
.agensy-search .agensy-search-wrap form.search-form input[type="search"]{
	background: transparent;
    border: none;
    padding: 30px 0;
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 300;
    border-bottom: solid 2px #000;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.agensy-search .agensy-search-wrap form.search-form input[type="search"]::-moz-placeholder{
	color: #000;
}
.agensy-search .agensy-search-wrap form.search-form input[type="search"]::placeholder{
	color: #000;
}
.agensy-search .agensy-search-wrap form.search-form input[type="search"]::-webkit-input-placeholder{
	color: #000;
}
.agensy-search .agensy-search-wrap form.search-form input[type="search"]::-ms-input-placeholder{
	color: #000;
}
.agensy-search .agensy-search-wrap form.search-form input[type="submit"]{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	opacity: 0;
	width: 80px;
	height: 60px;
	z-index: 10;
}
.agensy-search .agensy-search-wrap form.search-form .agensy-text:after{
	content: "\f4a4";
	font-family: "Ionicons";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	z-index: 0;
	font-size: 36px;
    margin-left: 5px;
    margin-top: -5px;
}
/*.agensy-search .agensy-search-wrap form.search-form .agensy-text:before{
	width: 100%;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,1);
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}*/
.agensy-search .agensy-search-wrap form.search-form input[type="search"]:focus{
	border-bottom-width: 3px;
}

.header-two .agensy-upper-header .cp-header-bottom .cart-container .site-header-cart{
	list-style: none;
	margin: 0;
}
.header-two .agensy-upper-header .agensy-search-cart-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	height: 45px;
	line-height: 44px;
}
.header-two .agensy-upper-header .cart-container .site-header-cart li a{
	margin-right: -5px;
	color: #c3c3c3;
}
.header-two .agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart .buttons a{
	color: #FFF;
}
.header-two .agensy-upper-header .search-toggle{
	width: 40px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}
.header-two .agensy-upper-header .search-toggle a{
	color: #c3c3c3;
}
.header-two .agensy-upper-header .cart-container{
	cursor: pointer;
    border-left: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.05);
}
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons,
.header-two .agensy-upper-header .cp-header-bottom  .search-toggle,
/*.header-two .agensy-upper-header .cp-header-bottom .cart-container*/{
	padding: 0 0.875rem;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	border-left: solid 1px rgba(0,0,0,0.05);
	font-size: 1rem;
	color: #c3c3c3;
}
.header-two .agensy-upper-header .cp-header-bottom  .search-toggle,
/*.header-two .agensy-upper-header .cp-header-bottom .cart-container*/{
	display: inline-block;
	vertical-align: middle;
}
/*.header-two .agensy-upper-header .cp-header-bottom .cart-container{
	width: 50px;
}*/
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons{
	border-left: none;
	padding: 0;
}
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons{
	font-size: 1.25rem;
}
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons a{
	padding: 0px 15px;
	display: inline-block;
	border-left: 1px solid rgba(0,0,0,0.05);
	color: #c3c3c3;
	height: 45px;
	line-height: 48px;
}
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons a:first-of-type{
	border-right: none;
}
.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons a:hover{
	color: #FFF;
	background: #cba14b;
	border-color: #c3c3c3;
}
/*.header-two .agensy-upper-header .cp-header-bottom .cart-container .site-header-cart li{
	position: relative;
}*/
.header-two .agensy-upper-header .cp-header-bottom .cart-container .site-header-cart span.count{
	position: absolute;
	top: 1px;
	left: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #cba14b;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
	color: #FFF;
}
/*Mid Section Header*/
.header-two .header-mid-setion-wrapper{
	background: #FFF;
}
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
	padding: 2.5rem 0 4.25rem;
}
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .site-branding{
	width: 100%;
	text-align: right;
	max-width: 300px;
}
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .header-info-wrapper{
	width: calc(100% - 300px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	margin: 0;
}
.header-two .header-info-wrapper .location,
.header-two .header-info-wrapper .email,
.header-two .header-info-wrapper .call{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.header-two .header-info-wrapper .location i,
.header-two .header-info-wrapper .email i,
.header-two .header-info-wrapper .call i
{
	display: inline-block;
	font-size: 40px;
	padding: 0 1.25rem;
	border-left: 1px solid #eee;
	vertical-align: middle;
	color: #cba14b;
	height: 40px;
	line-height: 40px;
}
.header-two .header-info-wrapper .location .cp-holder,
.header-two .header-info-wrapper .email .cp-holder,
.header-two .header-info-wrapper .call .cp-holder{
	display: inline-block;
	padding-right: 1.25rem;
	vertical-align: middle;
}
.header-two .header-info-wrapper .location .cp-holder span,
.header-two .header-info-wrapper .email .cp-holder span,
.header-two .header-info-wrapper .call .cp-holder span{
	display: block;
	width: 100%;
	font-size: 1rem;
	color: #7E7E7E;
	text-transform: capitalize;
	font-weight: 300;
}
.header-two .header-info-wrapper .email .cp-holder span{
	text-transform: lowercase;
}
.header-two .header-info-wrapper .location .cp-holder .span-header,
.header-two .header-info-wrapper .email .cp-holder .span-header,
.header-two .header-info-wrapper .call .cp-holder .span-header{
	margin-bottom: -10px;
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
}
/*Navigation Menu*/
.header-two nav.main-navigation{
	position: absolute;
	width: 100%;
	z-index: 999;
	max-width: 1200px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	margin-bottom: -50px;
	background: #CCA24F;
}
.header-two nav.main-navigation ul.menu{
	margin: 0;
}
.header-two nav.main-navigation button.menu-toggle{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.header-two nav.main-navigation .menu-menu-1-container{
	width: 100%;
	display: block;
	vertical-align: middle;
	background: #cba14b;
	text-align: center;
}
.header-two nav.main-navigation .ak-container{
	width: 200px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}
.header-two nav.main-navigation .menu-menu-1-container ul.menu{
	margin: 0;
	list-style: none;
	text-align: right;
}
.header-two nav.main-navigation ul.menu > li.menu-item{
	display: inline-block;
	position: relative;
}
.header-two nav.main-navigation  ul.menu > li.menu-item a{
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
	padding: 0 1.75rem;
	height: 5.125rem;
	line-height: 5.125rem;
	position: relative;
	margin-bottom: 0;
}
.header-two nav.main-navigation  ul.menu > li.menu-item li a{
	text-transform: capitalize;
}
.header-two nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children a{
	padding-left: 2.25rem;
}
.header-two nav.main-navigation  ul.menu > li.menu-item a span{
	position: relative;
}
.header-two nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children > a span:before{
	content: "\f107";
	font-family: fontawesome;
	font-size: 1rem;
	position: absolute;
	left: -1rem;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-two nav.main-navigation ul.menu  li.menu-item  .sub-menu{
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 250px;
	background: #FFF;
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	     -o-transform: translateY(30px);
	        transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	        box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.header-two nav.main-navigation ul.menu > li.menu-item > .sub-menu li a{
	padding: 0.5rem 1.5rem;
	height: auto;
	line-height: normal;
	color: #000;
	text-transform: capitalize;
}
.header-two nav.main-navigation ul.menu > li.menu-item > .sub-menu li a:hover{
	color: #cba14b;
}
.header-two nav.main-navigation ul.menu > li.menu-item > .sub-menu li:first-child a{
	padding-top: 1rem;
}
.header-two nav.main-navigation ul.menu > li.menu-item > .sub-menu li:last-child a{
	padding-bottom: 1rem;
}
.header-two nav.main-navigation ul.menu > li.menu-item:hover .sub-menu{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.header-two nav.main-navigation .ak-container .cta-button{
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	background: #8d681a;
	color: #FFF;
	text-align: center;
	height: 5.125rem;
	line-height: 5.125rem;
}
.header-two nav.main-navigation .ak-container .cta-button a{
	display: block;
	color: #FFF;
}
.header-two nav.main-navigation .ak-container .cta-button a:hover{
	color: #FFF;
}
/*Header layout 3*/
.header-three{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99997;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.admin-bar .header-three{
	margin-top: 0px;
}
.header-three .agensy-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
}
.header-three .site-branding{
	width: 200px;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.header-three .main-navigation{
	width: calc(100% - 200px);
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	position: relative;
	z-index: 99997;
}
.header-three .main-navigation button.menu-toggle{
	display: none;
}
.header-three .main-navigation .menu-menu-1-container ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.header-three .main-navigation .menu-menu-1-container ul.menu li.menu-item{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.header-three .main-navigation .menu-menu-1-container ul.menu li.menu-item ul.sub-menu li{
	display: block;
}
.header-three nav.main-navigation .menu-menu-1-container ul.menu{
	margin: 0;
	list-style: none;
	text-align: right;
}
.header-three nav.main-navigation ul.menu{
	margin: 0;
}
.header-three nav.main-navigation ul.menu > li.menu-item{
	display: inline-block;
	position: relative;
}
.header-three nav.main-navigation  ul.menu > li.menu-item a{
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	padding: 1.5rem 1rem;
	vertical-align: middle;
	position: relative;
	margin-bottom: 0;
}
.header-three nav.main-navigation  ul.menu > li.menu-item a:hover,
.header-three nav.main-navigation  ul.menu > li.menu-item.current-menu-item a{
	color: #c28f15;
}
.header-three nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children a{
	padding-left: 2.25rem;
}
.header-three nav.main-navigation  ul.menu > li.menu-item a span{
	position: relative;
}
.header-three nav.main-navigation  ul.menu > li.menu-item.menu-item-has-children > a span:before{
	content: "\f107";
	font-family: fontawesome;
	font-size: 1rem;
	position: absolute;
	left: -1rem;
	top: 50%;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-three nav.main-navigation ul.menu  li.menu-item  .sub-menu{
	margin: 0;
	list-style: none;
	position: absolute;
	padding: 1rem 0;
	top: 100%;
	right: 0;
	min-width: 250px;
	background: #FFF;
	-webkit-transform: translateY(30px);
	   -moz-transform: translateY(30px);
	    -ms-transform: translateY(30px);
	     -o-transform: translateY(30px);
	        transform: translateY(30px);
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	        box-shadow: 1px 1px 6px 0 rgba(0,0,0,.15);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.header-three nav.main-navigation ul.menu  li.menu-item  .sub-menu:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	margin-right: 30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #FFF transparent;
}
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li a{
	padding: 0 1.5rem;
	height: 2.5rem;
	line-height: 2.65rem;
	position: relative;
	font-size: 0.875rem;
	color: #000;
	text-transform: capitalize;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li a:after{
	position: absolute;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	width: 0;
	margin-right: 1.5rem;;
	height: 2px;
	background: #c28f15;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li a:hover{
	padding-right: 2.35rem;
	color: #c28f15;
}
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li a:hover:after{
	width: 8px;
	visibility: visible;
	opacity: 1;
}/*
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li:first-child a{
	padding-top: 1rem;
}
.header-three nav.main-navigation ul.menu > li.menu-item > .sub-menu li:last-child a{
	padding-bottom: 1rem;
}*/
.header-three nav.main-navigation ul.menu > li.menu-item:hover .sub-menu{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.header-three .ak-container{
	display: inline-block;
	margin-right: 1rem;
}
.header-three .ak-container .cta-button.btn1 a{
	padding: 0 15px;
	height: 47px;
	line-height: 47px;
	border: solid 2px #de8819;
	background: #de8819;
	color: #FFF;
	font-size: 1rem;
	text-transform: uppercase;
}
.header-three .ak-container .cta-button.btn1 a:hover{
	background: #FFF;
	color: #de8819;
}
/*Slider Custom Style*/
.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
	  margin: 0 auto;
  width: 50px;
  right: 10px;
}
.owl-prev:before{
	content: "\f3d5";
    font-family: "Ionicons";
    speak: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.owl-nav button:focus{
	outline: none;
}
.owl-next{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0 auto;
	width: 50px;
	left: 10px;
}
.owl-next:before{
	content: "\f3d6";
    font-family: "Ionicons";
    speak: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.carousel-main-slider .owl-prev .btn_svg_shape,
.carousel-main-slider .owl-next .btn_svg_shape{
	stroke: #000;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    -webkit-transition: all ease 0.5s;
       -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
         -o-transition: all ease 0.5s;
            transition: all ease 0.5s;
}
.carousel-main-slider .owl-prev:hover .btn_svg_shape,
.carousel-main-slider .owl-next:hover .btn_svg_shape{
	-webkit-transition-property: stroke-dasharray, stroke-dashoffset;
    transition-property: stroke-dasharray, stroke-dashoffset;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    stroke-dashoffset: 0 !important;
    -webkit-animation: 500ms pencil ease-in-out forwards;
    animation: 500ms pencil ease-in-out forwards;
}
/*@-webkit-keyframes pencil {
    from {left: 0px;}
    to {left: 200px;}
}

@keyframes pencil {
    from {left: 0px;}
    to {left: 200px;}
}
*/.owl-prev .shape {
  stroke-dasharray: 0 120;
  stroke-dashoffset: -120;
  stroke-width: 2px;
  fill: transparent;
  stroke: #000;
  border-bottom: 2px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.owl-next .shape {
  stroke-dasharray: 0 180;
  stroke-dashoffset: -180;
  stroke-width: 2px;
  fill: transparent;
  stroke: #000;
  border-bottom: 2px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.owl-next:hover .shape,
.owl-prev:hover .shape {
  stroke-width: 2px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}
.mail-slider-header-wrap .content-slider{
	position: relative;
}
.mail-slider-header-wrap .slider-content-wrap{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.header-title-three .mail-slider-header-wrap .slider-content-wrap{
	top: 55%;
}
.mail-slider-header-wrap .slider-content-wrap .extra-large h2{
	font-size: 4rem;
	line-height: 4.5rem;
	font-weight: 700;
	color: #000;
}
.mail-slider-header-wrap .slider-content-wrap .extra-large{
	width: 60%;
}
.mail-slider-header-wrap .slider-content-wrap.right .extra-large{
	float: left;
	display: block;
}
.mail-slider-header-wrap .slider-content-wrap .about-post-content p{
	font-size: 1.125rem;
	color: #000;
	display: block;
	margin-bottom: 2.375rem;
}
.mail-slider-header-wrap.category .slider-content-wrap .extra-large h2{
	font-size: 4rem;
	line-height: 4.5rem;
	font-weight: 700;
	color: #000;
}
.mail-slider-header-wrap.category .slider-content-wrap .about-post-content p{
	font-size: 1.125rem;
	color: #000;
	display: block;
	margin-bottom: 1.375rem;
}
.mail-slider-header-wrap .slider-content-wrap .button-shortcode{
	display: block;
}
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1,
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.125rem;
	padding: 0 1.75rem;
	height: 3.25rem;
	line-height: 3.25rem;
	border: 2px solid transparent;
}
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1{
	position: relative;
	background: rgba(222,136,25, 1);
	color: #FFF;
	margin-left: 1.25rem;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}*/
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1:hover{
	color: #FFF;
	background: rgba(222,136,25, 0.8);
	border-color: rgba(222,136,25, 0.8);
}
/*.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1:hover:after{
	opacity: 1;
	visibility: visible;
}*/
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2{
	position: relative;
	border-color: #000;
	background: transparent;
	color: #000;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	opacity: 0;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	visibility: hidden;
}*/
.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2:hover{
	color: #e0e0e0;
	background: #000;
	border-color: #000;
}
/*.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2:hover:after{
	opacity: 1;
	visibility: visible;
}*/
/*Process*/
.process_section{
	background: #FFF;
}
.process_section .agensy-process-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	padding: 5.5rem 0 5.75rem;
}
.process_section .agensy-process-content .agensy-featured-content{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 25%;
	padding-left: 2rem;
	text-align: justify;
}
.process_section .agensy-process-content .agensy-featured-content .agensy-process-num{
	font-size: 3.125rem;
	color: #CBA14C;
	font-family: 'Hind', sans-serif;
	height: 3.125rem;
	line-height: 1.5;
	padding-bottom: 4rem;
	font-weight: 600;
}
.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main h2{
	margin-bottom: 0.35rem;
}
.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main h2 a{
	font-size: 1.375rem;
	color: #41424e;
	font-family: 'Hind', sans-serif;
	line-height: 1.5rem;
	font-weight: 600;
}
.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main h2 a:hover{
	color: #CBA14C;
}
.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main .agensy-process-desc h5{
	font-size: 1rem;
	color: #888;
	text-transform: none;
	line-height: 1.5rem;
	margin-bottom: 0;
	font-weight: 400;
}
/*Home About Us Section*/
.agensy-about-us-section{
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.agensy-about-us-section .about-content-wrap{
	padding: 6.25rem 0;
	max-width: 50%;
}
.agensy-about-us-section .about-content-wrap .detail-small-font{
	color: #727888;
	margin: 20px 0 1.25rem;
}
.agensy-about-us-section .about-content-wrap p{
	color: #888;
}
.agensy-about-us-section .about-content-wrap .about-button{
	display: block;
	margin-top: 2.5rem;
}
.agensy-about-us-section .about-content-wrap .about-button a{
	font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: solid 2px #cba14c;
    background: #CBA14C;
}
.agensy-about-us-section .about-content-wrap .about-button a:hover{
	background: transparent;
    color: #cba14c;
}
.agensy-about-us-section .about-content-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	padding-top: 1.5rem;
}
.agensy-about-us-section .about-content-wrap ul li{
	position: relative;
	line-height: 2.5rem;
	padding-right: 1.25rem;
	color: #727888;
	text-transform: none;
	font-weight: 500;
	list-style: none;
}
.agensy-about-us-section .about-content-wrap ul li span{
	position: relative;
}
.agensy-about-us-section .about-content-wrap ul li span:before{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #727888;
	right: 0;
	margin-right: -15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
/*About Us layout 2*/
.agensy-about-us-section.layout1{
	background: #FFF;
}
.agensy-about-us-section.layout1 .about-content-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap,
.agensy-about-us-section.layout1 .about-content-wrap .right-about-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 40%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap{
	padding-left: 2.5rem;
	flex-basis: 60%;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .detail-small-font{
	font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.875rem;
    color: #727888;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap p{
	font-size: 1rem;
	line-height: 1.65;
}
.agensy-about-us-section.layout1 .about-content-wrap .right-about-content{
	text-align: left;
	padding-right: 2rem;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button{
	display: block;
	margin-top: 1.25rem;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button a{
	font-size: 0.875rem;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
    border: solid 2px #CBA14C;
    background: #CBA14C;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button a:hover{
	background: transparent;
    color: #CBA14C;
}
/*Project Portfolio*/
.portfolio_section{
	background: #f5f5f5;
	padding: 6.25rem 0 6rem;
}
.section-title-sub-wrap{
	max-width: 55%;
	margin: 0 auto;
}
.section-title-sub-wrap .detail-small-font{
	margin: 20px 0;
	color: #727888;
}
.portfolio_section .agensy-portflio-wrapper{
	margin-top: 4rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	padding: 0 0.5%;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 24%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0 0.5% 2rem;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap{
	position: relative;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap a{
	vertical-align: top;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap figure{
	position: relative;
	overflow: hidden;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap figure img{
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap figure .img-overlay{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all linear 0.3s;
	   -moz-transition: all linear 0.3s;
	    -ms-transition: all linear 0.3s;
	     -o-transition: all linear 0.3s;
	        transition: all linear 0.3s;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap .isotope-links-wrap{
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap .isotope-links-wrap a{
	-webkit-transform: translateY(20px);
	   -moz-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	     -o-transform: translateY(20px);
	        transform: translateY(20px);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	color: #FFF;
	font-size: 1rem;
	border: solid 2px #FFF;
	text-align: center;
	line-height: 50px;
	margin: 0 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap .isotope-links-wrap a:nth-of-type(n+2){
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	    -ms-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap .isotope-links-wrap a:hover{
	background: #FFF;
	color: #000;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:hover .isotope-links-wrap a{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:hover .agensy-portflio-img-wrap figure .img-overlay{
	visibility: visible;
	opacity: 1;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:hover .agensy-portflio-img-wrap figure img{
	-webkit-transform: scale(1.2) rotate(5deg);
	   -moz-transform: scale(1.2) rotate(5deg);
	    -ms-transform: scale(1.2) rotate(5deg);
	     -o-transform: scale(1.2) rotate(5deg);
	        transform: scale(1.2) rotate(5deg);
	-webkit-transform-origin: center;
	   -moz-transform-origin: center;
	    -ms-transform-origin: center;
	     -o-transform-origin: center;
	        transform-origin: center;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner{
	text-align: center;
	padding: 2rem 1rem 0.5rem;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h4{
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h4 a{
	color: #2d2d2d;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:hover .portfolio-inner h4 a{
	color: #CBA14C;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h4 a:hover{
	color: #CBA14C;
}
.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h5{
	font-size: 1rem;
	font-weight: 400;
	color: #888888;
	margin-top: -5px;
	margin-bottom: 0;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h5{
	margin-top: 0;
}
.portfolio_section .portfolio-bttn{
	text-align: center;
	display: block;
	margin-top: 3rem;
}
.portfolio_section .portfolio-bttn a.view-all-btn{
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	border: solid 2px #CBA14C;
	background: #CBA14C;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.portfolio_section .portfolio-bttn a.view-all-btn:hover{
	background: transparent;
	color: #CBA14C;
}
/*Portfolio section layout 2*/
.portfolio_section.layout-two .agensy-container-full{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.portfolio_section.layout-two .section-title-sub-wrap{
	max-width: 85%;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info{
	-webkit-flex-basis: 32.5%;
	        flex-basis: 32.5%;
	    margin: 0 0 1rem 1.25%;
	    position: relative;
	    overflow: hidden;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(3n){
	margin-left: 0;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner{
	padding: 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	background: #FFF;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:hover .portfolio-inner{
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info .agensy-portflio-img-wrap figure img{
	-webkit-transform: translateY(0) rotate(0) scale(1);
	   -moz-transform: translateY(0) rotate(0) scale(1);
	    -ms-transform: translateY(0) rotate(0) scale(1);
	     -o-transform: translateY(0) rotate(0) scale(1);
	        transform: translateY(0) rotate(0) scale(1);
	-webkit-transition: all ease 0.4s;
	   -moz-transition: all ease 0.4s;
	    -ms-transition: all ease 0.4s;
	     -o-transition: all ease 0.4s;
	        transition: all ease 0.4s;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:hover .agensy-portflio-img-wrap figure img{
	-webkit-transform: translateY(-30px) rotate(0) scale(1.1);
	   -moz-transform: translateY(-30px) rotate(0) scale(1.1);
	    -ms-transform: translateY(-30px) rotate(0) scale(1.1);
	     -o-transform: translateY(-30px) rotate(0) scale(1.1);
	        transform: translateY(-30px) rotate(0) scale(1.1);
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-portflio-img-wrap figure .img-overlay{
	display: none;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:hover .portfolio-inner h4 a{
	color: #2D2D2D;
}
.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner h4 a:hover{
	color: #CBA14C;
}
/*Portfolio Single*/
.single-portfolio-wrap .team-left-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.single-portfolio-wrap .team-left-wrap .image-portfolio-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 45%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
.single-portfolio-wrap .team-left-wrap .details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 55%;
	padding-right: 5%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
.single-portfolio-wrap .details .designation-name{
	margin-bottom: -0.35rem;
}
.single-portfolio-wrap .details .designation-name .name-member{
	font-size: 2rem;
	color: #41424e;
	font-weight: 500;
}
.single-portfolio-wrap .details .pfolio-sub-title{
	font-size: 1.25rem;
	font-weight: 400;
	color: #727888;
}
.single-portfolio-wrap .details .portfolio-desc p{
	line-height: 1.75;
	color: #727888;
	margin-top: 0.75rem;
}
/*Featured Section*/
.features_section{
	background: #FFF;
	padding: 6.25rem 0 1.625rem;
}
.features_section .agensy-feature-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	margin-top: 4rem;
}
.features_section .agensy-feature-wrap .agensy-features-page{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 33.33%;
	padding: 0 3rem;
	margin-bottom: 4.5rem;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: center;
}
.features_section .agensy-feature-wrap .agensy-features-page:nth-of-type(3n){
	margin-left: 0;
}
.features_section .agensy-feature-wrap .agensy-features-page .features-image-wrap i{
	font-size: 4rem;
	color: #626262;
}
.features_section .agensy-feature-wrap .agensy-features-page h4{
	font-size: 1.375rem;
	text-transform: capitalize;
	color: #41424E;
	font-weight: 500;
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}
.features_section .agensy-feature-wrap .agensy-features-page p{
	color: #727888;
	font-size: 1rem;
	line-height: 1.375rem;
	margin-bottom: 0;
}
.agensy-container .section-title-sub-wrap{
	max-width: 85%;
	margin: 0 auto;
}
/*Agensy Section*/
.agensy_section{
	background: #1C1C1C;
}
.agensy_section .agensy-container-full{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.agensy_section .agensy-container-full .agensy-home-content-section1,
.agensy_section .agensy-container-full .agensy-home-content-section2{
	-webkit-flex-basis: 50%;
	        flex-basis: 50%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
}
.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image,
.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image,
.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
	-webkit-flex-basis: 50%;
	        flex-basis: 50%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image,
.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image{
	position: relative;
}
.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image img,
.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image img{
	transform-origin: 100% 0;
    backface-visibility: hidden;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    max-width: inherit;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
	padding: 6rem 3.0625rem;
}
.agensy-home-agensy-section-info-wrap h2{
	font-size: 1rem;
	width: 100%;
	margin-bottom: 0.5rem;
	color: #939393;
	font-weight: 400;
	display: block;
}
.agensy-home-agensy-section-info-wrap h4{
	display: block;
	font-size: 1.375rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 0.85rem;
}
.agensy-home-agensy-section-info-wrap p{
	display: block;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	color: #939393;
}
.agensy-home-agensy-section-info-wrap .agn-btn{
	display: block;
}
.agensy-home-agensy-section-info-wrap .agn-btn a{
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 2px solid #FFF;
	margin-top: 1rem;
	font-weight: 500;
}
.agensy-home-agensy-section-info-wrap .agn-btn a:hover{
	background: #FFF;
	color: #1C1C1C;
}
/*Skills Section*/
.skill_section{
	background: #FFF;
	padding: 6.5rem 0 5.125rem;
}
.agensy-skills-home-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.agensy-skills-home-wrap .agensy-skills-wrap{
	-webkit-flex-basis: 25%;
	        flex-basis: 25%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-flex-flow: row wrap;
}
.agensy-skills-wrap .agensy-skills-description{
	text-align: center;
	padding: 0 1rem;
} 
.agensy-skills-wrap .agensy-skills-description .small-font{
	font-size: 1.375rem;
	margin-bottom: 0.35rem;
	margin-top: 1rem;
}
.agensy-skills-wrap .agensy-skills-description p{
	line-height: 1.375rem;
	color: #727888;
}
/*.agensy-skills-percent .cloader{
	width: 400px;
	height: 400px;
}*/
/*CTA Section*/
.cta_section{
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	    color: #FFF;
	padding: 9.375rem 0;
	position: relative;
}
.cta_section:before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
	z-index: 0;
}
.cta_section .agensy-wrapper{
	max-width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cta_section .title-cta{
	font-size: 1rem;
	line-height: 1.375rem;
	color: #FFF;
	margin-bottom: 0.75rem;
}
.cta_section .desc-cta{
	font-size: 2rem;
	line-height: 2.75rem;
	font-weight: 700;
	color: #FFF;
}
.cta_section .cta-button a{
	font-size: 0.875rem;
	text-transform: uppercase;
	padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: solid 2px #FFF;
    font-weight: 500;
    margin-top: 2.75rem;
}
.cta_section .cta-button a:hover{
	background: rgba(222,136,25, 1);
    border-color: rgba(222,136,25, 1);
    color: #FFF;
    -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}
/*Team Page Section*/
.team_page_section{
	padding: 6.5rem 0 4.35rem;
	background: #FFF;
}
.team_page_section .agensy-team-details-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
}
.team_page_section .section-title-sub-wrap{
	width: 35%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	padding-left: 2.1875rem;
}
.team_page_section .section-title-sub-wrap .large-font{
	line-height: 1;
}
.team_page_section .section-title-sub-wrap .section-description{
	font-size: 1rem;
	line-height: 1.75rem;
	margin-top: 2.15rem;
	margin-bottom: 2.35rem;
	color: #727888;
}
.team_page_section .section-title-sub-wrap .detail-extra-small-font{
	display: block;
	margin-top: 2.15rem;
	margin-bottom: 2.35rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    color: #727888;
}
.team_page_section .agensy-team-layout-wrap{
	width: 65%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.team_page_section .agensy-team-layout-wrap .team-member{
	position: relative;
	-webkit-flex-basis: 31%;
	        flex-basis: 31%;
	margin-left: 2%;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}
.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(3n){
	margin-left: 0;
}
.team_page_section .agensy-team-layout-wrap .team-member .image-team-wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.team_page_section .agensy-team-layout-wrap .team-member .image-team-wrap .img-overlay{
	position: absolute;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	background: #cba14c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.team_page_section .agensy-team-layout-wrap .team-member:hover .image-team-wrap .img-overlay{
	opacity: 1;
	visibility: visible;
}
.team_page_section .agensy-team-layout-wrap .team-member .details{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	padding: 0 1.5rem;
	-webkit-transform: translateY(-50%) translateX(0px);
	   -moz-transform: translateY(-50%) translateX(0px);
	    -ms-transform: translateY(-50%) translateX(0px);
	     -o-transform: translateY(-50%) translateX(0px);
	        transform: translateY(-50%) translateX(0px);
	text-align: center;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.team_page_section .agensy-team-layout-wrap .team-member:hover .details{
	-webkit-transform: translateY(-50%) translateX(0px);
	   -moz-transform: translateY(-50%) translateX(0px);
	    -ms-transform: translateY(-50%) translateX(0px);
	     -o-transform: translateY(-50%) translateX(0px);
	        transform: translateY(-50%) translateX(0px);
	    visibility: visible;
	    opacity: 1;
}
.team_page_section .details a{
	display: block;
}
.team_page_section .details a span.detail-name{
	font-size: 1.375rem;
	color: #FFF;
	font-weight: 400;
	text-transform: capitalize;
}
.team_page_section .details span.detail-member{
	display: block;
	font-size: 1rem;
	text-transform: uppercase;
	color: #FFF;
}
.team_page_section .details .member-desc{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 2.5rem;
	color: #FFF;
	font-weight: 400;
}
.team_page_section .agensy-team-social-icons-wrap a{
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 1.25rem;
}
.team_page_section .team-bttn a{
	height: 55px;
	line-height: 55px;
	padding: 0 34px;
	background: #cba14c;
	border: solid 2px #cba14c;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
}
.team_page_section .team-bttn a:hover{
	color: #cba14c;
	background: transparent;
}
/*Team Section Layout 2*/
.team_page_section.default .section-title-sub-wrap{
	display: block;
	width: 100%;
	padding-left: 0;
	margin: 0 auto;
    text-align: center;
}
.team_page_section.default .team-members-contents{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	margin-top: 6rem;
}
.team_page_section.default .team-members-contents .widget_agensy_pro_team{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 31.33%;
	margin-left: 3%;
	margin-bottom: 40px;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
	-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);
}
.team_page_section.default  .team-members-contents .widget_agensy_pro_team:nth-of-type(3n){
	margin-left: 0;
}
.team_page_section.default  .team-members-contents .widget_agensy_pro_team .team-members .member-image{
	position: relative;
	overflow: hidden;
}
.team_page_section.default  .team-members-contents .widget_agensy_pro_team .team-members .member-image img{
	width: 100%;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .agensy-team-logo-icon {
    height: 50px;
    width: 50px;
    background: none;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_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;
    right: 25px;
    transform: translate(50%, -50%);
    background: 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;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .agensy-team-logo-icon:hover:before,
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .agensy-team-logo-icon.agensy-actived:before {
    height: 3000%;
    width: 3000%;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .agensy-team-logo-icon:hover{
	cursor: pointer;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_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: 48px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .team-desc-social-wrap.agensy-active {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_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;
}
.team_page_section.default .team-desc-social-wrap {
	position: absolute;
    right: 0;
    left: 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;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 39px;
}
.team_page_section.default .member-description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}
.team_page_section.default .member-social-profile{
	text-align: center;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .team-desc-social-wrap .member-social-profile a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    margin: 3px;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
    -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .team-desc-social-wrap.agensy-active .member-social-profile a{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.team_page_section.default.agensy-team-wrap .widget_agensy_pro_team .team-desc-social-wrap.agensy-active .member-social-profile a:hover{
	background: #FFF;
	color: #cba14c;
}
.team_page_section.default .member-name-designation{
	padding: 22px;
}
.team_page_section.default .member-name h5 {
	text-align: center;
    margin: 0;
    font-size: 22px;
    color: #41424e;
    font-weight: 500;
}
.team_page_section.default .member-designation{
	font-size: 16px;
	color: #888;
	line-height: 1.5;
	text-align: center;
}
/*Counter*/
.agensy-counter-wrap{
	background: #cba14c;
	padding: 6.5rem 0;
}
.agensy-counter-wrap .counter-of-agency {
    margin-right: 0;
    display: table;
    width: 100%;
    text-align: center;
}
.agensy-counter-wrap .counter-inner-wrapper:nth-of-type(3n+1) {
    border-right: 0;
    clear: right;
}
.agensy-counter-wrap .counter-inner-wrapper {
    width: 33.33%;
    padding: 0 30px 15px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #fff;
}
.agensy-counter-wrap .agensy-counter-scroll-value {
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
}
.agensy-counter-wrap .agensy-feature-title {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    margin-bottom: 5px;
}
.agensy-counter-wrap .agensy-feature-description {
    color: #fff;
    font-size: 16px;
}
.agensy-counter-wrap .agensy-feature-description p{
	margin-bottom: 0;
}
/*Blog Section*/
.agensy-blog-main{
	background: #F5F5F5;
	padding: 6.25rem 0;
}
.agensy-blog-main .blog-content-wrap-main{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.agensy-blog-main .blog-content-wrap-main .blogs-loop{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 48.5%;
	margin-left: 3%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
}
.agensy-blog-main .blog-content-wrap-main .blogs-loop:nth-of-type(2n){
	margin-left: 0;
}
.agensy-blog-main .image-wrap-blog a{
	overflow: hidden;
}
.agensy-blog-main .image-wrap-blog a, .agensy-blog-main .image-wrap-blog img {
    display: block;
    width: 100%;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.agensy-blog-main .blogs-loop:hover .image-wrap-blog img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.agensy-blog-main .blog-content {
    padding: 20px 0 40px;
}
.agensy-blog-main .wrap-date-comment {
    margin-bottom: 3px;
}
.agensy-blog-main .wrap-date-comment .blog-date, .agensy-blog-main .blog-author a {
    color: #727888;
    font-size: 16px;
}
.agensy-blog-main .blog-author a:hover{
	color: #cba14c;
}
.agensy-blog-main .wrap-date-comment .blog-date {
    margin-left: 15px;
}
.agensy-blog-main .wrap-date-comment .blog-date, .agensy-blog-main .wrap-date-comment .author-comment {
    display: inline-block;
}
.agensy-blog-main .blog-title {
    margin-bottom: 10px;
}
.agensy-blog-main .blog-title a {
    color: #41424e;
    font-size: 24px;
    line-height: 1.35;
}
.agensy-blog-main .blog-title a:hover {
    color: #cba14c;
}
.agensy-blog-main .blog-content-contain{
	margin-bottom: 50px;
	font-size: 16px;
}
.agensy-blog-main .agensy-wrap-content .blog-bttn{
	display: block;
	width: 100%;
	text-align: center;
}
.agensy-blog-main .agensy-wrap-content .blog-bttn a{
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	border: solid 2px #CBA14C;
	background: #CBA14C;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.agensy-blog-main .agensy-wrap-content .blog-content-contain{
	margin-bottom: 20px;
}
.agensy-blog-main .agensy-wrap-content .blog-bttn a:hover{
	background: transparent;
	color: #CBA14C;
}
.agensy-blog-main .agensy-wrap-content .blogs-contents{
	margin-top: 4rem;
}
/*About Us layout 2*/
.agensy-info-page-wrap{
	background: #F5F5F5;
	padding: 6.4375rem 0 2.75rem;
}
.agensy-info-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.agensy-info-wrapper .agensy-info-details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 32%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
}
.agensy-info-wrapper .agensy-content-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 68%;
	justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-flow: row wrap;
	vertical-align: top;
	text-align: right;
	padding-right: 1.5rem;
}
.agensy-content-wrapper .test-extra{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
	padding-left: 3.95rem;
	margin-bottom: 2.35rem;
}
.agensy-content-wrapper .test-extra .test-icon{
	font-size: 64px;
	color: #cba14c;
    line-height: 0;
    margin-bottom: 8px;
}
.agensy-content-wrapper .test-extra .test-title{
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.15;
	margin-bottom: 0.85rem;
}
.agensy-content-wrapper .test-extra .test-desc{
	color: #888;
	line-height: 1.5rem;
}
.agensy-info-wrapper .agensy-info-details .agensy-info-title{
	line-height: 1;
	margin-bottom: 1.65rem;
}
.agensy-info-wrapper .agensy-info-details .extra-post-content{
	font-size: 1rem;
	line-height: 1.75rem;
	color: #727888;
}
.agensy-info-wrapper .agensy-info-details .about-button{
	display: block;
	margin-top: 1.25rem;
}
.agensy-info-wrapper .agensy-info-details .about-button a{
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	border: solid 2px #cba14c;
	background: #CBA14C;
}
.agensy-info-wrapper .agensy-info-details .about-button a:hover{
	background: transparent;
	color: #cba14c;
}
/*CTA layout 2*/
.cta_two_section{
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	width: 100%;
}
.cta_two_section .cta-weap{
	position: relative;
	height: 100%;
	background: #FFF;
	width: 40%;
	right: 50%;
	padding: 3.75rem 4.375rem 4rem;
}
.cta_two_section .cta-weap h3{
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 700;
	color: #41424e;
	margin-bottom: 2rem;
}
.cta_two_section .cta-weap .cta-button.btn1{
	display: block;
	margin-top: 1.55rem;
}
.cta_two_section .cta-weap .cta-button.btn1 a{
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	background: #CBA14C;
	border: solid 2px #CBA14C;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.cta_two_section .cta-weap .cta-button.btn1 a:hover{
	background: transparent;
	color: #CBA14C;
}
/*Client Testimonials*/
.client_testimonial_section{
	padding: 6.25rem 0;
	background: #FFF;
}
.agensy-testimonial-wrapper .test-info{
	display: block;
	width: 100%;
	padding: 2.1rem 2.5rem;
	border: 1px solid #e4e4e4;
	background: #FFF;
	position: relative;
}
.agensy-testimonial-wrapper .test-info:before{
	content: "";
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	margin-right: 60px;
	margin-bottom: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 25px;
	border-color: transparent transparent transparent #e4e4e4;
}
.agensy-testimonial-wrapper .test-info:after{
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	margin-right: 62px;
	margin-bottom: -18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 0 18px 22px;
	border-color: transparent transparent transparent #fff;
}
.agensy-testimonial-wrapper .test-info .test-title{
	font-size: 1.375rem;
	color: #41424E;
	font-family: 'Hind', sans-serif;
}
.agensy-testimonial-wrapper .test-info .test-description{
	font-size: 1rem;
	color: #888888;
	line-height: 1.5rem;
	font-weight: 400;
	margin-top: 1rem;
}
.agensy-testimonial-wrapper .test-about{
	padding-right: 16%;
	margin-top: 2rem;
	display: block;
}
.agensy-testimonial-wrapper .test-about .test-img{
	display: inline-block;
	width: 70px;
	float: right;
}
.agensy-testimonial-wrapper .test-about .test-img img{
	width: 70px;
    height: 70px;
    border-radius: 50%;
}
.agensy-testimonial-wrapper .test-about .test-content{
	display: inline-block;
	width: calc(100% - 70px);
	float: right;
	padding-right: 2rem;
}
.agensy-testimonial-wrapper .test-about .test-name{
	font-size: 1rem;
	color: #2d2d2d;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: -6px;
}
.agensy-testimonial-wrapper .test-about .test-designation{
	font-size: 1rem;
	color: #888888;
	font-weight: 400;
}
.test-slider-wrapper{
	margin-top: 4rem;
}
.client_testimonial_section .detail-small-font{
	color: #727888;
	margin: 1.75rem 0;
}
/*Owl Dots Testimonails*/
.client_testimonial_section .owl-dots{
	text-align: center;
}
.client_testimonial_section .owl-dots button.owl-dot{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #CBCBCD;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.client_testimonial_section .owl-dots button.owl-dot:focus{
	outline: none;
}
.client_testimonial_section .owl-dots button.owl-dot.active{
	width: 12px;
	height: 12px;
	background: #818183;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
/*Request a Quote*/
.request_quote_section{
	padding: 6.5rem 0 5.5rem;
	background: #FFF;
}
.request-quote-section{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
.request-quote-section .agensy-request-quote-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 43%;
	padding-left: 4.75rem;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: center;
}
.request-quote-section .agensy-request-quote-wrapper .large-font{
	margin-bottom: 1rem;
	color: #41424e;
}
.request-quote-section .agensy-request-quote-wrapper .detail-small-font{
	color: #727888;
	margin-bottom: 0.55rem;
}
.request-quote-section .agensy-request-quote-wrapper .request-quote-phone{
	text-align: right;
	font-size: 3.125rem;
	color: #CBA14C;
	font-weight: 700;
}
.request-quote-section .request-quote-shortcode{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 57%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: center;
}
.agensy-contact-info-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.agensy-contact-info-wrap label{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: center;
	margin-bottom: 24px;
}
.agensy-contact-info-wrap label:nth-of-type(2n + 1){
	padding-left: 0.75rem;
}
.agensy-contact-info-wrap label:nth-of-type(2n){
	padding-right: 0.75rem;
}
.agensy-contact-info-wrap label:last-of-type{
	-webkit-flex-basis: 100%;
	        flex-basis: 100%;
	padding: 0 !important;
}
.agensy-contact-info-wrap label input{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	border: solid 1px #f0f0f0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label textarea{
	padding: 10px 20px;
	border: solid 1px #f0f0f0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label input::-moz-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label input::placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label input::-webkit-input-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label input::-ms-input-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label textarea::-moz-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label textarea::placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label textarea::-webkit-input-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label textarea::-ms-input-placeholder{
	font-size: 1rem;
	color: #888;
	font-weight: 400;
}
.agensy-contact-info-wrap label input:hover,
.agensy-contact-info-wrap label textarea:hover{
	border-color: #ccc;
}
.agensy-contact-info-wrap label input:focus,
.agensy-contact-info-wrap label textarea:focus{
	border-color: #555;
	outline: none;
}
.request-quote-shortcode p{
	display: block;
	text-align: right;
}
.request-quote-shortcode p input.wpcf7-submit{
	height: 55px;
	line-height: 55px;
	border: solid 2px #cba14c;
	background: #CBA14C;
	font-weight: 600;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0 30px;
	color: #FFF;
}
.request-quote-shortcode p input.wpcf7-submit:hover{
	background: transparent;
	color: #CBA14C;
}
/*Clients Section*/
.agensy-section-logo{
	background: #FFF;
	padding: 3rem 0;
}
.agensy-section-logo .owl-dots{
	display: none;
}
/*Contact Info*/
.contact_information_section{
	background: #cba14c;
}
.agensy-contact-details-section{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
    align-content: stretch;
	width: 100%;
	margin: 0;
}
.agensy-contact-details-section .agensy-details-info-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
	padding-right: 18.5%;
	padding-top: 5.5rem;
	padding-bottom: 3.5rem;
	padding-left: 8rem;
	color: #FFF;
}
.agensy-contact-details-section .plx-contact-info-sections{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	text-align: right;
	align-items: stretch;
    align-content: stretch;
}
.agensy-details-info-wrap .large-font{
	color: #FFF;
	margin-bottom: 20px;
}
.agensy-details-info-wrap .detail-small-font{
	color: #FFF;
	margin-bottom: 2rem;
}
.agensy-details-info-wrap .agensy-contact-infos-wrap h6{
	color: #FFF;
	font-size: 1.375rem;
	font-weight: 400;
	margin-bottom: 1.75rem;
}
.agensy-details-info-wrap .agensy-contact-infos-wrap h6 i{
	padding-left: 1rem;
	font-size: 1.25rem;
	width: 2rem;
}
.agensy-details-info-wrap .agensy-contact-infos-wrap h6 a:hover{
	color: #FFF;
}
div#googleMap{
	height: 100% !important;
}
/*Video Section*/
.cta_video_section{
	padding: 9.375rem 0;
	position: relative;
}
.cta_video_section:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 0;
}
.cta_video_section .agensy-container{
	position: relative;
	z-index: 1;
}
.cta_video_section .cta-weap{
	width: 100%;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}
.cta_video_section .cta-weap .cta-button button{
	width: 70px;
    height: 70px;
    border: solid 3px #FFF;
    border-radius: 50%;
}
.cta_video_section .cta-weap .cta-button button:hover i{
	
}
.cta_video_section .cta-weap .cta-button button:focus{
	outline: none;
}
.cta_video_section .cta-weap .cta-button button i:before{
	font-size: 60px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -3px;
    right: 3px;
    left: 0;
    position: absolute;
}
.cta_video_section .cta-weap .section-title{
	font-size: 3.125rem;
	text-transform: capitalize;
	color: #FFF;
	font-weight: 400;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.25;
}
.cta_video_section .cta-weap .detail-small-font{
	color: rgba(255,255,255,0.67);
	font-size: 1.375rem;
	line-height: 1.875rem;
}
/*Pricing Table*/
.agensy-pricing-table-section{
	background: #FFF;
	padding: 6.25rem 0 5.25rem;
}
.agensy-pricing-table-section .agensy-pricing-title-wrap{
	max-width: 85%;
	margin: 0 auto;
}
.agensy-pricing-title-wrap .large-font{
	margin-bottom: 20px;
}
.agensy-pricing-table-section table{
	margin-top: 4rem;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
}
.agensy-pricing-table-section table *{
	border-right: none;
	border-left: none;
	position: relative;
	z-index: 10;
}
.agensy-pricing-table-section table th,
.agensy-pricing-table-section table td{
	position: relative;
	z-index: 9;
}
.agensy-pricing-table-section table .agensy-pricing-wrap{
	min-width: 370px;
    font-size: 1.125rem;
    color: #414d55;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    padding: 0;
    padding-top: 5px;
}
.agensy-pricing-table-section table .agensy-pricing-image-title img{
	max-width: 100px;
}
.agensy-pricing-table-section table .agensy-pricing-image-title{
	text-align: center;
	padding-top: 60px;
	position: relative;
	z-index: 99;
}
.agensy-pricing-table-section table .agensy-pricing-image-title .agensy-title-btn{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 40px;
    width: 100%;
    background: #CBA14B;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 44px;
}
.agensy-pricing-table-section table tbody td{
	text-align: center;
}
.agensy-pricing-table-section table .agensy-pricing-image-title .medium-font{
	color: #686868;
	font-size: 1.375rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 1rem;
}
.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap{
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap .agensy-pricing-text-one div{
	color: #414D55;
	font-size: 2.5rem;
	margin-bottom: 0.55rem;
}
.agensy-pricing-table-section table .agensy-button-btn{
	display: block;
}
.agensy-pricing-table-section table .agensy-button-btn a{
	height: 50px;
	line-height: 50px;
	border: solid 2px #cba14c;
	background: #CBA14C;
	padding: 0 40px;
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}
.agensy-pricing-table-section table .agensy-button-btn a:hover{
	background: transparent;
	color: #CBA14C;
}
.agensy-pricing-table-section table thead *{
	border-top: none;
}
.agensy-pricing-table-section table tfoot *{
	border-bottom: none;
}
.agensy-pricing-table-section table .ion-checkmark-round{
	color: #cba14c;
	font-size: 1.125rem;
}
.agensy-pricing-table-section table .ion-minus-round{
	color: #C7D0D9;
}
/*.agensy-pricing-table-section table td:before { 
    background-color: rgba(203, 161, 76, 0.2);
    content: '';  
    height: 100%;
    left: -5000px;
    position: absolute;
    top: 0;
    width: 10000px;
    z-index: -2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}*/
.agensy-pricing-table-section table td:before{ 
    background: rgba(0,0,0,0.05);
    content: '';  
    height: 10000px;    
    right: 0;
    position: absolute;  
    top: -5000px;
    width: 100%;
    z-index: -3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
       -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
         -o-transition: all ease 0.3s;
            transition: all ease 0.3s;
}
.agensy-pricing-table-section table tbody > tr:first-of-type td:first-of-type:before{
	visibility: visible;
	opacity: 1;
}
.agensy-pricing-table-section table span.currency {
    position: relative;
    font-size: 20px;
    top: -12px;
    right: 4px;
}
/*FAQ*/
.agensy-faq-wrap{
	padding: 100px 0;
}
.agensy-faq-wrapper {
    max-width: 554px;
    width: 100%;
    background: #eaf2fa;
    padding: 50px;
    text-align: right;
}
.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;
    margin-top: 20px;
    font-weight: 400;
}
.agensy-faq-wrapper .tab-title h3 {
    color: #404045;
    margin: 0 0 15px;
    padding: 5px 0 15px 30px;
    border-bottom: 1px solid #dce3eb;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.agensy-faq-wrapper .tab-title h3:after {
    content: "\f067";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: FontAwesome;
}
.agensy-faq-wrapper .tab-title h3.enabled:after {
    content: "\f068";
}
.agensy-faq-wrapper .tab-contents {
    color: #5b5b5b;
    margin-bottom: 35px;
}
.agensy-faq-wrapper .tab-contents p {
    margin: 0;
}
/*Service Section*/
.agensy-service-page-wrap {
    padding: 0;
    text-align: right;
}
.agensy-service-page-wrap .agensy-service-slidder-wrapper {
    background: #f6f6f6;
    width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.agensy-service-page-wrap .agensy-featured-image, .agensy-service-page-wrap .agensy_featured-content {
    width: 50%;
    display: block;
}
.agensy-service-page-wrap .agensy_featured-content h2{
	margin-bottom: 20px;
	display: block;
}
.agensy-service-page-wrap .agensy-service-slidder-wrapper{
	min-height: 450px;
}
.agensy-service-page-wrap .agensy-featured-image{
	min-height: 450px;
	position: relative;
}
.agensy-service-page-wrap .agensy-featured-image img{
	transform-origin: 100% 0;
    backface-visibility: hidden;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    max-width: inherit;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
.agensy-service-page-wrap .agensy_featured-content {
    padding: 0px 20px 0px 40px;
}
.agensy-service-page-wrap .agensy_featured-content .agensy_featured-content-main .sl-btn{
	display: block;
	margin-top: 40px;
}
.agensy-service-page-wrap .agensy_featured-content .agensy_featured-content-main .sl-btn a{
	font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border: solid 2px #cba14c;
    background: #CBA14C;
}
.agensy-service-page-wrap .agensy_featured-content .agensy_featured-content-main .sl-btn a:hover{
	background: transparent;
    color: #cba14c;
}
.agensy-service-page-wrap .agensy-service-num {
    padding: 20px;
    text-align: center;
    border-left: 1px solid #c5c5c5;
    font-size: 80px;
    color: #41424e;
    line-height: 1;
    max-width: 180px;
    width: 100%;
}
.agensy-service-page-wrap .agensy-service-num, .agensy-service-page-wrap .agensy_featured-content-main {
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
}
.agensy-service-page-wrap .agensy_featured-content-main {
    width: calc(100% - 180px);
    padding-right: 70px;
    padding-left: 50px;
}
.agensy-service-page-wrap .agensy-feature-title {
    font-size: 22px;
    text-transform: none;
    color: #41424e;
    margin-bottom: 13px;
}
.agensy-service-page-wrap .serv-btn, .agensy-service-page-wrap .feat-btn {
    display: block;
    margin-top: 15px;
}
.agensy-service-page-wrap .serv-btn a, .agensy-service-page-wrap .feat-btn a {
    height: 45px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-box-shadow: -5px 5px 7px 0px rgba(205, 208, 212, 0.84);
    box-shadow: -5px 5px 7px 0px rgba(205, 208, 212, 0.84);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.agensy-service-rep-slider .owl-dots,
.agensy-service-slider .owl-dots{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	margin-bottom: 15px;
}
.agensy-service-rep-slider .owl-dots .owl-dot,
.agensy-service-slider .owl-dots .owl-dot{
    display: inline-block;
    margin: 5px 1px;
}
.agensy-service-rep-slider .owl-dots .owl-dot span,
.agensy-service-slider .owl-dots .owl-dot span {
	display: block;
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    border: solid 1px transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.agensy-service-rep-slider .owl-dots .owl-dot.active span,
.agensy-service-slider .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #FFF;
    border-color: #000;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.agensy-service-rep-slider .owl-dots .owl-dot:focus,
.agensy-service-slider .owl-dots .owl-dot:focus{
	outline: none;
}
/*Slider 2*/
.carousel-main-slider .owl-dots{
	position: absolute;
	bottom: 20%;
	left: 0;
	margin-left: 10px;
}
.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:focus{
	outline: none;
}
.carousel-main-slider .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.6);
}
.mail-slider-header-wrap .slider-content-wrap .extra-large h2{
	font-size: 1.375rem;
	line-height: 1.5;
	font-weight: 400;
	color: #FFF;
}
.slider-content-wrap .about-post-content{
	width: 60%;
	font-size: 3.75rem;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
}
.slider-content-wrap.right .about-post-content{
	float: left;
	display: block;
}
.slider-content-wrap.right  .sl-btn-one{
	display: block;
	width: 100%;
	float: left;
}
.slider-content-wrap .sl-btn-one a{
	font-size: 1rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	height: 3.25rem;
	line-height: 3.25rem;
	color: #FFF;
	border: solid 2px #FFF;
	padding: 0 30px;
	margin-top: 2.35rem;
}
.slider-content-wrap .sl-btn-one a:hover{
	background: #CBA14C;
	color: #FFF;
}
.slider-content-wrap.center{
	text-align: center;
}
.slider-content-wrap.left{
	text-align: right;
}
.slider-content-wrap.right{
	text-align: left;
}
.slider-content-wrap.center .about-post-content{
	text-align: center;
	margin: 0 auto;
}
.slider-content-wrap.right .about-post-content{
	text-align: left;
}
.slider-content-wrap.left .about-post-content{
	text-align: right;
}
.mail-slider-header-wrap .slider-content-wrap.left .extra-large{
	text-align: right;
}
.mail-slider-header-wrap .slider-content-wrap.center .extra-large{
	text-align: center;
	margin: 0 auto;
}
.mail-slider-header-wrap .slider-content-wrap.right .extra-large{
	text-align: left;
}
.mail-slider-header-wrap .slider-content-wrap.left .sl-btn-one{
	text-align: right;
}
.mail-slider-header-wrap .slider-content-wrap.center .sl-btn-one{
	text-align: center;
}
.mail-slider-header-wrap .slider-content-wrap.right .sl-btn-one{
	text-align: left;
}
/*Footer Layout 1*/
footer.layout1 .agensy-section-footer-wrap-main{
	background: #f4f4f4;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper{
	padding: 4.6875rem 0 0.75rem;
	border-bottom: 1px solid #dbdbdb;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 16%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin-left:0;
	padding-left: 2%;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:first-of-type{
	width: 36%;
	padding-left: 3rem;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
	margin-left: 0;
	width: 32%;
	padding-left: 0;
}
/*footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:first-of-type{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	padding-right: 3rem;
	margin-right: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	margin-right: 0;
}*/
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .widget{
	margin-bottom: 2.5rem;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget-title{
	font-size: 1rem;
	margin-bottom: 1.175rem;
	color: #41424E;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents p,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.375rem;
	color: #8e8e8e;
	margin-bottom: 0;
}

footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a{
	font-size: 1rem;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li{
	line-height: 1.5rem;
	text-transform: none;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a:hover,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a:hover{
	color: #cba14c;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li a,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_pages ul li a,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_comments ul li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_rss ul li{
	padding-right: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_pages ul li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_comments ul li,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_rss ul li{
	text-transform: none;
	border-bottom: 1px solid #ddd;
	padding: 12px 0 10px;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li:first-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_pages ul li:first-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_comments ul li:first-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_rss ul li:first-child{
	padding-top: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li:last-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_pages ul li:last-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_comments ul li:last-child,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_rss ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li .post-date{
	display: none;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all{
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-footer-nav-menu{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li{
	display: inline-block;
	padding: 0 15px;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li:first-child{
	padding-right: 0;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li a{
	font-size: 0.8125rem;
	color: #1f1f1f;
	text-transform: uppercase;
	font-weight: 600;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li a:hover{
	color: #cba14b;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-social-icons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	justify-content: flex-end;
    flex-direction: row;
	text-align: left;
}
footer.layout1 .widget.widget_calendar .calendar_wrap caption{
	font-size: 0.875rem;
}
footer.layout1 .widget_categories select,
footer.layout1 .widget_archive select{
	border: solid 1px #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 35px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    padding: 0 1rem;
}
select:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
footer.layout1 .widget ul li span{
	float: left;
}
footer.layout1 .widget.widget_recent_comments ul li span,
footer.layout1 .widget.widget_rss ul li span{
	float: none;
}
footer.layout1 .widget.widget_rss ul li{
	text-transform: none !important;
}
footer.layout1 .widget_search .search-form label.agensy-text{
	position: relative;
	height: 40px;
	width: 100%;
	line-height: 40px;
	display: block;
}
footer.layout1 .widget_search .search-form label.agensy-text input[type="search"]{
	height: 40px;
	width: 100%;
	line-height: 40px;
	padding: 0 10px 0 40px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
footer.layout1 .widget_search .search-form label.agensy-text:hover input[type="search"]{
	border-color: #999;
}
footer.layout1 .widget_search .search-form label.agensy-text input[type="submit"]{
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
footer.layout1 .widget_search .search-form label.agensy-text:after{
	position: absolute;
	content: "\f002";
	font-family: fontawesome;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	z-index: 0;
}
footer.layout1 .widget_text .textwidget p{
	margin-bottom: 1rem !important;
}
footer.layout1 .widget_text .textwidget p strong{
	font-size: 1rem;
}
footer.layout1 .widget_text .textwidget select{
	border: solid 1px #ddd;
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 35px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    padding: 0 1rem;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_tag_cloud .tagcloud a{
	display: inline-block;
	margin-left: 2px;
	margin-bottom: 4px;
	padding: 0 6px;
    height: 30px;
    line-height: 30px;
	font-size: 0.785rem !important;
	text-transform: lowercase;
	font-weight: 500;
	color: #888;
	border: solid 1px #ccc;
}
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_tag_cloud .tagcloud a:hover{
	background: #cba14c;
	color: #FFF;
	border-color: #CBA14C;
}
/*Footer Layout 2*/
footer.layout2 .agensy-section-footer-wrap-main{
	background: #39363d;
	color: #FFF;
}
footer.layout2 .agensy-footer-wrapper{
	padding: 6rem 0 2.4375rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 25%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	padding-left: 2rem;
	text-align: right;
	margin-bottom: 2rem;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_agensy_pro_info_details img{
	margin-bottom: 1rem;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-info-details-image-wrap{
	text-align: right;
}
footer.layout2 .agensy-section-footer-wrap-main .post-icon-title{
	text-align: right;
}
footer.layout2 .agensy-section-footer-wrap-main .post-icon-title h5{
	font-size: 1rem;
	font-weight: 500;
	color: #C7C6C7;
}
footer.layout2 .agensy-section-footer-wrap-main .widget_agensy_pro_info_details .agensy-info-details-icons{
	text-align: right;
}
footer.layout2 .agensy-section-footer-wrap-main .widget_agensy_pro_info_details .agensy-info-details-icons a{
	padding: 0 12px;
	font-size: 20px !important;
}
footer.layout2 .agensy-section-footer-wrap-main .widget_agensy_pro_info_details .agensy-info-details-icons a:first-child{
	padding-right: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .widget_agensy_pro_info_details .agensy-info-details-icons a:last-child{
	padding-left: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries li a{
	display: block;
	line-height: 1.5;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries li span{
	display: block;
	font-size: 1rem;
	color: #615f66;
	font-family: Hind;
	font-weight: 500;
	text-transform: none;
	padding-top: 0.5rem;
}
/*footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:first-of-type{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	padding-right: 3rem;
	margin-right: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	margin-right: 0;
}*/
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget-title{
	font-size: 1.125rem;
	margin-bottom: 1.475rem;
	padding-bottom: 0.75rem;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	position: relative;
	text-align: right;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget-title:after{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 50px;
	height: 2px;
	background: #CBA14C;
}
footer.layout2 .agensy-contact-info-warp .agensy-contact-info{
	margin: 0;
}
footer.layout2 .agensy-contact-info-warp .agensy-contact-info span:before{
	display: none;
}
footer.layout2 .agensy-contact-info-warp .agensy-contact-info span a{
	line-height: 1.3 !important;
}
footer.layout2 .agensy-contact-info-warp .agensy-contact-info span{
	padding-top: 0;
	font-size: 1rem;
	color: #c7c6c7;
	line-height: 1.3;
	-webkit-flex-basis: 100%;
	        flex-basis: 100%;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	margin-bottom: 15px;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents p,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 2rem;
	color: #c7c6c7;
	margin-bottom: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents p{
	line-height: 1.5;
	padding-bottom: 1rem;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a{
	font-size: 1rem;
	text-transform: none;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li{
	line-height: 1.5rem;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents a:hover,
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents li a:hover{
	color: #cba14c;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget_recent_entries ul li{
	text-transform: uppercase;
	border-bottom: solid 1px #615f66;
	padding-bottom: 0.875rem;
	margin-bottom: 0.75rem;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents ul li:last-child{
	border-bottom: none;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all{
	padding: 2.5rem 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-footer-nav-menu{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li{
	display: inline-block;
	padding: 0 15px;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li a{
	font-size: 0.8125rem;
	color: #1f1f1f;
	text-transform: uppercase;
	font-weight: 600;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li a:hover{
	color: #cba14b;
}
footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-social-icons{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 50%;
	justify-content: flex-start;
	justify-content: flex-end;
    flex-direction: row;
	text-align: left;
}
.agensy-footer-all .agensy-social-icons a{
	font-size: 1.375rem;
	color: #000;
	padding: 0 15px;
}
.agensy-footer-all .agensy-social-icons a:hover{
	color: #cba14b;
}
.agensy-footer-all .agensy-social-icons a:last-child{
	padding-left: 0;
}
.agensy-footer-wrap{
	background: #252525;
	padding: 1rem 0;
}
.agensy-footer-wrap .agensy-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	margin: 0 auto;
	width: 100%;
}
.agensy-footer-copyright{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: calc(100% - 300px);
	justify-content: flex-start;
	flex-direction: row;
	vertical-align: top;
	color: #898989;
	font-size: 1rem;
	font-weight: 700;
	text-transform: capitalize;
}
.agensy-footer-copyright a{
	padding-right: 3px;
}
.agensy-footer-copyright a,
.agensy-footer-copyright a:focus{
	outline: none;
}
.agensy-footer-copyright a:hover{
	color: #cba14c;
}
.agensy-footer-image-control{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 300px;
	justify-content: flex-end;
	flex-direction: row;
	vertical-align: top;
}
/*Back to top*/
.back-to-top{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 45px;
	height: 45px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	border: solid 2px #CBA14B;
	background: #CBA14B;
	color: #FFF;
	line-height: 42px;
	text-align: center;
	font-size: 1.35rem;
	margin-left: 0.75rem;
	margin-bottom: 0.75rem;
	z-index: 99998;
}
.back-to-top i{
	vertical-align: middle;
}
.back-to-top:hover{
	color: #FFF;
	border-color: #b58625;
	background: #b58625;
	-webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}

/*BreadCrumb*/
header.header-three + .header-banner-container{
	margin-top: 100px;
}
.header-banner-container{
	position: relative;
}
.header-banner-container .img-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 0;
}
.header-banner-container .agensy-container{
	position: relative;
	z-index: 1;
}
.header-banner-container .page-title-wrap{
	text-align: center;
}
.header-banner-container .page-title-wrap .page-title{
	font-size: 3.125rem;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	color: #41424e;
	padding: 4.5rem 0;
	margin: 0;
	line-height: 1.15;
}
.header-banner-container.two .page-title-wrap .page-title{
	padding: 6rem 0 3.125rem;
}

.header-banner-container.three .page-title-wrap .page-title{
	padding: 8rem 0 3.125rem;
}
.header-banner-container .page-title-wrap #agensy-breadcrumb{
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: right;
	color: #41424e;
}
.header-banner-container .page-title-wrap #agensy-breadcrumb a{
	font-size: 1.125rem;
	color: #41424e;
	padding: 1rem 0 0.8rem;
}
.header-banner-container .page-title-wrap #agensy-breadcrumb i{
	color: #41424e;
	padding: 0 0.85rem;
	font-size: 1rem;
}
.header-banner-container .page-title-wrap #agensy-breadcrumb span.current{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.9);
}
.ag-container{
	background: #FFF;
	padding: 6.15rem 0 3.75rem;
}
/*About Us Skills Bar*/
.progre_view_1{
	text-align: center;
}
.progre_view_1 .title-bar{
	font-size: 1.375rem;
	color: #172541;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 1.5rem;
}
/*About Us features*/
.agensy-icon-desc-widget-wrap{
	text-align: center;
}
footer.layout1 .agensy-icon-desc-widget-wrap{
	text-align: right;
}
footer.layout1 .agensy-icon-desc-widget-wrap .agensy-info-details-image-wrap{
	margin-bottom: 15px;
}
footer.layout1 .agensy-icon-desc-widget-wrap .post-icon-title h5{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45rem;
    color: #8e8e8e;
    margin-bottom: 0;
}
footer.layout1 .agensy-icon-desc-widget-wrap .agensy-info-details-icons{
	margin-top: 1rem;
}
footer.layout1 .widget_agensy_pro_contact_info .widget-title{
	text-align: right;
}
footer.layout1 .widget_agensy_pro_contact_info .agensy-contact-info{
	margin: 0;
}
footer.layout1 .widget_agensy_pro_contact_info .agensy-contact-info span{
	display: block !important;
    width: 100% !important;
    flex-basis: 100%;
    text-align: right;
    padding: 0;
    font-size: 1rem;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #8e8e8e;
    margin-bottom: 0.25rem;
}
footer.layout1 .widget_agensy_pro_contact_info .agensy-contact-info span:before{
	display: none;
}
footer.layout1 .agensy-info-details-icons a{
	padding: 10px;
	font-size: 1rem !important;
}
footer.layout1 .agensy-info-details-icons a:first-child{
	padding-right: 0;
}
footer.layout1 .agensy-info-details-icons a:last-child{
	padding-left: 0;
}
.agensy-icon-desc-widget-wrap .agensy-icon-text-icon{
	font-size: 3.5rem;
	color: #41424E;
	line-height: 0;
}
.agensy-icon-desc-widget-wrap .post-icon-title h2{
	font-weight: 400;
	font-size: 1.375rem;
	color: #41424E;
	margin-top: 1rem;
	padding: 0 2rem;
}
.agensy-icon-desc-widget-wrap .post-icon-desc{
	font-size: 1rem;
	color: #727888;
	font-weight: 400;
	line-height: 1.375rem;
	padding: 0 2rem;
	margin-top: -0.75rem;
}
.ag-container{
	background: #FFF;
}
.ag-container .agensy-container{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.ag-container.left-sidebar-enabled .agensy-container #primary,
.ag-container.right-sidebar-enabled .agensy-container #primary{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 70%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	overflow: hidden;
	padding-right: 2.5rem;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
}
.ag-container.right-sidebar-enabled .agensy-container #primary{
	padding-right: 0;
	padding-left: 2.5rem;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
}
.ag-container.left-sidebar-enabled .agensy-container .sidebar-left{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 30%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	padding-right: 0;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
}
.ag-container.right-sidebar-enabled .agensy-container .sidebar-right{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 30%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	padding-right: 0;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
}
.ag-container.both-sidebar-enabled .agensy-container #primary{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
	width: 60%;
	padding: 0 2.5rem;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	overflow: hidden;
}
.ag-container.both-sidebar-enabled .agensy-container .sidebar-left{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 20%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	padding-right: 0;
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
}
.ag-container.both-sidebar-enabled .agensy-container .sidebar-right{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 20%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
	margin: 0;
	padding-right: 0;
	-webkit-order: 3;
	    -ms-order: 3;
	        order: 3;
}
.sidebar-left form.search-form label.agensy-text,
.sidebar-right form.search-form label.agensy-text{
	position: relative;
	height: 3.4375rem;
    width: 100%;
    display: block;
}
.sidebar-left form.search-form label.agensy-text input[type="search"],
.sidebar-right form.search-form label.agensy-text input[type="search"]{
	font-size: 1.125rem;
	height: 3.4375rem;
	line-height: 3.4375rem;
	width: 100%;
	padding: 0.625rem 0.625rem 0.625rem 3.75rem;
	border: 1px solid #eee;
	color: #ACACAC;
	position: relative;
	z-index: 7;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.both-sidebar-enabled .sidebar-left form.search-form label.agensy-text,
.both-sidebar-enabled .sidebar-right form.search-form label.agensy-text{
	height: 3rem;
}
.both-sidebar-enabled .sidebar-left form.search-form label.agensy-text input[type="search"],
.both-sidebar-enabled .sidebar-right form.search-form label.agensy-text input[type="search"]{
	font-size: 1rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0.625rem 0.625rem 0.625rem 3.25rem;
}
.sidebar-left form.search-form label.agensy-text input[type="search"]::-moz-placeholder{
	color: #ACACAC;
}
.sidebar-left form.search-form label.agensy-text input[type="search"]::placeholder{
	color: #ACACAC;
}
.sidebar-left form.search-form label.agensy-text input[type="search"]::-webkit-input-placeholder{
	color: #ACACAC;
}
.sidebar-left form.search-form label.agensy-text input[type="search"]::-ms-input-placeholder{
	color: #ACACAC;
}
.sidebar-left form.search-form label.agensy-text input[type="submit"]{
	width: 3.4375rem;
	height: 3.4375rem;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 999999em;
	z-index: 9;
	border: none;
}
.sidebar-right form.search-form label.agensy-text input[type="search"]::-moz-placeholder{
	color: #ACACAC;
}
.sidebar-right form.search-form label.agensy-text input[type="search"]::placeholder{
	color: #ACACAC;
}
.sidebar-right form.search-form label.agensy-text input[type="search"]::-webkit-input-placeholder{
	color: #ACACAC;
}
.sidebar-right form.search-form label.agensy-text input[type="search"]::-ms-input-placeholder{
	color: #ACACAC;
}
.sidebar-left form.search-form label.agensy-text input[type="submit"],
.sidebar-right form.search-form label.agensy-text input[type="submit"]{
	width: 3.4375rem;
	height: 3.4375rem;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 999999em;
	z-index: 9;
	border: none;
}
.both-sidebar-enabled .sidebar-left form.search-form label.agensy-text input[type="submit"],
.both-sidebar-enabled .sidebar-right form.search-form label.agensy-text input[type="submit"]{
	width: 3rem;
	height: 3rem;
}
.sidebar-left form.search-form label.agensy-text:after,
.sidebar-right form.search-form label.agensy-text:after{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-left: 0px;
	text-align: center;
	line-height: 3.4375rem;
	content: "\f002";
	font-family: fontawesome;
	color: #FFF;
	z-index: 8;
	width: 3.4375rem;
	height: 3.4375rem;
	background: #cba14c;
	font-size: 1rem;
}
.both-sidebar-enabled .sidebar-left form.search-form label.agensy-text:after,
.both-sidebar-enabled .sidebar-right form.search-form label.agensy-text:after{
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 0.875rem;
}
.sidebar-left form.search-form label.agensy-text input[type="submit"]:hover + label.agensy-text:after,
.sidebar-right form.search-form label.agensy-text input[type="submit"]:hover + label.agensy-text:after{
	background: rgba(153, 118, 45, 1);
}
.sidebar-left .widget,
.sidebar-right .widget{
	margin-bottom: 3.25rem;
}
.both-sidebar-enabled .sidebar-left .widget,
.both-sidebar-enabled .sidebar-right .widget{
	margin-bottom: 2.625rem;
}
.sidebar-left .widget h2.widget-title,
.sidebar-right .widget h2.widget-title{
	font-size: 1.5rem;
	font-weight: 600;
	color: #41424e;
}
.both-sidebar-enabled .sidebar-left .widget h2.widget-title,
.both-sidebar-enabled .sidebar-right .widget h2.widget-title{
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}
.sidebar-left .widget.widget_categories,
.sidebar-right .widget.widget_categories,
.sidebar-left .widget.widget_archive,
.sidebar-right .widget.widget_archive,
.sidebar-left .widget.widget_pages,
.sidebar-right .widget.widget_pages,
.sidebar-left .widget.widget_meta,
.sidebar-right .widget.widget_meta,
.sidebar-left .widget.widget_recent_comments,
.sidebar-right .widget.widget_recent_comments,
.sidebar-left .widget.widget_recent_entries,
.sidebar-right .widget.widget_recent_entries,
.sidebar-left .widget.widget_rss,
.sidebar-right .widget.widget_rss,
.sidebar-left .widget.widget_nav_menu,
.sidebar-right .widget.widget_nav_menu{
	padding: 2.25rem 1.875rem;
	background: #f7f7f7;
}
.both-sidebar-enabled .sidebar-left .widget.widget_categories,
.both-sidebar-enabled .sidebar-right .widget.widget_categories,
.both-sidebar-enabled .sidebar-left .widget.widget_archive,
.both-sidebar-enabled .sidebar-right .widget.widget_archive,
.both-sidebar-enabled .sidebar-left .widget.widget_pages,
.both-sidebar-enabled .sidebar-right .widget.widget_pages,
.both-sidebar-enabled .sidebar-left .widget.widget_meta,
.both-sidebar-enabled .sidebar-right .widget.widget_meta,
.both-sidebar-enabled .sidebar-left .widget.widget_recent_comments,
.both-sidebar-enabled .sidebar-right .widget.widget_recent_comments,
.both-sidebar-enabled .sidebar-left .widget.widget_recent_entries,
.both-sidebar-enabled .sidebar-right .widget.widget_recent_entries,
.both-sidebar-enabled .sidebar-left .widget.widget_rss,
.both-sidebar-enabled .sidebar-right .widget.widget_rss,
.both-sidebar-enabled .sidebar-left .widget.widget_nav_menu,
.both-sidebar-enabled .sidebar-right .widget.widget_nav_menu{
	padding: 1.5rem 1.25rem;
}
.sidebar-left .widget.widget_categories ul,
.sidebar-right .widget.widget_categories ul,
.sidebar-left .widget.widget_archive ul,
.sidebar-right .widget.widget_archive ul,
.sidebar-left .widget.widget_pages ul,
.sidebar-right .widget.widget_pages ul,
.sidebar-left .widget.widget_meta ul,
.sidebar-right .widget.widget_meta ul,
.sidebar-left .widget.widget_recent_comments ul,
.sidebar-right .widget.widget_recent_comments ul,
.sidebar-left .widget.widget_recent_entries ul,
.sidebar-right .widget.widget_recent_entries ul,
.sidebar-left .widget.widget_rss ul,
.sidebar-right .widget.widget_rss ul,
.sidebar-left .widget.widget_nav_menu ul,
.sidebar-right .widget.widget_nav_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-left .widget.widget_nav_menu ul ul.sub-menu,
.sidebar-right .widget.widget_nav_menu ul ul.sub-menu{
	padding-right: 0.875rem;
}
.sidebar-left .widget.widget_nav_menu ul ul.sub-menu li a,
.sidebar-right .widget.widget_nav_menu ul ul.sub-menu li a{
	position: relative;
	padding-right: 10px;
}
.sidebar-left .widget.widget_nav_menu ul ul.sub-menu li a:before,
.sidebar-right .widget.widget_nav_menu ul ul.sub-menu li a:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 2px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #848484;
}
.sidebar-left .widget.widget_nav_menu ul ul.sub-menu li a:hover:before,
.sidebar-right .widget.widget_nav_menu ul ul.sub-menu li a:hover:before{
	background: #CBA14B;
}
.sidebar-left .widget.widget_nav_menu ul ul.sub-menu li:first-child,
.sidebar-right .widget.widget_nav_menu ul ul.sub-menu li:first-child{
	border-top: 1px solid #ececec;
	margin-top: 8px;
}
.sidebar-left .widget.widget_categories ul li,
.sidebar-right .widget.widget_categories ul li,
.sidebar-left .widget.widget_archive ul li,
.sidebar-right .widget.widget_archive ul li,
.sidebar-left .widget.widget_pages ul li,
.sidebar-right .widget.widget_pages ul li,
.sidebar-left .widget.widget_meta ul li,
.sidebar-right .widget.widget_meta ul li,
.sidebar-left .widget.widget_recent_comments ul li,
.sidebar-right .widget.widget_recent_comments ul li,
.sidebar-left .widget.widget_recent_entries ul li,
.sidebar-right .widget.widget_recent_entries ul li,
.sidebar-left .widget.widget_rss ul li,
.sidebar-right .widget.widget_rss ul li,
.sidebar-left .widget.widget_nav_menu ul li,
.sidebar-right .widget.widget_nav_menu ul li{
	display: block;
	font-size: 1.125rem;
	color: #222;
	border-bottom: solid 1px #ececec;
	padding: 0.75rem 0 0.6rem;
}
.sidebar-left .widget.widget_rss ul li,
.sidebar-right .widget.widget_rss ul li,
.sidebar-left .widget.widget_recent_comments ul li,
.sidebar-right .widget.widget_recent_comments ul li{
	font-size: 0.95rem;
}
.both-sidebar-enabled .sidebar-left .widget.widget_categories ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_categories ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_archive ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_archive ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_pages ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_pages ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_meta ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_meta ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_recent_comments ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_recent_comments ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_recent_entries ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_recent_entries ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_rss ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_rss ul li,
.both-sidebar-enabled .sidebar-left .widget.widget_nav_menu ul li,
.both-sidebar-enabled .sidebar-right .widget.widget_nav_menu ul li{
	font-size: 0.875rem;
	padding: 0.4rem 0;
}
.sidebar-left .widget.widget_categories ul li a,
.sidebar-right .widget.widget_categories ul li a,
.sidebar-left .widget.widget_archive ul li a,
.sidebar-right .widget.widget_archive ul li a,
.sidebar-left .widget.widget_pages ul li a,
.sidebar-right .widget.widget_pages ul li a,
.sidebar-left .widget.widget_meta ul li a,
.sidebar-right .widget.widget_meta ul li a,
.sidebar-left .widget.widget_recent_comments ul li a,
.sidebar-right .widget.widget_recent_comments ul li a,
.sidebar-left .widget.widget_recent_entries ul li a,
.sidebar-right .widget.widget_recent_entries ul li a,
.sidebar-left .widget.widget_rss ul li a,
.sidebar-right .widget.widget_rss ul li a,
.sidebar-left .widget.widget_nav_menu ul li a,
.sidebar-right .widget.widget_nav_menu ul li a{
	color: #848484;
	line-height: 1.4;
}
.sidebar-left .widget.widget_categories ul li a:hover,
.sidebar-right .widget.widget_categories ul li a:hover,
.sidebar-left .widget.widget_archive ul li a:hover,
.sidebar-right .widget.widget_archive ul li a:hover,
.sidebar-left .widget.widget_pages ul li a:hover,
.sidebar-right .widget.widget_pages ul li a:hover,
.sidebar-left .widget.widget_meta ul li a:hover,
.sidebar-right .widget.widget_meta ul li a:hover,
.sidebar-left .widget.widget_recent_comments ul li a:hover,
.sidebar-right .widget.widget_recent_comments ul li a:hover,
.sidebar-left .widget.widget_recent_entries ul li a:hover,
.sidebar-right .widget.widget_recent_entries ul li a:hover,
.sidebar-left .widget.widget_rss ul li a:hover,
.sidebar-right .widget.widget_rss ul li a:hover,
.sidebar-left .widget.widget_nav_menu ul li a:hover,
.sidebar-right .widget.widget_nav_menu ul li a:hover{
	color: #cba14c;
}
.sidebar-left .widget.widget_categories ul li span,
.sidebar-right .widget.widget_categories ul li span,
.sidebar-left .widget.widget_archive ul li span,
.sidebar-right .widget.widget_archive ul li span,
.sidebar-left .widget.widget_pages ul li span,
.sidebar-right .widget.widget_pages ul li span,
.sidebar-left .widget.widget_meta ul li span,
.sidebar-right .widget.widget_meta ul li span,
.sidebar-left .widget.widget_recent_entries ul li span,
.sidebar-right .widget.widget_recent_entries ul li span,
.sidebar-left .widget.widget_nav_menu ul li span,
.sidebar-right .widget.widget_nav_menu ul li span{
	float: left;
}
.sidebar-left .widget.widget_categories ul li:last-child,
.sidebar-right .widget.widget_categories ul li:last-child,
.sidebar-left .widget.widget_archive ul li:last-child,
.sidebar-right .widget.widget_archive ul li:last-child,
.sidebar-left .widget.widget_pages ul li:last-child,
.sidebar-right .widget.widget_pages ul li:last-child,
.sidebar-left .widget.widget_meta ul li:last-child,
.sidebar-right .widget.widget_meta ul li:last-child,
.sidebar-left .widget.widget_recent_comments ul li:last-child,
.sidebar-right .widget.widget_recent_comments ul li:last-child,
.sidebar-left .widget.widget_recent_entries ul li:last-child,
.sidebar-right .widget.widget_recent_entries ul li:last-child,
.sidebar-left .widget.widget_rss ul li:last-child,
.sidebar-right .widget.widget_rss ul li:last-child,
.sidebar-left .widget.widget_nav_menu ul li:last-child,
.sidebar-right .widget.widget_nav_menu ul li:last-child{
	border-bottom: none;
}
.sidebar-right .widget.widget_archive select,
.sidebar-left .widget.widget_archive select,
.sidebar-right .widget.widget_categories select,
.sidebar-left .widget.widget_categories select{
	border: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 45px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    padding: 0 1rem;
}
.both-sidebar-enabled .sidebar-right .widget.widget_archive select,
.both-sidebar-enabled .sidebar-left .widget.widget_archive select,
.both-sidebar-enabled .sidebar-right .widget.widget_categories select,
.both-sidebar-enabled .sidebar-left .widget.widget_categories select{
	border: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 45px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    padding: 0 1rem;
}
.both-sidebar-enabled .sidebar-left .widget.widget_text .textwidget p,
.both-sidebar-enabled .sidebar-right .widget.widget_text .textwidget p{
	font-size: 0.875rem;
}
.both-sidebar-enabled .sidebar-left .widget.widget_text .textwidget p strong,
.both-sidebar-enabled .sidebar-right .widget.widget_text .textwidget p strong{
	font-size: 1rem;
	font-weight: 600;
}
.sidebar-left .widget.widget_text .textwidget form select,
.sidebar-right .widget.widget_text .textwidget form select{
	max-width: 100%;
	border: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 45px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    padding: 0 1rem;
}
.sidebar-left .widget.widget_tag_cloud,
.sidebar-right .widget.widget_tag_cloud{
	padding: 2.25rem 1.875rem;
    background: #f7f7f7;
}
.sidebar-left .widget.widget_tag_cloud .tagcloud a,
.sidebar-right .widget.widget_tag_cloud .tagcloud a{
	font-size: 0.875rem !important;
    padding: 0px 5px;
    border: solid 1px #ccc;
    text-transform: lowercase;
    margin-left: 2px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    color: #999;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}
.sidebar-left .widget.widget_tag_cloud .tagcloud a:hover,
.sidebar-right .widget.widget_tag_cloud .tagcloud a:hover{
	color: #FFF;
	background: #cba14b;
	border-color: #CBA14B;
}
.both-sidebar-enabled .sidebar-left .widget.widget_tag_cloud,
.both-sidebar-enabled .sidebar-right .widget.widget_tag_cloud{
	padding: 1.5rem 1.25rem;
}
.both-sidebar-enabled .sidebar-left .widget.widget_tag_cloud .tagcloud a,
.both-sidebar-enabled .sidebar-right .widget.widget_tag_cloud .tagcloud a{
	font-size: 0.75rem !important;
	height: 26px;
    line-height: 26px;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-post-widget,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-post-widget{
	margin-top: 1.5rem;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content{
	display: block;
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #dedede;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .image-recent-post,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .image-recent-post{
	max-width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post{
	max-width: 66%;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding-right: 1.75rem;
}
.both-sidebar-enabled  .sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post,
.both-sidebar-enabled  .sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post{
	padding-right: 1rem;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a{
	color: #404045;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.both-sidebar-enabled .sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a,
.both-sidebar-enabled .sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a{
	font-size: 0.9rem;
	line-height: 1.25;
	margin-bottom: 0.35rem;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a:hover,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-title a:hover{
	color: #cba14c;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-date,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-date{
	color: #cba14c;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-date,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content .date-title-recent-post .recent-post-date{
	font-size: 1rem;
}
.sidebar-left .widget.widget_agensy_pro_recent_post .recent-posts-content:last-of-type,
.sidebar-right .widget.widget_agensy_pro_recent_post .recent-posts-content:last-of-type{
	border-bottom: none;
}
.sidebar-left .widget.widget_agensy_pro_social_icons,
.sidebar-right .widget.widget_agensy_pro_social_icons{
	padding: 2.25rem 1.875rem;
    background: #f7f7f7;
}
.both-sidebar-enabled .sidebar-left .widget.widget_agensy_pro_social_icons,
.both-sidebar-enabled .sidebar-right .widget.widget_agensy_pro_social_icons{
	padding: 1.5rem 1.25rem;
    background: #f7f7f7;
}
.sidebar-left .widget.widget_agensy_pro_social_icons .widget-social-icons,
.sidebar-right .widget.widget_agensy_pro_social_icons .widget-social-icons{
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-left .widget.widget_agensy_pro_social_icons .widget-social-icons li,
.sidebar-right .widget.widget_agensy_pro_social_icons .widget-social-icons li{
	display: inline-block;
	margin: 0 1px 4px;
}
.sidebar-left .widget.widget_agensy_pro_social_icons .widget-social-icons li a,
.sidebar-right .widget.widget_agensy_pro_social_icons .widget-social-icons li a{
	height: 40px;
	width: 40px;
	font-size: 1rem;
	line-height: 42px;
	text-align: center;
	background: #000;
	color: #FFF;
}
.sidebar-left .widget.widget_agensy_pro_social_icons .widget-social-icons li a:hover,
.sidebar-right .widget.widget_agensy_pro_social_icons .widget-social-icons li a:hover{
	background: #cba14c;
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .slider_contents_wrap .owl_slider_title h3,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .slider_contents_wrap .owl_slider_title h3{
	font-size: 1rem;
	margin-top: 1rem;
	font-weight: 600;
	margin-bottom: 0;
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav{
	position: absolute;
	width: 100%;
	right: 0;
	top: 36%;
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-prev,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 40px;
    width: 40px;
    background: rgba(255,255,255,0.9);
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-next,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	height: 40px;
    width: 40px;
    background: rgba(255,255,255,0.9);
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-prev:before,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-prev:before,
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-next:before,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav button.owl-next:before{
	font-size: 24px;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
.sidebar-left .widget.widget_agensy_pro_cat_posts_slider .owl-nav span,
.sidebar-right .widget.widget_agensy_pro_cat_posts_slider .owl-nav span{
	opacity: 0;
	visibility: hidden;
}
/*Portfolio Page*/
.agensy-container-portfolio-wrap{
	background: #FFF;
}
.archive-portfolio-wrap {
	padding: 6.5rem 0 2.5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.archive-portfolio-wrap .portfolio{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 2rem;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.archive-portfolio-wrap .portfolio:nth-of-type(3n){
	margin-left: 0;
}
.archive-portfolio-wrap .portfolio .image-team-wrap a{
	width: 100%;
	vertical-align: top;
	margin: 0;
}
.archive-portfolio-wrap .portfolio .image-team-wrap img{
	width: 100%;
	vertical-align: top;
	margin: 0;
}
.archive-portfolio-wrap .portfolio .details{
	padding: 1.75rem 1.5rem;
	text-align: center;
}
.archive-portfolio-wrap .portfolio .details .designation-name a{
	display: block;
	color: #41424E;
	font-size: 1.375rem;
	text-transform: capitalize;
}
.archive-portfolio-wrap .portfolio:hover .details .designation-name a{
	color: #cba14c;
}
.archive-portfolio-wrap .portfolio .details span.pfolio-sub-title{
	display: block;
	font-size: 1rem;
	color: #424242;
	text-transform: uppercase;
}
.archive-portfolio-wrap .portfolio .details .name-desc{
	font-size: 1rem;
	color: #727888;
	line-height: 1.375;
}
.archive-portfolio-wrap .portfolio .image-team-wrap{
	position: relative;
}
/*.archive-portfolio-wrap .portfolio .image-team-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(203, 161, 76, 0.8);
}*/
.archive-portfolio-wrap .portfolio .image-team-wrap .agensy-pf-bttn{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(203, 161, 76, 0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.archive-portfolio-wrap .portfolio .image-team-wrap .agensy-pf-bttn span{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.archive-portfolio-wrap .portfolio:hover .image-team-wrap .agensy-pf-bttn{
	visibility: visible;
	opacity: 1;
}
/*Team*/
body.archive{
	background: #FFF;
}
.agensy-container-team-wrap{
	background: #FFF;
}
.archive-team-wrap {
	padding: 6.5rem 0 3rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
}
.archive-team-wrap .team{
	-webkit-flex-basis: 23.5%;
	        flex-basis: 23.5%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 1.35rem;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.archive-team-wrap .team:nth-of-type(4n){
	margin-left: 0;
}
.archive-team-wrap .team .image-team-wrap a{
	width: 100%;
	vertical-align: top;
	margin: 0;
}
.archive-team-wrap .team .image-team-wrap img{
	width: 100%;
	vertical-align: top;
	margin: 0;
}
.archive-team-wrap .team .details{
	padding: 1.75rem 1rem;
	text-align: center;
}
.archive-team-wrap .team .details .designation-name a{
	display: block;
	color: #41424E;
	font-size: 1.375rem;
	text-transform: capitalize;
}
.archive-team-wrap .team:hover .details .designation-name a{
	color: #cba14c;
}
.archive-team-wrap .team .details span.designation-member{
	display: block;
	margin-bottom: 0.75rem;
	font-size: 1rem;
	color: #424242;
	text-transform: uppercase;
}
.archive-team-wrap .team .details .name-desc{
	font-size: 1rem;
	color: #727888;
	line-height: 1.375;
}
.archive-team-wrap .team .image-team-wrap{
	position: relative;
}
/*.archive-portfolio-wrap .portfolio .image-team-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(203, 161, 76, 0.8);
}*/
.archive-team-wrap .team .image-team-wrap .agensy-pf-bttn{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(203, 161, 76, 0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1rem;
	color: #FFF;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.archive-team-wrap .team .image-team-wrap .agensy-pf-bttn span{
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.archive-team-wrap .team:hover .image-team-wrap .agensy-pf-bttn{
	visibility: visible;
	opacity: 1;
}
.archive-team-wrap .team .details .word-social{
	display: block;
	padding-top: 1.75rem;
}
.archive-team-wrap .team .details .word-social a{
	font-size: 1rem;
	margin: 0 5px;
	color: #000;
}
.archive-team-wrap .team .details .word-social a:hover{
	color: #cba14c;
}
.widget.widget_calendar .calendar_wrap caption{
	font-size: 1rem;
	color: #333;
	font-weight: 600;
	text-align: right;
}
.widget.widget_calendar .calendar_wrap thead tr th,
.widget.widget_calendar .calendar_wrap tbody tr td{
	text-align: center;
}
/*Team Single*/
.team-member-single{
	margin-bottom: 45px;
}
.team-member-single .team-left-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.team-member-single .team-left-wrap .image-team-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 30%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
.team-member-single .team-left-wrap .team-details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-basis: 70%;
	padding-right: 5%;
	justify-content: flex-start;
	flex-direction: column;
	vertical-align: top;
}
.team-member-single .team-details .designation-name .designation-member{
	margin-bottom: -0.35rem;
	display: block;
	font-size: 1rem;
	color: #727888;
}
.team-member-single .team-details .designation-name .name-member{
	font-size: 2rem;
	font-weight: 500;
	color: #41424e;
}
.team-member-single .team-details .team-right-wrap p{
	line-height: 1.75;
	color: #727888;
	margin-top: 0.75rem;
}
.team-member-single .team-details .designation-name .designation-phone{
	display: block;
	font-size: 1rem;
	color: #010101;
}
.team-member-single .team-details .designation-name .designation-email{
	font-size: 1rem;
	display: block;
	color: #010101;
}
.team-member-single .team-details .designation-name .word-social{
	display: block;
	margin-top: 1.5rem;
}
.team-member-single .team-details .designation-name .word-social a{
	display: inline-block;
	margin-left: 8px;
}
.team-member-single .team-details .designation-name .word-social a i{
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #ccc;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	color: #FFF;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.team-member-single .team-details .designation-name .word-social a i.fa-facebook{
	background: #3A589B;
}
.team-member-single .team-details .designation-name .word-social a i.fa-twitter{
	background: #66D6FE;
}
.team-member-single .team-details .designation-name .word-social a i.fa-youtube{
	background: #FF0000;
}
.team-member-single .team-details .designation-name .word-social a i.fa-pinterest{
	background: #CA2027;
}
.team-member-single .team-details .designation-name .word-social a i.fa-instagram{
	background: #030104;
}
.team-member-single .team-details .designation-name .word-social a i.fa-linkedin{
	background: #0274B3;
}
.team-member-single .team-details .designation-name .word-social a i.fa-google-plus{
	background: #DF4B38;
}
.team-member-single .team-details .designation-name .word-social a i:hover{
	background: #CBA14B;
}
/*Blog Archive Layouts*/
.right-sidebar-enabled.layout3 .agensy-blog-post-wrap article,
.left-sidebar-enabled.layout3 .agensy-blog-post-wrap article{
	margin-bottom: 4.375rem;
}
.layout2 .agensy-blog-post-wrap article,
.right-sidebar-enabled.layout2 .agensy-blog-post-wrap article,
.left-sidebar-enabled.layout2 .agensy-blog-post-wrap article{
	margin-bottom: 2.75rem;
}
.no-sidebar.layout3 .agensy-blog-post-wrap article{
	margin-bottom: 6rem;
}
.no-sidebar.layout1 .agensy-blog-post-wrap article{
	margin-bottom: 4.5rem;
}
.both-sidebar-enabled.layout3 .agensy-blog-post-wrap article{
	margin-bottom: 4.5rem;
}
.both-sidebar-enabled.layout2 .agensy-blog-post-wrap article{
	margin-bottom: 2rem;
}
.layout3 .agensy-blog-post-wrap article .archive-content .image-team-wrap a,
.layout3 .agensy-blog-post-wrap article .archive-content .image-team-wrap img,
.layout2 .agensy-blog-post-wrap article .archive-content .image-team-wrap a,
.layout2 .agensy-blog-post-wrap article .archive-content .image-team-wrap img
.layout1 .agensy-blog-post-wrap article .image-team-wrap a,
.layout1 .agensy-blog-post-wrap article .image-team-wrap img{
	width: 100%;
}
.layout2 .agensy-blog-post-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.layout2 .agensy-blog-post-wrap article{
	-webkit-flex-basis: 32%;
	        flex-basis: 32%;
	margin: 0;
	margin-left: 2%;
	margin-bottom: 2.75rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: column wrap;
}
.layout2 .agensy-blog-post-wrap article:nth-of-type(3n){
	margin-left: 0;
}
.layout2.left-sidebar-enabled .agensy-blog-post-wrap article,
.layout2.right-sidebar-enabled .agensy-blog-post-wrap article,
.layout2.both-sidebar-enabled .agensy-blog-post-wrap article{
	-webkit-flex-basis: 49%;
	        flex-basis: 49%;
	margin-left: 2%;
}
.layout2.left-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(3n),
.layout2.right-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(3n),
.layout2.both-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(3n){
	margin-left: auto;
}
.layout2.left-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(2n),
.layout2.right-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(2n),
.layout2.both-sidebar-enabled .agensy-blog-post-wrap article:nth-of-type(2n){
	margin-left: 0;
}
.layout1 .agensy-blog-post-wrap article{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 2.5rem;
}
.layout1 .agensy-blog-post-wrap article .image-team-wrap,
.layout1 .agensy-blog-post-wrap article .entry-content{
	-webkit-flex-basis: 45%;
	        flex-basis: 45%;
	margin: 0;
	vertical-align: middle;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: start;
	-webkit-box-align: start;
	align-items: start;
	-webkit-flex-flow: column wrap;
}
.layout1 .agensy-blog-post-wrap article .entry-content{
	-webkit-flex-basis: 55%;
	        flex-basis: 55%;
}
.layout1 .agensy-blog-post-wrap article.has-post-thumbnail .entry-content{
	padding-right: 2.5rem;	
}
.layout1 .agensy-blog-post-wrap article .entry-content .blog-wrap{
	padding-right: 0 !important;
	padding-bottom: 0;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul{
	padding: 0;
	margin: 0;
	margin-bottom: 0.5rem;
	list-style: none;
}
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category,
.layout1 .agensy-blog-post-wrap article .centry-content .post-category{
	display: block;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul li,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul li,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li{
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	position: relative;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul li:before,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul li:before,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li:before{
	position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    top: 48%;
    left: -1px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #000;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul li:last-of-type:before,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul li:last-of-type:before,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li:last-of-type:before{
	display: none;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul li a,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul li a,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li a{
	font-size: 0.875rem;
	font-weight: 600;
	color: #262626;
	text-transform: uppercase;
}
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li a{
	color: #666;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-category ul li a:hover,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-category ul li a:hover,
.layout1 .agensy-blog-post-wrap article .entry-content .post-category ul li a:hover{
	color: #cba14b;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .entry-title,
.layout2 .agensy-blog-post-wrap article .content-wrap .entry-title,
.layout1 .agensy-blog-post-wrap article .entry-content .entry-title{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.125;
	color: #41424e;
	margin-bottom: 0.5rem;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-author,
.layout3 .agensy-blog-post-wrap article .content-wrap .post-date,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-author,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-date,
.layout1 .agensy-blog-post-wrap article .entry-content .post-author,
.layout1 .agensy-blog-post-wrap article .entry-content .post-date{
	font-size: 14px;
	color: #424242;
	font-weight: 500;
	text-transform: uppercase;
}
.layout3 .agensy-blog-post-wrap article .content-wrap .post-author,
.layout2 .agensy-blog-post-wrap article .content-wrap .post-author,
.layout1 .agensy-blog-post-wrap article .entry-content .post-author{
	padding-left: 1.5rem;
}
.layout3 .agensy-blog-post-wrap article .content-wrap{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-right: 0;
}
.layout2 .agensy-blog-post-wrap article .content-wrap{
	margin-bottom: 1.25rem;
	margin-top: 1rem;
	padding-right: 0;
}
.layout3 .agensy-blog-post-wrap article .content,
.layout2 .agensy-blog-post-wrap article .content{
	padding-right: 0;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #727888;
}
.layout2 .agensy-blog-post-wrap article .content{
	padding-right: 0;
	margin-top: 8px;
}
.layout3 .agensy-blog-post-wrap article .post-content,
.layout2 .agensy-blog-post-wrap article .post-content{
	font-size: 1rem;
	line-height: 1.625rem;
	color: #727888;
}
.layout3 .agensy-blog-post-wrap article .content span.about-button,
.layout2 .agensy-blog-post-wrap article .content span.about-button,
.layout1 .agensy-blog-post-wrap article .expert-content span.about-button{
	display: block;
	margin-top: 20px;
}
.layout3 .agensy-blog-post-wrap article .content span.about-button a,
.layout2 .agensy-blog-post-wrap article .content span.about-button a,
.layout1 .agensy-blog-post-wrap article .expert-content span.about-button a{
	height: 2.785rem;
	line-height: 2.785rem;
	padding: 0 1.25rem;
	color: #FFF;
	background: #cba14c;
	font-size: 1rem;
	font-weight: 600;
	border: 2px solid #cba14c;
}
.layout3 .agensy-blog-post-wrap article .content span.about-button a:hover,
.layout2 .agensy-blog-post-wrap article .content span.about-button a:hover,
.layout1 .agensy-blog-post-wrap article .expert-content span.about-button a:hover{
	background: transparent;
	color: #cba14c;
}
.navigation.pagination{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.navigation.pagination .nav-links .page-numbers{
	height: 45px;
	width: 45px;
	padding: 0;
	text-align: center;
	line-height: 45px;
	border: 1px solid #222;
	background: #222;
	color: #FFF;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}
.navigation.pagination .nav-links a.page-numbers{
	height: 45px;
	width: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	border: 1px solid #222;
	background: transparent;
	color: #222;
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
	font-weight: 500;
}
.navigation.pagination .nav-links a.page-numbers.next,
.navigation.pagination .nav-links a.page-numbers.prev{
	width: 80px;
}
.navigation.pagination .nav-links a.page-numbers:hover{
	background: #222;
	color: #FFF;
}
.entry-content .blog-wrap{
	padding: 1.5rem 0rem 2rem 0;
}
.entry-content .blog-wrap .entry-meta{
	font-size: 1rem;
	color: #727888;
	font-weight: 600;
    margin-bottom: 12px;
}
.entry-content .blog-wrap .blog-wrap-title{
	font-weight: 600;
	line-height: 1.11;
	color: #41424E;
	margin-bottom: 16px;
}
.layout1 .agensy-blog-post-wrap article .entry-content .blog-wrap .blog-wrap-title{
	margin-bottom: 10px;
}
.entry-content .blog-wrap .expert-content p{
	font-size: 1rem;
	font-weight: 400;
	color: #727888;
	line-height: 1.625rem;
}
.layout1 .agensy-blog-post-wrap article .entry-content .blog-wrap .comment-author-date{
	margin-bottom: 8px;
}
.agensy-blog-post-wrap article .entry-content .blog-wrap .expert-content{
    line-height: 1.5;
}
.single .navigation.post-navigation .nav-links{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.single .navigation.post-navigation .nav-links .nav-previous{
	-webkit-flex-basis: 50%;
	        flex-basis: 50%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.single .navigation.post-navigation .nav-links .nav-previous a,
.single .navigation.post-navigation .nav-links .nav-next a{
	width: 90%;
	position: relative;
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	background: #CBA14C;
	border: solid 1px #CBA14C;
	padding: 18px 45px 15px 30px;
	line-height: 1.35;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single .navigation.post-navigation .nav-links .nav-previous a:hover,
.single .navigation.post-navigation .nav-links .nav-next a:hover{
	background: #b58625;
}
.single .navigation.post-navigation .nav-links .nav-next a{
	padding: 18px 30px 15px 45px;
	text-align: left;
}
.single .navigation.post-navigation .nav-links .nav-next{
	-webkit-flex-basis: 50%;
	        flex-basis: 50%;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.single .navigation.post-navigation .nav-links .nav-previous a:before,
.single .navigation.post-navigation .nav-links .nav-next a:before{
	font-family: "Ionicons";
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 1.25rem;
	font-weight: 600;
}
.single .navigation.post-navigation .nav-links .nav-previous a:before{
	content: "\f3d5";
	right: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single .navigation.post-navigation .nav-links .nav-next a:before{
	content: "\f3d6";
	left: 20px;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.single .navigation.post-navigation .nav-links .nav-previous a:hover:before{
	right: 12px;
}
.single .navigation.post-navigation .nav-links .nav-next a:hover:before{
	left: 12px;
}
/*Comment Section*/
.comments-area .comments-title{
	font-size: 1.75rem;
	line-height: 1.15;
	margin-bottom: 1.95rem;
	color: #41424E;
}
.comments-area ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment-respond .comment-reply-title{
	font-size: 1.5rem;
	line-height: 1.15;
	color: #41424E;
}
.comments-area ol li{
	display: block;
	width: 100%;
}
.comments-area ol ol{
	padding-right: 2rem;
}
.comments-area ol ol ol ol{
	padding-right: 0;
}
.comments-area ol li .comment-body .comment-author img{
	width: 60px;
	padding: 5px;
	background: #f4f4f4;
	margin-left: 1rem;
}
.comments-area ol li .comment-body .comment-metadata{
	font-size: 0.875rem;
    font-weight: 500;
    color: #727888;
    display: block;
    margin-top: 0.5rem;
    padding-right: 80px;
}
.comments-area ol li .comment-body .comment-content{
	padding-right: 80px;
}
.comments-area ol li .comment-body .reply{
	float: left;
	margin-top: -10px;
}
.comments-area ol li .comment-body .reply a{
	font-size: 0.875rem;
	color: #666;
	position: relative;
	padding-right: 5px;
}
.comments-area ol li .comment-body .reply a:before{
	position: absolute;
	content: "\f21d";
	font-family: "Ionicons";
	top: 45%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: -10px;
}
.comments-area ol li article{
	margin-bottom: 0;
	float: right;
	width: 100%;
	display: block;
}
.comments-area ol li .comment-body .comment-content p{
	margin-bottom: 0.5rem;
}
.comments-area .comment-respond{
	float: right;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.comment-respond .comment-notes{
	font-size: 1rem;
	font-weight: 500;
	color: #333;
}
.comment-respond form.comment-form p{
	display: inline-block;
	width: 50%;
	float: right;
	margin: 0;
}
.comment-respond form.comment-form p.comment-form-author{
	padding-left: 1rem;
	margin-bottom: 1.75rem;
}
.comment-respond form.comment-form p.comment-form-email{
	padding-right: 1rem;
	margin-bottom: 1.75rem;
}
.comment-respond form.comment-form p.comment-notes,
.comment-respond form.comment-form p.comment-form-url,
.comment-respond form.comment-form p.comment-form-comment{
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 1.75rem;
}
.comment-respond form.comment-form p.comment-notes{
	margin-bottom: 1rem;
}
.comment-respond form.comment-form p.comment-form-comment{
	margin-bottom: 0.5rem;
}
.comment-respond form.comment-form p input[type="text"],
.comment-respond form.comment-form p input[type="email"],
.comment-respond form.comment-form p input[type="url"],
.comment-respond form.comment-form p textarea{
	padding: 0 15px;
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 55px;
	line-height: 55px;
	color: #333;
	border: solid 1px #bbb;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.comment-respond form.comment-form p textarea{
	height: 200px;
	line-height: 1.35;
	padding: 10px 15px;
}
.comment-respond form.comment-form p.comment-form-cookies-consent{
	display: block;
	width: 100%;
	color: #aaa;
	margin-bottom: 1.5rem;
}
.comment-respond form.comment-form p.comment-form-cookies-consent input[type="checkbox"]{
	display: inline-block;
}
.comment-respond form.comment-form p.comment-form-cookies-consent label{
	display: inline-block;
	padding-right: 10px;
}
.comment-respond form.comment-form p input:hover,
.comment-respond form.comment-form p textarea:hover{
	border-color: #888;
}
.comment-respond form.comment-form p input:focus,
.comment-respond form.comment-form p textarea:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-color: #777;
}
.comment-respond form.comment-form p input::-moz-placeholder{
	color: #666;
}
.comment-respond form.comment-form p input::placeholder{
	color: #666;
}
.comment-respond form.comment-form p input::-webkit-input-placeholder{
	color: #666;
}
.comment-respond form.comment-form p input::-ms-input-placeholder{
	color: #666;
}
.comment-respond form.comment-form p textarea::-moz-placeholder{
	color: #666;
}
.comment-respond form.comment-form p textarea::placeholder{
	color: #666;
}
.comment-respond form.comment-form p textarea::-webkit-input-placeholder{
	color: #666;
}
.comment-respond form.comment-form p textarea::-ms-input-placeholder{
	color: #666;
}
.comment-respond form.comment-form p.form-submit{
	margin-top: 25px;
}
.comment-respond form.comment-form p.form-submit input.submit{
	width: auto;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	background: #CBA14C;
	border: solid 1px #CBA14C;
	color: #FFF;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.comment-respond form.comment-form p.form-submit input.submit:hover{
	border-color: #b58625;
    background: #b58625;
    -webkit-box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.comment-respond form.comment-form p label{
	display: none;
}
.comment-respond .comment-reply-title small{
	font-size: 0.875rem;
	font-weight: 500;
}
.comments-area ol.comment-list{
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	float: right;
}
/*Shop Page*/
.woocommerce .woocommerce-ordering{
	margin-top: -10px;
}
.woocommerce .woocommerce-ordering select{
	border: solid 1px #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    background-repeat: no-repeat !important;
    background-image: url(assets/images/icon-select.png) !important;
    position: relative;
    background-position: left center !important;
    width: 100%;
    font-size: 1rem;
    color: #999;
}
.woocommerce .woocommerce-result-count{
	margin-bottom: 5px;
	font-size: 1rem;
    color: #999;
}
.woocommerce ul.products{
	padding-top: 2rem;
}
.woocommerce ul.products li.product a img{
	border: solid 4px #F1F4F6;
	padding: 1rem;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.woocommerce ul.products li.product:hover a img{
	border-color: #DBB05A;
}
.woocommerce ul.products li.product a span.onsale{
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0 1rem;
	max-height: 40px;
	line-height: 46px;
	background: #DBB05A;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 1.125rem;
	text-transform: capitalize;
	font-weight: 500;
	padding-bottom: 0;
}
.woocommerce ul.products li.product .price{
	color: #888;
	font-size: 1rem;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .price ins{
	padding-right: 0.5rem;
	color: #CBA14B;
}
.woocommerce ul.products li.product .button{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #CBA14B;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border: solid 2px #CBA14B;
	color: #FFF;
}
.woocommerce ul.products li.product .button:hover{
	background: #b58625;
	border-color: #B58625;
}
.woocommerce ul.products li.product .button.loading{
	padding-left: 30px;
}
.woocommerce ul.products li.product .button.loading:after{
	top: -2px;
	left: 8px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
	background: #CBA14B;
    color: #FFF;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 12px 8px;
}
.woocommerce ul.products li.product a.added_to_cart{
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border: 2px solid #CBA14B;
	color: #CBA14B;
}
.woocommerce ul.products li.product a.added_to_cart:hover{
	background: #CBA14B;
	color: #FFF;
}
.woocommerce ul.products li.product span.woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	margin-bottom: 3rem;
}
.widget_product_search .woocommerce-product-search{
	position: relative;
	height: 45px;
	width: 100%;
	line-height: 40px;
	display: block;
}
.widget_product_search .woocommerce-product-search input[type="search"]{
	height: 45px;
	width: 100%;
	line-height: 45px;
	padding: 2px 15px 0 40px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 1rem;
}
.widget_product_search .woocommerce-product-search:hover input[type="search"]{
	border-color: #999;
}
.widget_product_search .woocommerce-product-search button[type="submit"]{
	height: 45px;
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
.widget_product_search .woocommerce-product-search:after{
	position: absolute;
	content: "\f002";
	font-family: fontawesome;
	width: 45px;
	height: 45px;
	top: 0;
	left: 0;
	line-height: 45px;
	text-align: center;
	z-index: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
	border-bottom: 1px solid #eee;
	padding: 1rem 0;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	border-bottom: none;
}
.woocommerce ul.cart_list li .product-title,
.woocommerce ul.product_list_widget li .product-title{
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: capitalize;
}
.woocommerce ul.cart_list li .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount{
	font-size: 0.875rem;
	font-weight: 500;
	color: #888;
}
.woocommerce ul.cart_list li .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.woocommerce ul.product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
	vertical-align: middle;
	width: 60px;
}
.woocommerce table.shop_table th{
	font-weight: 600;
	font-size: 1rem;
}
.woocommerce thead tr th.product-remove{
	width: 30px;
}
.woocommerce tbody tr td.product-remove a{
	position: relative;
	visibility: collapse;
}
.woocommerce tbody tr td.product-remove a:before{
	content: "\f405";
    font-family: "Ionicons";
    position: absolute;
    font-size: 1.125rem;
    top: 0;
    left: -1px;
    color: #000;
    width: 25px;
    height: 25px;
    visibility: visible;
}
.woocommerce tbody tr td.product-thumbnail{
	text-align: center;
	padding: 2rem 10px;
}
.woocommerce tbody tr td.product-thumbnail a img{
	width: 80px;
}
.woocommerce thead tr th.product-quantity{
	width: 80px;
}
.woocommerce tbody tr td{
	font-size: 1rem;
	font-weight: 500;
	text-transform: capitalize;
}
.woocommerce tbody tr td .woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	min-width: 150px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: solid 1px #ccc;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table{
	border-collapse: collapse;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	border: 1px solid #ccc;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	font-weight: 600;
	border-left: 1px solid #ccc;
	vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
	vertical-align: middle;
}
.woocommerce-cart .cart-collaterals .cart_totals table td p{
	margin-bottom: 0;
}
.woocommerce-cart table.cart td.actions input.button{
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-weight: 500;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #CBA14B;
	color: #FFF;
	border: solid 1px #CBA14B;
}
.woocommerce-cart table.cart td.actions input.button:hover{
	background: transparent;
	color: #CBA14B;
}
.woocommerce-cart table.cart td.actions button.button{
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-weight: 500;
	border: solid 1px #ebe9eb;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce-cart table.cart td.actions button.button:disabled[disabled]:hover{
	background: #ebe9eb;
	border-color: #EBE9EB;
	color: #515151;
}
.woocommerce-cart table.cart td.actions button.button:hover{
	background: #CBA14B;
	color: #FFF;
	border-color: #CBA14B;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background: #CBA14B;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background: #b58625;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3{
	font-size: 1.5rem;
}
.select2-container--default .select2-selection--single{
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	        border-radius: 0;
	height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
    height: 35px;
    color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 4px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	-webkit-border-radius: 0;
    border-radius: 0;
    height: 35px;
    border: solid 1px #ddd;
    line-height: 35px;
    padding: 0 10px;
}
.woocommerce form .form-row textarea{
	height: auto;
	min-height: 150px;
	line-height: 1.35;
}
form.checkout #order_review_heading{
	font-size: 1.5rem;
	margin-top: 2rem;
}
.woocommerce table.woocommerce-checkout-review-order-table th{
	font-weight: 600;
	font-size: 0.875rem;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th{
	font-weight: 600;
	font-size: 0.875rem;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody th,
.woocommerce table.woocommerce-checkout-review-order-table tbody td{
	font-size: 0.875rem;
	font-weight: 500;
	color: #999;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td{
	font-weight: 600;
	font-size: 0.875rem;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot td .woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #CBA14B;
    background: #CBA14B;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background: #b58625;
	border-color: #b58625;
}
.woocommerce .quantity .qty{
	height: 35px;
	line-height: 35px;
}
.woocommerce div.product form.cart .button{
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: #CBA14B;
	border: solid 1px #CBA14B;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce div.product form.cart .button:hover{
	background: #b58625;
}
.woocommerce div.product .product_title{
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
}
.woocommerce div.product p.price{
	font-size: 1.5rem;
	color: #999;
	margin-bottom: 0.65rem;
}
.woocommerce div.product p.price .woocommerce-Price-currencySymbol{
	padding-left: 5px;
}
.product .summary .product_meta{
	font-size: 0.875rem;
	font-weight: 400;
	color: #999;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 1rem;
	font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}
.woocommerce-Reviews #comments h2{
	font-size: 1.5rem;
	font-weight: 600;
}
.woocommerce-Reviews .comment-respond span.comment-reply-title{
	font-size: 1.25rem;
	display: block;
	margin-bottom: 1rem;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating label{
	float: right;
	font-size: 0.95rem;
    font-weight: 500;
    color: #CBA14B;
}
.woocommerce-Reviews .comment-respond .comment-form .comment-form-rating p{
	margin-right: 1rem !important;
	padding-top: 4px;
}
.woocommerce p.stars a{
	color: #CBA14B;
}
.woocommerce #review_form #respond .form-submit input.submit{
	height: 45px;
	line-height: 45px;
	padding: 0 30px;
	border: 1px solid #CBA14B;
	background: #CBA14B;
	color: #FFF;
	font-weight: 600;
	font-size: 0.875rem;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce #review_form #respond .form-submit input.submit:hover{
	background: #b58625;
	border-color: #B58625;
}
.woocommerce .star-rating span{
	color: #CBA14B;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
	width: 50px;
	background: #F4F4F4;
	border-color: #F4F4F4;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin-right: 65px;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
	font-size: 0.875rem;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p{
	line-height: 1.35;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating{
	display: block;
	margin-bottom: 0.5rem;
}
.woocommerce ul.cart_list li .reviewer,
.woocommerce ul.product_list_widget li .reviewer{
	font-size: 0.875rem;
    font-weight: 500;
    color: #666;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a{
	font-size: 1rem;
}
.woocommerce .widget_rating_filter .wc-layered-nav-rating a .star-rating {
	font-size: 1rem;
}
/*Contact Page*/
.custom-html-widget form .agensy-contact-form-wrap{
	max-width: 800px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.custom-html-widget form .agensy-contact-form-wrap label{
	-webkit-flex-basis: 50%;
	        flex-basis: 50%;
	float: right;
	margin: 0 0 1.65rem;
	height: 50px;
	line-height: 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
}
.custom-html-widget form .agensy-contact-form-wrap label:nth-of-type(2n+1){
	padding-left: 0.75rem;
}
.custom-html-widget form .agensy-contact-form-wrap label:nth-of-type(2n){
	padding-right: 0.75rem;
}
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap{
	width: 100%;
}
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #666;
	border: 1px solid #bbb;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 10px 20px;
	font-size: 1rem;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.custom-html-widget form .agensy-contact-form-wrap label:last-of-type{
	height: auto;
	-webkit-flex-basis: 100%;
	        flex-basis: 100%;
	padding: 0;
}
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap textarea{
	width: 100%;
	color: #666;
	border: 1px solid #bbb;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 10px 20px;
	font-size: 1rem;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap input:hover,
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap textarea:hover{
	border-color: #888;
}
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap input:focus,
.custom-html-widget form .agensy-contact-form-wrap label .wpcf7-form-control-wrap textarea:focus{
	border-color: #777;
	outline: none;
}
.custom-html-widget form p{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.custom-html-widget form p input[type="submit"]{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #CBA14B;
	color: #FFF;
	border: 2px solid #CBA14B;
	-webkit-border-radius: 0;
	        border-radius: 0;
	padding: 0px 20px;
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}
.custom-html-widget form p input[type="submit"]:hover{
	background: #b58625;
	border-color: #B58625;
}
.agensy-contact-info-warp .widget-title{
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}
.agensy-contact-info-warp .agensy-contact-info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.agensy-contact-info-warp .agensy-contact-info span{
	-webkit-flex-basis: 33.33%;
	        flex-basis: 33.33%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: center;
	        justify-content: center;
	font-size: 1.25rem;
	font-weight: 500;
	color: #444;
	padding-top: 6.5rem;
	position: relative;
}
.agensy-contact-info-warp .agensy-contact-info span:before{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	right: 0;
	left: 0;
	font-family: "Ionicons";
	font-size: 6rem;
	line-height: 1;
}
.agensy-contact-info-warp .agensy-contact-info span.contact_phone:before{
	content: "\f4b8";
}
.agensy-contact-info-warp .agensy-contact-info span.contact_web:before{
	content: "\f422";
}
.agensy-contact-info-warp .agensy-contact-info span.contact_address:before{
	content: "\f455";
}
section{
	position: relative;
}
.agensy-container,
.agensy-container-full{
	position: relative;
	z-index: 1;
}
footer.layout1 .agensy-footer-copyright{
	font-size: 	0.875rem;
	font-weight: 400;
	color: 	#999;
	text-transform: none;
}
/*Mega Menu*/
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a span:before{
	display: none;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.menu-item-has-children > a{
	padding-left: 32px !important;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal.wpmm-ctheme-wrapper ul.wpmm-mega-wrapper > li.menu-item-has-children > a:after{
	left: 13px !important;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme-1.wpmm-orientation-horizontal{
	width: calc(100% - 200px) !important;
	display: inline-block !important;
}
.wpmm_megamenu .wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li:hover{
	background: transparent;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover{
	background: transparent !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{
	height: auto !important;
	line-height: normal !important;
	padding: 10px 15px !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:first-child a{
	padding-top: 15px !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:last-child a{
	padding-bottom: 15px !important;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li{
	margin-bottom: 0 !important;
}
.language-translator{
	height: 45px;
	line-height: 45px;
	border-right: solid 1px rgba(0,0,0,0.05);
}
.language-translator ul.menu{
	margin: 0;
	padding: 0;
}
.menu-language-menu-container li.pll-parent-menu-item{
	position: relative;
	min-width: 90px;
	text-align: center;
}
.menu-language-menu-container li.pll-parent-menu-item ul.sub-menu{
	position: absolute;
	min-width: 120px;
	text-align: left;
	background: #FFF;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	top: 100%;
	left: 0;
	padding: 10px 0;
	-webkit-transform: translateY(20px);
	   -moz-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	     -o-transform: translateY(20px);
	        transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.menu-language-menu-container li.pll-parent-menu-item:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}
.menu-language-menu-container li.pll-parent-menu-item ul.sub-menu li{
	line-height: 1;
}
.menu-language-menu-container li.pll-parent-menu-item ul.sub-menu li a{
	padding: 8px 15px;
}
.menu-language-menu-container li.pll-parent-menu-item span img{
	margin-top: -4px;
	margin-left: 4px;
}
main.site-main{
	padding: 0px;
}
.widget_search form .agensy-text{
	display: block;
	position: relative;
	height: 45px;
	line-height: 45px;
}
.widget_search form .agensy-text:before{
	content: "\f002";
	position: absolute;
	top: 0;
	left: 0;
	font-family: fontawesome;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	color: #FFF;
	background: #CBA14B;
	-webkit-border-top-left-radius: 2px;
	        border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	        border-bottom-left-radius: 2px;
	margin-left: 0px;
}
.widget_search form .agensy-text input[type="search"]{
	height: 45px;
	line-height: 46px;
	padding: 3px 10px 0 50px;
	font-size: 1rem;
}
.widget_search form .agensy-text input[type="submit"]{
	height: 45px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
body.search-results{
	background: #FFF;
}
.woocommerce ul.products li.product .onsale{
	margin: 0;
}
body.error404,
body.search-no-results{
	background: #FFF;
}
body.error404 .error-404,
body.search-no-results .ag-container{
	padding: 5.5rem 0 6.5rem;
}
body.error404 .error-404 .page-title,
body.search-no-results .no-results .page-title{
	margin-bottom: 0;
}
body.error404 .error-404 .page-content p,
body.search-no-results .no-results .page-content p{
	margin-bottom: 1.5rem;
}
body.error404 .error-404 .page-content .agensy-text,
body.search-no-results .no-results .page-content .agensy-text{
	position: relative;
}
body.error404 .error-404 .page-content .agensy-text input[type="search"],
body.search-no-results .no-results .page-content .agensy-text input[type="search"]{
	height: 45px;
	line-height: 45px;
	padding: 0 15px 0 100px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-size: 1rem;
}
body.error404 .error-404 .page-content .agensy-text input[type="submit"],
body.search-no-results .no-results .page-content .agensy-text input[type="submit"]{
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 30px;
	background: #de8819;
	color: #FFF;
	border-color: #DE8819;
	text-transform: uppercase;
}
/*CountDown*/
.countdown{
	height: 100vh;
	min-height: 650px;
}
.countdown h1{
	font-size: 46px;
}
.countdown .social-bar h5{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.countdown .social-bar a{
	font-size: 1.5rem;
    padding: 0 10px;
}
.countdown .img-overlay{
	z-index: 0;
}
/*Team Layout 2*/
.layout2 .archive-team-wrap .team{
	-webkit-flex-basis: 49%;
	        flex-basis: 49%;
	margin-left: 2%;
}
.layout2 .archive-team-wrap .team:nth-of-type(2n){
	margin-left: 0;
}
.layout2 .archive-team-wrap .team .team-member-archive{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-flex-flow: row wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 1px solid #eee;
}
.layout2 .archive-team-wrap .team .team-member-archive .image-team-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 40%;
}
.layout2 .archive-team-wrap .team .team-member-archive .details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column;
	    -ms-flex-flow: column;
	        flex-flow: column;
	width: 60%;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	text-align: right;
}
.layout2 .archive-team-wrap .team .details{
	padding: 2.75rem 1.5rem;
}
.layout2 .archive-team-wrap .team .details span.designation-member{
	font-size: 0.875rem;
	margin-bottom: 0px;
}
.layout2 .archive-team-wrap .team .details .designation-name a{
	margin-bottom: 10px;
}
.layout2 .archive-team-wrap .team .details .word-social{
	padding-top: 0;
	margin-top: 1.75rem;
	padding: 10px 0 6px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.layout2 .archive-team-wrap .team .details .word-social a{
	color: #BBB;
}
.layout2 .archive-team-wrap .team .details .word-social a{
	margin: 0 8px;
}
.layout2 .archive-team-wrap .team .details .word-social a:first-of-type{
	margin-right: 0;
}
.layout2 .archive-team-wrap .team .image-team-wrap a{
	position: relative;
}
.layout2 .archive-team-wrap .team .image-team-wrap img{
	transform-origin: 100% 0;
    backface-visibility: hidden;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    max-width: inherit;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
/*Team Layout 3 innper page*/
.agensy-container-team-wrap.layout3{
	margin-bottom: 20px;
}
.agensy-container-team-wrap.layout3 .archive-team-wrap{
	padding: 0;
}
.agensy-container-team-wrap.layout3 .team-member{
	position: relative;
}
.agensy-container-team-wrap.layout3 .team-member .img-overlay{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #cba14c;
	visibility: hidden;
	opacity: 0;
}
.agensy-container-team-wrap.layout3 .team:hover .team-member .img-overlay{
	visibility: visible;
	opacity: 1;
}
.agensy-container-team-wrap.layout3 .team-member .details{
	position: absolute;
	color: #FFF;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	padding: 50px 30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	   -moz-transition: all ease 0.3s;
	    -ms-transition: all ease 0.3s;
	     -o-transition: all ease 0.3s;
	        transition: all ease 0.3s;
}
.agensy-container-team-wrap.layout3 .team:hover .team-member .details{
	visibility: visible;
	opacity: 1;
}
.agensy-container-team-wrap.layout3 .team-member .designation-name a{
	color: #FFF;
}
.agensy-container-team-wrap.layout3 .team:hover .team-member .designation-name a{
	color: #FFF;
}
.agensy-container-team-wrap.layout3 .team-member .designation-name .detail-member{
	text-transform: uppercase;
}
.agensy-container-team-wrap.layout3 .team-member .agensy-team-social-icons-wrap{
	display: block;
	margin-top: 30px;
}
.agensy-container-team-wrap.layout3 .team-member .agensy-team-social-icons-wrap a{
	color: #FFF;
}
.widget_agensy_pro_team .team-members .member-image img{
	margin-bottom: 10px;
}
.widget_agensy_pro_team .team-members .member-image .member-description{
	line-height: 1.4;
	margin-bottom: 10px;
}
.widget_agensy_pro_team .team-members .member-image .member-social-profile a{
	padding: 0 5px;
}
.widget_agensy_pro_team .team-members .member-image .member-social-profile a:first-child{
	padding-right: 0;
}
.widget_agensy_pro_team .team-members .member-image .member-social-profile{
	margin-bottom: 5px;
}
.widget_agensy_pro_team .team-members .member-name h5{
	margin-bottom: 0;
}
.layout2.both-sidebar-enabled .agensy-blog-post-wrap article .content-wrap .entry-title{
	font-size: 1.5rem;
}
.layout2.both-sidebar-enabled .widget.widget_calendar .calendar_wrap thead tr th,
.layout2.both-sidebar-enabled .widget.widget_calendar .calendar_wrap tbody tr td{
	padding: 3px;
}
.mail-slider-header-wrap.three .content-slider{
	height: 100vh;
	position: relative;
}
.mail-slider-header-wrap.three .content-slider img{
    object-fit: cover;
    height: 100%;
}
.img-overlay{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
    z-index: 1;    
	background: rgba(255, 255, 255, 0.57);
}
.mail-slider-header-wrap .slider-content-wrap{
    z-index: 2;
}
.header-banner-container.three .page-title-wrap .page-title{
	color: #41424e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: #b58625;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #8D681A;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background: #b58625;
}
#DateCountdown{
	-webkit-transform: scale(0.75);
	   -moz-transform: scale(0.75);
	    -ms-transform: scale(0.75);
	     -o-transform: scale(0.75);
	        transform: scale(0.75);
}

@media only screen and (max-width: 1366px){
	.agensy-service-page-wrap .agensy_featured-content{
		padding-right: 0;
		font-size: 60px;
	}
	.agensy-service-page-wrap .agensy-service-num{
		max-width: 120px;
	}
	.agensy-service-page-wrap .agensy_featured-content-main{
		padding-right: 35px;
		padding-left: 20px;
		width: calc(100% - 130px);
	}
	.agensy-service-page-wrap .detail-small-font{
		margin-top: 15px;
	}
}
@media only screen and (max-width:1200px) {
	.agensy-container{
		padding: 0rem 15px !important;
	}
	.extra-large{
		font-size: 3rem;
		line-height: 3.25rem;
	}
	.mail-slider-header-wrap.category .slider-content-wrap .extra-large h2{
		font-size: 3rem;
		line-height: 3.25rem;
	}
	.header-default .agensy-upper-header .info-wrapper .email a,
	.header-default .agensy-upper-header .info-wrapper .phone a{
		font-size: 0.875rem;
	}
	.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1,
	.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2{
		font-size: 1rem;
	    padding: 0 10px;
	    height: 2.75rem;
	    line-height: 2.75rem;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap{
		padding: 1.5rem 0 2.25rem;
	}
	.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1{
		margin-left: 0.5rem;
	}
	.header-default nav.main-navigation ul.nav-menu > li.menu-item a{
		padding: 2rem 0.5rem;
		font-size: 0.875rem;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item a{
		height: 4rem;
		line-height: 4rem;
		padding: 0 0.875rem;
	}
	.header-two nav.main-navigation .ak-container .cta-button{
		height: 4rem;
		line-height: 4rem;
	}
	.mail-slider-header-wrap .content-slider{
		position: relative;
		height: 100vh;
		min-height: 300px;
	}
	.mail-slider-header-wrap .content-slider img{
	    object-fit: cover;
	    height: 100%;
	}
	.agensy-search .agensy-search-wrap .ion-ios-close-empty{
		left: 0;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image{
		min-height: 450px;
		position: relative;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
		padding: 0 2rem;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image img,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image img{
		transform-origin: 100% 0;
	    backface-visibility: hidden;
	    object-fit: cover;
	    height: 100%;
	    min-width: 100%;
	    max-width: inherit;
	    position: absolute;
	    width: 100%;
	    margin: 0 auto;
	    top: 50%;
	    right: 50%;
	    transform: translate(50%, -50%);
	}
	.agensy-home-agensy-section-info-wrap .agn-btn a{
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}
	.agensy-service-page-wrap .large-font{
		font-size: 2.125rem;
    	line-height: 1.25;
	}
	.agensy-service-page-wrap .detail-small-font{
	    font-size: 1.125rem;
	    line-height: 1.5;
	}
	.agensy-service-page-wrap .agensy_featured-content .agensy_featured-content-main .sl-btn{
		margin-top: 10px;
	}
	.agensy-service-page-wrap .agensy-service-num{
		font-size: 56px;
	}
	.team_page_section .agensy-team-layout-wrap .team-member{
		margin-bottom: 1.5rem;
	}
	.agensy-home-cta-two .agensy-container{
		padding: 0 !important;
	}
	.agensy-contact-details-section .agensy-details-info-wrap{
		padding: 4rem 2rem 3rem 3rem;
	}
	.agensy-footer-all .agensy-social-icons a{
		font-size: 1.125rem;
		padding: 0 10px;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-social-icons{
		-webkit-flex-basis: 30%;
		        flex-basis: 30%;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-footer-nav-menu{
		-webkit-flex-basis: 70%;
		        flex-basis: 70%;
	}
	.slider-content-wrap .about-post-content{
		font-size: 2.5rem;
	}
	.no-extra-padd-abt{
		padding-bottom: 0 !important;
	}
	.ag-container{
		padding: 1.5rem 0 0;
	}
	.no-sidebar.layout3 .agensy-blog-post-wrap article{
		margin-bottom: 3rem;
	}
	.sidebar-left .widget, .sidebar-right .widget{
		margin-bottom: 2.25rem;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .site-branding{
		max-width: 200px;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .header-info-wrapper{
		width: calc(100% - 200px);
	}
	.header-two .header-info-wrapper .location i, .header-two .header-info-wrapper .email i, .header-two .header-info-wrapper .call i{
		padding: 0 0.25rem 0 0.75rem;
	}
	.header-two .header-info-wrapper .location .cp-holder, .header-two .header-info-wrapper .email .cp-holder, .header-two .header-info-wrapper .call .cp-holder{
		padding-right: 0.5rem;
	}
	.header-two .header-info-wrapper .location .cp-holder .span-header, .header-two .header-info-wrapper .email .cp-holder .span-header, .header-two .header-info-wrapper .call .cp-holder .span-header{
		font-size: 1rem;
	}
	.portfolio_section{
		padding: 4.125rem 0;
	}
	.portfolio_section .agensy-portflio-wrapper{
		margin-top: 3rem;
	}
	.agensy-pricing-table-section{
		padding: 4.25rem 0 3.25rem;
	}
	.agensy-info-page-wrap{
		padding: 4.25rem 0 1.25rem;
	}
	.features_section{
		padding: 4.125rem 0 2rem;
	}
	.features_section .agensy-feature-wrap{
		margin-top: 2.5rem;
	}
	.features_section .agensy-feature-wrap .agensy-features-page{
		margin-bottom: 2.5rem;
	}
	.skill_section{
		padding: 4.375rem 0 4.125rem;
	}
	.cta_section{
		padding: 5.5rem 0;
	}
	.team_page_section{
		padding: 4.125rem 0 3rem;
	}
	.team_page_section.default .team-members-contents{
		margin-top: 3rem;
	}
	.agensy-counter-wrap{
		padding: 70px 0;
	}
	.client_testimonial_section{
		padding: 4.125rem 0;
	}
	.test-slider-wrapper{
		margin-top: 2.5rem;
	}
	.agensy-blog-main{
		padding: 4.125rem 0;
	}
	.agensy-blog-main .agensy-wrap-content .blogs-contents{
		margin-top: 3rem;
	}
	.agensy-blog-main .blog-content-contain{
		margin-bottom: 20px;
	}
	.request_quote_section{
		padding: 4.125rem 0 3.5rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper{
		padding: 3.6875rem 0 1.5rem;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper{
		padding: 3.6875rem 0 1.5rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all{
		padding: 1.5rem 0;
	}
	.no-mar-cont-ext{
		margin-bottom: -70px;
	}
	.header-three nav.main-navigation ul.nav-menu > li.menu-item a{
		font-size: 14px;
		padding: 1rem 0.25rem;
	}
	.header-banner-container.three .page-title-wrap .page-title{
		padding-top: 6.5rem;
	}
	.team-member-single{
		margin-bottom: 30px;
	}
	.single-portfolio-wrap .team-left-wrap .details{
		padding-right: 2rem;
	}
	.archive-team-wrap{
		padding: 1.5rem 0;
	}
	.archive-team-wrap .team{
		-webkit-flex-basis: 33.33%;
		        flex-basis: 33.33%;
	    margin-left: 0;
	}
	.team-member-single .team-left-wrap .team-details{
		padding-right: 2rem;
	}
	body.error404 .error-404 {
	    padding: 2.5rem 0 3.5rem;
	}
	.right-sidebar-enabled.layout3 .agensy-blog-post-wrap article, .left-sidebar-enabled.layout3 .agensy-blog-post-wrap article{
		margin-bottom: 4rem;
	}
	body h3{
		font-size: 42px;
	}
	.mail-slider-header-wrap .slider-content-wrap{
		padding: 0 75px;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team{
		-webkit-flex-basis: 32%;
		        flex-basis: 32%;
	    margin-left: 2%;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team:nth-of-type(3n){
		margin-left: 0;
	}
}
@media only screen and (max-width:992px) {
	.large-font{
		font-size: 2.4rem;
		line-height: 1.125;
	}
	.detail-small-font{
		font-size: 1rem;
		line-height: 1.45;
	}
	.header-two,
	.header-default{
		z-index: 999;
	}
	.agensy-header-menu-wrap .agensy-container{
		position: relative;
		-webkit-box-shadow: -1px 3px 8px 1px rgba(0,0,0,0.1);
		        box-shadow: -1px 3px 8px 1px rgba(0,0,0,0.1);
	}
	nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:first-child a{
		padding-top: 0.25rem;
	}
	.header-default .agensy-header-menu-wrap .main-navigation{
		width: 100%;
	}
	.header-default .agensy-header-menu-wrap .menu-menu-1-container{
		position: absolute;
		top: calc(100% + 10px);
		right: 0;
		left: 0;
		display: block;
	}
	.header-default .agensy-header-menu-wrap .main-navigation button.menu-toggle{
		display: block;
		padding: 0.5rem 0.75rem;
		position: absolute;
		top: 0;
		left: 0;
    	z-index: 9;
    	top: -2.85rem;
	}
	.header-default nav.main-navigation ul.nav-menu > li.menu-item a{
		color: #000;
		padding: 10px 15px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item a{
		height: auto;
		line-height: normal;
		padding: 12px 15px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li a{
		padding: 5px 0px;
		color: #FFF;
        font-size: 15px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:first-child a{
		padding-top: 5px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:last-child a{
		padding-bottom: 5px;
	}
	.header-two nav.main-navigation button.menu-toggle{
		right: 15px;
		display: block;
		top: 50%;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.main-navigation button.menu-toggle:focus{
		outline: none;
	}
	.main-navigation button.menu-toggle i{
		color: #000;
	    font-size: 1.25rem;
	    font-weight: 300;
	}
	.main-navigation{
		display: block;
		width: 100%;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		-webkit-box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.1);
		        box-shadow: 0px 5px 8px 2px rgba(0,0,0,0.1);
	}
	.header-default .main-navigation{
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.main-navigation ul li{
		display: block !important;
		width: 100%;
	}
	nav.main-navigation ul.nav-menu > li.menu-item a{
		padding: 0.875rem 2rem;
		display: block;
	}
	.main-navigation .menu-menu-1-container ul#primary-menu{
		background: #FFF;
		display: block;
		max-height: 0;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-transition: all ease 0.5s;
		   -moz-transition: all ease 0.5s;
		    -ms-transition: all ease 0.5s;
		     -o-transition: all ease 0.5s;
		        transition: all ease 0.5s;
	}
	.header-default .agensy-header-menu-wrap .agensy-container{
		padding: 10px 15px !important;
	}
	.header-two nav.main-navigation .menu-menu-1-container{
		background: transparent;
		width: 100%;
		display: block;
		margin-top: 50px;
	}
	.header-two .main-navigation .menu-menu-1-container ul#primary-menu{
		background: #cba14b;
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
	}
	.header-two nav.main-navigation ul.nav-menu li.menu-item .sub-menu{
		background: #cba14b;
	}
	.main-navigation.toggled .menu-menu-1-container ul#primary-menu{
		max-height: 300px;
	}
	.main-navigation .menu-menu-1-container ul#primary-menu ul.sub-menu{
		padding-right: 15px;
		position: relative;
		display: block;
		width: 100%;
		-webkit-transform: translate(0);
		   -moz-transform: translate(0);
		    -ms-transform: translate(0);
		     -o-transform: translate(0);
		        transform: translate(0);
		visibility: visible;
		opacity: 1;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.header-two .main-navigation .menu-menu-1-container ul#primary-menu ul.sub-menu{
		padding-right: 30px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li a{
		-webkit-transition: all ease 0.3s;
		   -moz-transition: all ease 0.3s;
		    -ms-transition: all ease 0.3s;
		     -o-transition: all ease 0.3s;
		        transition: all ease 0.3s;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li a:hover{
		color: #FFF;
		padding-right: 15px;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li a:before{
		content: "";
	    position: absolute;
	    top: 50%;
	    right: 0;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	    height: 2px;
	    width: 0;
	    -webkit-transition: all ease 0.3s;
	       -moz-transition: all ease 0.3s;
	        -ms-transition: all ease 0.3s;
	         -o-transition: all ease 0.3s;
	            transition: all ease 0.3s;
	    background: #FFF;
	}
	.header-two nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li a:hover:before{
		width: 8px;
	}
	.header-default nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:first-child a{
		padding-top: 10px;
	}
	.header-default nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:last-child a{
		padding-bottom: 10px;
	}
	.agensy-header-menu-wrap .main-navigation .menu-menu-1-container ul#primary-menu ul.sub-menu li a span{
		position: relative;
		
	}
	.agensy-header-menu-wrap .main-navigation .menu-menu-1-container ul#primary-menu ul.sub-menu li a span:before{
		content: "\f105";
	    font-family: fontawesome;
	    font-size: 0.875rem;
	    position: absolute;
	    right: -10px;
	    top: 50%;
	    margin-top: -2px;
	    -webkit-transform: translateY(-50%);
	    -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}
	nav.main-navigation ul.nav-menu > li.menu-item.menu-item-has-children > a span:before{
		display: none;
	}
	.header-two nav.main-navigation .ak-container{
		position: absolute;
		top: 0;
		left: 0;
	}
	.header-two nav.main-navigation{
		background: #FFF;
		height: 64px;
	}
	.header-default .agensy-upper-header .info-wrapper .email a i,
	.header-default .agensy-upper-header .info-wrapper .phone a i{
		font-size: 1rem;
		padding-left: 0.3rem;
	}
	.agensy-search .agensy-search-wrap form.search-form .agensy-text{
		padding: 0 10%;
	}
	.agensy-search .agensy-search-wrap form.search-form input[type="submit"]{
		left: 10%;
	}
	.agensy-search .agensy-search-wrap form.search-form .agensy-text:after{
		margin-left: 12%;
	}
	.agensy-search .agensy-search-wrap .ion-ios-close-empty{
		left: 5%;
	}
	.process_section .agensy-process-content{
		padding: 2.5rem 0 2.75rem;
	}
	.process_section .agensy-process-content .agensy-featured-content .agensy-process-num{
		font-size: 2.125rem;
		height: 2.125rem;
	    line-height: 2.125rem;
	    padding-bottom: 2.5rem;
	}
	.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main h2 a{
		font-size: 1rem;
		line-height: 1.35rem;
	}
	.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main .agensy-process-desc h5{
		font-size: 0.875rem;
		line-height: 1.4;
	}
	.mail-slider-header-wrap.category .slider-content-wrap .extra-large h2{
		font-size: 2.4rem;
    	line-height: 1.125;
	}
	.mail-slider-header-wrap.category .slider-content-wrap .about-post-content p{
		margin-bottom: 20px;
	}
	.portfolio_section{
		padding: 3.125rem 0;
	}
	.agensy-pricing-table-section table{
		margin-top: 3rem;
		margin-bottom: 0;
	}
	.agensy-pricing-table-section{
		padding: 3rem 0;
	}
	.portfolio_section .agensy-portflio-wrapper{
		margin-top: 2rem;
	}
	.portfolio_section .portfolio-bttn{
		margin-top: 2rem;
	}
	.portfolio_section .portfolio-bttn a.view-all-btn{
		height: 45px;
	    line-height: 45px;
	    padding: 0 15px;
	}
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info{
		margin-bottom: 0.65rem;
	}
	.agensy-about-us-section .about-content-wrap{
		padding: 2.5rem 0;
	}
	.agensy-about-us-section.layout1 .about-content-wrap{
		-webkit-align-items: flex-start;
		        align-items: flex-start;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap p{
		font-size: 1rem;
		line-height: 1.45;
	}
	.agensy-about-us-section .about-content-wrap .detail-small-font{
		margin: 1rem 0 0.75rem;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .detail-small-font{
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.agensy-info-page-wrap{
		padding: 4rem 0 1.35rem;
	}
	.agensy-info-wrapper .agensy-info-details .about-button{
		margin-bottom: 3rem;
	}
	.agensy-info-wrapper .agensy-info-details .about-button a{
		height: 50px;
		line-height: 50px;
		padding: 0 20px;
	}
	.agensy-content-wrapper .test-extra .test-title{
		font-size: 1.125rem;
	    line-height: 1.5;
	}
	.agensy-content-wrapper .test-extra{
		padding-left: 1.5rem;
    	margin-bottom: 1.35rem;
	}
	.agensy-faq-wrap{
		padding: 65px 0;
	}
	.features_section .agensy-feature-wrap .agensy-features-page{
		margin-bottom: 2.5rem;
		padding: 0 1rem;
	}
	.features_section{
		padding: 3.5rem 0 1.5rem;
	}
	.features_section .agensy-feature-wrap{
		margin-top: 2.5rem;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image{
		min-height: 500px;
		position: relative;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
		padding: 0 1.5rem;
	}
	.header-default nav.main-navigation ul.nav-menu > li.menu-item.menu-item-has-children > a span:before{
		display: none;
	}
	.skill_section{
		padding: 3.375rem 0 2.5rem;
	}
	.agensy-skills-wrap .agensy-skills-description .small-font{
		font-size: 1.125rem;
		margin-top: 0.5rem;
	}
	.cta_section{
		padding: 3.75rem 0 4rem;
	}
	.cta_section .desc-cta{
		font-size: 1.5rem;
    	line-height: 1.35;
	}
	.cta_section .title-cta{
		margin-bottom: 1.5rem;
	}
	.agensy-service-page-wrap .agensy_featured-content .agensy_featured-content-main .sl-btn a{
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
	.team_page_section{
		padding: 3.25rem 0 1.75rem;
	}
	.team_page_section.default .team-members-contents{
		margin-top: 3rem;
	}
	.team_page_section .agensy-team-layout-wrap .team-member{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-left: 2%;
	    margin-bottom: 12px;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(2n){
		margin-left: 0;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(3n){
		margin-left: auto;
	}
	.team_page_section .team-bttn a{
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
	.agensy-counter-wrap{
		padding: 70px 0;
	}
	.agensy-counter-wrap .agensy-counter-scroll-value{
		font-size: 60px;
	}
	.agensy-counter-wrap .counter-inner-wrapper{
		padding-bottom: 0;
	}
	.cta_two_section .cta-weap{
		width: 50%;
		padding: 3.75rem 2.75rem;
	}
	.cta_two_section .cta-weap .cta-button.btn1 a{
		padding: 0 15px;
		height: 45px;
		line-height: 45px;
	}
	.client_testimonial_section{
		padding: 3rem 0;
	}
	.test-slider-wrapper{
		margin-top: 2.5rem;
	}
	.agensy-blog-main{
		padding: 3rem 0;
	}
	.agensy-blog-main .agensy-wrap-content .blogs-contents{
		margin-top: 3rem;
	}
	.agensy-blog-main .blog-content-contain{
		margin-bottom: 15px;
	}
	.agensy-blog-main .agensy-wrap-content .blog-bttn a{
		height: 45px;
	    line-height: 45px;
	    padding: 0 15px;
	}
	.cta_video_section{
		padding: 4.375rem 0 3rem;
	}
	.cta_video_section .cta-weap .section-title{
		font-size: 2.125rem;
		margin-top: 1.5rem;
	}
	.cta_video_section .cta-weap .detail-small-font{
		font-size: 1rem;
	    line-height: 1.5;
	    margin-top: 10px;
	}
	.agensy-section-logo{
		padding: 1rem 0;
	}
	.agensy-details-info-wrap .large-font{
		font-size: 2rem;
    	line-height: 2.25rem;
	}
	.agensy-details-info-wrap .detail-small-font{
		font-size: 1.125rem;
		line-height: 1.35;
	}
	.agensy-details-info-wrap .agensy-contact-infos-wrap h6{
		font-size: 1.125rem;
	}
	.agensy-details-info-wrap .agensy-contact-infos-wrap h6 i{
		font-size: 1rem;
		width: 1.35rem;
		padding-left: 1rem;
	}
	.request_quote_section{
		padding: 3.0625rem 0 2.5rem;
	}
	.request-quote-section .agensy-request-quote-wrapper .request-quote-phone{
		font-size: 2.425rem;
	}
	.agensy-contact-info-wrap label{
		margin-bottom: 1rem;
	}
	.agensy-contact-info-wrap label:nth-of-type(2n + 1){
		padding-left: 0.45rem;
	}
	.agensy-contact-info-wrap label:nth-of-type(2n){
		padding-right: 0.45rem;
	}
	.request-quote-shortcode p input.wpcf7-submit{
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
	}
	.request-quote-section .agensy-request-quote-wrapper{
		padding-left: 3rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper{
		padding: 3.5rem 0 3.4375rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		width: 50%;
		margin-bottom: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:first-of-type{
		width: 50%;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
		width: 50%;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		-webkit-flex-basis: 50%;
		        flex-basis: 50%;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type .widget{
		margin-bottom: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:nth-last-of-type(2) .widget{
		margin-bottom: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-social-icons{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-top: 1.5rem;
	    text-align: center;
	    -webkit-justify-content: center;
	            justify-content: center;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-footer-nav-menu{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
		text-align: center;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all{
		padding: 2.5rem 0 2rem;
	}
	.agensy-pricing-table-section table .agensy-pricing-image-title .medium-font{
		font-size: 1rem;
		margin-top: 0.5rem;
	}
	.agensy-pricing-table-section table .agensy-pricing-wrap{
		min-width: auto;
		font-size: 1rem;
		line-height: 1.3;
	}
	.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap .agensy-pricing-text-one div{
		font-size: 1.625rem;
	}
	.agensy-pricing-table-section table span.currency{
		font-size: 0.875rem;
	}
	.agensy-pricing-table-section table .agensy-button-btn a{
		height: 35px;
		line-height: 35px;
		border-width: 1px;
		padding: 0 20px;
		font-size: 0.875rem;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info{
		-webkit-flex-basis: 32%;
		        flex-basis: 32%;
	    margin-left: 2%;
	    margin-right: 0;
	    margin-bottom: 1rem;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(3n){
		margin-left: 0;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner{
		padding: 1.25rem 0.5rem 0;
	}
	.layout1 .agensy-blog-post-wrap article .entry-content{
		padding-right: 1.5rem;
	}
	.layout3 .agensy-blog-post-wrap article .content-wrap .entry-title, .layout2 .agensy-blog-post-wrap article .content-wrap .entry-title, .layout1 .agensy-blog-post-wrap article .entry-content .entry-title{
		font-size: 1.75rem;
	}
	.no-sidebar.layout3 .agensy-blog-post-wrap article{
		margin-bottom: 3rem;
	}
	.layout3 .agensy-blog-post-wrap article .content-wrap{
		margin-bottom: 0.5rem;
    	margin-top: 1.5rem;
	}
	.layout3 .agensy-blog-post-wrap article .content span.about-button{
		margin-top: 1rem;
	}
	.sidebar-left .widget.widget_categories, .sidebar-right .widget.widget_categories, .sidebar-left .widget.widget_archive, .sidebar-right .widget.widget_archive, .sidebar-left .widget.widget_pages, .sidebar-right .widget.widget_pages, .sidebar-left .widget.widget_meta, .sidebar-right .widget.widget_meta, .sidebar-left .widget.widget_recent_comments, .sidebar-right .widget.widget_recent_comments, .sidebar-left .widget.widget_recent_entries, .sidebar-right .widget.widget_recent_entries, .sidebar-left .widget.widget_rss, .sidebar-right .widget.widget_rss, .sidebar-left .widget.widget_nav_menu, .sidebar-right .widget.widget_nav_menu{
		padding: 1.25rem 1.25rem;
	}
	.sidebar-left .widget h2.widget-title, .sidebar-right .widget h2.widget-title{
		font-size: 1.25rem;
	}
	.sidebar-left .widget.widget_categories ul li, .sidebar-right .widget.widget_categories ul li, .sidebar-left .widget.widget_archive ul li, .sidebar-right .widget.widget_archive ul li, .sidebar-left .widget.widget_pages ul li, .sidebar-right .widget.widget_pages ul li, .sidebar-left .widget.widget_meta ul li, .sidebar-right .widget.widget_meta ul li, .sidebar-left .widget.widget_recent_comments ul li, .sidebar-right .widget.widget_recent_comments ul li, .sidebar-left .widget.widget_recent_entries ul li, .sidebar-right .widget.widget_recent_entries ul li, .sidebar-left .widget.widget_rss ul li, .sidebar-right .widget.widget_rss ul li, .sidebar-left .widget.widget_nav_menu ul li, .sidebar-right .widget.widget_nav_menu ul li{
		font-size: 14px;
	}
	.entry-content .blog-wrap .blog-wrap-title{
		font-size: 1.5rem;
		padding-right: 0;
	}
	.entry-content .blog-wrap{
		padding: 2rem 0 1rem 0;
	}
	.comments-area ol li .comment-body .comment-content p,
	.entry-content .blog-wrap .expert-content p{
		font-size: 16px;
	}
	.comment-respond .comment-reply-title,
	.comments-area .comments-title{
		font-size: 1.125rem;
	}
	.single .navigation.post-navigation .nav-links .nav-previous a, .single .navigation.post-navigation .nav-links .nav-next a{
		font-size: 14px;
	}
	.ag-container.left-sidebar-enabled .agensy-container #primary, .ag-container.right-sidebar-enabled .agensy-container #primary{
		padding-right: 1.5rem;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
		font-size: 1rem;
		line-height: 1.15;
	}
	.woocommerce ul.products li.product a span.onsale{
		padding: 0.25rem 0.65rem;
	}
	.header-three .site-branding{
		width: 100%;
		margin-bottom: 10px;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.header-three{
		border-bottom: none;
	}
	.header-three .main-navigation{
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, 0.25);
		border-bottom: 1px solid rgba(255, 255, 255, 0.25);
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.header-three .main-navigation button.menu-toggle{
		display: block;
	}
	.header-three .main-navigation .menu-menu-1-container{
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
	}
	.header-three nav.main-navigation ul.nav-menu > li.menu-item a{
		color: #000;
		padding: 10px 25px;
	}
	.header-three nav.main-navigation ul.nav-menu > li.menu-item:first-child a{
		padding-top: 20px;
	}
	.header-three nav.main-navigation ul.nav-menu > li.menu-item:last-child a{
		padding-bottom: 20px;
	}
	.header-three nav.main-navigation ul.nav-menu li.menu-item .sub-menu{
		padding: 0;
	}
	.header-three nav.main-navigation ul.nav-menu > li.menu-item > .sub-menu li:first-child a{
		padding-top: 0;
	}
	.header-three .main-navigation button.menu-toggle i{
		color: #FFF;
	}
	.header-banner-container.three .page-title-wrap .page-title{
		padding: 9.65rem 0 1.125rem;
	}
	.archive-portfolio-wrap{
		padding: 2.25rem 0 0;
	}
	.archive-portfolio-wrap .portfolio .details .designation-name a{
		font-size: 1.125rem;
		line-height: 1.3;
	}
	.archive-portfolio-wrap .portfolio .details span.pfolio-sub-title{
		font-size: 0.875rem;
	}
	.archive-portfolio-wrap .portfolio .details .name-desc{
		font-size: 14px;
	}
	.archive-portfolio-wrap .portfolio{
		margin-bottom: 0;
	}
	.single-portfolio-wrap .team-left-wrap .details{
		padding-right: 2rem;
	}
	.header-title-three .mail-slider-header-wrap .slider-content-wrap{
		top: 60%;
	}
	body h3{
		font-size: 36px;
	}
	.header-two .agensy-upper-header .cart-container{
		border: none;
	}
	.header-two .agensy-upper-header .cart-container .site-header-cart li .widget_shopping_cart{
		right: 0;
		left: auto;
	}
	.ag-container.both-sidebar-enabled .agensy-container #primary{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    width: 100%;
	    padding: 0;
	}
	.ag-container.both-sidebar-enabled .agensy-container .sidebar-left{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	    width: 100%;
	}
	.ag-container.both-sidebar-enabled .agensy-container .sidebar-right{
		-webkit-order: 3;
		    -ms-order: 3;
		        order: 3;
	    width: 100%;
	}
}
@media only screen and (min-width:768px) and (max-width: 992px){
	.agensy-container-team-wrap.layout3{
		margin-bottom: 0;
	}
}
@media only screen and (max-width:768px) {
	.agensy-container{
		padding: 0 15px !important;
	}
	.large-font{
		font-size: 1.625rem;
	}
	.slider-content-wrap .about-post-content,
	.mail-slider-header-wrap .slider-content-wrap .extra-large{
		width: 100%;
		text-align: center !important;
	}
	.header-default .agensy-upper-header .info-wrapper,
	.header-default .agensy-upper-header .agensy-header-icon-wrap{
		display: block;
		width: 100%;
	}
	.header-default .agensy-upper-header .info-wrapper .phone{
		float: left;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap{
		margin-top: 10px;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons{
		text-align: center;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons a:last-child{
		margin-left: 8px;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons a:first-child{
		margin-right: 0px;
	}
	.header-default .agensy-upper-header .info-wrapper .phone{
		margin-top: 0;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .agensy-search-default{
		display: inline-block;
		float: left;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .cart-container{
		display: inline-block;
		float: left;
		margin-left: 24px;
	}
	.process_section .agensy-process-content{
		padding: 4.5rem 0;
	}
	.process_section .agensy-process-content .agensy-featured-content{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    max-width: 60%;
	    margin: 0 auto 2rem;
    	text-align: center;
    	padding: 0;
	}
	.process_section .agensy-process-content .agensy-featured-content:last-of-type{
		margin-bottom: 0;
	}
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info{
		margin-bottom: 0.875rem;
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
		margin-left: 2%;
	}
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(3n){
		margin-left: 2%;
	}
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(2n){
		margin-left: 0;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .right-about-content{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    padding-right: 0;
	    -webkit-flex-basis: 100%;
	            flex-basis: 100%;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-left: 0;
	    -webkit-order: 2;
	        -ms-order: 2;
	            order: 2;
	    margin-top: 1.25rem;
	}
	.agensy-about-us-section .about-content-wrap .detail-small-font{
		margin: 1.5rem 0 1rem;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button{
		margin-top: 1rem;
	}
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button a{
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
	.agensy-info-wrapper .agensy-info-details{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	.agensy-info-wrapper .agensy-content-wrapper{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-right: 0;
	}
	.agensy-info-wrapper .agensy-info-details .about-button a{
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		font-size: 0.875rem;
    	font-weight: 500;
	}
	.agensy-faq-wrapper{
		max-width: 100%;
	}
	.features_section .agensy-feature-wrap .agensy-features-page{
		-webkit-flex-basis: 50%;
		        flex-basis: 50%;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1,
	.agensy_section .agensy-container-full .agensy-home-content-section2{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	}
	.agensy-skills-home-wrap .agensy-skills-wrap{
		-webkit-flex-basis: 50%;
		        flex-basis: 50%;
	    margin-bottom: 2rem;
	}
	.agensy-skills-home-wrap .agensy-skills-wrap:last-of-type{
		margin-bottom: 0;
	}
	.agensy-skills-home-wrap .agensy-skills-wrap:nth-last-of-type(2){
		margin-bottom: 0;
	}
	.agensy-service-page-wrap .agensy-featured-image{
		width: 30%;
	}
	.agensy-service-page-wrap .agensy_featured-content{
		width: 70%;
	}
	.team_page_section .section-title-sub-wrap{
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		margin-bottom: 3rem;
	}
	.team_page_section .section-title-sub-wrap .large-font{
		display: block;
		width: 100%;
		text-align: center;
	}
	.team_page_section .section-title-sub-wrap .detail-extra-small-font{
		text-align: center;
	}
	.section-title-sub-wrap .team-bttn{
		display: block;
		width: 100%;
		text-align: center;
	}
	.team_page_section .section-title-sub-wrap .detail-extra-small-font{
		margin-top: 1.15rem;
		margin-bottom: 2.35rem;
	}
	.team_page_section .agensy-team-layout-wrap{
		width: 100%;
	}
	.team_page_section .agensy-team-layout-wrap .team-member{
		-webkit-flex-basis: 32%;
		        flex-basis: 32%;
	    margin-left: 2%;
	    margin-bottom: 1rem;
	}
	.team_page_section .agensy-team-social-icons-wrap a{
		width: auto;
		display: inline-block;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(2n){
		margin-left: 2%;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(3n){
		margin-left: 0;
	}
	.agensy-counter-wrap .agensy-counter-scroll-value{
		font-size: 45px;
	}
	.agensy-counter-wrap .agensy-feature-title{
		font-size: 18px;
	    font-weight: 600;
	    line-height: 1.35;
	    margin-bottom: 1rem;
	}
	.cta_two_section .cta-weap{
		width: 70%;
		right: 30%;
	}
	.client_testimonial_section .owl-dots{
		margin-top: 40px;
	}
	.cta_video_section .cta-weap{
		max-width: 80%;
	}
	.request-quote-section .agensy-request-quote-wrapper{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-left: 0;
	}
	.request-quote-section .request-quote-shortcode{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-top: 2rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all ul.menu li{
		padding: 0 7px;
	}
	.agensy-pricing-table-section table{
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.agensy-pricing-table-section table .agensy-pricing-wrap{
		font-size: 1rem;
		vertical-align: middle;
		padding-top: 0;
		line-height: 1.3;
	}
	.agensy-pricing-table-section table .agensy-pricing-image-title img{
		max-width: 65px;
	}
	.agensy-pricing-table-section table tbody td{
		vertical-align: middle;
	}
	.agensy-pricing-table-section,
	.portfolio_section,
	.agensy-about-us-section.layout1 .about-content-wrap,
	.agensy-info-page-wrap,
	.team_page_section,
	.client_testimonial_section,
	.agensy-blog-main,
	.features_section,
	.agensy-faq-wrap{
		padding: 4.5rem 0;
	}
	.portfolio_section{
		padding: 4.5rem 0 4rem;
	}
	.cta_two_section .cta-weap{
		padding: 4.5rem 15px;
		background: #f5f5f5;
	}
	.request_quote_section{
		padding: 4.5rem 0;
	}
	.request-quote-shortcode p{
		margin-bottom: 0;
	}
	.features_section{
		padding-bottom: 3.5rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper,
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper{
		padding: 2.5rem 0;
	}
	.team_page_section{
		padding-bottom: 4.5rem;
	}
	.section-title-sub-wrap .detail-small-font{
		margin: 1.25rem 0;
	}
	.portfolio_section .portfolio-bttn{
		margin-top: 1.25rem;
	}
	.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap{
		padding-top: 1rem;
	}
	.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap .agensy-pricing-text-one div{
		font-size: 1.25rem;
	}
	.agensy-info-wrapper .agensy-info-details .about-button{
		margin-bottom: 2.25rem;
		margin-top: 1rem;
	}
	.agensy-content-wrapper .test-extra{
		text-align: center;
	}
	.home_page_section .large-font,
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .detail-small-font,
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap p,
	.agensy-about-us-section.layout1 .about-content-wrap .agensy-pro-about-wrap .about-button,
	.agensy-info-wrapper .agensy-info-details .agensy-info-title,
	.agensy-info-wrapper .agensy-info-details .extra-post-content,
	.agensy-info-wrapper .agensy-info-details .about-button{
		text-align: center;
	}
	.skill_section{
		padding: 4.5rem 0;
	}
	.cta_section{
		padding: 4.5rem 0;
	}
	.agensy-scroll-skills .agensy-skills-wrap:last-of-type p{
		margin-bottom: 0;
	}
	.agensy-scroll-skills .agensy-skills-wrap:nth-last-of-type(2) p{
		margin-bottom: 0;
	}
	.agensy-blog-main .agensy-wrap-content .blogs-contents{
		margin-top: 1.5rem;
	}
	.features_section{
		margin-top: 0rem;
	}
	.features_section .agensy-feature-wrap .agensy-features-page{
		margin-bottom: 1.5rem;
	}
	.section-title-sub-wrap{
		max-width: 70%;
	}
	.agensy-about-us-section .about-content-wrap{
		padding: 4.5rem 0;
	}
	.agensy-about-us-section.layout-two .large-font{
		text-align: right;
	}
	.agensy-service-page-wrap .agensy-service-num{
		max-width: 90px;
	}
	.agensy-service-page-wrap .detail-small-font{
		margin-bottom: 0;
	}
	.team_page_section.default .team-members-contents{
		margin-top: 2rem;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-left: 2%;
	    margin-bottom: 25px;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team:nth-of-type(3n){
		margin-left: auto;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team:nth-of-type(2n){
		margin-left: 0;
	}
	.agensy-blog-main .blog-content-contain{
		margin-bottom: 0;
	}
	.agensy-blog-main .blog-title a{
		font-size: 20px;
		line-height: 1.25;
	}
	.entry-content .blog-wrap .expert-content p{
		font-size: 1rem;
	}
	.layout1 .agensy-blog-post-wrap article .entry-content .blog-wrap .blog-wrap-title{
		font-size: 1.65rem;
	}
	.ag-container{
		padding: 2.5rem 0 0;
	}
	.layout2 .agensy-blog-post-wrap article{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-bottom: 0.75rem;
	}
	.layout2 .agensy-blog-post-wrap article:nth-of-type(3n){
		margin-left: auto;
	}
	.layout2 .agensy-blog-post-wrap article:nth-of-type(2n){
		margin-left: 0;
	}
	.layout2 .agensy-blog-post-wrap article .content-wrap{
		margin-top: 1.5rem;
	}
	.layout3 .agensy-blog-post-wrap article .content-wrap .entry-title, .layout2 .agensy-blog-post-wrap article .content-wrap .entry-title, .layout1 .agensy-blog-post-wrap article .entry-content .entry-title{
		font-size: 1.5rem;
	}
	.ag-container.left-sidebar-enabled .agensy-container #primary,
	.ag-container.right-sidebar-enabled .agensy-container #primary{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    width: 100%;
	    padding-right: 0;
	    margin-bottom: 1rem;
	}
	.ag-container.left-sidebar-enabled .agensy-container .sidebar-left{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	    width: 100%;
	}
	.ag-container.right-sidebar-enabled .agensy-container #primary{
		padding-left: 0;
	}
	.ag-container.right-sidebar-enabled .agensy-container .sidebar-right{
		width: 100%;
	}
	.header-two .agensy-upper-header .header-text{
		width: 100%;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.header-two .agensy-upper-header .header-text .text-wrap{
		border-left: none;
		padding: 0;
	}
	.header-two .agensy-upper-header .cp-header-bottom{
		width: 100%;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	.header-two .agensy-upper-header .cp-header-bottom .agensy-icons{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	}
	.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons a{
		border-left: none;
	}
	.header-two .agensy-upper-header .cp-header-bottom .agensy-icons .social-icons a:first-of-type{
		border-right: none;
		padding-right: 0;
	}
	.header-two .agensy-upper-header .cp-header-bottom .cart-details,
	.header-two .agensy-upper-header .cp-header-bottom .search-toggle{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    border: none;
	    padding: 0 0.25rem;
	}
	.header-two .agensy-upper-header .cp-header-bottom .cart-details .site-header-cart span.count{
		left: 12px;
	}
	.header-two .agensy-upper-header .cp-header-bottom .language-translator{
		-webkit-order: 3;
		    -ms-order: 3;
		        order: 3;
	}
	.menu-language-menu-container li.pll-parent-menu-item{
		min-width: 0;
	}
	.menu-language-menu-container li.pll-parent-menu-item ul.sub-menu{
		min-width: 100px;
		text-align: left;
	}
	.header-two .header-info-wrapper .location,
	.header-two .header-info-wrapper .email,
	.header-two .header-info-wrapper .call{
		-webkit-flex-basis: 33.33%;
		        flex-basis: 33.33%;
	    -webkit-justify-content: center;
	            justify-content: center;
	    text-align: center;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .site-branding{
		max-width: 120px;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .header-info-wrapper{
		width: calc(100% - 120px);
	}
	.header-two .header-info-wrapper .location i, .header-two .header-info-wrapper .email i, .header-two .header-info-wrapper .call i{
		display: none;
	}
	.header-two .header-info-wrapper .location a,
	.header-two .header-info-wrapper .email a,
	.header-two .header-info-wrapper .call a{
		text-align: center;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap{
		padding: 1.5rem 0;
	}
	.agensy-contact-info-warp .agensy-contact-info span:before{
		font-size: 4rem;
	}
	.agensy-contact-info-warp .agensy-contact-info span{
		padding-top: 5rem;
		font-size: 1rem;
	}
	.agensy-contact-info-warp .agensy-contact-info{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.header-banner-container .page-title-wrap .page-title{
		font-size: 2.5rem;
	}
	.header-banner-container.three .page-title-wrap .page-title{
		padding: 9.65rem 0 1.125rem;
	}
	.slider-content-wrap .about-post-content{
		font-size: 1.785rem;
	}
	.mail-slider-header-wrap .slider-content-wrap .extra-large h2{
		font-size: 1.125rem;
	}
	.header-title-three .owl-prev,
	.header-title-three .owl-next{
		top: 60%;
	}
	.archive-team-wrap .agensy-container{
		padding: 0 5px !important;
	}
	.archive-team-wrap .team .details{
		padding: 0.75rem 0.5rem;
	}
	.archive-team-wrap .team .details span.designation-member{
		margin-bottom: 0.5rem;
	}
	.archive-team-wrap .team .details .designation-name a{
		font-size: 1.125rem;
	}
	.archive-team-wrap .team .details span.designation-member{
		font-size: 14px;
	}
	.archive-team-wrap .team{
		-webkit-flex-basis: 50%;
		        flex-basis: 50%;
	    margin-bottom: 15px;
	}
	.archive-team-wrap .team .details .word-social{
		padding-top: 1rem;
	}
	.team-member-single .team-left-wrap .image-team-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	.team-member-single .team-left-wrap .team-details{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-right: 0;
	    padding-top: 1.5rem;
	}
	.right-sidebar-enabled.layout3 .agensy-blog-post-wrap article, .left-sidebar-enabled.layout3 .agensy-blog-post-wrap article{
		margin-bottom: 3rem;
	}
	.agensy-footer-copyright{
		width: 100%;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		padding-left: 0;
	}
	.textwidget p{
		margin-bottom: 1rem;
	}
	.textwidget p strong{
		font-size: 1rem;
	}
	.mail-slider-header-wrap .slider-content-wrap .extra-large{
		text-align: center !important;
	}
	.slider-content-wrap .about-post-content, .mail-slider-header-wrap .slider-content-wrap .extra-large{
		margin: 0 auto;
	}
	.agensy-pricing-table-section table .agensy-pricing-image-title .agensy-title-btn{
		font-size: 11px;
		height: 30px;
		line-height: 32px;
	}
	.mail-slider-header-wrap .slider-content-wrap.right .extra-large{
		text-align: center;
		float: none;
	}
	.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap{
		padding-bottom: 1rem;
	}
	.request-quote-section .agensy-request-quote-wrapper .request-quote-phone{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.layout2 .archive-team-wrap .team{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
		margin-left: 0%;
	}
	.layout2 .archive-team-wrap .team:nth-of-type(2n){
		margin-left: 0%;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-left: 2%;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team:nth-of-type(3n){
		margin-left: 2%;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team:nth-of-type(2n){
		margin-left: 0;
	}
	#DateCountdown{
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		     -o-transform: scale(1);
		        transform: scale(1);
	}
}
@media only screen and (max-width:768px) and (min-width:640px){
	.team_page_section .details .member-desc{
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}
}

@media only screen and (max-width:700px){
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .header-info-wrapper{
		display: none;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .site-branding{
		max-width: 100%;
		text-align: center;
	}
	.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap{
		padding: 0.5rem 0;
	}
	.archive-portfolio-wrap .portfolio{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	}
	.archive-portfolio-wrap .portfolio:nth-of-type(3n){
		margin-left: auto;
	}
	.archive-portfolio-wrap .portfolio:nth-of-type(2n){
		margin-left: 0;
	}
	body h3{
		font-size: 32px;
	}
}

@media only screen and (max-width:640px) {
	.header-default .agensy-upper-header .info-wrapper{
		display: block;
		width: 100%;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-flex-flow: row wrap;
		justify-content: flex-start;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.header-default .agensy-upper-header .info-wrapper .phone{
		float: left;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-flex-flow: row wrap;
		justify-content: flex-start;
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
		-webkit-flex-basis: 90%;
		        flex-basis: 90%;
		margin-left: 0;
		-webkit-justify-content: center;
		        justify-content: center;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .social-icons a:last-child{
		margin-left: 8px;
	}
	.header-default .agensy-upper-header .info-wrapper .phone{
		margin-top: 0;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .agensy-search-default{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-flex-flow: row wrap;
		justify-content: flex-start;
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
		-webkit-flex-basis: 5%;
		        flex-basis: 5%;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .cart-container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		-webkit-flex-flow: row wrap;
		justify-content: flex-start;
		-webkit-order: 3;
		    -ms-order: 3;
		        order: 3;
		-webkit-flex-basis: 5%;
		        flex-basis: 5%;
		margin: 0;
		float: none;
		width: 0;
	}
	.header-default .agensy-upper-header .agensy-header-icon-wrap .cart-container .cart{
		margin-right: -20px;
	}
	.agensy-about-us-section .about-content-wrap ul{
		text-align: center;
	}
	.agensy-faq-wrapper{
		padding: 30px;
	}
	.agensy-faq-wrapper .tab-title h3{
		font-size: 14px;
	}
	.agensy-faq-wrapper .tab-contents p{
		font-size: 0.875rem;
		line-height: 1.5;
	}
	.agensy-faq-wrapper .tab-title h3:after{
		font-weight: 300;
	}
	.agensy-service-page-wrap .agensy-featured-image{
		width: 0;
	}
	.agensy-service-page-wrap .agensy_featured-content{
		width: 100%;
		display: block;
		padding: 2.5rem 0 4rem;
	}
	.agensy-service-page-wrap .agensy-service-slidder-wrapper{
		display: block;
		min-height: 350px;
	}
	.agensy-service-rep-slider .owl-dots, .agensy-service-slider .owl-dots{
		margin-bottom: 30px;
	}
	.agensy-service-page-wrap .agensy_featured-content-main{
		padding-left: 35px;
	}
	.team_page_section .agensy-team-layout-wrap .team-member{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-left: 2%;
	    margin-bottom: 1rem;
	}
	.team_page_section .agensy-team-layout-wrap .team-member a{
		width: 100%;
	}
	.team_page_section .agensy-team-layout-wrap .team-member .image-team-wrap img{
		width: 100%;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(2n){
		margin-left: 0;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(3n){
		margin-left: auto;
	}
	.agensy-counter-wrap .counter-inner-wrapper{
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #fff;
		display: block;
		padding: 20px 0;
	}
	.agensy-counter-wrap .counter-inner-wrapper:first-of-type{
		padding-top: 0;
	}
	.agensy-counter-wrap .counter-inner-wrapper:last-of-type{
		padding-bottom: 0;
		border-bottom: none;
	}
	.agensy-counter-wrap .counter-inner-wrapper .agensy-feature-description p{
		margin-bottom: 0;
	}
	.agensy-counter-wrap .counter-inner-wrapper:last-of-type .agensy-feature-description p{
		margin-bottom: 0;
	}
	.agensy-counter-wrap{
		padding: 70px 0;
	}
	.agensy-blog-main .blog-content-wrap-main .blogs-loop{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	}
	.agensy-blog-main .blog-content-contain{
		margin-bottom: 0px;
	}
	.agensy-blog-main .blog-content{
		padding-bottom: 30px;
	}
	.agensy-contact-details-section .agensy-details-info-wrap{
		-webkit-order: 1;
		    -ms-order: 1;
		        order: 1;
	    -webkit-flex-basis: 100%;
	            flex-basis: 100%;
	    padding: 3.5rem 15px;
	}
	.agensy-contact-details-section .plx-contact-info-sections{
		-webkit-order: 2;
		    -ms-order: 2;
		        order: 2;
	    -webkit-flex-basis: 100%;
	            flex-basis: 100%;
	    width: 100%;
	    min-height: 300px;
	}
	.agensy-details-info-wrap .agensy-contact-infos-wrap h6{
		margin-bottom: 0.875rem;
	}
	.agensy-details-info-wrap .agensy-contact-infos-wrap h6:last-of-type{
		margin-bottom: 0;
	}
	.cta_two_section .cta-weap h3{
		text-align: center;
		margin-bottom: 1rem;
	}
	.cta_two_section .cta-weap .desc-cta{
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.cta_two_section .cta-weap .cta-button.btn1{
		margin-top: 1.5rem;
		text-align: center;
		width: 100%;
	}
	.agensy-details-info-wrap .large-font,
	.agensy-details-info-wrap .detail-small-font,
	.agensy-details-info-wrap .agensy-contact-infos-wrap{
		text-align: center;
	}
	.agensy-details-info-wrap .agensy-contact-infos-wrap h6 i{
		padding-left: 0;
	}
	.request-quote-section .agensy-request-quote-wrapper .large-font,
	.request-quote-section .agensy-request-quote-wrapper .detail-small-font,
	.request-quote-section .agensy-request-quote-wrapper .request-quote-phone{
		text-align: center;
	}
	.request-quote-section .request-quote-shortcode{
		margin-top: 0.5rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		width: 100%;
		margin-bottom: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:first-of-type{
		width: 100%;
		padding-left: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
		width: 100%;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type .widget{
		margin-bottom: 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:nth-last-of-type(2) .widget{
		margin-bottom: 1.5rem;
	}
	.agensy-section-logo .owl-dots{
		display: none;
	}
	footer.layout1 .agensy-icon-desc-widget-wrap .agensy-info-details-icons{
		margin-top: 0.25rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .widget{
		margin-bottom: 1.5rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget-title{
		margin-bottom: 0.75rem;
	}
	footer.layout1 .agensy-info-details-icons a{
		padding: 5px 10px 0;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all{
		padding: 1.5rem 0 1rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all .agensy-social-icons{
		margin-top: 0.75rem;
	}
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .widget,
	footer.layout1 .agensy-icon-desc-widget-wrap,
	footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents .widget-title,
	footer.layout1 .widget_agensy_pro_contact_info .agensy-contact-info span{
		text-align: center;
	}
	footer.layout1 .agensy-footer-copyright,
	.agensy-footer-image-control{
		display: block;
		width: 100%;
		text-align: center;
	}
	.agensy-footer-image-control{
		margin-top: 0.5rem;
	}
	.features_section .agensy-feature-wrap{
		margin-top: 1.5rem;
	}
	.agensy-faq-wrapper .tab-contents{
		margin-bottom: 15px;
	}
	.agensy-info-wrapper .agensy-info-details .extra-post-content{
		margin-bottom: 0.5rem;
	}
	.agensy-pricing-table-section table .agensy-button-btn a{
		padding: 0 5px;
    	font-size: 0.625rem;
    	min-width: 90px;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info{
		-webkit-flex-basis: 49%;
		        flex-basis: 49%;
	    margin-left: 2%;
	    margin-right: 0;
	    margin-bottom: 1rem;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(3n){
		margin-left: auto;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(2n){
		margin-left: 0;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner{
		padding: 1.25rem 0.5rem 0;
	}
	.agensy-about-us-section.layout-two{
		background-image: none !important;
		background: #fff;
	}
	.agensy-about-us-section.layout-two .img-overlay{
		background: rgba(0,0,0,0.1);
	}
	.agensy-about-us-section.layout-two .about-content-wrap{
		max-width: 100%;
	}
	.agensy-about-us-section.layout-two .large-font{
		text-align: center;
	}
	.agensy-about-us-section.layout-two .about-content-wrap .detail-small-font{
		text-align: center;
	}
	.agensy-about-us-section.layout-two .about-content-wrap p{
		text-align: center;
		margin-bottom: 0;
	}
	.layout1 .agensy-blog-post-wrap article .image-team-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    
	}
	.layout1 .agensy-blog-post-wrap article .entry-content{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-right: 0;
	}
	.no-sidebar.layout1 .agensy-blog-post-wrap article{
		margin-bottom: 1.5rem;
	}
	.entry-content .blog-wrap{
		padding: 1rem 0;
	}
	.layout3 .agensy-blog-post-wrap article .content span.about-button,
	.layout2 .agensy-blog-post-wrap article .content span.about-button,
	.layout1 .agensy-blog-post-wrap article .expert-content span.about-button{
		margin-top: 1.5rem;
	}
	.layout3 .agensy-blog-post-wrap article .content,
	.layout3 .agensy-blog-post-wrap article .content-wrap{
		padding-right: 0;
	}
	.agensy-contact-info-warp .agensy-contact-info span:before{
		font-size: 3rem;
	}
	.agensy-contact-info-warp .agensy-contact-info span{
		padding-top: 3.54rem;
		font-size: 1rem;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents:last-of-type{
		margin-bottom: 0;
	}
	.single-portfolio-wrap .team-left-wrap .image-portfolio-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	.single-portfolio-wrap .team-left-wrap .details{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding-right: 0;
	    padding-top: 2rem;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents ul li:last-child{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.mail-slider-header-wrap.category .slider-content-wrap .about-post-content p{
		margin-bottom: 1.5rem;
	}
	.layout2.both-sidebar-enabled .agensy-blog-post-wrap article{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	}
}
@media only screen and (max-width:540px) {
	.process_section .agensy-process-content .agensy-featured-content{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    text-align: center;
	    padding-left: 0;
	}
	.process_section .agensy-process-content .agensy-featured-content:last-of-type{
		margin-bottom: 0;
	}
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0 !important;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-portflio-img-wrap a,
	.portfolio_section.layout-two .agensy-portflio-wrapper .agensy-detail-info .agensy-portflio-img-wrap figure img{
		width: 100%;
	}
	.agensy-content-wrapper .test-extra{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding: 0;
	    margin-bottom: 0.25rem;
	}
	.agensy-info-page-wrap{
		padding-bottom: 4rem;
	}
	.features_section .agensy-feature-wrap .agensy-features-page{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-bottom: 1.5rem;
	}
	.features_section .agensy-feature-wrap .agensy-features-page:last-of-type{
		margin-bottom: 0;
	}
	.features_section{
		padding-bottom: 4.5rem;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .section-home-agensy-section-image,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .section-home-agensy-section-image{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    -webkit-order: 1;
	        -ms-order: 1;
	            order: 1;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    -webkit-order: 2;
	        -ms-order: 2;
	            order: 2;
	    padding: 4rem 2rem;
	}
	.agensy-skills-home-wrap .agensy-skills-wrap{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-bottom: 2rem;
	}
	.agensy-skills-home-wrap .agensy-skills-wrap:nth-last-of-type(2){
		margin-bottom: 2rem;
	}
	.team_page_section .agensy-team-layout-wrap .team-member{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	    margin-bottom: 1rem;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(2n){
		margin-left: 0;
	}
	.team_page_section .agensy-team-layout-wrap .team-member:nth-of-type(3n){
		margin-left: 0;
	}
	.team_page_section .agensy-team-layout-wrap .team-member a,
	.team_page_section .agensy-team-layout-wrap .team-member .image-team-wrap,
	.team_page_section .agensy-team-layout-wrap .team-member .image-team-wrap img{
		width: 100%;
	}
	.team_page_section .agensy-team-layout-wrap .team-member .agensy-team-social-icons-wrap a{
		width: auto;
		display: inline-block;
	}
	.cta_two_section .cta-weap{
		width: 100%;
		right: 0;
	}
	.agensy-contact-info-wrap label{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding: 0 !important;
	}
	.agensy_section .agensy-container-full .agensy-home-content-section1 .agensy-home-agensy-section-info-wrap,
	.agensy_section .agensy-container-full .agensy-home-content-section2 .agensy-home-agensy-section-info-wrap{
		padding: 3rem 2rem;
		text-align: center;
	}
	.agensy-home-agensy-section-info-wrap h2,
	.agensy-home-agensy-section-info-wrap h4,
	.agensy-home-agensy-section-info-wrap .agn-btn{
		text-align: center;
		width: 100%;
	}
	.agensy-content-wrapper .test-extra:last-of-type .test-desc{
		margin-bottom: 0;
	}
	.layout2 .agensy-blog-post-wrap article{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-bottom: 0.75rem;
	    margin-left: 0;
	}
	.layout2 .agensy-blog-post-wrap article:nth-of-type(3n){
		margin-left: 0;
	}
	.layout2 .agensy-blog-post-wrap article:nth-of-type(2n){
		margin-left: 0;
	}
	.layout2 .agensy-blog-post-wrap article .image-team-wrap img{
		width: 100%;
	}
	.layout2 .agensy-blog-post-wrap article .content{
		margin-top: 0.5rem;
	}
	.agensy-contact-info-warp .agensy-contact-info span{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-bottom: 1rem;
	}
	.custom-html-widget form .agensy-contact-form-wrap label{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    padding: 0 !important;
	}
	footer.layout2 .agensy-section-footer-wrap-main .agensy-footer-wrapper .team-members-contents{
		padding-left: 0;
	}
	.archive-portfolio-wrap .portfolio{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	}
	.archive-portfolio-wrap .portfolio:nth-of-type(3n){
		margin-left: 0;
	}
	.archive-portfolio-wrap .portfolio:nth-of-type(2n){
		margin-left: 0;
	}
	.header-two .agensy-upper-header .header-text .text-wrap{
		height: 40px;
		line-height: 40px;
	}
	.header-two .agensy-upper-header .header-text .text-wrap,
	.header-two .agensy-upper-header .header-text .text-wrap:first-of-type{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	.header-two .agensy-upper-header .header-text .text-wrap:first-of-type{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 500px){
	.agensy-pricing-table-section table .agensy-pricing-image-title .medium-font{
		font-size: 0.875rem;
	}
	.agensy-pricing-table-section table .ion-checkmark-round{
		font-size: 0.75rem;
	}
	.agensy-pricing-table-section table thead .agensy-pricing-image,
	.agensy-pricing-table-section table thead .agensy-pricing-image-two,
	.agensy-pricing-table-section table thead .agensy-pricing-image-three{
		display: none;
	}
	.agensy-pricing-table-section table{
		margin-top: 0.5rem;
	}
	.agensy-pricing-table-section table .agensy-pricing-wrap{
		font-size: 0.875rem;
		padding: 5px 0;
	}
	.agensy-pricing-table-section table th{
		padding: 5px;
	}
	.agensy-pricing-table-section table .agensy-pricing-list-sub-wrap .agensy-pricing-text-one div{
		font-size: 1.25rem;
	}
	.process_section .agensy-process-content .agensy-featured-content{
		max-width: 100%;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0%;
	    margin-right: 0;
	    margin-bottom: 1rem;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(3n){
		margin-left: 0;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info:nth-of-type(2n){
		margin-left: 0;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info .portfolio-inner{
		padding: 1.25rem 0.5rem 0;
	}
	.portfolio_section .agensy-portflio-wrapper .agensy-detail-info figure img{
		width: 100%;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team:nth-of-type(3n){
		margin-left: 0;
	}
	.team_page_section.default .team-members-contents .widget_agensy_pro_team:nth-of-type(2n){
		margin-left: 0;
	}
	.archive-team-wrap .agensy-container{
		padding: 0px !important;
	}
	.archive-team-wrap .team{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	}
	.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn1{
		margin-left: 0;
	    display: block;
	    margin-bottom: 10px;
	    max-width: 150px;
	    margin: 0px auto 10px;
	}
	.mail-slider-header-wrap .slider-content-wrap .button-shortcode a.btn2{
		min-width: 150px;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team{
		-webkit-flex-basis: 100%;
		        flex-basis: 100%;
	    margin-left: 0;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team:nth-of-type(3n){
		margin-left: 0;
	}
	.agensy-container-team-wrap.layout3 .archive-team-wrap .team:nth-of-type(2n){
		margin-left: 0;
	}
}

/*Custom css*/
/*.header-two .agensy-upper-header .header-text{
	-webkit-order: 2;
	    -ms-order: 2;
	        order: 2;
	    -webkit-justify-content: flex-end;
	            justify-content: flex-end;
}
.header-two .agensy-upper-header .cp-header-bottom{
	-webkit-order: 1;
	    -ms-order: 1;
	        order: 1;
	    -webkit-justify-content: flex-start;
	            justify-content: flex-start;
}
.header-two .agensy-upper-header .header-text .text-wrap:first-of-type{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-order: 2;
        -ms-order: 2;
            order: 2;
}
.header-two .agensy-upper-header .header-text .text-wrap:last-of-type{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-order: 1;
        -ms-order: 1;
            order: 1;
}
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap{
	-webkit-flex-flow: row-reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap .header-info-wrapper{
	-webkit-flex-flow: row-reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.header-two nav.main-navigation .menu-menu-1-container{
	float: right;
}
.header-two nav.main-navigation ul.menu > li.menu-item{
	float: right;
}
.process_section .agensy-process-content{
	-webkit-flex-flow: row-reverse;
	    -ms-flex-flow: row-reverse;
	        flex-flow: row-reverse;
}
.process_section .agensy-process-content .agensy-featured-content .agensy-process-num{
	text-align: right;
}
.process_section .agensy-process-content .agensy-featured-content .agensy_featured-content-main {
	text-align: right;
}*/
.header-two .agensy-upper-header .agensy-container-wrap,
.header-two .header-mid-setion-wrapper .agensy-container-mid-wrap,
.header-two nav.main-navigation .menu-menu-1-container,
.process_section .agensy-process-content,
.mail-slider-header-wrap .slider-content-wrap,
.agensy-pricing-table-section table,
.agensy-about-us-section .about-content-wrap,
.agensy-faq-wrapper,
.agensy-info-wrapper,
.agensy_section .agensy-container-full,
.agensy-service-page-wrap .agensy-service-slidder-wrapper,
.team_page_section .agensy-team-details-wrap,
.agensy-counter-wrap .counter-of-agency,
.cta_two_section .cta-weap,
.agensy-blog-main .blog-content-wrap-main,
.agensy-contact-details-section,
.request-quote-section,
.request-quote-section .request-quote-shortcode,
.request-quote-section .request-quote-shortcode div.wpcf7,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-all,
.header-default .agensy-upper-header .agensy-container,
.header-default .agensy-header-menu-wrap .agensy-container,
footer.layout1 .agensy-section-footer-wrap-main .agensy-footer-wrapper,
.archive-portfolio-wrap,
.header-three,
.team-member-single .team-left-wrap,
.ag-container .agensy-container,
.header-banner-container .page-title-wrap #agensy-breadcrumb,
.excerpt_post_content .wpcf7,
.team_page_section.default .team-members-contents,
.portfolio_section .agensy-portflio-wrapper{
	direction: rtl;
}
.cta_two_section .cta-weap{
	left: 50%;
}
.agensy-testimonial-wrapper .test-info,
.agensy-testimonial-wrapper .test-about .test-name,
.agensy-testimonial-wrapper .test-about .test-designation{
	text-align: right;
}
.owl-prev{
	left: 10px;
	right: auto;
}
.owl-next{
	right: 10px;
	left: auto;
}
.both-sidebar-enabled .sidebar-right .widget.widget_archive select,
.both-sidebar-enabled .sidebar-left .widget.widget_archive select,
.both-sidebar-enabled .sidebar-right .widget.widget_categories select,
.both-sidebar-enabled .sidebar-left .widget.widget_categories select,
.woocommerce .woocommerce-ordering select{
	background-position: 10px center !important;
}
.ag-container .agensy-container{
	-webkit-justify-content: center;
	        justify-content: center;
}
.agensy-counter-wrap .counter-inner-wrapper{
	border-right: none;
}
@media only screen and (max-width: 992px){
	.header-two .agensy-upper-header .header-text{
		display: none;
	}
	.header-two nav.main-navigation button.menu-toggle{
		right: 15px;
		left: auto;
	}
	
}
