/*
Theme Name: Construction Lite
Theme URI: http://demo.accesspressthemes.com/construction/
Author: AccesspressThemes
Author URI: http://accesspressthemes.com/
Description: Construction is full fledged WordPress theme for construction or business building website. Besides, it is elegantly designed to be used for multi purposes like business, corporates, eCommerce, personal or other creative agencies site. It is well optimized considering powerful features and functionalities along with simplicity. It is complete WordPress template that offers unlimited customization possibilities, powerful support, top-notch beautiful design, and loads of awesome features. The theme is fully based on live WordPress Customizer which makes your task a lot easier. It is an SEO friendly theme designed focusing the best user experience and usability. 
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: construction-lite
Tags: right-sidebar, custom-background, custom-header,featured-images, footer-widgets, theme-options, threaded-comments, blog, e-commerce

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

html {
    font-family: sans-serif;
    -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;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 32px;
    margin: 10px 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    text-align: left;
    border: 1px solid #b1b1b1;
    padding: 10px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #555555;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 20px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: 100%;
    overflow: auto;
    padding: 16px;
}
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 http://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. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 10px 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 15px;
    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;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
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;
    padding: 3px;
}
select {
    border: 1px solid #ccc;
}
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;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #333333;
    text-decoration: none;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
/*a:visited {
	color: purple;
}
*/

a:hover,
a:focus,
a:active {
    color: #d09a38;
}
a:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}
a:hover,
a:active {
    outline: 0;
}
/*===============================
			POSTS-COMMENTS
=================================*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 15px;
    overflow: hidden;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.navigation a {
    display: inline-block;
    background-color: #d09a38;
    border: 2px solid #d09a38;
    color: #ffffff;
    line-height: 1.3;
    position: relative;
}
.navigation .nav-previous a {
    padding: 10px 14px 10px 23px;
}
.navigation .nav-next a {
    padding: 10px 23px 10px 14px;
}
.navigation .nav-previous a:before {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -12px;
}
.navigation .nav-next a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 17px;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -12px;
}
.navigation a:hover {
    background-color: transparent;
    color: #666666;
    border-color: #666666;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.clearfix:before,
.clearfix: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;
    clear: both;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 60px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
/*--------------------------------------------------------------
## 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,
/* Older / Newer Posts Navigation (always hidden) */

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

.wp-caption {
    margin-bottom: 15px;
    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;
}
/*==================================================
			CONSTRUCTION-CSS-STARTS
====================================================*/
/*-----------------------------------------------
				WIDGETS
------------------------------------------------*/

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

.widget select {
    max-width: 100%;
}
.widget_construction_lite_recent_post .recent-posts-content {
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.widget_construction_lite_recent_post .image-recent-post {
    width: 20%;
    float: left;
}
.widget_construction_lite_recent_post .image-recent-post img {
    display: block;
    width: 100%;
}
.widget_construction_lite_recent_post .date-title-recent-post {
    width: 75%;
    color: #555555;
    line-height: 1.5;
    font-weight: 400;
    float: left;
    margin-left: 2%;
}
.widget_construction_lite_recent_post .recent-post-title {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.widget_construction_lite_recent_post .recent-post-date {
    display: block;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
}
.widget-title,
.comments-area .comment-reply-title,
.comments-area .comments-title {
    font-weight: 400;
    line-height: 1.2;
    color: #454545;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 2px solid #e3e3e3;
}
.widget-title:after,
.comments-area .comment-reply-title:after,
.comments-area .comments-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #d09a38;
    bottom: -2px;
    left: 0;
}
.widget_search .widget-title {
    display: none;
}
.widget_search .search-form {
    position: relative;
}
.widget_search .search-field {
    width: 100%;
    color: #a8a8a8;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 45px 15px 10px;
    border: none;
    border-radius: 0;
    -webkit-appearance: textfield;
}
.widget_search .search-submit {
    position: absolute;
    top: 50%;
    right: 15px;
    background: url('images/search.png') no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
}
.widget_search .search-submit:hover {
    border: none;
    box-shadow: none;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li {
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 0;
    line-height: 1;
    color: #555555;
    font-size: 14px;
}
.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
}
.widget_nav_menu ul ul {
    margin-left: 15px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child {
    border-bottom: 0;
}
.widget_nav_menu ul ul li:last-child {
    padding-bottom: 0;
}
.widget_archive ul li a,
.widget_categories ul li a {
    float: left;
    color: #555555;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
    color: #555555;
}
.widget_recent_comments ul li a {
    color: #aaaaaa;
}
.widget a:hover {
    color: #d09a38;
}
.widget_tag_cloud .tagcloud {
    margin-top: 25px;
}
.widget_tag_cloud .tagcloud a {
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #ffffff;
    font-size: 14px !important;
    color: #555555;
    line-height: 1;
    display: inline-block;
    margin: 0 12px 12px 0;
}
.widget_tag_cloud .tagcloud a:hover {
    background-color: #d09a38;
    color: #ffffff;
}
/*----Calender-Css----*/
/*
.widget_calendar .widget-title {
    margin-bottom: 30px;
}
.widget_calendar tbody {
    text-align: center;
}
.widget_calendar caption {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}*/
/*end*/
.ak-container {
    width: 1170px;
    margin: 0 auto;
}
.site-content {
    padding-bottom: 40px;
}
.home .site-content {
    padding-bottom: 0;
}
/*--------------------------------
			HEADER
---------------------------------*/

.site-branding {
    float: left;
    width: 30%;
    padding: 22px 0;
}
.site-title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.site-title a {
    color: #d09a38;
}
.site-description {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    color: #555555;
}
.site-header .ak-container {
    position: relative;
}
.site-header .ak-search {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    background: #FFF;
    padding: 20px;
    clear: both;
}
.site-header .search-icon {
    padding: 50px 0;
    float: left;
    margin-left: 0.5%;
    width: 3.5%;
    text-align: center;
}
.site-header .ak-search label {
    float: left;
}
.site-header .ak-search label input[type="search"] {
    font-size: 14px;
    padding: 4.5px 7px;
    height: 32px;
    -webkit-appearance: textfield;
}
.site-header .ak-search input[type="submit"] {
    background-color: #d09a38;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 9px 12px;
    box-shadow: none;
    border-color: #d09a38;
    border-radius: 0;
    text-shadow: none;
}
/*--------------------------------------------------------------
## MENUS
--------------------------------------------------------------*/

.main-navigation {
    display: block;
    float: left;
    width: 61%;
    text-align: right;
    padding-top: 36px;
    padding-bottom: 36px;
}
.main-navigation ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 700;
}
.main-navigation ul.menu > li:last-child {
    margin-right: 0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #101010;
    padding: 15px 0;
    font-weight: 700;
}
.main-navigation ul ul {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 99999;
    text-align: left;
    min-width: 269px;
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.main-navigation ul ul li:hover {
    background-color: #efefef;
	}
.main-navigation ul ul ul {
    top: 0;
}
.main-navigation ul.menu > li:last-child ul {
    right: -20px;
    left: auto;
}
.main-navigation ul.menu > li:last-child ul ul {
    right: 0;
}
.main-navigation ul ul a {
    /*width: 200px;*/
    
    padding: 15px;
	    text-transform: uppercase;
}
.main-navigation ul ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    text-transform: initial;
    line-height: 1.2;
    width: 100%;
    font-weight: 400;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #d09a38;
}
.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {} .main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {} .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    transform: translateX(1px);
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
}
.main-navigation ul.menu > li:last-child:hover ul {
    right: 0;
}
.main-navigation ul.menu > li:last-child ul li:hover ul,
.main-navigation ul.menu > li:last-child ul li.focus ul {
    right: 100%;
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation a:hover {
    color: #d09a38;
}
/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    /*.main-navigation ul {
		display: inline-block;
	}*/
}
/*toggle*/

