@charset "UTF-8";

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

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

figure {
    margin: 0;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 10px;
    text-align: left;
    border: 1px solid #c7c7c7;
}

a {
    text-decoration: none;
}

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

ul {
    list-style: none;
}

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

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

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*--------------------------------------------------------------

# Typography

--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
}

p {
    margin: 0 0 20px;
}

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

.entry-content blockquote {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.875rem;
    max-width: 40rem;
    margin: 1.5rem;
}

.entry-content h2 {
    clear: both;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------

# Elements

--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

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

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

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

ul,
ol {
    margin: 0 0 1rem 1.625rem;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------

# Forms

--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------

# Navigation

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Links

--------------------------------------------------------------*/
a {
    color: #888;
}

a:hover,
a:active {
    color: #9dd0e3;
}

a:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------

## Menus

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 812px) and (orientation: landscape) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 812px) and (orientation: landscape) {
    .main-navigation ul {
        display: block;
    }
}

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
@media screen and (max-width: 1023px){
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous {
        width: 100%;
    }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------

# Accessibility

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------

# Alignments

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

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

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

/*--------------------------------------------------------------

# Clearings

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

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

/*--------------------------------------------------------------

# Widgets

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

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

/*--------------------------------------------------------------

# Content

--------------------------------------------------------------*/
/*--------------------------------------------------------------

## Posts and pages

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

.hentry {
    margin: 0 0 70px;
}
@media screen and (max-width: 1023px){
    .hentry {
        margin: 0;
    }
}
.updated:not(.published) {
    display: none;
}

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

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

/*--------------------------------------------------------------

## Comments

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------

# Infinite scroll

--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------

# Media

--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------

## Captions

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

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

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

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

/*--------------------------------------------------------------

## Galleries

--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*Header*/
.site-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #F6F6F6;
}

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

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

.info-wrapper {
    background-color: #bdcad2;
    line-height: 2;
    padding: 5px 0;
}

.info-wrapper .email,
.info-wrapper .phone {
    float: left;
    text-align: left;
    padding-right: 30px;
}

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

.info-wrapper .phone a {
    padding-left: 15px;
}

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

.info-wrapper .email a i,
.info-wrapper .phone a i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 4px;
    margin-top: 4px;
}

.info-wrapper .phone a i {
    font-size: 22px;
    margin-top: 3px;
}

.info-wrapper .social-icons {
    float: right;
    width: 60%;
    text-align: right;
}

.info-wrapper .social-icons a {
    margin-right: 10px;
    color: #ffffff;
}

.info-wrapper .social-icons a:hover {
    color: #222;
}

.site-header .site-branding,
.site-header .main-navigation {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}

.site-header .site-branding {
    width: 30%;
    padding: 15px 0;
}

@media screen and (max-width: 767px) {
    .site-header .site-branding {
        width: 100%
    }
}

.site-header .main-navigation {
    width: 70%;
}

@media screen and (max-width: 1023px) {
    .site-header .main-navigation {
        width: auto;
        position: absolute;
        top: 15px;
        right: 4px;
    }

    .site-header .main-navigation.toggled {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .site-header .main-navigation.toggled #primary-menu {
        margin-top: 60px;
    }
}

@media screen and (max-width: 359px) {
    .site-header .main-navigation.toggled #primary-menu {
        margin-top: 80px;
    }
}

.site-header .site-branding a,
.site-header .site-branding a img {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #343637;
}

.site-branding .site-title {
    font-size: 37px;
    margin: 0 0 5px;
    line-height: .7;
    margin-top: 5px;
}

.site-branding .site-description {
    font-size: 16px;
    margin: 0;
}

.site-header .main-navigation .primary-menu ul {
    float: right;
}