#site-navigation #toggle {
    display: none;
    width: 28px;
    margin: 30px 0;
    float: right;
    cursor: pointer;
}
#site-navigation #toggle div {
    width: 100%;
    height: 3px;
    background-color: #d09a38;
    margin: 3px 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#site-navigation #toggle.on div.one {
    transform: rotate(45deg) translate(3px, 3px);
}
#site-navigation #toggle.on div.two {
    opacity: 0;
}
#site-navigation #toggle.on div.three {
    transform: rotate(-45deg) translate(5px, -6px);
}
/*--------------------------------
			SLIDER
---------------------------------*/

.mail-slider-header-wrap {
    position: relative;
}
.slider-text-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: 1;
}
.slider-text-content .slider-title {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 80%;
    margin-bottom: 30px;
}
.slider-content {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    color: rgba(255, 255, 255, 0.75);
    max-width: 60%;
    line-height: 1.3;
}
.slider-content div {
    margin-top: 50px;
}
.slider-content div a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 20px;
    margin-right: 20px;
    display: inline-block;
}
.slider-content a:hover {
    background-color: #d09a38;
    border-color: #d09a38;
}
.mail-slider-header-wrap .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity: 0;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.mail-slider-header-wrap .owl-prev,
.mail-slider-header-wrap .owl-next {
    position: absolute;
    background-color: #000000;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-indent: -99999px;
    opacity: 0.6;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.mail-slider-header-wrap .owl-prev {
    left: 0;
    margin-left: 10px;
}
.mail-slider-header-wrap .owl-next {
    right: 0;
    margin-right: 10px;
}
.mail-slider-header-wrap .owl-prev:before,
.mail-slider-header-wrap .owl-next:before {
    content: '';
    position: absolute;
    background: url('images/slider-arrow.png') no-repeat;
    width: 100%;
    height: 18px;
    top: 50%;
    margin-top: -9px;
}
.mail-slider-header-wrap .owl-prev:before {
    left: 0;
    background-position: 14px 0;
}
.mail-slider-header-wrap .owl-next:before {
    right: 0;
    background-position: -20px 0;
}
.mail-slider-header-wrap:hover .owl-nav {
    opacity: 1;
}
.mail-slider-header-wrap .owl-prev:hover,
.mail-slider-header-wrap .owl-next:hover {
    background-color: #d09a38;
}
/*-------------------------
		SECTIONS
-----------------------------*/

.section-title {
    font-size: 14px;
    color: #555555;
    text-transform: uppercase;
    line-height: 1;
}
.section-title h5 {
    margin: 0 0 10px;
    font-weight: 700;
}
.section-sub-title {
    color: #454545;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}
.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 38px;
}
.section-sub-title h2:before {
    content: '';
    position: absolute;
    background-color: #d09a38;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 0;
}
/*------------------------------
		ABOUT-SECTION
------------------------------*/

.about_section {
    padding: 105px 0 105px 0;
    overflow: hidden;
}
.about-content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.about-content-wrap .left-about-content {
    width: 50%;
    margin-top: 30px;
    float: left;
}
.about-content-wrap .right-about-content {
    float: right;
    width: 44%;
    position: relative;
    text-align: right;
    margin-left: 6%;
}
.about-content-wrap .right-about-content:before {
    content: '';
    position: absolute;
    width: 430px;
    height: 410px;
    background-color: transparent;
   
    top: -15%;
    left: 20px;
    z-index: -1;
}
.about-content-wrap .about-posts h5 {
    margin: 0;
    font-weight: 400;
}
.about-post-title a {
    font-size: 22px;
    color: #343434;
    display: inline-block;
    margin-bottom: 25px;
    line-height: 1;
}
.about-post-title a:hover {
    color: #d09a38;
}
.about-post-content {
    font-size: 14px;
    color: #696868;
    line-height: 1.8;
    max-width: 90%;
    margin-bottom: 25px;
}
.about-button a {
    display: inline-block;
    padding: 12px 30px;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    color: #343434;
    background-color: transparent;
    text-transform: capitalize;
}
.about-button a:hover {
    background-color: #d09a38;
    color: #ffffff;
    border-color: #d09a38;
}
/*----------------------------------------
		FEATURES-SECTION
------------------------------------------*/

.feature_section .section-title-sub-wrap {
    text-align: center;
    margin-bottom: 240px;
}
.feature_section .section-sub-title h2:before,
.team_section .section-sub-title h2:before,
.shop_section .section-sub-title h2:before {
    left: 50%;
    margin-left: -20px;
}
.feature_section .posts-feature {
    background-color: #0089bd;
    color: #ffffff;
    padding: 60px 0 0;
}
.feature_section .feature-post {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}
.feature_section .feature-post:nth-of-type(odd) {
    float: left;
    width: 34%;
    text-align: right;
    margin-right: 16%;
}
.feature_section .feature-post:nth-of-type(even) {
    float: right;
    width: 34%;
    margin-left: 16%;
    flex-direction: row-reverse;
}
.feature_section .feature-post:nth-of-type(2n+1) {
    clear: left;
}
.title-content-feature {
    width: 65%;
}
.feature-post .feature-title h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1;
    text-transform: uppercase;
}
.feature-post .feature-title a {
    color: #ffffff;
}
.feature-post .feature-content {
    font-size: 14px;
    font-weight: 400;
}
.feature-post .feature-image {
    width: 75px;
    height: 75px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    line-height: 68px;
}
.feature-post .feature-image img {
    vertical-align: middle;
}
.posts-feature .ak-container {
    position: relative;
}
.posts-feature .section-feature-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 320px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.posts-feature .section-feature-image img {
    display: block;
    width: 100%;
}
/*-------------------------------
			TEAM-SECTION
---------------------------------*/

.team_section {
    padding: 80px 0 0;
    text-align: center;
    overflow: hidden;
}
.team_section .widget_construction_lite_team {
    float: left;
    width: 31%;
    margin-left: 2.33%;
    margin-bottom: 0;
}
.team-members-contents {
    margin-left: -2.33%;
}
.team-members .member-image img {
    display: block;
    margin: 0 auto;
}
.team-members .member-image {
    -webkit-transition: transform 350ms ease-in-out;
    -moz-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out 0s;
}
.team-sub-wrap {
    position: relative;
    top: 0;
    border-top: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 40px 0 80px 0;
    -webkit-transition: transform 350ms ease-in-out;
    -moz-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out 0s;
}
.member-name-designation-social {
    line-height: 1;
}
.member-name-designation-social .member-name {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #343434;
}
.member-name-designation-social .member-name h5 {
    margin: 0;
}
.member-name-designation-social .member-designation {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 28px;
    color: #6a6a6a;
    letter-spacing: 1px;
    padding-bottom: 28px;
    position: relative;
}
.member-name-designation-social .member-designation:after {
    content: '';
    background-color: #d09a38;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.member-social-profile a {
    margin: 0 10px;
    color: #999999;
    display: inline-block;
}
.member-social-profile a:hover {
    color: #d09a38;
}
.member-description {
    position: absolute;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    padding: 0 30px;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out 0s;
}
.team_section .widget_construction_lite_team:hover .member-description {
    opacity: 1;
    visibility: visible;
}
.team_section .widget_construction_lite_team:hover .team-sub-wrap {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    transform: translateY(-40%);
    /*bottom: 80px;*/
}
.team_section .widget_construction_lite_team:hover .member-image {
    -webkit-transform: translateY(-20px);
}
/*-------------------------------
		PORTFOLIO-SECTION
---------------------------------*/

.portfolio_section,
.testimonial_section {
    padding: 80px 0;
    background-color: #f7f7f7;
}
.portfolio_section .images-content {
    position: relative;
    overflow: hidden;
}
.portfolio_section .images-content:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.portfolio_section .work-title {
    position: absolute;
    bottom: 0;
    right: 100%;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    width: 80%;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.portfolio_section .work-title h3 {
    font-weight: 700;
}
.portfolio_section .images-content:hover:before {
    width: 100%;
}
.portfolio_section .images-content:hover .work-title {
    right: 0;
    left: 0;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
}
.portfolio_section .owl-controls .owl-nav {
    position: absolute;
    width: 18px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    font-size: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.portfolio_section .owl-controls .owl-nav .owl-prev {
    left: 10px;
    position: absolute;
}
.portfolio_section .owl-controls .owl-nav .owl-next {
    right: 10px;
    position: absolute;
}
.portfolio_section .owl-controls .owl-nav .owl-prev,
.portfolio_section .owl-controls .owl-nav .owl-next {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
}
.portfolio_section .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    position: absolute;
    font-size: 76px;
    color: #fff;
}
.portfolio_section .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 76px;
    color: #fff;
    right: 0;
}
.portfolio_section .owl-controls .owl-nav .owl-prev:hover:before,
.portfolio_section .owl-controls .owl-nav .owl-next:hover:before {
    color: #d09a38;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
}
.portfolio_section .owl-controls .owl-nav .owl-prev:hover {
    background-position: 0 -39px;
}
.portfolio_section .owl-controls .owl-nav .owl-next:hover {
    background-position: -30px -39px;
}
/*-----------------------------------
			BLOG-SECTION
-------------------------------------*/