.site-header .main-navigation .primary-menu li a {
    font-size: 22px;
    color: #1d1d1d;
    padding: 20px 15px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.site-header .main-navigation .primary-menu li ul li a {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}

.site-header .main-navigation .primary-menu li.current_page_item > a,
.site-header .main-navigation .primary-menu li > a:hover {
    color: #9dd0e3;
}

.nav-menu > li:last-child ul {
    float: none;
    right: 0;
    left: auto;
}

.nav-menu > li:last-child ul ul {
    right: 100%;
    left: auto;
}

.main-navigation ul.nav-menu > li:last-child ul li:hover > ul,
.main-navigation ul.nav-menu > li:last-child ul li.focus > ul {
    right: 100%;
    left: auto;
}

/*--------------------

Banner start

--------------------*/
.content-slider {
    position: relative;
}

.content-slider:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.37);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.slider-content-wrap {
    position: absolute;
    top: 50%;
    text-align: right;
    left: 50%;
    -moz-transform: translate(-52%, -50%);
    -webkit-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    z-index: 2;
    max-width: 760px;
    width: 100%;
    padding: 0 10px;
}
@media screen and (min-width: 640px) and (max-width: 1279px){
    .slider-content-wrap{
        width: 100%;
        left: 0;
        text-align: center;
        max-width: none;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
.slider-content-wrap .title {
    color: #ffffff;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-bottom: 7px;
}

.slider-content-wrap .about-post-content {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 70px;
}

.slider-content-wrap .about-post-content p {
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.slider-content-wrap .slider-btn {
    margin-top: 40px;
}

.slider-content-wrap .slider-btn a {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 37px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.slider-content-wrap .slider-btn a:hover {
    background: #cba14c;
}

.carousel-main-slider .owl-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-main-slider .owl-dots .owl-dot {
    display: block;
    margin: 5px 0;
}

.carousel-main-slider .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
}

.carousel-main-slider .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 0.6);
}

/*--------------------------

Section css start

---------------------------*/
section {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title {
    margin-bottom: 55px;
}

.section-title h2 {
    color: #41424e;
    line-height: 1.2;
    margin: 0;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 46px;
    font-weight: 400;
}

.section-description {
    color: #727888;
    font-size: 22px;
    margin-bottom: 80px;
}

/*---------------

About_us_section

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

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

.about-content-wrap .left-about-content .about-button {
    float: right;
}

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

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

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

.about-content-wrap .left-about-content .about-posts span a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #d5d6d8;
    border-radius: 6px;
    padding: 13px 26px 12px;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
    -moz-box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
    box-shadow: 5px 5px 7px 0px rgba(205, 208, 212, 0.84);
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.about-content-wrap .left-about-content .about-posts span a:hover {
    background: #9fcfe3;
    color: #363936;
    border-color: #9fcfe3;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

/*-------------

faq section

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

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

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

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

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

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

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

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

.agency-lite-faq-wrapper .tab-title h3.enabled:after {
    content: "";
}

/*---------------

feature section

-----------------*/
.agency-lite-home-features {
    padding-bottom: 80px;
    background-color: #f2f5f5;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .agency-lite-home-features .agency-lite-feature-title {
        height: 33px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

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

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

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

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

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

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

.agency-lite-feature-description p {
    margin: 0;
}

/*--------------

service section

----------------*/
.agency-lite-service-page-wrap {
    padding: 0;
    text-align: left;
}

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

.agency-lite-featured-image,
.agency_lite_featured-content {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

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

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

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

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

.agency_lite_featured-content-main h2 {
    margin: 0;
    color: #41424e;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

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

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

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

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

/*----------------------

Team section css

------------------------*/
.agency-lite-team-wrap {
    padding-bottom: 60px;
    text-align: center;
}

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

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

.agency-lite-team-wrap .widget_agency_lite_team:nth-of-type(3n+1) {
    clear: left;
}

.member-image {
    position: relative;
}

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

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

.member-name h5 {
    margin: 0;
    font-size: 22px;
    color: #41424e;
    font-weight: 500;
}

.team-desc-social-wrap {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.team-desc-social-wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 39px;
}

.member-description {
    color: #fff;
    margin-bottom: 10px;
}

.member-social-profile a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    margin: 3px;
    transition: all 0.3s ease-in-out;
}

.member-social-profile a:hover {
    background: #cba14c;
}

/*-------------------

counter css start

--------------------*/
.agency-lite-counter-wrap {
    background: #cba14c;
    text-align: center;
}

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

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

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

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

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

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

/*--------------------

blog section css start

----------------------*/
.agency-lite-blog-main .section-title-sub-wrap {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.blog-author a:hover {
    color: #9dd0e3;
}

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

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

.blog-title a {
    color: #41424e;
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.blog-title a:hover {
    color: #9dd0e3;
}

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

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

.blog-bttn {
    text-align: center;
}

.blog-bttn a {
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 40px;
    color: #000;
    border: 1px solid #aaa;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    -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);
}

.blog-bttn a:hover {
    background: #9fcfe3;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border-color: #9fcfe3;
}

/*------------

Logo section

------------*/
.agency-lite-section-logo {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

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

/*-----------------------

Section css end

------------------------*/
/*-------------------

footer section

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

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

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

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

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

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

.site-footer .agency-lite-section-footer-wrap-main {
    margin-left: -3%;
}

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

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

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

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

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

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

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

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

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

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

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

.agency-lite-footer-image-control {
    float: right;
}

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

.widget-title {
    color: #41424e;
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

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

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

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

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

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

.agency-lite-footer-nav-menu .menu li a:hover,
.agency-lite-social-icons a:hover,
.site-footer .team-members-contents a:hover,
.agency-lite-footer-copyright a:hover {
    color: #f50057;
}

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

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

/*----------------------

Breadcrumb  css start

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

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

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

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

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

.breadcrumb-trail ul {
    padding: 0;
    margin: 0;
}

.breadcrumb-trail li a:after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumb-trail,
.breadcrumb-trail a {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
}

.breadcrumb-trail li {
    display: inline-block;
}

/*----------------------

Breadcrumb  css end

-----------------------*/
/*---------------------

contact us page start

-----------------------*/
.agency-lite-contact-info {
    text-align: left;
    margin-left: -2%;
}

.agency-lite-contact-info > span {
    margin-bottom: 40px;
    display: inline-block;
    width: 48%;
    margin-right: -4px;
    margin-left: 2%;
    white-space: nowrap;
}

.agency-lite-contact-form-wrap > label {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    vertical-align: top;
    margin-bottom: 20px;
}

.agency-lite-contact-form-wrap > label:nth-of-type(1) {
    padding-right: 10px;
}

.agency-lite-contact-form-wrap > label:nth-of-type(2) {
    padding-left: 10px;
}

.agency-lite-contact-form-wrap > label:nth-of-type(3),
.agency-lite-contact-form-wrap > label:nth-of-type(4) {
    width: 100%;
    display: block;
}

.agency-lite-contact-form-wrap > label span,
.agency-lite-contact-form-wrap > label input,
.agency-lite-contact-form-wrap > label textarea {
    display: block;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.agency-lite-contact-form-wrap > label textarea {
    height: 100px;
}

.agency-lite-contact-info i {
    display: block;
    font-size: 40px;
    color: #222;
    height: 40px;
    margin-bottom: 10px;
}

.agency-lite-contact-form-wrap > p {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.agency-lite-contact-form-wrap + p input[type=submit] {
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #cba14c;
    color: #fff;
    font-size: 16px;
    border: 1px solid #cba14c;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.agency-lite-contact-form-wrap + p input[type=submit]:hover {
    background: transparent;
    color: #cba14c;
}

.widget_agency_lite_contact_info .widget-title,
.widget_custom_html.widget_text .widget-title {
    font-size: 25px;
    text-transform: none;
}

/*---------------------

contact us page end

-----------------------*/
/*----------------------

archieve page

------------------------*/
.agency_lite_img_wrap {
    margin-bottom: 20px;
}

.page-title {
    color: #222;
}

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

.bocontent-area {
    width: 70%;
    padding-right: 21px;
}

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

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

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

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

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

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

.comment-author-date span,
.comment-author-date span a {
    color: #727888;
    font-weight: 600;
}

.comment-author-date span a:hover {
    color: #9dd0e3;
}

.blog-wrap-title,
.entry-title {
    margin: 0 0 30px;
}

.blog-wrap-title,
.entry-title,
.entry-title a {
    color: #41424e;
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

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

.expert-content,
.expert-content + .entry-meta {
    margin-bottom: 38px;
}

article a.read-more {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #aaa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    -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);
}

article a.read-more:hover {
    background: #9fcfe3;
    color: #363936;
    border-color: #9fcfe3;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

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

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

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

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

.widget ul li {
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #eaeaea;
    clear: left;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    footer .widget ul li {
        overflow: visible;
    }
}

.widget.widget_calendar table > caption {
    margin-bottom: 10px;
}

.widget.widget_calendar #prev {
    text-align: left;
}

.widget.widget_calendar #next {
    text-align: right;
}

.site-footer .widget ul li {
    text-align: left;
    border: 0;
    padding: 0;
}

.widget ul li a {
    color: #848484;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

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

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
    text-align: left;
}

.widget ul li:last-child {
    border-bottom: 0;
}

.widget.widget_recent_entries ul li a {
    margin-right: 10px;
}

.widget ul li .post-date {
    display: inline-block;
    vertical-align: middle;
}

.widget_tag_cloud a {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 10px;
    border: 1px solid #969696;
    color: #969696;
    margin-bottom: 6px;
    margin-right: 6px;
}

.widget_tag_cloud a:hover {
    color: #cba14c;
    border-color: #cba14c;
}

.nav-links {
    text-align: center;
}

.nav-links span,
.nav-links a {
    display: inline-block;
    padding: 6px 15px;
    background: #cba14c;
    color: #fff;
    border-radius: 3px;
}

#secondary .widget .widget-title {
    font-size: 24px;
    text-transform: none;
}

.widget select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.widget.widget_calendar {
    text-align: center;
}

.widget_rss a {
    color: #41424e;
}

.recent-post-widget .recent-posts-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.recent-post-widget .recent-posts-content:last-child {
    border-bottom: 0;
}

.recent-post-widget .image-recent-post,
.recent-post-widget .date-title-recent-post {
    float: left;
}

.recent-post-widget .image-recent-post {
    width: 88px;
}

.recent-post-widget .image-recent-post img {
    display: block;
}

.recent-post-widget .date-title-recent-post {
    width: -moz-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
    padding-left: 20px;
}

.recent-post-widget .date-title-recent-post .recent-post-title {
    display: block;
}

.recent-post-widget .date-title-recent-post .recent-post-title a {
    font-size: 18px;
    font-weight: 500;
    color: #404045;
}

.recent-post-widget .date-title-recent-post .recent-post-title a:hover {
    color: #cba14c;
}

.recent-post-widget .recent-post-date {
    display: block;
    color: #cba14c;
}

/**/
.error-404 .page-header h1,
.search-no-results .page-header h1 {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

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

.error404 #primary,
.search-no-results #primary,
.search #primary {
    padding-right: 0;
    padding-bottom: 87px;
}

.error404 #primary {
    width: 100%;
    text-align: center;
}

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

.error-404 input[type=submit],
.search-no-results .no-results form input[type=submit] {
    height: 40px;
    padding: 0 20px;
    border-radius: 0;
    background: #9fcfe3;
    border: 0;
    font-size: 18px;
    color: #fff;
}

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

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

.comment-respond label {
    display: none;
}

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

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

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

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

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

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

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

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

.comment-respond textarea {
    border-color: #eeeeee;
    color: #cbcbcb;
    padding-left: 20px;
    padding-top: 20px;
}

.comment-respond .form-submit input {
    background: #cba14c;
    color: #fff;
    font-size: 16px;
    border-color: #cba14c;
    transition: all 0.3s ease-in-out;
}

.comment-respond .form-submit input:hover {
    color: #cba14c;
    background: transparent;
    border-color: #cba14c;
}

.comment-respond .comment-reply-title {
    color: #41424e;
    font-size: 24px;
}

/*shop page*/
.agency-lite-container ul.products.columns-3 li.product,
.agency-lite-container ul.products.columns-3 li.product {
    border: 1px solid #eee;
    text-align: center;
}

.agency-lite-container ul.products li.product .button {
    background: #cba14c;
    border: 2px solid #cba14c;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.agency-lite-container ul.products li.product .button:hover {
    background: rgba(203, 161, 76, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

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

.agency-lite-container div.product form.cart .button {
    background: #cba14c;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
    border: 2px solid #cba14c;
}

.agency-lite-container div.product form.cart .button:hover {
    background: transparent;
    color: #cba14c;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input,
.comment-respond .form-submit input {
    height: 56px;
    padding-left: 15px;
}

.agency-lite-container .comment-respond .form-submit {
    padding-left: 0;
}

.agency-lite-container .comment-respond .comment-form-author,
.agency-lite-container .comment-respond .comment-form-url {
    padding-right: 0;
}

.agency-lite-container .comment-form .comment-form-email,
.agency-lite-container .comment-form .comment-form-url {
    float: left;
    width: 50%;
    padding: 0;
}

.agency-lite-container .comment-form .comment-form-email {
    padding-right: 10px;
}

.agency-lite-container .comment-form .comment-form-url {
    padding-left: 10px;
}

.agency-lite-container .comment-respond .comment-form-author {
    width: 100%;
}

.agency-lite-container #reviews #comment {
    height: 150px;
}

.agency-lite-container #review_form #respond .form-submit input {
    padding: 15px 20px;
    background: #cba14c;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    width: auto;
    height: auto;
    border: 2px solid #cba14c;
}

.agency-lite-container #review_form #respond .form-submit input:hover {
    background: transparent;
    color: #cba14c;
}

.woocommerce .agency-lite-container ul.products li.product .onsale {
    border-radius: 0;
    background-color: #cba14c;
    font-weight: 400;
    min-height: 0;
    line-height: 1.5;
    left: -11px;
    right: auto;
    margin: 0;
}

.woocommerce ul.products li.product .price {
    color: #cba14c;
}

.agency-lite-container span.onsale:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 4px 0;
    border-color: transparent #cba14c transparent transparent;
    left: 0;
    bottom: -4px;
}

.woocommerce .cart .coupon input.button[type=submit],
.woocommerce .place-order .button.alt,
.widget_shopping_cart_content a.button,
.widget_price_filter .price_slider_amount button[type=submit],
.woocommerce .cart button[type=submit].single_add_to_cart_button,
.woocommerce #review_form #respond .form-submit input {
    padding: 7px 15px;
    text-decoration: none;
    display: inline-block;
    background: #cba14c;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border: 2px solid #cba14c;
    outline: 0;
    font-weight: 500;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce.woocommerce-page .content-area ul.products li.product .add_to_cart_button:hover,
.woocommerce.woocommerce-page .content-area ul.products li.product .product_type_simple:hover, .woocommerce .cart .coupon input.button[type=submit]:hover, .woocommerce .place-order .button.alt:hover, .widget_shopping_cart_content a.button:hover, .widget_price_filter .price_slider_amount button[type=submit]:hover, .woocommerce .cart button[type=submit].single_add_to_cart_button:hover, .woocommerce #review_form #respond .form-submit input:hover {
    background: transparent;
    color: #cba14c;
}

.woocommerce .wc-proceed-to-checkout a.button.alt {
    background: #cba14c;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
}

.woocommerce-cart .woocommerce table.cart td.actions .input-text {
    width: auto;
    border-radius: 0;
    padding: 2px 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
    float: none;
    clear: both;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.woocommerce .quantity input[type=number] {
    height: 31px;
}

.related.products .products li {
    border: 1px solid #eee;
    text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #cba14c;
}

.agency-lite-team-wrap .widget_agency_lite_team .member-image {
    overflow: hidden;
}

.agency-lite-team-wrap .widget_agency_lite_team .agency-lite-team-logo-icon {
    height: 50px;
    width: 50px;
    background: none;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
}

.agency-lite-team-wrap .widget_agency_lite_team .agency-lite-team-logo-icon:hover {
    cursor: pointer;
}

.agency-lite-team-wrap .widget_agency_lite_team .agency-lite-team-logo-icon:before {
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    top: 21px;
    left: 25px;
    transform: translate(-50%, -50%);
    background: rgba(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;
}

.agency-lite-team-wrap .widget_agency_lite_team .member-image:after {
    display: none;
}

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

.agency-lite-team-wrap .widget_agency_lite_team .agency-lite-team-logo-icon:hover:before,
.agency-lite-team-wrap .widget_agency_lite_team .agency-lite-team-logo-icon.agency-lite-actived:before {
    height: 3000%;
    width: 3000%;
}

.agency-lite-team-wrap .widget_agency_lite_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;
}

.agency-lite-team-wrap .widget_agency_lite_team .team-desc-social-wrap.agency-lite-active {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}

.member-image img {
    width: 100%;
}

.slider-content-wrap .title {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 35px;
}

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

.about-post-content {
    font-size: 18px;
    line-height: 26px;
}

.agency-lite-feature-title {
    font-size: 22px;
    text-transform: none;
}

.agency-lite-team-wrap .widget_agency_lite_team {
    -webkit-box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 46px -2px rgba(0, 0, 0, 0.2);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
}

/*----------------------

Responsive css start

-----------------------*/
@media only screen and (min-width: 1400px) {
    .agency_lite_featured-content {
        padding: 160px 40px 160px 20px;
    }
}

@media only screen and (max-width: 1200px) {
    /*home page css start*/
    .info-wrapper .email,
    .info-wrapper .phone {
        width: 30%;
    }

    .info-wrapper .social-icons {
        width: 40%;
    }

    .slider-content-wrap .about-post-content {
        font-size: 35px;
        line-height: 1.2;
    }

    .slider-content-wrap .title {
        font-size: 20px;
    }

    .agency-lite-service-slidder-wrapper {
        display: block;
    }

    .team-desc-social-wrap {
        padding: 15px;
    }

    /*home page css end*/
}

@media only screen and (max-width: 1140px) {
    #primary {
        width: 60%;
    }

    #secondary {
        width: 40%;
    }

    .agency-lite-service-num {
        max-width: 110px;
        font-size: 60px;
    }

    .agency_lite_featured-content-main {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
        padding-left: 30px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 840px) {
    /*home page css start*/
    .counter-of-agency {
        margin-left: 0;
        display: block;
    }

    .counter-inner-wrapper {
        width: 100%;
        padding: 0 0 30px;
        display: block;
        border: 0;
    }

    .agency-lite-featured-image {
        height: 300px;
    }

    .agency-lite-featured-image, .agency_lite_featured-content {
        width: 100%;
        display: block;
    }

    /*home page css start*/
}

@media only screen and (max-width: 768px) {
    .main-navigation button {
        display: inline-block;
        background: #9dd0e3;
        color: #fff;
        font-size: 16px;
        padding: 9px 12px 7px;
        border: 0;
        border-radius: 6px;
        margin-right: 11px;
    }

    .agency-lite-footer-image-control .info-wrapper .email,
    .info-wrapper .phone,
    .info-wrapper .social-icons {
        width: 100%;
        float: left;
        text-align: center;
        border-top: 1px solid #d8b878;
        padding: 5px 20px;
    }

    .info-wrapper .email a,
    .info-wrapper .phone a {
        display: inline-block;
    }

    .info-wrapper .email {
        border-top: 0;
        text-align: center;
        width: 100%;
    }

    .info-wrapper,
    .info-wrapper .agency-lite-container {
        padding: 0;
    }

    /*info wrapper top css end*/
    /*Responsive menu css start*/
    .site-header {
        padding: 10px 0;
    }

    .main-navigation {
        text-align: right;
    }

    #primary-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
        border-top: 1px solid #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
    }

    .main-navigation li {
        float: none;
        text-align: left;
        padding-left: 20px;
    }

    .site-header .main-navigation .primary-menu li a {
        font-size: 16px;
        padding: 7px;
    }

    .site-header .main-navigation .primary-menu ul {
        position: static;
        float: none;
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul ul a,
    .site-header .main-navigation .primary-menu li ul li a {
        width: 100%;
        font-size: 13px;
        border: 0;
    }

    .main-navigation ul ul {
        box-shadow: none;
        padding-left: 10px;
    }

    .main-navigation ul ul ul {
        padding-left: 15px;
    }

    .main-navigation ul ul ul ul {
        padding-left: 20px;
    }

    .main-navigation .sub-menu li {
        padding-left: 0;
    }

    .main-navigation .sub-menu li a {
        position: relative;
    }

    .sub-menu li a:before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    @media screen and (max-width: 1023px) {
        footer .sub-menu li a:before {
            left: -15px;
        }
    }
    /*Responsive menu css end*/
    /*section css start*/
    .section-title h2,
    .agency-lite-faq-wrapper .section-title h2 {
        font-size: 30px;
    }

    .about-content-wrap .left-about-content {
        margin-bottom: 30px;
    }

    .about-content-wrap .left-about-content,
    .about-content-wrap .right-about-content {
        width: 100%;
        padding: 0;
        float: none;
    }

    .about-content-wrap .right-about-content {
        text-align: center;
        clear: both;
        padding-top: 20px;
    }

    .agency-lite-feature-wrap {
        margin-left: 0;
    }

    .agency-lite-feature-wrap .agency-lite-features-page {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 50px;
        float: none;
    }

    .agency-lite-home-features {
        padding-bottom: 50px;
    }

    /*team sectioncss*/
    .team-members-contents {
        margin-left: 0;
    }

    .agency-lite-team-wrap .widget_agency_lite_team {
        width: 100%;
        float: none;
        margin-left: 0;
        max-width: 320px;
        margin: 0 auto 40px;
    }

    /*blog section*/
    .blog-content-wrap-main {
        margin-left: 0;
    }

    .blogs-loop {
        max-width: 480px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /*faq section*/
    .agency-lite-faq-wrapper {
        margin: 0 auto;
    }

    /*footer css*/
    .site-footer .agency-lite-section-footer-wrap-main {
        margin-left: 0;
    }

    .site-footer .team-members-contents {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .agency-lite-footer-all .agency-lite-footer-nav-menu,
    .agency-lite-footer-all .agency-lite-social-icons {
        float: none;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .agency-lite-footer-all .agency-lite-footer-nav-menu + .agency-lite-social-icons {
        margin-top: 30px;
    }

    /*---------------

        Home page css end

        ----------------*/
    #primary,
    #secondary {
        width: 100%;
        float: none;
    }

    #primary {
        padding-right: 0;
    }

    #secondary {
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    /*Home page css start*/
    .slider-content-wrap .title,
    .slider-content-wrap .desc {
        display: none;
    }

    .agency-lite-service-num,
    .agency_lite_featured-content-main {
        display: block;
        margin-right: 0;
    }

    .agency-lite-service-num {
        border-right: 0;
        border-bottom: 1px solid #c5c5c5;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .agency_lite_featured-content-main {
        width: 100%;
        padding: 0 20px;
    }

    .agency_lite_featured-content {
        padding: 68px 40px 68px 20px;
    }

    /*Home page css end*/
}

@media only screen and (max-width: 480px) {
    .agency-lite-footer-copyright,
    .agency-lite-footer-image-control {
        width: 100%;
        float: none;
        text-align: center;
    }

    .agency-lite-footer-copyright + .agency-lite-footer-image-control {
        margin-top: 10px;
    }

    .agency-lite-footer-image-control img {
        margin: 0 auto;
    }

    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url,
    .comment-respond .form-submit,
    .agency-lite-container .comment-form .comment-form-email,
    .agency-lite-container .comment-form .comment-form-url {
        width: 100%;
        display: block;
        margin-right: 0;
        padding: 0;
    }
}

.serv-btn,
.feat-btn {
    display: block;
    margin-top: 30px;
}

.serv-btn a,
.feat-btn a {
    height: 45px;
    line-height: 46px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #aaa;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    -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;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.serv-btn a:hover,
.feat-btn a:hover {
    background: #9fcfe3;
    color: #363936;
    border-color: #9fcfe3;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

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

.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;
}
@media screen and (max-width: 1023px){
    .navigation.post-navigation .nav-links .nav-previous{
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}
.navigation.post-navigation .nav-links .nav-previous a,
.navigation.post-navigation .nav-links .nav-next a {
    width: 90%;
    position: relative;
    color: #727888;
    font-size: 1.12rem;
    font-weight: 600;
    background: transparent;
    border: 1px solid #d5d6d8;
    border-radius: 6px;
    padding: 18px 30px 15px 55px;
    line-height: 1.35;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: left;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {
    background: #9fcfe3;
    color: #fff;
}

.navigation.post-navigation .nav-links .nav-next a {
    padding: 18px 55px 15px 30px;
    text-align: right;
}

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

.navigation.post-navigation .nav-links .nav-previous a:before,
.navigation.post-navigation .nav-links .nav-next a:before {
    font-family: "fontawesome";
    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: 300;
}

.navigation.post-navigation .nav-links .nav-previous a:before {
    content: "";
    left: 30px;
    -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;
}

.navigation.post-navigation .nav-links .nav-next a:before {
    content: "";
    right: 30px;
    -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;
}

.navigation.post-navigation .nav-links .nav-previous a:hover:before {
    left: 12px;
}

.navigation.post-navigation .nav-links .nav-next a:hover:before {
    right: 12px;
}

.comments-area .comments-title {
    font-size: 2rem;
    color: #333;
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-area ol ol {
    padding-left: 2rem;
}

.comments-area ol ol ol ol {
    padding-left: 0;
}

.comments-area .comment-list .comment-author img.avatar {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-right: 15px;
    vertical-align: middle;
}

.comments-area .comment-list .comment-metadata {
    padding-left: 75px;
}

.comments-area .comment-list .comment-content {
    padding-left: 75px;
}

.comments-area .comment-list .comment-metadata a {
    font-size: 0.875rem;
    font-weight: 500;
    color: #666;
}

.comments-area .comment-list .comment-content p {
    font-size: 1rem;
    line-height: 1.45;
}

.comments-area .comment-list .reply {
    float: right;
}

.comments-area .comment-list .reply a {
    font-size: 0.75rem;
    color: #666;
    font-weight: 500;
    margin-top: -1.5rem;
    display: block;
}

.comments-area .comment-list article.comment-body {
    margin-bottom: 1rem;
}

.comment-respond h3 small {
    font-size: 0.875rem;
    font-weight: 500;
    color: #666;
    float: right;
    text-transform: capitalize;
}

.comment-respond h3 small a {
    color: #444;
}

.comment-respond {
    margin-bottom: 1.5rem;
}

.agency-lite-container .comment-form .comment-form-email {
    margin-right: 0;
}

.agency-lite-container .comment-form .comment-form-url {
    margin-right: auto;
}

/*......................................new css blog...............................................*/
.agency-lite-archive-wrapper.right-sidebar-enabled,
.agency-lite-archive-wrapper.left-sidebar-enabled,
.agency-lite-archive-wrapper.both-sidebar-enabled {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 1023px){
    .agency-lite-archive-wrapper.right-sidebar-enabled,
    .agency-lite-archive-wrapper.left-sidebar-enabled,
    .agency-lite-archive-wrapper.both-sidebar-enabled{
        display: block;
    }
}
.sidebar-right {
    padding-top: 87px;
    width: 30%;
}
@media screen and (max-width: 1023px){
    .sidebar-right{
        clear: both;
        width: 100%;
        padding-top: 0;
    }
}
.right-sidebar-enabled .content-area {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 70%;
    padding-right: 21px;
}

.right-sidebar-enabled .sidebar-right {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
}

.sidebar-left {
    width: 30%;
    padding-top: 87px;
}

.left-sidebar-enabled .content-area {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 70%;
}

.left-sidebar-enabled .sidebar-right {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

.left-sidebar-enabled #primary {
    width: 70%;
    padding-left: 21px;
    padding-right: 0;
}

.both-sidebar-enabled .sidebar-left {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 25%;
}

.both-sidebar-enabled .content-area {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    padding-left: 21px;
    width: 50%;
    padding-right: 21px;
}

.both-sidebar-enabled .sidebar-right {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    width: 25%;
}

.no-sidebar #primary {
    width: 100%;
}

/*......................................new css blog post...............................................*/
.agency-lite-single-post-wrapper {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 1023px){
    .agency-lite-single-post-wrapper{
        display: block;
    }
}
.right-sidebar-enabled .content-area {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

.right-sidebar-enabled .sidebar-right {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
}

/*......................................new css single page optiont...............................................*/
.agency-lite-page-wrap {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media screen and (max-width: 1023px){
    .agency-lite-page-wrap{
        display: block;
    }
}
/*......................................new css shop...............................................*/
.agency-lite-shop-wrap {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* input[type="submit"], .wp-block-file a.wp-block-file__button, .wp-block-button a.wp-block-button__link{

	background: #cba14c;

    color: #fff;

    font-size: 16px;

    border-color: #cba14c;

    transition: all 0.3s ease-in-out;

}*/
/*Gallery*/
/*.wp-block-gallery li.blocks-gallery-item figure {

    position: relative;

}



.entry-content blockquote cite {

    text-align: right;

    color: #6c7781;

    font-size: 13px;

}*/
/*.entry-content ol, .entry-content ul {

    padding-left: 1.25rem;

    margin: 0;

    margin-bottom: 0rem;

}

*/
.entry-content ol li {
    position: relative;
    padding: 5px 0 5px 5px;
    /*font-size: 1.25rem; */
    font-weight: 400;
    list-style: decimal;
    line-height: 1.8;
}

.entry-content ul li {
    position: relative;
    padding: 5px 0 5px 5px;
    /*font-size: 1.25rem; */
    font-weight: 400;
    list-style: decimal;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    text-align: center;
}

ul.wp-block-categories li {
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li {
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.wp-block-gallery.alignnone {
    margin-left: 0;
    padding: 0;
}

.agency-lite-container #primary .entry-content blockquote p {
    font-size: 1rem;
}

/*Both sidebar*/
.both-sidebar-enabled .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.both-sidebar-enabled .alignwide {
    margin-left: 0;
    margin-right: 0;
}

/*Left sidebar*/
.left-sidebar-enabled .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.left-sidebar-enabled .alignwide {
    margin-left: 0;
    margin-right: 0;
}

/*Right Sidebar*/
.right-sidebar-enabled .alignfull {
    margin-left: 0;
    margin-right: 0;
}

.right-sidebar-enabled .alignwide {
    margin-left: 0;
    margin-right: 0;
}

/*align image*/
@media (min-width: 750px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }

    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
}

.fa-fw {
    margin-left: -5px;
}
#lst{
    line-height: 32px;
    display: table-cell;
}
#lst span{
    float: left;
    padding-right: 10px;
}
#lst img{
    float: right;
}