.blog_section {
    padding: 80px 0 60px;
}
.blog_section .blogs-loop {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 30px;
}
.blog_section .blogs-contents {
    margin-left: -2%;
}
.blog_section .blogs-loop .blog-left {
    float: left;
    width: 45%;
}
.blog_section .blog-left img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
}
.blog_section .blog-left .image-date {
    position: relative;
    overflow: hidden;
}
.blog_section .blog-left .blog-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 20px;
    line-height: 1;
    text-align: center;
    background-color: #d09a38;
    color: #ffffff;
    text-transform: uppercase;
}
.blog_section .blog-date .blog-day {
    font-size: 36px;
    font-weight: 700;
    display: block;
}
.blog_section .blog-date .blog-month {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.blog_section .blog-left .image-date:hover img {
    -webkit-transform: rotate(15deg) scale(1.3);
    -moz-transform: rotate(15deg) scale(1.3);
    transform: rotate(15deg) scale(1.3);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.blog_section .blogs-loop .blog-right {
    float: left;
    width: 50%;
    margin-left: 5%;
}
.blog_section .blogs-loop .blog-title {
    font-size: 16px;
    font-weight: 700;
    color: #343434;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
}
.blog_section .blogs-loop .blog-title h5 {
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.blog_section .blogs-loop .blog-title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #d09a38;
    bottom: 0;
    left: 0;
}
.blog_section .blogs-loop .author-comment {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #6a6a6a;
    margin-bottom: 20px;
    line-height: 1;
}
.blog_section .blogs-loop .blog-author a {
    color: #6a6a6a;
    margin-right: 20px;
}
.blog_section .blogs-loop .blog-content {
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 1.5;
}
.blog_section .blogs-loop .blog-content a {
    display: block;
    margin-top: 20px;
    color: #343434;
    text-transform: capitalize;
}
.blog_section .blogs-loop a:hover {
    color: #d09a38;
}
/*------------------------------
		CTA-SECTION
----------------------------*/

.cta_section {
    background: url('images/call-to-action-bg.jpg') no-repeat;
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    background-size: cover !important;
}
.cta_section:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cta_section .cta-weap {
    position: relative;
    z-index: 2;
}
.title-cta {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    margin-bottom: 35px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.title-cta:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 66px;
    height: 3px;
    margin-left: -33px;
    background-color: #d09a38;
}
.desc-cta {
    font-size: 24px;
    max-width: 45%;
    margin: 0 auto 35px;
    line-height: 1;
}
.cta-button a {
    background-color: #d09a38;
    border: 2px solid #d09a38;
    text-decoration: blink;
    display: inline-block;
    padding: 17px 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
}
.cta-button a:hover {
    background-color: transparent;
}
/*-----------------------------
	TESTIMONIAL-SECTION
------------------------------*/

.testimonial_section .test-psots-wrap {
    margin-top: 45px;
    position: relative;
}
.testimonial_section .image-test {
    max-width: 75px;
    height: 75px;
    width: 100%;
    border-radius: 50%;
    float: left;
}
.testimonial_section .image-test img {
    border-radius: 50%;
}
.testimonial_section .title-desc-test {
    float: left;
    width: 80%;
    margin-left: 8px;
}
.testimonial_section .test-desc {
    background-color: #f0f0f0;
    color: #777777;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 14px;
    position: relative;
}
.testimonial_section .test-desc:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -23px;
    width: 0;
    border-style: solid;
    border-width: 12px;
    border-color: #f0f0f0 transparent transparent #f0f0f0;
}
.testimonial_section .top-quote:before {
    width: 33px;
    height: 28px;
    position: absolute;
    top: 15px;
    left: 15px;
    content: '\f10d';
    display: block;
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #d09a38;
}
.testimonial_section .bottom-quote:before {
    width: 33px;
    height: 28px;
    position: absolute;
    bottom: 15px;
    right: 70px;
    content: '\f10e';
    font-size: 28px;
    font-family: 'FontAwesome';
    color: #d09a38;
}
.testimonial_section .test-desc p {
    margin: 30px 0 20px 30px;
}
.testimonial_section .test-title {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.testimonial_section .test-title span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    color: #333333;
    margin-top: 6px;
}
.test-psots-wrap .owl-controls .owl-nav div {
    background: url('images/testimonial-arrow.png') no-repeat;
    position: absolute;
    top: 50%;
    width: 18px;
    height: 32px;
    margin-top: -16px;
    text-indent: -99999px;
    opacity: 0;
}
.test-psots-wrap .owl-controls .owl-nav .owl-prev {
    left: 0;
    background-position: 0 0;
}
.test-psots-wrap .owl-controls .owl-nav .owl-next {
    right: 0;
    background-position: -39px 0;
}
.test-psots-wrap .owl-controls .owl-nav .owl-prev:hover {
    background-position: 0 -40px;
}
.test-psots-wrap .owl-controls .owl-nav .owl-next:hover {
    background-position: -39px -40px;
}
.test-psots-wrap:hover .owl-nav div {
    opacity: 1;
}
.test-psots-wrap .owl-controls .owl-dots {
    text-align: center;
}
.test-psots-wrap .owl-controls .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #666666;
    margin: 0 2px;
    display: inline-block;
}
.test-psots-wrap .owl-controls .owl-dot:hover,
.test-psots-wrap .owl-controls .owl-dot.active {
    background-color: #d09a38;
}
/*-------------------------------
		CLIENTS-SECTION
---------------------------------*/

.client_section {
    padding: 80px 0;
}
.client-logo-wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    overflow: hidden;
}
.client-logo-wrap .client-contents {
    width: 16.667%;
    padding: 20px 0;
    background-color: transparent;
    position: relative;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    min-height: 160px;
    max-height: 200px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-logo-wrap .client-contents:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #e9e9e9;
}
.client-logo-wrap .client-contents:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: auto;
    bottom: -1px;
    border-bottom: 1px solid #e9e9e9;
}
.client-logo-wrap .client-contents img {
    display: block;
    margin: 0 auto;
}
.client-logo-wrap .client-contents:hover {
    background-color: #e9e9e9;
}
/*=====================INNER-PAGES===============*/
/*-----------------------------
		INNER-BLOG-PAGE
-----------------------------*/

.header-banner-container {
    position: relative;
    margin-bottom: 65px;
    background-size: cover !important; 
}
.header-banner-container .ak-container {
    position: relative;
    padding: 75px 0;
}
.header-banner-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
}
.header-banner-container .page-title-wrap h1.page-title {
    position: relative;
    z-index: 99;
}
.header-banner-container .page-title {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1;
}
#construction-breadcrumb {
    background: rgba(255, 255, 255, 0.6);
    padding: 4px 15px 4px;
    color: #000;
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 0; 
}
#construction-breadcrumb a,
#construction-breadcrumb span.current {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
#construction-breadcrumb a {
    color: #d09a38;
}
.content-area {
    float: left;
    width: 66%;
}
#secondary {
    float: right;
    width: 31%;
    background-color: #f1f1f1;
    padding: 50px 40px;
}
.entry-title {
    font-size: 18px;
    color: #454545;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    margin: 0 0 20px;
}
.entry-title a {
    color: #454545;
}
article.post .entry-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #d09a38;
}
article.post a.read-more {
    display: inline-block;
    padding: 12px 14px;
    background-color: #d09a38;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 5px;
}
article.post a.read-more i {
    margin-left: 12px;
    font-size: 15px;
}
article.post a.read-more:hover {
    background-color: #454545;
}
.comment-author-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
    line-height: 1;
    margin-bottom: 15px;
}
.comment-author-date a {
    color: #777777;
}
.comment-author-date a:hover,
.entry-title a:hover {
    color: #d09a38;
}
.comment-author-date span {
    margin-right: 27px;
}
.comment-author-date span .fa {
    margin-right: 7px;
}
.entry-content p {
    margin-top: 0;
    line-height: 1.5;
    color: #555555;
    font-size: 15px;
}
article .entry-header img {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}
/*----PAGINATIONS---*/

.navigation.pagination {
    text-align: center;
}
.nav-links .page-numbers {
    background-color: #f8f8f8;
    border: 1px solid #d1d1d1;
    padding: 15px;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 1;
}
.nav-links .page-numbers.current,
.nav-links a.page-numbers:hover {
    background-color: #d09a38;
    color: #ffffff;
    border-color: #d09a38;
}
.search.search-results .site-content {
    -webkit-box-shadow: 3px 3px 8px #f1f1f1 inset;
    -moz-box-shadow: 3px 3px 8px #f1f1f1 inset;
    box-shadow: 3px 3px 8px #f1f1f1 inset;
}
/*-------------------------------
		DETAIL-PAGE
---------------------------------*/
/*--------------------------------
		COMMENTS-AREA
------------------------------------*/

.comments-area {
    margin-top: 50px;
}
.comment-notes {
    font-size: 14px;
    color: #777777;
    font-style: italic;
}
.comments-area label {
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
    width: 31.5%;
    margin-right: 2%;
}
.comment-form-url {
    margin-right: 0;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    height: 50px;
}
.comments-area span.required {
    color: #d09a38;
}
.comments-area .form-submit {
    text-align: right;
}
.comments-area input[type=submit] {
    color: #ffffff;
    background-color: #d09a38;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 25px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    border-color: #d09a38;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.comments-area input[type=submit]:hover {
    background-color: #454545;
    border-color: #454545;
}
.comments-area ol {
    list-style: none;
    margin: 30px 0 80px 0;
    padding: 0;
}
.comments-area .comment-author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: left;
    margin-right: 30px;
    padding: 4px;
    width: 80px;
    height: 80px;
}
.comment-wrapper {
    margin-bottom: 10px;
}
.comments-area ol ol.children {
    margin-left: 30px;
}
.comments-area .comment-metadata {
    display: inline-block;
    margin: 3px 0 8px 0;
    font-size: 14px;
    color: #aaaaaa;
}
.comments-area .comment-author .fn a {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.comment-edit-link {
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.comment-edit-link:before {
    content: '\f044';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 0;
}
.comments-area em {
    font-size: 14px;
    font-style: italic;
    color: #aaaaaa;
    padding-left: 16px;
}
.comments-area .comment-content {
    margin: 10px 10px 10px 110px;
    font-weight: 300;
    color: #737373;
    border-top: 2px solid #efefef;
    font-size: 16px;
}
.comment-content p {
    margin-top: 0;
}
.comments-area .reply {
    text-align: right;
}
.comments-area .reply .comment-reply-link {
    display: inline-block;
    padding: 8px 15px;
    color: #d09a38;
    border: 1px solid #d7d4d4;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
.comments-area .fsprorow {
    line-height: 1;
}
.comments-area a:hover,
.comments-area .comment-author .fn a:hover {
    color: #d09a38;
}
.comments-area .reply .comment-reply-link:hover {
    background-color: #d09a38;
    color: #ffffff;
    border-color: #d09a38;
}
.page-content .search-form input[type="search"] {
    height: 50px;
    width: 60%;
    padding: 10px 20px;
    -webkit-appearance: textfield;
}
.page-content .search-form input[type="submit"] {
    background-color: #d09a38;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: none;
    border-color: #d09a38;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.page-content .search-form input[type="submit"]:hover {
    background-color: #414141;
    border-color: #414141;
}
.error-404 p {
    margin-top: 0;
}
/*features-page*/

.feature-cat-post article .entry-header img {
    background-color: #d09a38;
    padding: 20px;
}
/*-------------------------------------------
			CONTACT-US-PAGE
-------------------------------------------*/

.page-template-contact-template .content-area {
    float: none;
    width: 100%;
    clear: both;
}
.contact-area,
.map-area {
    float: left;
    width: 49%;
}
.map-area {
    margin-left: 2%;
}
.contact-area .contact-titl {
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    text-transform: capitalize;
    font-size: 21px;
    margin-bottom: 25px;
}
.contact-area .contact-desc {
    margin-bottom: 25px;
}
.contact-area .contact-form-post .your-name,
.contact-area .contact-form-post .your-email {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.contact-area .contact-form-post input {
    padding: 5px 10px;
    height: 50px;
    font-size: 14px;
    color: #aaaaaa;
    width: 100%;
}
.contact-area .contact-form-post .your-message textarea {
    padding: 5px 10px;
    font-size: 14px;
    color: #aaaaaa;
    width: 100%;
    height: 110px;
}
.contact-area .contact-form-post input[type=submit] {
    width: auto;
    background-color: #d09a38;
    color: #ffffff;
    box-shadow: none;
    line-height: 1;
    padding: 10px 18px;
    text-transform: uppercase;
    border-color: #d09a38;
    border-radius: 0;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.contact-area .contact-form-post input[type=submit]:hover {
    background-color: #454545;
    border-color: #454545;
}
.contact-area .contact-form-post .your-subject,
.contact-area .contact-form-post .your-message {
    display: block;
}
.contact-area .contact-form-post p br {
    display: none;
}
.map-area p {
    margin: 0;
}
/*-------------------------------
			FOOTER
-------------------------------*/

.site-footer {
    background: url(http://alphaarchitects.in/wp-content/uploads/2017/11/scalefoot.png);
    text-align: center;
    background-position: top;
        background-repeat: repeat-x;
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 0px 0 0;
    font-size: 13px;
}
/*------------------------------
		TOP-FOOTER
------------------------------*/

.footer-logo {
    margin-bottom: 40px;
}
.top-footer-desc {
    font-size: 14px;
    max-width: 50%;
    margin: 0 auto 40px;
}
.top-footer .social-icons {
    margin-bottom: 40px;
}
.top-footer .social-icons .fa_link_wrap {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.top-footer .social-icons .fa_link_wrap a .fa_wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
}
.top-footer .social-icons a .link_wrap {
    opacity: 0;
    visibility: hidden;
    display: none;
    font-size: 10px;
    line-height: 1;
    background-color: #eeeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 8px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    color: #000000;
}
.top-footer .social-icons a .link_wrap:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #eeeeee transparent;
}
.top-footer .social-icons a:hover .link_wrap {
    opacity: 1;
    visibility: visible;
    display: block;
}
.top-footer .social-icons .fa_link_wrap a:hover .fa_wrap {
    border-color: #d09a38;
    color: #d09a38;
}
/*-------------------------------
		BOTTOM-FOOTER
---------------------------------*/

.bottom-footer {
    padding-bottom: 80px;
}
.bottom-footer .footer-1,
.bottom-footer .footer-2,
.bottom-footer .footer-3 {
    float: left;
    width: 28.33%;
    margin-left: 5%;
}
.bottom-footer .bottom-footer-wrapper {
    margin-left: -5%;
    text-align: left;
}
.bottom-footer .widget-title {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-bottom: 18px;
    margin: 0 0 50px;
    border-bottom: 0;
}
.bottom-footer .widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #d09a38;
}
.bottom-footer .widget {
    font-size: 13px;
    color: #ffffff;
}
.bottom-footer .aptf-single-tweet-wrapper {
    border-bottom: 1px solid #616161;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.widget_aptf_widget .aptf-tweet-content .aptf-tweet-name {
    color: #d09a38 !important;
}
.bottom-footer .aptf-tweet-date a,
.footer-info-widget .footer-info {
    color: #b2b2b2;
}
.bottom-footer .widget_construction_lite_recent_post .date-title-recent-post {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
}
.bottom-footer .widget_construction_lite_recent_post .recent-post-date {
    font-size: 12px;
    color: #b2b2b2;
}
.bottom-footer .widget_construction_lite_recent_post .recent-posts-content a {
    color: #ffffff;
    font-size: 13px;
}
.bottom-footer .footer-info-widget .title-info span {
    display: inline-block;
    margin-bottom: 20px;
}
.footer-info-widget .info-footer-title {
    text-transform: uppercase;
    margin-right: 10px;
}
.site-footer .site-info {
    padding: 30px 0 15px 0;
    border-top: 1px solid #616161;
}
.site-footer .site-info a {
    color: rgba(254, 161, 0, 0.7);
}
.site-footer .site-info a:hover,
.bottom-footer a:hover,
.bottom-footer .widget_construction_lite_recent_post .recent-posts-content a:hover {
    color: rgba(254, 161, 0, 1);
}
.slider-content div span a {
    background-color: #d09a38;
    border-color: #d09a38;
}
.slider-content div span a:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-color: #ffffff;
}
/*==============
calendar_wrap
==============*/
.calendar_wrap caption {
  background: #d09a38;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}
.calendar_wrap table {
  border-collapse: collapse;
  width: auto;
}
.calendar_wrap table th {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 8px 0px;
  text-align: center;
  width: 5%
}
.calendar_wrap table td {
  border: 1px solid #ccc;
  padding: 8px 0px;
  color: #000;
  width: 5%;
  text-align: center;
  font-size: 14px;
}
.calendar_wrap table td #prev, .calendar_wrap table td#next {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
.calendar_wrap table td #next {
  text-align: right;
}
.custom-logo{
	height: 75px;
    width: auto;
}
 .content-area {
    float: none !important;
    width: 100% !important;
}
 #secondary, .comment-author-date,  .header-banner-container,  .post-navigation{display:none;}
.entry-title {
    font-size: 25px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-bottom: 10px;
    margin: 0 0 25px !important;
    font-family: 'Cinzel', serif;
}
article.post .entry-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10% !IMPORTANT;
    height: 2px;
    background-color: #d09a38 !important;
}
header{
	    border-bottom: 1px solid #ccc;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
    width: 100%;
    position: absolute;
    bottom: 20%;
}
.tile .caption-block .text-wrapper span.title {
    font-size: 16px !important;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    color: #d09a38 !important;
}
.pbox{box-shadow: 0 1px 12px #cecdcd;min-height: 256px;margin-bottom: 30px;}
.pboxp{
	padding:15px 10px;
    margin: 0 !important;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.ptblack{
	background: #000;
    color: #fff !important;
	font-weight: bold;	
}
.ptgrey{background: #f5f4f4;}
.ptlightblue{background: #ecfaff;}
.ptblue{
	background: #0089bd;
    color: #fff !important;
	font-weight: bold;	
}
.pcontenttitle{
    color: #0089bd !important;
    font-size: 21px !important;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.page-template-default .entry-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.page-template-default .entry-title {
    font-size: 25px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-bottom: 0px !important;
    padding: 1em 0 !important;
    margin: 0 0 0 !important;
    font-family: 'Cinzel', serif;
}

.catbox{
	box-shadow: 0 1px 12px #c8c6c6;
    border-radius: 6px;
    padding: 10px;
	margin-bottom: 30px;
}
.catposttitle{
	    font-size: 17px;
    LINE-HEIGHT: 23px;
    text-align: center;
    padding: 15px 0 10px 0;
    margin-bottom: 0 !important;
}
.catposttitle a{
	color:#000;
}
.catposttitle a:hover{
	    color: #d09a38;
	text-decoration: blink;
}
.myaddressp{
	    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.myname{
	width: 100%;
    padding: 8px;
    margin-bottom: 5px;
}
.mynamearea{
	width: 100%;
    padding: 8px;
    margin-bottom: 5px;
	height:100px;
}
.mynamebtn{
background: #0089bd !important;
    width: 100%;
    padding: 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Cinzel', serif;
    font-weight: bold !important;
}
#masthead{
	    background: url(http://alphaarchitects.in/wp-content/uploads/2017/12/scale.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
.about_section, .feature_section{
	    background: url(http://alphaarchitects.in/wp-content/uploads/2017/11/sketch2.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.portfolio_section .owl-carousel .owl-stage {
    max-width: 100%;
    margin: auto;
}
.portfolio_section{text-align:center;}
.portfolio_section .section-sub-title h2:before {
    content: '';
    position: absolute;
    background-color: #d09a38;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50% !important;
    margin-left: -20px;
}
.portfolio_section .owl-controls .owl-nav {
	display: none;
}
.portfolio_section .work-title h3 {
    font-weight: 700;
    font-size: 17px;
    text-align: left;
}
.single-post .site-content {
    padding-bottom: 40px;
    background: #000;
    padding-top: 40px;
}
.ftg-items .loading-bar {
    background: transparent !important;
}
.tile.ftg-preload {
    transition: all ease-out 0.5s, opacity linear 0.5s;
    border: 2px solid #d2d2d2;
}
#comments{display:none;}
.slider-text-content .slider-title{display:none;}
#header-slider-wrap .slider-text-content {
    position: absolute;
    top: 75% !important;
}
#header-slider-wrap .slider-content{
	 font-size: 43px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
	text-shadow: 0 1px 16px #000;
}
.alphafeah3{
	    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    line-height: 1;
    text-transform: uppercase;
}
.alphafeah3 a{color:#fff;}
.alphafeap{
	font-size: 14px;
    font-weight: 400;
}
.teamname{
	 margin: 0;
    font-size: 21px !important;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    padding: 10px 0px 0px 0px;
    text-align: center;
}
.teamimg{
	margin: 0;
}
.slider-content {
    font-size: 43px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
.caption-wrap{
	position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 10% !important;
}
body{overflow-x: hidden;}
.feature_section .section-title-sub-wrap {
    text-align: center;
    margin-bottom: 40px !important;
}
.posts-feature .section-feature-image {
    position: absolute;
	bottom: 18% !important;
}
@media only screen and (max-width: 600px) and (min-width:500px) {
	.search-toggle {
		display:none !important;
	}
	.slider-content {
    font-size: 21px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
	.main-navigation{
		float:right !important;
	}
	.site-branding {
    width: 35% !important;
    padding: 15px 0;
    height: auto;
}
	.custom-logo {
    height: auto !important;
    width: 100% !important;
}
	.main-navigation li a:hover {
    color: #d09a38;
    background-color: lightgrey;
}
}
@media only screen  and (max-width: 640px) {
	.custom-logo {
    height: auto !important;
    width: 90% !important;
}
	.main-navigation li a:hover {
    color: #d09a38;
    background-color: lightgrey !important;
}
	
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
	.main-navigation li {
    display: inline-block;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 700;
}
	.site-header .search-icon {
    padding: 43px 0 !important;
}
	.custom-logo {
    height: auto !important;
    width: 95% important;
}
	.main-navigation {
    width: 64% !important;
	padding: 34px 0 !important;
   }
	.site-branding {
    float: left;
    width: 26%;
    padding: 22px 0;
}
}
@media only screen and (max-width: 768px) {
	.main-navigation {
    width: 64% !important;
    text-align: left; 
}
	.search-toggle {
		display:none !important;
	}
	.custom-logo {
    height: auto !important;
    width: 95% !important;
}
	
	
}
@media only screen and (min-width: 401px) and (max-width:498px) {
	
	.search-toggle {
		display:none !important;
	}
	.main-navigation {
    width: 52% !important;
}
	
	 .main-navigation li a:hover {
    color: #d09a38;
    background-color: lightgrey !important;
}
	.custom-logo {
    height: auto !important;
    width: 90% !important;
}
}
@media only screen  and (max-width: 400px) {
	.search-toggle {
		display:none !important;
	}
	#site-navigation #toggle {
    float: right !important;
		margin-top:-64px !important;
	}
	.custom-logo {
    height: auto !important;
    width: 50% !important;
    margin-bottom: 14px;
}
	.main-navigation {
    width: 98% !important;
}
	.main-navigation li a:hover {
    color: #d09a38;
    background-color: lightgrey !important;
}
	
}
@media only screen and (max-width: 425px) {
	.foooter-text{
		font-size:11px !important;
	}
	.site-footer .site-info {
    padding: 30px 0 15px 0;
    border-top: 1px solid #616161;
    font-size: 11px !important;
}
	
}
@media only screen and (max-width: 364px) {
.site-footer .site-info {
    padding: 25px 0 15px 0;
    border-top: 1px solid #616161;
    font-size: 10px !important;
}
}
@media only screen and (max-width: 334px) {
.site-footer .site-info {
    padding: 25px 0 15px 0;
    border-top: 1px solid #616161;
    font-size: 9px !important;
}
}
@media only screen and (max-width: 1039px){
	.slider-content {
    font-size: 39px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
}
@media only screen and (max-width: 905px) {

.slider-content {
    font-size: 33px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
}
@media only screen and (max-width:851px){
	.slider-content {
    font-size: 31px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
}
@media only screen and (max-width:767px){
	.slider-content {
    font-size: 26px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
}
@media only screen and (max-width:571px){
	.slider-content {
    font-size: 21px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
	.caption-wrap {
    position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 0% !important;
}
}
@media only screen and (max-width:466px){
	.slider-content {
    font-size: 18px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
	.caption-wrap {
    position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 0% !important;
}
}
@media only screen and (max-width:406px){
	.slider-content {
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
}
	.caption-wrap {
    position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 0% !important;
}
}
@media only screen and (max-width:400px){
	.slider-content {
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
	display:block !important;
}
	.caption-wrap {
    position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 0% !important;
}
}
@media only screen and (max-width:347px) {
	.slider-content {
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 16px #000;
	display:block !important;
}
	.caption-wrap {
    position: absolute !important;
    top: 60% !important;
    background: transparent !important;
    opacity: 1 !important;
    left: 0% !important;
}
}
@media only screen and (max-width:916px) {
.about-content-wrap .about-posts h5 {
    margin: 0;
    font-weight: 400;
    font-size: 18px !important;
}
}
@media only screen and (max-width:826px) {
.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 33px !important;
}
	.about-content-wrap .about-posts h5 {
    margin: 0;
    font-weight: 400;
    font-size: 17px !important;
}
	.section-title h5 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px !important;
}
}
@media only screen and (max-width:781px) {
.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 31px !important;
}
	.about-content-wrap .about-posts h5 {
    margin: 0;
    font-weight: 400;
    font-size: 16px !important;
}
	.section-title h5 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 17px !important;
}
}
@media only screen and (max-width:736px) {
.section-sub-title h2 {
    padding-bottom: 10px;
    margin: 0 0 40px;
    position: relative;
    font-weight: 800;
    font-size: 31px !important;
}
	.about-content-wrap .about-posts h5 {
    margin: 0;
    font-weight: 400;
    font-size: 14px !important;
}
	.section-title h5 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 15px !important;
}
}
@media only screen and (max-width:767px) {
	.catbox {
    margin: 15px !important;
    box-shadow: 0 1px 12px #c8c6c6;
    border-radius: 6px;
    padding: 10px;
}
}
@media only screen and (max-width:991px) {
	.pbox {
    box-shadow: 0 1px 12px #cecdcd;
    min-height: 256px;
    margin-bottom: 30px;
    margin-right: 7px !important;
}
}
@media only screen and (max-width:999px) {
	.pbox {
    box-shadow: 0 1px 12px #cecdcd;
    min-height: 287px;
    margin-bottom: 30px;
    margin-right: 0px !important;
}
}
@media only screen and (max-width:781px) {
	.pbox {
    box-shadow: 0 1px 12px #cecdcd;
    min-height: 287px;
    margin-bottom: 30px;
    margin-right: 0px !important;
}
}
@media only screen and (max-width:411px) {
	.cta_section{
		background-size:cover !important
		
	}
	
}
@media only screen and (max-width:450px) {
.owl-carousel .owl-item {
    margin-bottom: 10px !important;
	}
	.portfolio_section .owl-carousel .owl-stage {
    max-width: 100%;
    margin: auto;
    width: 100% !IMPORTANT;
    transform: none !important;
}
	
}
.sticky-popup-right .popup-title {
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
}
.sticky-popup .popup-header {
    background-color: #0089bd !important;
    height: 135px !important;
	margin-top: 26% !important;
}
.popup-content {
    height: 312px !important;
}
.bottom-footer .widget-title {
    font-size: 21px !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    position: relative;
    padding-bottom: 18px;
    margin: 35px 0px 15px 0px !important;
    border-bottom: 0;
}
#icon_wrapper {
    position: fixed;
    top: 35% !important;
    left: 0px;
    z-index: 99999;
}
.footer-1 a{
	color: #fff !important;
}
#es_txt_button{
    background: #0089bd !important;
    color: #fff !important;
    font-size: 15px !important;
    width: 100% !important;
    padding: 10px !important;
}
.es_textbox_class{
	    width: 100%;
    padding: 5px;
}
.es_widget_form_name{
	font-size:15px !important;
}
.bottom-footer {
    padding-bottom: 0 !important;
}
.footer-3{margin-top: 21px !important;}
.bottom-footer .widget-title:after {
    display: none;
	}