/*-------------------------------------------------------------------------------------
Theme Name: Excite WP
Theme URI: http://revenueearn.com/excite/
Author: TechRoasters
Author URI: http://www.themeroasters.com
Description: Excite WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-colors, featured-images, sticky-post, theme-options, threaded-comments
Text Domain: excite-wp
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
    //Table of content

    1.      Typography and Reset CSS
    2.      Global CSS
    3.      Header Style
    4.      Video-bg section style
    5.      Slider Style
    6.      Team section style
    7.      Special-thing section style
    8.      Service Style
    9.      About section style
    10.     Project section style
    11.     Text and img area Style
    12.     Full-width-portfolio Style
    13.     Feature Style
    14.     Counter area Style
    15.     Contact section style
    16.     Testimonial Style
    17.     Recent post section style
    18.     Banner Style
    19.     W-process Style
    20.     Video and Audio Player Style
    21.     Sidebar Style
    22.     Pricing Style
    23.     Forum Style
    24.     Table Style
    25.     Coming soon, 404 Page
    26.     Blog Style
    27.     Shop Style
    28.     Demo Page Style
    29.     Agency Style
    30.     App Landing Style
    31.     Restaurent Style
    31.     Footer Style

--------------------------------------------------------------------------------------*/

/* 1 - Typography and Reset CSS
----------------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:100,300,400,500,600,700,800,900');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding:0;
}

html{
	font-size: 16px;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #343434;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6{
    clear: both;
    margin-top: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

ol ol, ol ul, ul ol, ul ul{
    padding-left: 1.5em;
}

p{
    margin: 0 0 25px 0;
    line-height: 1.5em;
}

a{
    color: #33658a;
    text-decoration: none;
}

.icofont{
    line-height: normal;
}

a:hover, a:focus{
    text-decoration: none;
    color: #ff5903;
    -webkit-transition: .15s;
    transition: .15s;
}

ul{
    margin-bottom: 25px;
}

section{
    overflow: hidden;
}

footer{
    overflow-y: visible!important;
}

h1{
    font-size: 76px;
    font-weight: 800;
}

h2{
    font-size: 36px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

blockquote{
    padding: 0;
    margin: 0 0 30px 30px;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    border-left: none;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

iframe{
    border: none;
}

b,
strong {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

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;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote,
q {
    quotes: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

td, th {
    padding: 10px;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

table, th, td {
    border: 1px solid #ff5903;
}

table{
    width: 100%;
    margin-bottom: 10px;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

section{
    overflow: hidden;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    margin: 0;
    line-height: 1.5;
}

.section-holder > .wide-container-fluid {
    padding: 0;
}

.section-holder {
    margin-bottom: 80px;
    position:relative;
}
.button-wrapper {
    display: inline-block;
}

.overlay-enabled .full-size-banner-entry {
    z-index: 1;
}

.overlay-enabled .full-size-banner-entry:before {
    display: none;
}

.section-overlay, .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.bg-layer{
    background: no-repeat center;
}

.dark-play-button .play-button:before {
    border: 2px #1b1b1b solid;
}

.dark-play-button .play-button:after {
    border-color: transparent transparent transparent #1b1b1b;
}

.col-xs-b0{margin-bottom: 0;}
.col-xs-b5{margin-bottom: 5px;}
.col-xs-b10{margin-bottom: 10px;}
.col-xs-b15{margin-bottom: 15px;}
.col-xs-b20{margin-bottom: 20px;}
.col-xs-b25{margin-bottom: 25px;}
.col-xs-b30{margin-bottom: 30px;}
.col-xs-b35{margin-bottom: 35px;}
.col-xs-b40{margin-bottom: 40px;}
.col-xs-b45{margin-bottom: 45px;}
.col-xs-b50{margin-bottom: 50px;}
.col-xs-b55{margin-bottom: 55px;}
.col-xs-b60{margin-bottom: 60px;}
.col-xs-b65{margin-bottom: 65px;}
.col-xs-b70{margin-bottom: 70px;}
.col-xs-b75{margin-bottom: 75px;}
.col-xs-b80{margin-bottom: 80px;}
.col-xs-b85{margin-bottom: 85px;}
.col-xs-b90{margin-bottom: 90px;}
.col-xs-b95{margin-bottom: 95px;}
.col-xs-b100{margin-bottom: 100px;}
.col-xs-b105{margin-bottom: 105px;}
.col-xs-b110{margin-bottom: 110px;}
.col-xs-b115{margin-bottom: 115px;}
.col-xs-b120{margin-bottom: 120px;}
.col-xs-b200{margin-bottom: 200px;}
.col-xs-b250{margin-bottom: 250px;}

.empty-space.col-xs-b0{height: 0; margin-bottom: 0;}
.empty-space.col-xs-b5{height: 5px; margin-bottom: 0;}
.empty-space.col-xs-b10{height: 10px; margin-bottom: 0;}
.empty-space.col-xs-b15{height: 15px; margin-bottom: 0;}
.empty-space.col-xs-b20{height: 20px; margin-bottom: 0;}
.empty-space.col-xs-b25{height: 25px; margin-bottom: 0;}
.empty-space.col-xs-b30{height: 30px; margin-bottom: 0;}
.empty-space.col-xs-b35{height: 35px; margin-bottom: 0;}
.empty-space.col-xs-b40{height: 40px; margin-bottom: 0;}
.empty-space.col-xs-b45{height: 45px; margin-bottom: 0;}
.empty-space.col-xs-b50{height: 50px; margin-bottom: 0;}
.empty-space.col-xs-b55{height: 55px; margin-bottom: 0;}
.empty-space.col-xs-b60{height: 60px; margin-bottom: 0;}
.empty-space.col-xs-b65{height: 65px; margin-bottom: 0;}
.empty-space.col-xs-b70{height: 70px; margin-bottom: 0;}
.empty-space.col-xs-b75{height: 75px; margin-bottom: 0;}
.empty-space.col-xs-b80{height: 80px; margin-bottom: 0;}
.empty-space.col-xs-b85{height: 85px; margin-bottom: 0;}
.empty-space.col-xs-b90{height: 90px; margin-bottom: 0;}
.empty-space.col-xs-b95{height: 95px; margin-bottom: 0;}
.empty-space.col-xs-b100{height: 100px; margin-bottom: 0;}
.empty-space.col-xs-b105{height: 105px; margin-bottom: 0;}
.empty-space.col-xs-b110{height: 110px; margin-bottom: 0;}
.empty-space.col-xs-b115{height: 115px; margin-bottom: 0;}
.empty-space.col-xs-b120{height: 120px; margin-bottom: 0;}
.empty-space.col-xs-b200{height: 200px; margin-bottom: 0;}
.empty-space.col-xs-b250{height: 250px; margin-bottom: 0;}

.col-xs-text-left{text-align: left;}
.col-xs-text-center{text-align: center;}
.col-xs-text-right{text-align: right;}


@media (min-width: 768px) {
    .col-sm-b0{margin-bottom: 0;}
    .col-sm-b5{margin-bottom: 5px;}
    .col-sm-b10{margin-bottom: 10px;}
    .col-sm-b15{margin-bottom: 15px;}
    .col-sm-b20{margin-bottom: 20px;}
    .col-sm-b25{margin-bottom: 25px;}
    .col-sm-b30{margin-bottom: 30px;}
    .col-sm-b35{margin-bottom: 35px;}
    .col-sm-b40{margin-bottom: 40px;}
    .col-sm-b45{margin-bottom: 45px;}
    .col-sm-b50{margin-bottom: 50px;}
    .col-sm-b55{margin-bottom: 55px;}
    .col-sm-b60{margin-bottom: 60px;}
    .col-sm-b65{margin-bottom: 65px;}
    .col-sm-b70{margin-bottom: 70px;}
    .col-sm-b75{margin-bottom: 75px;}
    .col-sm-b80{margin-bottom: 80px;}
    .col-sm-b85{margin-bottom: 85px;}
    .col-sm-b90{margin-bottom: 90px;}
    .col-sm-b95{margin-bottom: 95px;}
    .col-sm-b100{margin-bottom: 100px;}
    .col-sm-b105{margin-bottom: 105px;}
    .col-sm-b110{margin-bottom: 110px;}
    .col-sm-b115{margin-bottom: 115px;}
    .col-sm-b120{margin-bottom: 120px;}
    .col-sm-b200{margin-bottom: 200px;}
    .col-sm-b250{margin-bottom: 250px;}

    .empty-space.col-sm-b0{height: 0; margin-bottom: 0;}
    .empty-space.col-sm-b5{height: 5px; margin-bottom: 0;}
    .empty-space.col-sm-b10{height: 10px; margin-bottom: 0;}
    .empty-space.col-sm-b15{height: 15px; margin-bottom: 0;}
    .empty-space.col-sm-b20{height: 20px; margin-bottom: 0;}
    .empty-space.col-sm-b25{height: 25px; margin-bottom: 0;}
    .empty-space.col-sm-b30{height: 30px; margin-bottom: 0;}
    .empty-space.col-sm-b35{height: 35px; margin-bottom: 0;}
    .empty-space.col-sm-b40{height: 40px; margin-bottom: 0;}
    .empty-space.col-sm-b45{height: 45px; margin-bottom: 0;}
    .empty-space.col-sm-b50{height: 50px; margin-bottom: 0;}
    .empty-space.col-sm-b55{height: 55px; margin-bottom: 0;}
    .empty-space.col-sm-b60{height: 60px; margin-bottom: 0;}
    .empty-space.col-sm-b65{height: 65px; margin-bottom: 0;}
    .empty-space.col-sm-b70{height: 70px; margin-bottom: 0;}
    .empty-space.col-sm-b75{height: 75px; margin-bottom: 0;}
    .empty-space.col-sm-b80{height: 80px; margin-bottom: 0;}
    .empty-space.col-sm-b85{height: 85px; margin-bottom: 0;}
    .empty-space.col-sm-b90{height: 90px; margin-bottom: 0;}
    .empty-space.col-sm-b95{height: 95px; margin-bottom: 0;}
    .empty-space.col-sm-b100{height: 100px; margin-bottom: 0;}
    .empty-space.col-sm-b105{height: 105px; margin-bottom: 0;}
    .empty-space.col-sm-b110{height: 110px; margin-bottom: 0;}
    .empty-space.col-sm-b115{height: 115px; margin-bottom: 0;}
    .empty-space.col-sm-b120{height: 120px; margin-bottom: 0;}
    .empty-space.col-sm-b200{height: 200px; margin-bottom: 0;}
    .empty-space.col-sm-b250{height: 250px; margin-bottom: 0;}

    .col-sm-text-left{text-align: left;}
    .col-sm-text-center{text-align: center;}
    .col-sm-text-right{text-align: right;}
}
@media (min-width: 992px) {
    .col-md-b0{margin-bottom: 0;}
    .col-md-b5{margin-bottom: 5px;}
    .col-md-b10{margin-bottom: 10px;}
    .col-md-b15{margin-bottom: 15px;}
    .col-md-b20{margin-bottom: 20px;}
    .col-md-b25{margin-bottom: 25px;}
    .col-md-b30{margin-bottom: 30px;}
    .col-md-b35{margin-bottom: 35px;}
    .col-md-b40{margin-bottom: 40px;}
    .col-md-b45{margin-bottom: 45px;}
    .col-md-b50{margin-bottom: 50px;}
    .col-md-b55{margin-bottom: 55px;}
    .col-md-b60{margin-bottom: 60px;}
    .col-md-b65{margin-bottom: 65px;}
    .col-md-b70{margin-bottom: 70px;}
    .col-md-b75{margin-bottom: 75px;}
    .col-md-b80{margin-bottom: 80px;}
    .col-md-b85{margin-bottom: 85px;}
    .col-md-b90{margin-bottom: 90px;}
    .col-md-b95{margin-bottom: 95px;}
    .col-md-b100{margin-bottom: 100px;}
    .col-md-b105{margin-bottom: 105px;}
    .col-md-b110{margin-bottom: 110px;}
    .col-md-b115{margin-bottom: 115px;}
    .col-md-b120{margin-bottom: 120px;}
    .col-md-b200{margin-bottom: 200px;}
    .col-md-b250{margin-bottom: 250px;}

    .empty-space.col-md-b0{height: 0; margin-bottom: 0;}
    .empty-space.col-md-b5{height: 5px; margin-bottom: 0;}
    .empty-space.col-md-b10{height: 10px; margin-bottom: 0;}
    .empty-space.col-md-b15{height: 15px; margin-bottom: 0;}
    .empty-space.col-md-b20{height: 20px; margin-bottom: 0;}
    .empty-space.col-md-b25{height: 25px; margin-bottom: 0;}
    .empty-space.col-md-b30{height: 30px; margin-bottom: 0;}
    .empty-space.col-md-b35{height: 35px; margin-bottom: 0;}
    .empty-space.col-md-b40{height: 40px; margin-bottom: 0;}
    .empty-space.col-md-b45{height: 45px; margin-bottom: 0;}
    .empty-space.col-md-b50{height: 50px; margin-bottom: 0;}
    .empty-space.col-md-b55{height: 55px; margin-bottom: 0;}
    .empty-space.col-md-b60{height: 60px; margin-bottom: 0;}
    .empty-space.col-md-b65{height: 65px; margin-bottom: 0;}
    .empty-space.col-md-b70{height: 70px; margin-bottom: 0;}
    .empty-space.col-md-b75{height: 75px; margin-bottom: 0;}
    .empty-space.col-md-b80{height: 80px; margin-bottom: 0;}
    .empty-space.col-md-b85{height: 85px; margin-bottom: 0;}
    .empty-space.col-md-b90{height: 90px; margin-bottom: 0;}
    .empty-space.col-md-b95{height: 95px; margin-bottom: 0;}
    .empty-space.col-md-b100{height: 100px; margin-bottom: 0;}
    .empty-space.col-md-b105{height: 105px; margin-bottom: 0;}
    .empty-space.col-md-b110{height: 110px; margin-bottom: 0;}
    .empty-space.col-md-b115{height: 115px; margin-bottom: 0;}
    .empty-space.col-md-b120{height: 120px; margin-bottom: 0;}
    .empty-space.col-md-b200{height: 200px; margin-bottom: 0;}
    .empty-space.col-md-b200{height: 250px; margin-bottom: 0;}

    .col-md-15{width:20%}

    .col-md-text-left{text-align: left;}
    .col-md-text-center{text-align: center;}
    .col-md-text-right{text-align: right;}
}
@media (min-width: 1200px) {
    .col-lg-b0{margin-bottom: 0;}
    .col-lg-b5{margin-bottom: 5px;}
    .col-lg-b10{margin-bottom: 10px;}
    .col-lg-b15{margin-bottom: 15px;}
    .col-lg-b20{margin-bottom: 20px;}
    .col-lg-b25{margin-bottom: 25px;}
    .col-lg-b30{margin-bottom: 30px;}
    .col-lg-b35{margin-bottom: 35px;}
    .col-lg-b40{margin-bottom: 40px;}
    .col-lg-b45{margin-bottom: 45px;}
    .col-lg-b50{margin-bottom: 50px;}
    .col-lg-b55{margin-bottom: 55px;}
    .col-lg-b60{margin-bottom: 60px;}
    .col-lg-b65{margin-bottom: 65px;}
    .col-lg-b70{margin-bottom: 70px;}
    .col-lg-b75{margin-bottom: 75px;}
    .col-lg-b80{margin-bottom: 80px;}
    .col-lg-b85{margin-bottom: 85px;}
    .col-lg-b90{margin-bottom: 90px;}
    .col-lg-b95{margin-bottom: 95px;}
    .col-lg-b100{margin-bottom: 100px;}
    .col-lg-b105{margin-bottom: 105px;}
    .col-lg-b110{margin-bottom: 110px;}
    .col-lg-b115{margin-bottom: 115px;}
    .col-lg-b120{margin-bottom: 120px;}
    .col-lg-b200{margin-bottom: 200px;}
    .col-lg-b250{margin-bottom: 250px;}

    .empty-space.col-lg-b0{height: 0; margin-bottom: 0;}
    .empty-space.col-lg-b5{height: 5px; margin-bottom: 0;}
    .empty-space.col-lg-b10{height: 10px; margin-bottom: 0;}
    .empty-space.col-lg-b15{height: 15px; margin-bottom: 0;}
    .empty-space.col-lg-b20{height: 20px; margin-bottom: 0;}
    .empty-space.col-lg-b25{height: 25px; margin-bottom: 0;}
    .empty-space.col-lg-b30{height: 30px; margin-bottom: 0;}
    .empty-space.col-lg-b35{height: 35px; margin-bottom: 0;}
    .empty-space.col-lg-b40{height: 40px; margin-bottom: 0;}
    .empty-space.col-lg-b45{height: 45px; margin-bottom: 0;}
    .empty-space.col-lg-b50{height: 50px; margin-bottom: 0;}
    .empty-space.col-lg-b55{height: 55px; margin-bottom: 0;}
    .empty-space.col-lg-b60{height: 60px; margin-bottom: 0;}
    .empty-space.col-lg-b65{height: 65px; margin-bottom: 0;}
    .empty-space.col-lg-b70{height: 70px; margin-bottom: 0;}
    .empty-space.col-lg-b75{height: 75px; margin-bottom: 0;}
    .empty-space.col-lg-b80{height: 80px; margin-bottom: 0;}
    .empty-space.col-lg-b85{height: 85px; margin-bottom: 0;}
    .empty-space.col-lg-b90{height: 90px; margin-bottom: 0;}
    .empty-space.col-lg-b95{height: 95px; margin-bottom: 0;}
    .empty-space.col-lg-b100{height: 100px; margin-bottom: 0;}
    .empty-space.col-lg-b105{height: 105px; margin-bottom: 0;}
    .empty-space.col-lg-b110{height: 110px; margin-bottom: 0;}
    .empty-space.col-lg-b115{height: 115px; margin-bottom: 0;}
    .empty-space.col-lg-b120{height: 120px; margin-bottom: 0;}
    .empty-space.col-lg-b200{height: 200px; margin-bottom: 0;}
    .empty-space.col-lg-b250{height: 250px; margin-bottom: 0;}

    .col-lg-text-left{text-align: left;}
    .col-lg-text-center{text-align: center;}
    .col-lg-text-right{text-align: right;}
}

.empty-space {
    position: relative;
}

.margin-bottom-none{
    margin-bottom: 0px;
}

/* 2 - Global CSS
----------------------------------------------------------------------------------------------------*/
.angular-area{
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
    pointer-events: none;
}

.top-padding-80{
    padding-top: 80px;
}

.bottom-padding-80{
    padding-bottom: 80px;
}

.top-padding-50{
    padding-top: 50px;
}

.bottom-padding-50{
    padding-bottom: 50px;
}

.s-padding-top-remove{
    margin-top: -80px;
}

.s-padding-top-remove-120 {
    margin-top: -120px;
}

.overflow-hidden{
    overflow: hidden;
}

.social-profile{
    margin: 0;
    padding: 0;
}

.social-profile li{
    display: inline-block;
    padding: 0 0.1875em;
    list-style: none;
}

.btn-wrapper{
    margin-top: 35px;
}

.hex{
    width: 85px;
    height: 64px;
    background: #000;
    position: relative;
    border-radius: 19px;
    margin: 15px 0;
}

.hex:before,
.hex:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    transition: inherit;
    border: inherit;
    border-radius: inherit;
    background: inherit;
    left: 0;
}

.hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hex-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
}

.hex-inner i{
    color: #fff;
    font-size: 36px;
}

.social-hex{
    width: 25px;
    height: 15px;
    margin: 0.45em 0;
    background: transparent;
    position: relative;
    line-height: 15px;
    font-size: 0.875em;
    color: #1e1d2e;
    text-align: center;
    border-radius: 3px;
    display: block;
}

.social-hex:before,
.social-hex:after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border: inherit;
    transition: inherit;
    border-radius: inherit;
    background: transparent;
    margin-left: -1px;
    left: 0;
}

.social-hex:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.social-hex{
    border-left: 1px solid #383847;
    border-right: 1px solid #383847;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.social-hex:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.social-hex span{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
}

.social-hex:hover,
.social-profile.white .social-hex:hover{
    border-color: #ff5903;
    color: #ff5903;
}

.social-profile.white .social-hex:before,
.coming-soon .social-profile .social-hex:before,
.social-profile.white .social-hex:after,
.coming-soon .social-profile .social-hex:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border: inherit;
    transition: inherit;
    border-radius: inherit;
    background: inherit;
    margin-left: -1px;
    left: 0;
}


.social-profile.white .social-hex,
.coming-soon .social-profile .social-hex{
    color: #fff;
}

.social-profile.white .social-hex,
.coming-soon .social-profile .social-hex{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.social-profile.white li a,
.coming-soon .social-profile li a{
    color: #fff;
}

.social-profile.white li a:hover,
.coming-soon .social-profile li a:hover{
    color: #ff5903;
}

.bg-sky-blue{
    background: #f5fafe!important;
}

.s-padding{
    padding: 80px 0;
}

.empty-padding > .wide-container-fluid{
    padding: 0;
}

.empty-padding {
    margin-bottom: 0px;
    position:relative;
}

.s-large-padding{
    padding-top: 220px;
}

.s-large-padding-h{
    padding-top: 160px;
}

@media (max-width: 992px){
    .s-large-padding,
    .s-large-padding-h{
        padding-top: 80px;
    }
}

.section-title{
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

.section-title.text-left{
    text-align: left;
}

.section-title.text-right{
    text-align: right;
}

.section-title.white h2,
.section-title.white p{
    color: #fff;
}

.section-title.blue h2,
.section-title.blue p{
    color: #33658a;
}

.section-title.white:before{
    background: #fff;
}

.section-title.no-line:before,
.text-container-title.no-line:before{
    display: none;
}

.text-container-title.no-line{
    padding-bottom: 0;
}

.section-title2{
    margin-bottom: 70px;
}

.section-title:before{
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    border-radius: 10px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ff5903;
}

.section-title.text-left:before{
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.section-title.text-right:before{
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.section-title h2,
.fw-heading h2,
.fw-special-title{
    color: #33658a;
    font-weight: 300;
    margin-bottom: 20px;
}

.fw-heading{
    margin-bottom: 70px;
}

.section-title p,
.fw-special-subtitle{
    font-size: 16px;
    color: #343434;
    margin: 0 auto;
    line-height: 24px;
}

@media (min-width: 768x){
    .section-title p{
        width: 510px;
    }
}

@media (min-width: 768px){
    .m-left{
        margin-left: -15px;
    }

    .m-right{
        margin-right: -15px;
    }

    .m-left-h{
        margin-left: -7.5px;
    }

    .m-right-h{
        margin-right: -7.5px;
    }

    .m-left-q{
        margin-left: -11px;
    }

    .m-right-q{
        margin-right: -11px;
    }

    .m-left-q-w{
        margin-left: -4px;
    }

    .m-right-q-w{
        margin-right: -4px;
    }
}

.rating-star {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.rating-star i {
    font-size: 13px;
    color: #ff5903;
    float: left;
    margin: 5px 1px;
}

.rating-star span {
    position: absolute;
    top: 0;
    left: 0;
}

.subscribe{
    width: 100%;
    position: relative;
    border: 2px solid #fff;
    overflow: hidden;
}

.subscribe input{
    background: transparent;
    border: none;
    outline: none;
}

.subscribe input[type="text"]{
    width: 100%;
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    color: #fff;
}

.float-area-btn .subscribe button{
    color: #ff5903;
}

.subscribe button{
    width: 48px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    color: #33658a;
    border: none;
    outline: none;
    text-align: center;
    font-size: 24px;
}

.subscribe input::-webkit-input-placeholder{
    color: #fff;
}

.subscribe input::-moz-input-placeholder{
    color: #fff;
}

.subscribe input:-ms-input-placeholder{
    color: #fff;
}

.scroll-top{
    width: 58px;
    height: 58px;
    border-radius: 100%;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 99;
    line-height: 58px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    background: #ff5903;
    display: none;
}

.scroll-top:focus,
.scroll-top:hover{
    color:#fff; 
    text-decoration: none;
}

.shadow{
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    box-shadow: 1px 0px 5px rgba(0,0,0,.15);
}

.bg-2{
    background: url(../images/sec-bg/img1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-3{
    background: url(../images/sec-bg/img11.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-4{
    background: url(../images/sec-bg/img2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-5{
    background: url(../images/banner/img9.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-6{
    background: url(../images/banner/img10.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-7{
    background: url(../images/banner/img12.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-8{
    background: url(../images/sec-bg/img8.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-9{
    background: url(../images/sec-bg/img19.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-10{
    background: url(../images/sec-bg/img20.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-11{
    background: url(../images/banner/img14.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-12{
    background: url(../images/sec-bg/img21.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-13{
    background: url(../images/banner/img15.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-14{
    background: url(../images/sec-bg/img22.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-15{
    background: url(../images/sec-bg/img24.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-16{
    background: url(../images/content-img/img51.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-17{
    background: url(../images/content-img/img52.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-18{
    background: url(../images/content-img/img53.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-19{
    background: url(../images/content-img/img54.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-20{
    background: url(../images/sec-bg/img25.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-21{
    background: url(../images/sec-bg/img26.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-22{
    background: url(../images/sec-bg/img27.jpg) repeat;
}

.bg-23{
    background: url(../images/sec-bg/img28.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-24{
    background: url(../images/sec-bg/img34.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-25{
    background: url(../images/sec-bg/img35.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-26{
    background: url(../images/sec-bg/img30.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-27{
    background: url(../images/sec-bg/img31.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-28{
    background: url(../images/sec-bg/img33.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-29{
    background: url(../images/sec-bg/img32.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-30{
    background: url(../images/sec-bg/img29.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-31{
    background: url(../images/sec-bg/img37.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-32{
    background: url(../images/banner/img16.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-33{
    background: url(../images/banner/img17.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
}

.page-title-bg-2{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-3{
    background: url(../images/sec-bg/img13.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-4{
    background: url(../images/sec-bg/img12.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-5{
    background: url(../images/sec-bg/img14.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-6{
    background: url(../images/sec-bg/img15.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-7{
    background: url(../images/sec-bg/img16.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-8{
    background: url(../images/sec-bg/img18.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-9{
    background: url(../images/sec-bg/img23.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-bg-10{
    background: url(../images/sec-bg/img36.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.page-title-content{
    position: relative;
    text-align: center;
    color: #fff;
  	min-height: 130px;
}

.e-main-content-area .page-title-content{
    padding: 90px 0;
}

.e-main-content-area .page-title{
    padding: 0;
}

.page-title-content h1{
  	padding:150px 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 72px;
  	margin-bottom:0px;
}


.breadcrumb{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: transparent;
}

.breadcrumb>li>a, .breadcrumb>.active{
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumb>li+li:before{
    content: "\eb8b"!important;
    font-family: 'IcoFont'!important;
    color: #fff;
}

.font-light{
    font-weight: 300!important;
}

.font-black{
    font-weight: 900!important;
}

.content-row{
    overflow: hidden;
    margin-bottom: 80px;
}

.content-row:last-child{
    margin-bottom: 0;
}

@media (min-width:992px){
    .right-outside-container{
        margin-right: calc(-100vw / 2 + 100% / 1);
    }

    .left-outside-container{
        margin-left: calc(-100vw / 2 + 100% / 1);
    }

    .container>.row>.m-left.m-right .left-outside-container{
        margin-left: calc((-100vw + 240px) / 2 + 100% / 1);
    }

    .container>.row .m-left.m-right>.left-outside-container{
        margin-left: calc((-100vw + 210px) / 2 + 100% / 1);
    }

    .container>.row>.m-left.m-right .right-outside-container{
        margin-right: calc((-100vw + 240px) / 2 + 100% / 1);
    }

    .container>.row .m-left.m-right>.right-outside-container{
        margin-right: calc((-100vw + 210px) / 2 + 100% / 1);
    }
}

.background-object i{    
    bottom: -199px;
    color: inherit;
    font-size: 411px;
    left: -94px;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    z-index: 0;
}

/*---------- Timeline ----------*/
.e-timeline{
    position: relative;
}

@media only screen and (min-width: 1200px){
    .e-timeline{
        padding: 0 100px
    }
}

.e-timeline-block{
    position: relative;
    overflow: hidden;
}

.e-timeline-block:last-of-type{
    padding-bottom: 0;
}

.e-timeline-block:before{
    content: "";
    position: absolute;
    width: 1px;
    background: transparent;
    border-left: 1px dashed #ff5903;
    height: 100%;
    left: 0;
    top: 0;
}

.e-timeline-content{
    width: calc(100% - 30px);
    height: auto;
    float: right;
}

@media only screen and (min-width: 992px){
    .e-timeline-block:before{
        left: 50%;
        margin-left: -1px;
    }

    .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-content{
        float: right;
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-content{
        float: left;
    }

    .e-timeline-content{
        width: calc(50% - 100px);
        height: auto;
    }

    .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-date{
        position: absolute;
        display: block;
        top: 85px;
        left: -285px;
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-date{
        position: absolute;
        display: block;
        top: 85px;
        right: -285px;
    }

    .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-date span:before{
        left: 100%;
        top: 50%;
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #33658a;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-date span:before{
        right: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-dot{
        position: absolute;
        top: 95px;
        left: -108px;
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-dot{
        position: absolute;
        top: 95px;
        right: -107px;
        left: auto;
    }

    .main-content .e-timeline{
        padding: 0;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-conten,
    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-content{
        float: right;
    }

    .main-content .e-timeline-block{
        padding-bottom: 80px;
    }

    .main-content .e-timeline-block:last-of-type{
        padding-bottom: 0px;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-date span:before,
    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-date span:before{
        left: 100%;
        right: auto;
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #33658a;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-date,
    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-date{
        top: 85px;
        left: -245px;
        right: 0;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(odd) .e-timeline-dot,
    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-timeline-dot{
        position: absolute;
        top: 95px;
        left: -68px;
        right: auto;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-blog-post.timeline-layout .e-blog-post-thumb:before{
        top: 0;
        border-left: 12px solid #fff;
        border-bottom: 12px solid transparent;
        border-right: 0;
        border-top: 0;
        left: 0;
        right: auto;
    }

    .main-content .e-timeline .e-timeline-block:nth-of-type(even) .e-blog-post.timeline-layout .e-blog-post-thumb:after{
        bottom: 0;
        border-left: 12px solid #fff;
        border-top: 12px solid transparent;
        border-right: 0;
        border-bottom: 0;
        left: 0;
        right: auto;
    }

    .main-content .e-timeline-content{
        width: calc(60% - 60px);
    }

    .main-content .e-timeline-block:before{
        left: 40%;
    }
}

.e-timeline-content-inner{
    position: relative;
}

.e-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.e-timeline-dot-inner{
    display: block;
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #ff5903;
    padding: 3px;
    overflow: hidden;
}

.e-timeline-dot-inner span{
    display: block;
    background: #ff5903;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.e-timeline-content .e-blog-post{
    margin-bottom: 0;
}

.e-timeline-date span{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: 400;
    padding: 0.55em 2.6em;
    background: #33658a;
    border-radius: 0.75em;
}

.e-timeline-date span:before{
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-right: 6px solid #33658a;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-load-animation{
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;    
}

.style-switcher{
    position: fixed;
    top: 0;
    backface-visibility: hidden;
    right: -270px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.15);
    width: 270px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.style-switcher.open{
    transform: translateX(-100%);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,.15);
}

.style-switcher .b-button .btn{
    width: 100%;
    font-size: 14px;
}

.style-switcher-container{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.switcher-toggle{
    width: 55px;
    height: 59px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    left: -55px;
    font-size: 22px;
    top: calc(50% - 55px);
    margin-top: -35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
    background: #fff;
    box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.09);
}

.switcher-toggle>span{
    font-size: 12px;
    display: block;
    line-height: 1;
    font-weight: 700;
}

.other-page-preview .e-lazy{
		background-image: url(../images/lazy-loader.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

@keyframes switcher-toggle {  
	0% { color: #ff5903; }
	25% { color: #33658a; }
	50% { color: #00BCD4; }
	75% { color: #4CAF50; }
	100% { color: black; }
}

@-webkit-keyframes switcher-toggle {
  	0% { color: #ff5903; }
	25% { color: #33658a; }
	50% { color: #00BCD4; }
	75% { color: #4CAF50; }
	100% { color: black; }
}

.switcher-toggle, .show-img {
  -webkit-animation: switcher-toggle 4s linear infinite;
  -moz-animation: switcher-toggle 4s linear infinite;
  animation: switcher-toggle 4s linear infinite;
} 

.style-switcher .b-button{
    margin-bottom: 20px;
    padding: 30px 30px 0 30px;
}

.color-schemes{
    text-align: center;
    margin-bottom: 20px;
    padding: 0 30px;
}

.color-schemes .style-switcher-title{
    margin-bottom: 10px
}

.color-scheme{
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    line-height: 30px;
    display: inline-block;
    margin: 5px;
}

.color-scheme.active:before{
    content: "\f104";
    position: absolute;
    font-family: 'IcoFont'!important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
}

.color-scheme-main{
    background: #ff5903;
}

.color-scheme-blue{
    background: #33658a;
}

.color-scheme-s-blue{
    background: #00BCD4;
}

.color-scheme-green{
    background: #4CAF50;
}

.style-switcher-title{
    font-weight: 400;
    text-transform: uppercase;
    color: #33658a;
    text-align: center;
    margin-bottom: 10px;
}

.style-switcher-demo{
    padding: 0 30px;
}

.style-switcher-demo .style-switcher-demo-item{
    float: left;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}

.style-switcher-demo-item-img:before{
    content: "\ee0c";
    font-family: 'IcoFont'!important;
    color: #fff;
    font-size: 36px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.style-switcher-demo .style-switcher-demo-item:hover .style-switcher-demo-item-img:before{
    opacity: 1;
}

.style-switcher-demo .style-switcher-demo-item span{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #ff5903;
    display: block;
}

.style-switcher-demo .style-switcher-demo-item-img{
    height: 190px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.style-switcher-demo .style-switcher-demo-item-img img{
    width: 100%;
    height: auto;
    display: block;
}

.animsition-preloader{
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 100;
}

.loading-inner{
    width: 56px;
    height: 56px;
    border: 4px solid transparent;
    border-radius: 50%;
    position: relative;
    top: 50%;
    margin: -28px auto 0 auto;
}

.loading-inner:before{
    content: '';
    border: 4px solid rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    width: 67.2px;
    height: 67.2px;
    position: absolute;
    top: -9.6px;
    left: -9.6px;
    animation: loader-scale 1s ease-out infinite;
    animation-delay: .5s;
    opacity: 0;
}

.loading-inner:after{
    content: '';
    border: 4px solid #777777;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -4px;
    left: -4px;
    animation: loader-scale 1s ease-out infinite;
}

@keyframes loader-scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1; 
    }
    100% {
        transform: scale(1);
        opacity: 0; 
    } 
}

@keyframes bounce{
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(3px); 
    } 
}

.column-align-middle{
    display: flex;
    flex-wrap: wrap;
}

.column-align-middle>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column-align-middle>div>.c-l-middle-inner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
}

.default-page{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #ff5903;
    color: #fff;
}


/* 3 - Header Style
----------------------------------------------------------------------------------------------------*/
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    backface-visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.e-canvas{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-left: 245px;
    position: relative;
}

.e-canvas-inner{
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
}

.header.side-header{
    width: 245px;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: #1e1d2e;
}

.header.side-header .header-bottom>nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header.side-header .header-bottom .attr-nav{
    position: absolute;
    bottom: 0;
}

.header-v2{
    padding: 20px 0;
}

.no-padding{
    padding: 0!important;
}

.header-v2.fixed-top{
    padding: 0;
}

.sticky.fixed-top .header-top{
    height: 0!important;
    line-height: 0px;
}

.transparent-bg {
    background: transparent;
}

.header-top{
    background: #fff;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    box-shadow: 3px 0px 7px rgba(0,0,0,.25);
    -webkit-transition: .35s ease-in-out;
    transition: .25s ease-in-out;
}

.header-top .social-profile .social-hex{
    margin: 0;
}

.header-cell{
    align-items: center;
}

.h-cell-item{
    margin-left: 28px;
    float: left;
}

.h-cell-txt i{
    font-size: 14px;
    color: #1e1d2e;
    margin-right: 5px;
}

.h-cell-txt a{
    text-decoration: none;
}

.h-cell-txt span{
    font-size: 16px;
    font-weight: 400;
    color: #343434;
}

.h-cell-dropdown{
    position: relative;
}

.h-cell-dropdown:before{
    content: "\eb73";
    font-family: icofont;
    font-size: 16px;
    color: #343434;
    position: absolute;
    right: 0;
    background: #fff;
}

.h-cell-dropdown select{
    border: none;
    outline: none;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
}

.header-bottom{
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fixed-top .header-bottom{
    background: #fff!important;
    box-shadow: 0px 1px 10px rgba(0,0,0,.1);
    backface-visibility: hidden;
}

.fixed-top .navbar-nav>li>a{
    color: #343434!important;
}

nav.navbar li.dropdown ul.dropdown-menu > li > a{
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

nav.navbar li.dropdown ul.dropdown-menu > li > a:hover{
    padding-left: 25px;
}

.fixed-top .dropdown:before{
    color: #343434;
}

.fixed-top .attr-nav li,
.fixed-top .attr-nav li>a{
    color: #343434!important;
}

.fixed-top .nav>li>a:focus, .fixed-top  .nav>li>a:hover, .fixed-top  .nav>li.active>a{
    color: #343434;
    text-shadow: 0 1px #343434!important;
}

.navbar-brand.dark{
    display: none !important;
}

.fixed-top .navbar-brand.dark{
    display: block !important;
}

.fixed-top .navbar-brand.light{
    display: none !important;
}

.navbar{
    border: none;
    margin: 0;
}

@media (min-width: 992px){
  	.navbar{
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
  
		.navbar>.container{
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      justify-content: space-between;
      align-items: center;
      display: flex;
    }

    .attr-nav{
      order: 3;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
    }
  
  	.navbar-collapse{
  		order: 2;
    	flex-grow: 1;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
  	}
  
  	.navbar-header{
  		-webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
  	}
}

.attr-nav li{
    list-style: none;
    display: inline-block;
}

.attr-nav li{
    color: #fff;
    font-size: 16px;
    padding-left: 40px;
}

.attr-nav .social-profile li{
    padding: 0 0.1875em;
}

.fixed-top .attr-nav .social-profile li a:hover{
    color: #ff5903!important;
}

.header-v2.black .attr-nav .social-profile li a{
    color: #343434;
}

.header.blue .attr-nav .social-profile li a{
    color: #33658a;
}

.header.blue .attr-nav .social-profile li a:hover{
    color: #ff5903;
}

.fixed-top.header.blue .attr-nav .social-profile li a{
    color: #33658a!important;
}

.fixed-top.header.blue .attr-nav .social-profile li a:hover{
    color: #ff5903!important;
}

.attr-nav .social-profile li a{
    color: #fff;
}

.attr-nav .social-profile li a:hover,
.header-v2.black .attr-nav .social-profile li a:hover{
    color: #ff5903;
}

.navbar-brand{
    height: auto;
    padding: 0;
    line-height: inherit;
}

.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a{
    padding: 0 18px;
    font-size: 16px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.header.black .navbar-nav>li>a,
.header.black .navbar-default .navbar-nav>li>a,
.header.black .attr-nav > ul > li > a{
    color: #343434;
}

.header.blue .navbar-nav>li>a,
.header.blue .navbar-default .navbar-nav>li>a{
    color: #33658a;
}

.header.blue .navbar-nav>li>a:hover,
.header.blue .navbar-default .navbar-nav>li>a:hover{
    color: #ff5903;
}

.fixed-top.header.blue .navbar-default .navbar-nav>li>a{
    color: #33658a!important;
  	padding: 20px 18px;
}

.fixed-top.header.blue .navbar-default .navbar-nav>li>a:hover{
    color: #ff5903!important;
    text-shadow: none!important;
}

.nav>li>a:focus, .nav>li>a:hover
.navbar-default .nav>li>a:focus, .navbar-default .nav>li>a:hover{
    text-shadow: 0 1px #fff;
    color: #fff;
    background: transparent; 
}

.header.black .nav>li>a:focus, .header-v2 .nav>li>a:hover
.header.black .navbar-default .nav>li>a:focus, 
.header.black .navbar-default .nav>li>a:hover{
    text-shadow: 0 1px #343434;
    color: #343434;
    background: transparent; 
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
    border: none;
}

.dropdown>a{
    position: relative;
}

.dropdown.active>a{
    text-shadow: 0 1px #fff;
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    text-shadow: 0 1px #fff;
    color: #fff;
}

.header-v2.black .navbar-default .navbar-nav>.active>a,.header-v2.black .navbar-default .navbar-nav>.active>a:focus,.header-v2.black .navbar-default .navbar-nav>.active>a:hover{
    text-shadow: 0 1px #343434;
    color: #343434;
}

.active-child-menu>a{
    text-shadow: 0 1px #6f6f6f;
}

.megamenu-fw .active-child-menu>a,
.megamenu-content .menu-col .active-child-menu>a{
    padding-left: 10px !important;
    text-shadow: none;
}

.megamenu-fw .active-child-menu>a:before {
    transform: translateY(-50%) scale3d(1, 1, 1);
    opacity: 1;
}

.dropdown>a:before{
    content: "\eb73";
    font-family: icofont;
    position: absolute;
    right: -3px;
}

@media (min-width: 992px){
    .menu-bg-polygon{
        background: rgba(255,255,255,.98) url(../images/sec-bg/Untidtled-2.png) no-repeat !important;
        background-position: bottom left !important;
        background-size: 46% !important;
    }
}

@media (min-width: 768px){
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto;
    }
}

.menu-cart>a>i{
    font-size: 20px;
}

.menu-cart>a:before{
    display: none;
}

.btn-cart{
    color: #fff;
}

.btn-cart:hover{
    background-color: #ff5903;
}

.fixed-top .attr-nav li.total{
    color: #fff!important;
}

.menu-search{
    cursor: pointer;
}

.search-form{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 999;
    visibility: hidden;
    overflow: hidden;
}

.search-form.open{
    top: 0;
    opacity: 1;
    visibility: visible;
}

.search-input{
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 100%;
    text-align: center;
    border: none;
    font-size: 18px;
    outline: none;
}

.search-close{
    position: absolute;
    font-size: 20px;
    color: #343434;
    top: 50%;
    right: 10%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-toggle .icon-bar {
    background: #fff;
    width: 24px;
    height: 3px;
}

.fixed-top .navbar-toggle .icon-bar{
    background: #343434;
}

.navbar-toggle{
    padding: 23px 0 0 0;
    margin: 0;
}

#header-2 .navbar{
    padding-top: 50px;
    background: transparent;
    backface-visibility: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    margin-bottom: 0;
    border: none;
}

#header-2 .navbar.fixed-top{
    background: #101010;
    padding: 10px 0;
}

#header-2 .navbar-collapse{
    position: relative;
}

#header-2 .navbar-nav>li>a{
    font-size: 14px;
    color: #fff;
    padding: 2px 0px;
    line-height: initial;
    font-weight: 400;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: relative;
    border: none;
}

#header-2 .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    background: #3498db;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#header-2 .navbar-brand{
    padding-top: 0;
}

#header-2 .fixed-top .attr-nav li{
    color: #fff;
}

#header-2 .search-input{
    border-bottom: 1px solid #dfdfdf;
}

#header-2 .menu-search{
    padding-top: 10px;
}

#header-2 .navbar-nav>li {
    padding: 13px 15px;
}

#header-2 .nav>li>a:focus{
    color: #fff;
    background: transparent;
}

#header-2 .nav>li>a:hover,
#header-2 .nav>li.scroll.active>a{
    background: transparent;
    color: #3498db;
    font-weight: 900;
}

#header-2 .nav>li>a:hover:before,
#header-2 .nav>li.scroll.active>a:before{
    width: 100%;
}

#header-2 .navbar-toggle .icon-bar{
    background: #fff;
}

#header-2 .navbar-toggle .icon-bar{
    padding-left: 0;
    padding-right: 0;
}

#header-2 .navbar-collapse{
    border-top: none;
}

#header-2 .navbar-header .navbar-form{
    display: none;
}

.m-h-box{
    position: relative;
    width: 28px;
    height: 20px;
    display: inline-block;
}

.m-h-inner, .m-h-inner:after, .m-h-inner:before{
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    display: block;
    left: 0;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}

.fixed-top .m-h-inner, 
.fixed-top .m-h-inner:after, 
.fixed-top .m-h-inner:before,
.header-v2 .m-h-inner, 
.header-v2 .m-h-inner:after, 
.header-v2 .m-h-inner:before{
    background-color: #000;
}

.navbar-toggle.collapsed .m-h-inner,
.sidemenu-toggle .m-h-inner{
    top: auto;
    bottom: 0;
    opacity: 1;
    transform: translate3d(0,0,0) rotate(0deg);
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .13s;
}

.navbar-toggle.collapsed .m-h-inner:before,
.sidemenu-toggle .m-h-inner:before{
    top: -8px;
    opacity: 1;
    transform: rotate(0deg);
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.navbar-toggle.collapsed .m-h-inner:after,
.sidemenu-toggle .m-h-inner:after{
    top: -16px;
    opacity: 1;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.navbar-toggle .m-h-inner,
.sidemenu-open .sidemenu-toggle .m-h-inner{
    transition-delay: .22s;
    bottom: 0;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: translate3d(0,-10px,0) rotate(-45deg);
}

.navbar-toggle .m-h-inner:before,
.sidemenu-open .sidemenu-toggle .m-h-inner:before{
    top: 0;
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
    transform: rotate(-90deg);
}

.navbar-toggle .m-h-inner:after,
.sidemenu-open .sidemenu-toggle .m-h-inner:after{
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
    opacity: 0;
}

.header.side-header .navbar-nav>li {
    float: none;
}

.header.side-header .navbar-header{
    width: 100%;
}

.header.side-header .navbar-header-inner{
    height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/portfolio/img84.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header.side-header .navbar-header-inner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    pointer-events: none;
}

.header.side-header .navbar-header-inner .navbar-brand{
    position: relative;
    padding: 30px;
    max-width: 100%;
    display: block;
}

.header.side-header .navbar-header-inner .navbar-brand img{
    max-width: 100%;
    display: block;
}

.header.side-header .dropdown>a:before{
    display: none;
}

.header.side-header #navbar-menu{
    padding: 0;
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

.header.side-header .navbar-nav>li>a,
.header.side-header .navbar-default .navbar-nav>li>a,
.fixed-top .header.side-header .navbar-nav>li>a{
    line-height: 1!important;
    padding: 13px 0!important;
    color: #fff !important;
    text-shadow: none!important;
    display: block;
}

.header.side-header .navbar-nav{
    width: 100%;
}

@media (min-width: 992px){
    .header.side-header .dropdown-menu{
        top: 0;
        left: 100%;
    }

    .header.side-header nav.bootsnav .dropdown.menu-item-has-mega-menu .dropdown-menu{
        left: 100%;
        top: 240px;
    }

    .header.side-header nav.bootsnav .megamenu-content{
        width: calc(100vw - 245px)!important;
    }
}

.header.side-header .nav>li>a:focus, .header.side-header .nav>li>a:hover,
.header.side-header .navbar-default .nav>li>a:focus, .header.side-header .navbar-default .nav>li>a:hover{
    text-shadow: none!important;
    color: #ff5903!important;
}

.header.side-header .navbar-nav>li>a:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    background: #ff5903;
    top: 50%;
    left: 0;
    opacity: 0;
    transform-origin: left;
    -webkit-transform: translateY(-50%) scale3d(1, 0, 0);
    transform: translateY(-50%) scale3d(1, 0, 0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header.side-header .navbar-nav>li>a:hover:after{
    -webkit-transform: translateY(-50%) scale3d(1, 1, 1);
    transform: translateY(-50%) scale3d(1, 1, 1);
    opacity: 1;
}

.header.side-header .header-bottom,
.header.side-header .fixed-top .header-bottom{
    height: auto;
    line-height: initial;
    background: transparent!important;
    min-height: 100%;
}

.e-main-content-area{
    width: 100%;
}

.zoom{
    min-height: 800px;
}

.e-main-content-area.m-l-r{
    padding: 30px 15px 0 15px;
}

.e-main-content-area.m-l-r-h{
    padding: 15px 7.5px 0 7.5px;
}

.sidemenu-toggle{
    width: 52px;
    height: 48px;
    background: #1e1d2e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 100%;
    top: 20px;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 990px){
    .header.side-header{
        margin-left: -245px;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .header.side-header.sidemenu-open{
        margin-left: 0;
    }

    .sidemenu-toggle{
        visibility: visible;
        opacity: 1;
    }

    .e-canvas{
        padding: 0;
    }
}

.sidemenu-toggle .m-h-inner,
.sidemenu-toggle .m-h-inner:after,
.sidemenu-toggle .m-h-inner:before{
    background: #fff;
}

/* 4 - Video-bg section style
------------------------------------------------------------------------*/
.video-bg{
    position: relative;
    overflow: hidden;
    background: url(../images/slide.jpg) no-repeat fixed 0 0;
    background-position: 100%;
    background-size: cover;
}

.video-container{
    height: 100vh;
}

.video-container > video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-bg-content{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.video-bg-content h2{
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

.video-bg-content h3{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 45px;
}

.video-bg-content .btn-square-2{
    margin: 0 12px;
}

.scroll-down{
    position: absolute;
    font-size: 36px;
    color: #fff;
    bottom: 5%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll-down i{
    animation: bounce .3s infinite;
    display: inline-block;
    animation-direction: alternate;
}

.scroll-down.rounded{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 100%;
}

.scroll-down:hover,
.scroll-down:focus{
    color: #fff;
    text-decoration: none;
}


/* 5 - Slider Style
----------------------------------------------------------------------------------------------------*/
.slider{
    background-color: #ff5903;
}

.carousel-inner .item{
    height: 100vh;
}

.carousel-inner .item .item-img{
    position: absolute;
    top: 30%;
    left: 31.5%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


@media (min-height:640px){
    .carousel-inner .item .item-img{
        width: 250px;
        height: 347px;
        left: 36%;
    }
}

@media (min-height:900px){
    .carousel-inner .item .item-img{
        width: 310px;
        height: 430px;
    }
}

.carousel-inner .item-container{
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-inner .item .item-img img{
    width: 100%;
    height: auto;
    display: block;
}

.carousel-inner .item .big-txt{
    font-size: 160px;
    color: #fff;
    text-align: center;
    font-weight: 100;
    opacity: 0;
    margin-top: -90px;
    letter-spacing: 50px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.big-txt-1{
    font-size: 160px;
    font-weight: 900;
    color: #fff;
}

.big-txt-2{
    font-size: 160px;
    font-weight: 100;
    color: #fff;
}

.carousel-inner .item .big-txt>span{
    font-weight: 900;
    margin-right: 40px;
}

.carousel-control{
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 50%;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control:focus, .carousel-control:hover{
    opacity: 1;
}

.carousel-control.right,
.carousel-control.left{
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    font-size: 52px;
    color: #fff;
    text-shadow: none;
}

@media (min-width: 1440px){
    .carousel-control.right{
        right: 60px;
    }

    .carousel-control.left{
        left: 60px;
    }
}

.carousel-indicators li{
    width: 36px;
    height: 2px;
    border-radius: 5px;
    margin: 0 15px;
    border: none;
    background: #fff;
    background-image: none;
}

.carousel-indicators .active{
    width: 36px;
    height: 4px;
    border-radius: 5px;
    margin: 0 15px;
    border: none;
    background: #fff;
}

.slider .carousel-inner .item,
.slider .carousel-inner .item.active.left,
.slider .carousel-inner .item.active.right{
    opacity: 0;
}

.slider .carousel-inner .item{
    transform: scale(.1);
}

.slider .carousel-inner .item{
    -webkit-transition: opacity .6s ease-in-out, transform .9s ease-in-out;
    transition: opacity .6s ease-in-out, transform .9s ease-in-out;
}

.slider .carousel-inner>.item.active,
.slider .next,
.slider .prev {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider .next,
.slider .prev,
.slider .active.left,
.slider .active.right {
    left: 0!important;
    -transform-transform: translate3d(0, 0, 0) scale(1.05)!important;
    transform: translate3d(0, 0, 0) scale(1.05)!important;
}

.carousel-inner>.item.active .item-img{
    top: 50%;
    opacity: 1;
}

.carousel-inner>.item.active .big-txt{
    letter-spacing: normal;
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.slider.style-2{
    padding-top: 0;
    background: transparent;
}

.slider.style-2 .item{
    background: url(../images/banner/img3.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    text-align: center;
}

.slider.style-2 .item .item-content h1,
.slider.style-2 .item .item-content h3{
    display: block;
    color: #fff;
}

.slider.style-2 .item .item-content h1,
.slider.style-2 .item .item-content .sli-h1{
    text-transform: uppercase;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    transform-origin: left;
    opacity: 0;
    font-weight: 800;
    font-size: 74px;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.slider.style-2 .item.active .item-content h1,
.slider.style-2 .item.active .item-content .sli-h1{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.slider.style-2 .item .item-content h3{
    font-weight: 300;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    transform-origin: right;
    opacity: 0;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.slider.style-2 .item.active .item-content h3{
    transform: rotate(0deg);
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.slider .carousel-item-img img{
    width: 100%;
    display: block;
    height: auto;
}

.slider.style-3 .item .carousel-item-img img{
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .5s cubic-bezier(0.08, -0.43, 0, 3.18);
    transition: all .5s cubic-bezier(0.08, -0.43, 0, 3.18);
    opacity: 0;
}

.slider.style-3 .item.active .carousel-item-img img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.slider.style-3 .item-content{
    color: #fff;
}

.slider.style-3 .item-content h2{
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(0.08, -0.43, 0, 3.18);
    transition: all .6s cubic-bezier(0.08, -0.43, 0, 3.18);
}

.slider.style-3 .item.active .item-content h2{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.slider.style-3 .item-content h1{
    text-transform: uppercase;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .7s cubic-bezier(0.08, -0.43, 0, 3.18);
    transition: all .7s cubic-bezier(0.08, -0.43, 0, 3.18);
}

.slider.style-3 .item.active .item-content h1{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.slider.style-3 .item-content p{
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.08, -0.43, 0, 3.18);
    transition: all .8s cubic-bezier(0.08, -0.43, 0, 3.18);
}

.slider.style-3 .item.active .item-content p{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.slider.style-4 .item-content{
    color: #fff;
}

.slider.style-4 .item-content h1,
.slider.style-4 .item-content h2{
    text-transform: uppercase;
    line-height: 1;
}

.slider.style-4 .item-content h1{
    text-transform: uppercase;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.slider.style-4 .item.active .item-content h1{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.slider.style-4 .item-content h2{
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.slider.style-4 .item.active .item-content h2{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.slider.style-4 .item-content p{
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


.slider.style-4 .item.active .item-content p{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.slider.project-single-slider .item{
    background: url(../images/banner/img5.jpg)no-repeat;
    background-size: cover!important;
    background-position: center!important;
}

.p-video iframe{
    width: 100%;
    height: 370px;
}

.p-video.large{
    width: 100%;
    height: 570px;
}

.video-play{
    display: block;
    position: relative;
}

.video-play img{
    width: 100%;
}

.video-play-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.video-play-content-inner{
    position: relative;
    color: #fff;
}

.video-play-content-inner i{
    display: block;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}

.video-play-content-inner{
    font-weight: 300;
    text-transform: uppercase;
}

.slider-p-area{
    color: #fff;
    position: absolute;
    left: calc( 34% + 150px);
    margin-top: -10px;
    margin-left: 60px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.carousel-inner>.item.active .slider-p-area{
    margin-left: 0;
    opacity: 1;
    transition-delay: .1s;
}

.slider-p-area h2{
    font-weight: 300;
    text-transform: uppercase;
}

/* 6 - Team section style
------------------------------------------------------------------------*/

.team-item{
    position: relative;
    overflow: hidden;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.team-item img{
    width: 100%;
    height: auto;
    display: block;
}

.team-caption{
    position: absolute;
    background: rgba(255,89,3,.95);
    bottom: -150px;
    width: 100%;
    height: 100px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-caption.full{
    padding: 20px;
}

.team-caption.full-transprent{
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    background: rgba(255,89,3,.8);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.team-item:hover .team-caption.full-transprent{
    opacity: 1;
    width: 90%;
    height: 90%;
    visibility: visible;
    box-shadow: 0 0 0 0 rgba(255, 89, 3, 0.7);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.team-caption.full-transprent .caption-content{
    text-transform: initial;
}

.team-caption.full-transprent .member-name{
    margin-bottom: 15px;
}

.team-caption.full-transprent h3{
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translate3d(100%,0%,0);
    transform: translate3d(0%,30px,0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-item:hover .team-caption.full-transprent h3{
    opacity: 1;
    -webkit-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
    -webkit-transition-delay: .8s;
    transition-delay: .08s;
}

.team-caption.full-transprent h4{
    font-size: 14px;
    opacity: 0;
    font-family: 'lato', sans-serif;
    -webkit-transform: translate3d(-100%,0%,0);
    transform: translate3d(0%,30px,0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-item:hover .team-caption.full-transprent h4{
    opacity: 1;
    -webkit-transform: translate3d(0%,0%,0);
    transform: translate3d(0%,0%,0);
    -webkit-transition-delay: .1s;
    transition-delay: .08s;
}

.team-caption.full-transprent .caption-inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.team-caption.full-transprent .caption-content{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    white-space: initial;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.team-caption.full-transprent .social-profile a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-item:hover .team-caption.full-transprent .social-profile a{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(1) a{
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(2) a{
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(3) a{
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(4) a{
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(5) a{
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
}

.team-item:hover .team-caption.full-transprent .social-profile li:nth-child(6) a{
    -webkit-transition-delay: .65s;
    transition-delay: .65s;
}

.team-item:hover .team-caption{
    bottom: 0;
}

.team-item.shadow:hover{
    -webkit-box-shadow: 25px 0px 30px rgba(0,0,0,.07)!important;
    box-shadow: 25px 0px 30px rgba(0,0,0,.07)!important;
    z-index: 9;
} 

.caption-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.caption-content{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    display: block;
}

.team-item.sp-style .caption-content{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team-caption.full .caption-content{
    position: static;
    transform: translate(0);
    white-space: normal;
}

.caption-content h3{
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}

.caption-content .deg {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.caption-content h4{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.caption-triangle {
    position: absolute;
    border-bottom: 36px solid rgba(255,89,3,.95);
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    top: -36px;
}

.team-caption.full .member-name{
    width: 65%;
    float: left;
    padding-top: 10px;
}

.team-caption.full .member-profile{
    width: 35%;
    float: left;
}

.team-caption.full .social-profile{
    float: right;
}

.team-caption.full .social-profile li{
    float: left;
    margin: 2px 0;
}

.team-caption.full .social-profile li:nth-child(2n+1){
    clear: both;
}

.team-caption .social-profile .social-hex{
    border-color: #fff;
    color: #fff;
}

.team-caption .social-profile .social-hex:before,
.team-caption .social-profile .social-hex:after{
    border-color: #fff;
}

.team-caption.full .caption-content h4{
    font-size: 14px;
}

.team-caption.full .caption-content h3,
.team-caption.full .caption-content h4{
    -webkit-transform: translate3d(-200%,200%,0);
    transform: translate3d(-200%,200%,0);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-item:hover .team-caption.full .caption-content h3,
.team-item:hover .team-caption.full .caption-content h4{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition-delay: .08s;
}

.team-item:hover .team-caption.full .caption-content h4{
    transition-delay: .13s;
}

.team-caption.full .social-profile li{
    -webkit-transform: translate3d(200%,200%,0);
    transform: translate3d(200%,200%,0);
    opacity: 0;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.team-item:hover .team-caption.full .social-profile li{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(1){
    transition-delay: .1s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(2){
    transition-delay: .15s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(3){
    transition-delay: .2s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(4){
    transition-delay: .25s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(5){
    transition-delay: .3s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(6){
    transition-delay: .35s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(7){
    transition-delay: .4s;
}

.team-item:hover .team-caption.full .social-profile>li:nth-child(8){
    transition-delay: .45s;
}

.person-info .text-container-title{
    padding-bottom: 30px;
}

.person-info .section-title2{
    margin-bottom: 0;
  	
}

.person-info .text-container-title h2{
    margin-bottom: 5px;
  	color: #33658a;
}

.person-info .text-container-title h4,
.person-info .text-container-title h4>span.light{
	  color: #33658a;
}

.person-img{
    position: relative;
    overflow: hidden;
}

.person-img .social-profile{
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 12px 25px 8px 25px;
    background: #33658a;
}

.person-img img{
    width: 100%;
    display: block;
    height: auto;
}

.team-row{
    margin-bottom: 80px;
    overflow: hidden;
}

.team-row:last-of-type{
    margin-bottom: 0;
}

.p-skill-title{
    font-weight: 800;
    color: #ff5903;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.p-skill-title>span{
    font-weight: 300;
    color: #33658a;
}

.person-skill .excite-p-bar.bar-line svg{
    height: 5px;
    width: 100%;
    top: 27px;
    position: absolute;
    left: 0;
}

.person-skill{
    margin-bottom: 30px;
}


/* 7 - Special-thing section style
------------------------------------------------------------------------*/
.special-item{
    padding: 0 10px;
}

.special-item-icon{
    display: table-cell;
    vertical-align: middle;
}

.special-item-txt{
    display: table-cell;
    vertical-align: middle;
}

.special-item-txt p{
    margin-bottom: 0;
}

.special-item-icon .hex{
    width: 62px;
    height: 48px;
    background: #33658a;
    position: relative;
    border-radius: 15px;
    margin: 20px 25px 20px 0;
}

.special-item-txt h4{
    font-weight: 800;
    color: #33658a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.spin-360 {

    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* 8 - Service Style
----------------------------------------------------------------------------------------------------*/
.service-item{
    padding: 75px 0;
    border-bottom: 5px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-item:hover{
    border-color: #ff5903;
}

.service-item .hex{
    margin-bottom: 25px;
}

.service-item .title{
    margin-bottom: 10px;
}

.service-item.blue .title,
.blue .icon-only>i{
    color: #34658a;
}

.service-item.yellow .title,
.yellow .icon-only>i{
    color: #f6ae2d;
}

.service-item.skyblue .title,
.skyblue .icon-only>i{
    color: #86bbd8;
}

.service-item.green .title,
.green .icon-only>i{
    color: #758e4f;
}

.service-item p{
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

.service-item i{
    font-size: 36px;
}

.icon-only>i{
    margin-bottom: 15px;
    display: block;
}

.service-item.style-2{
    padding: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 30px;
    border: none;
}

.service-item.style-2:hover{
    box-shadow: 15px 10px 60px 5px #d4d4d4;
}

.service-item.style-2:hover>i,
.service-item.style-2:hover>.title{
    color: #3498db
}

.service-item.style-2 i{
    font-size: 60px;
    color: #101010;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-item.style-2 .title{
    font-size: 24px;
    font-weight: 900;
    color:#101010;
    text-transform: uppercase; 
    margin-bottom: 20px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-item.style-2 p{
    font-size: 18px;
    color: #101010;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}

.service-float .float-area{
    padding: 0;
    background: #fff;
}

.service-float .float-area>div:last-child .service-item{
    margin-right: 0;
}

.service-float .service-item,
.service-float .service-item.boxed{
    margin: 0;
    box-shadow: none;
    margin: 0 .5px;
}

.service-item.single{
    padding: 30px 45px!important;
    border: none;
    box-shadow: none!important;
}

.service-item.single .icon-only>i{
    margin-bottom: 10px;
}

.service-float .service-item.boxed:hover{
    box-shadow: none;
}

.service-float .service-item:nth-child(2){
    margin: 0 1px;
}


.service-float .btn{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: uppercase;
}

.service-float .btn:hover{
    background: transparent;
}

.service-float .btn>i{
    font-size: 22px;
}

.service-btn{
    overflow: hidden;
}

/* 9 - About section style
------------------------------------------------------------------------*/

.single-page-about .about-inner{
    background: #fff;
    overflow: hidden;
}

.single-page-about .about-img img{
    width: 100%;
    height: auto;
    display: block;
}

.single-page-about .about-detail{
    padding: 100px 65px 0 65px;
}

.single-page-about .about-detail h2{
    font-size: 36px;
    color: #3498db;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.single-page-about .about-detail h2:before{
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background: #3498db;
    border-radius: 73px;
    bottom: 0;
    left: 0;
}

.single-page-about .about-detail h2>span{
    color: #101010;
}

.single-page-about .about-detail p{
    color: #101010;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.single-page-about .about-detail .btn-square-3{
    margin-right: 30px;
}

.parallax{
    background-attachment: fixed;
    background-position: center center;
}

.tab-angle .triangle{
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
}

.triangle-with-shadow{
    position: relative;
    width: 55px;
    height: 80px;
    overflow: hidden;
}

.triangle-with-shadow:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 0px;
    left: -56px;
    -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.our-journey .tab-content .fade{
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: opacity .7s linear, transform .5s linear;
}

.our-journey .tab-content .fade.in{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.about-office-post-item{
    overflow: hidden;
}

.about-office-post-thumb{
    margin-bottom: 20px;
    overflow: hidden;
}

.about-office-post-thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.about-office-post-title, .about-office-post-title>a{
    color: #33658a;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.about-office-post-title>a:hover{
    color: #ff5903;
}

.about-office-post-title{
    margin-bottom: 10px;
}

.about-office-post-content{
    color: #343434;
}

.sp-about-content-wrapper{
    background: #fff;
    position: relative;
}

.sp-about-content{
    padding: 30px 40px 30px 0;
}

.sp-btn{
    display: inline-block;
    margin: 0 30px 10px 0;
    font-size: 18px;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #313131;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.sp-btn:before{
    content: "";
    position: absolute;
    bottom: -3px;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ff5903;
    display: block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.sp-btn:hover{
    color: #ff5903;
}

.sp-btn:hover:before{
    bottom: 0;
    opacity: 1;
}

.sp-about{
    padding-bottom: 100px;
}

/* 10 - Project section style
------------------------------------------------------------------------*/
.project-items{
    text-align: center;
}

.project-item{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.project-item img{
    width: 100%;
    height: auto;
    display: block;
}

.project-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.project-item-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(52,152,219,.85);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.project-item:hover:before{
    border: 19px solid #e4e0df;
}

.project-item:hover .project-item-overlay{
    opacity: 1;
}

.project-overlay-content{
    position: absolute;
    top: 43%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.project-item:hover .project-overlay-content{
    top: 50%;
    opacity: 1;
}

.project-overlay-content h3>a{
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
}

.project-overlay-content span{
    font-size: 18px;
    color: #101010;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.project-action-btn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 auto;
    line-height: 36px;
    color: #101010;
    font-size: 18px;
    border: 2px solid #101010;
    text-decoration: none !important;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.project-action-btn:hover{
    color: #fff;
    background: #101010;
}

/* 11 - Text and img area Style
----------------------------------------------------------------------------------------------------*/
.text-container-title{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.text-container-title:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background: #ff5903;
}

.text-container-title.c-white:before{
    background: #fff;
}

.text-container-title h2{
    color: #ff5903;
    margin-bottom: 10px;
}

.text-container-title.c-white h2{
    color: #fff;
}

.text-container-title h2>span{
    color: #ff5903;
    font-weight: 700;
}

.text-container-title.c-white h2>span{
    color: #fff;
}

.text-container-title .light{
    font-weight: 300;
    color: #33658a;
}

.text-container-title.c-white .light{
    color: #fff;
}

.img-container{
    overflow: hidden;
}

.img-container img{
    height: auto;
    display: block;
}

.text-right .text-container-title:before, .text-right.text-container-title:before{
    left: auto;
    right: 0;
}

.text-center .text-container-title:before, .text-center.text-container-title:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
}

.text-and-img-container{
    margin-bottom: 75px;
    overflow: hidden;
    position: relative;
}

.text-and-img-container.no-gap{
    margin-bottom: 0;
}

.text-and-img-container img{
    height: auto;
    display: block;
}

.text-and-img-container:last-of-type{
    margin-bottom: 0;
}

/* 12 - Full-width-portfolio Style
----------------------------------------------------------------------------------------------------*/

.full-width-portfolio .portfolio-item{
    width: 25%;
    float: left;
}

.portfolio-wrapper{
    overflow: hidden;
}

.portfolio-item{
    overflow: hidden;
    position: relative;
}

.full-width-portfolio .btn-wrapper{
    margin-bottom: 80px;
}

.portfolio-img{
    overflow: hidden;
}

.portfolio-item img{
    width: 105%;
    height: auto;
    display: block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    backface-visibility: hidden;
    transform-origin: center bottom;
}

.portfolio-item:hover.portfolio-item img{
    transform: scale(1.1);
}

.portfolio-item.style-3:hover.portfolio-item img{
    transform: scale(.96);
    transform-origin: top center;
}

.portfolio-item.style-4 a:hover{
    cursor: url(../images/cursor.png), auto;
}

.portfolio-item.style-4 .overlay-full{
    display: none;
}

.portfolio-item.style-4 .Portfolio-txt{
    background: rgba(255,89,3,.8);
    padding: 15px 0; 
    cursor: auto;
}
.style-2.portfolio-item:before, .style-3.portfolio-item:before, .style-5.portfolio-item:before, .style-7.portfolio-item:before, .style-6.portfolio-item:before {
}
.portfolio-item.style-4:hover .Portfolio-txt{
    bottom: 0;
}

.portfolio-item.style-4:before{
    display: none;
}

.Portfolio-txt.center{
    bottom: 20%;
}

.portfolio-item .bottom-left.portfolio-icon{
    -webkit-transform: translate(0);
    transform: translate(0);
    top: auto;
    bottom: 20px;
    left: auto;
    right: -60px;
}

.portfolio-item:hover .bottom-left.portfolio-icon{
    right: 20px;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.portfolio-item:hover .Portfolio-txt.center{
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.portfolio-item:before{

}

.portfolio-item.style-3:after{
    content: "";
    position: absolute;
    z-index: 1;
    border: 0px solid #1e1e1e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.portfolio-item.style-6:before,
.portfolio-item.style-7:before{
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.portfolio-item.style-6:hover:before{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.item-bottom-gap .portfolio-item,
.item-bottom-gap .e-blog-post{
    margin-bottom: 30px!important;
}

.item-bottom-gap-h .portfolio-item,
.item-bottom-gap-h .e-blog-post{
    margin-bottom: 15px!important;
}

.portfolio-item.style-3:hover:after{
    border-width: 24px;
}

.blue.portfolio-item:before{
    background: -webkit-linear-gradient(bottom, rgba(50,40,40,.3), rgba(51,101,138,1));
    background: linear-gradient(to bottom, rgba(50,40,40,.3), rgba(51,101,138,1));
}

.yellow.portfolio-item:before{
    background: -webkit-linear-gradient(bottom, rgba(50,40,40,.3), rgba(255,89,3,1));
    background: linear-gradient(to bottom, rgba(50,40,40,.3), rgba(255,89,3,1));
}

.skyblue.portfolio-item:before{
    background: -webkit-linear-gradient(bottom, rgba(50,40,40,.3), rgba(134,187,216,1));
    background: linear-gradient(to bottom, rgba(50,40,40,.3), rgba(134,187,216,1));
}

.green.portfolio-item:before{
    background: -webkit-linear-gradient(bottom, rgba(50,40,40,.3), rgba(117,142,79,1));
    background: linear-gradient(to bottom, rgba(50,40,40,.3), rgba(117,142,79,1));
}

.style-2.portfolio-item:before,
.style-3.portfolio-item:before,
.style-5.portfolio-item:before,
.style-7.portfolio-item:before,
.style-6.portfolio-item:before{
    background: rgba(255,89,3,.85);
}

.style-2.blue.portfolio-item:before,
.style-3.blue.portfolio-item:before,
.style-5.blue.portfolio-item:before,
.style-6.blue.portfolio-item:before,
.style-7.portfolio-item:before{
    background: rgba(51,101,138,.85);
}

.style-2.yellow.portfolio-item:before,
.style-3.yellow.portfolio-item:before,
.style-5.yellow.portfolio-item:before,
.style-6.yellow.portfolio-item:before,
.style-7.yellow.portfolio-item:before{
    background: rgba(255,89,3,.85);
}

.style-2.skyblue.portfolio-item:before,
.style-3.skyblue.portfolio-item:before,
.style-5.skyblue.portfolio-item:before,
.style-6.skyblue.portfolio-item:before,
.style-7.skyblue.portfolio-item:before{
    background: rgba(134,187,216,.85);
}

.style-2.green.portfolio-item:before,
.style-3.green.portfolio-item:before,
.style-5.green.portfolio-item:before,
.style-6.green.portfolio-item:before,
.style-7.green.portfolio-item:before{
    background: rgba(117,142,79,.85);
}

.portfolio-item:hover:before{
    opacity: 1;
    z-index: 1;
}

.portfolio-item-meta{
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.portfolio-item-meta-inner{
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-icon{
    position: absolute;
    top: 70%;
    left: 50%;
    bottom: auto;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.portfolio-icon.small i{
    font-size: 24px;
}

.portfolio-icon i{
    font-size: 36px;
    color: #fff;
}

.Portfolio-txt{
    position: absolute;
    bottom: -60px;
    left: 0%;
    opacity: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 35px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}


.portfolio-item:hover .portfolio-icon{
    top: 50%;
    opacity: 1;
}

.portfolio-item:hover .Portfolio-txt{
    bottom: 20px;
    opacity: 1;
}

.portfolio-item.style-3:hover .Portfolio-txt{
    bottom: 35px;
}

.Portfolio-txt h5,
.Portfolio-txt h4,
.Portfolio-txt h3,
.Portfolio-txt h2{
    display: block;
    color: #fff;
}

.Portfolio-txt span{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    display: block;
}

.portfolio-item-meta h5>i{
    font-size: 18px;
}

.portfolio-row{
    margin-bottom: 70px;
    overflow: hidden;
}

.title-main{
    font-weight: 300;
    color: #33658a;
    margin-bottom: 20px;
}

.portfolio-row .title-main{
    margin-bottom: 70px;
}

.filter-btn{
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}

.filter-btn li,
.filter-btn button{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    color: #5d5d5d;
    background: #fff;
    cursor: pointer;
    border: 1px solid #ff5903;
    padding: 10px 25px;
    margin: 0 8px 20px 8px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.filter-btn li:hover,
.filter-btn button:hover,
.filter-btn li.active,
.filter-btn button.active{
    background: #ff5903;
    color: #fff;
}

.p-sec-bg{
    background: url(../images/sec-bg/img9.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.fixed-bg{ 
    background-attachment: fixed !important; 
}

.p-sec-bg{
    background: url(../images/sec-bg/img9.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.p-navigation-item{
    position: fixed;
    top: 50%;
    z-index: 999;
    font-size: 42px;
    color: #fff;
    background: url(../images/portfolio/nav-img.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none!important;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .25s cubic-bezier(0, 1.79, 0.48, 0.74);
    transition: .25s cubic-bezier(0, 1.79, 0.48, 0.74);
}

.p-navigation-item:hover{
    color: #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.p-navigation-item i{
    position: relative;
}

.p-navigation-item.to-left{
    left: 0;
}

.p-navigation-item.to-right{
    right: 0;
}

.porject-single-slide .owl-dots{
    position: absolute;
    top: 50%;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.porject-single-slide .owl-dot{
    width: 18px;
    height: 2px;
    background: #ff5903;
    margin: 10px 0;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.sin-icon{
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    margin-top: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.sin-icon:hover{
    background: #ff5903;
    border-color: #ff5903;
}

.porject-single-slide .owl-dot.active{
    width: 38px;
    height: 4px;
    border-radius: 2px;
}

.one-page-prjoect-btn .btn{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'lato', sans-serif;
}

.project-information .nav-tabs{
    margin-bottom: 30px;
}

.p-info-cols{
    margin-bottom: 80px;
    overflow: hidden;
}

.p-info-cols:last-child{
    margin-bottom: 0px;
}

.p-info-img{
    overflow: hidden;
}

.p-info-img img{
    width: 100%;
    height: auto;
    display: block;
}

.p-info-side-col{
    margin-bottom: 70px;
}

@media (min-width:992px){
    .p-info-side-col:last-child{
        margin-bottom: 0px;
    }
}

.owl-thumbs{
    display: flex;
}

.owl-thumbs.vertical{
    display: block;
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}

.owl-thumbs.vertical .owl-thumb-item{
    width: 100%;
    height: 20%;
    max-height: 20%;
    overflow: hidden;
}

.vertical .owl-thumb-item img{
    max-width: 100%;
    display: block;
}

.owl-thumb-item{
    width: 25%;
    cursor: pointer;
    max-height: 95px;
    float: left;
    position: relative;
}

.photography-photo-showcase .owl-thumb-item{
    width: 33.33333333%;
}

.owl-thumb-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 30px solid transparent;
    top: 0;
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.owl-thumb-item img{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.owl-thumb-item.active:before{
    border: 4px solid #ff5903;
}

.porject-single-thumb-slide .owl-dots{
    display: none;
}

.prjoect-showcase{
    overflow: hidden;
    margin-bottom: 60px;
}

.prjoect-showcase.no-gap{
    margin-bottom: 0;
}

.photography-slide{
    overflow: hidden;
    position: relative;
}

.photography-slide-item{
    position: relative;
}

.photography-slide-item img{
    width: 100%;
    height: auto;
    display: block;
}

.photography-slide-item{
    pointer-events: none;
}

.photography-slide-item.swiper-slide-active{
    pointer-events: auto;
}

.photography-slide-item:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    pointer-events: none;
    left: 0;
    -webkit-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.photography-slide-item.swiper-slide-active:before{
    background: rgba(0,0,0,0);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    font-size: 60px;
    color: #fff;
    width: auto;
    height: auto;
}

.portfolio-project-header-content{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    position: relative;
    padding: 14.4375em 0;;
}

.portfolio-project-header-content h2{
    font-size: 72px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.1em;
}

.portfolio-project-header-content h4{
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.218em
}

.portfolio-project-intro{
    margin-bottom: 70px;
    overflow: hidden;
}

.portfolio-project-showcase-item{
    margin-bottom: 70px;
}

.portfolio-project-showcase-item .title{
    font-size: 36px;
    color: #33658a;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.portfolio-project-showcase.index > div > .title:after{
    content: "";
    position: absolute;
    font-size: 72px;
    font-weight: 300;
    font-style: italic;
    color: #e8ecf0;
    left: -2px;
    bottom: 0;
    font-family: 'lato', sans-serif;
    line-height: 1;
    z-index: -1;
}

.portfolio-project-showcase.index > div:nth-child(1) > .title:after{
    content: "01";
}

.portfolio-project-showcase.index > div:nth-child(2) > .title:after{
    content: "02";
}

.portfolio-project-showcase.index > div:nth-child(3) > .title:after{
    content: "03";
}

.portfolio-project-showcase.index > div:nth-child(4) > .title:after{
    content: "04";
}

.portfolio-project-showcase.index > div:nth-child(5) > .title:after{
    content: "05";
}

.portfolio-project-showcase.index > div:last-child{
    margin-bottom: 0;
}

.portfolio-prallax-sec{
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    align-items: center;
}

.portfolio-prallax-sec:nth-child(2n+1){
    justify-content: flex-end;
}

.portfolio-prallax-sec:nth-child(2n+2){
    justify-content: flex-start;
}

.portfolio-prallax-sec-content h3{
    font-weight: 300;
    margin-bottom: 26px;
}

.portfolio-prallax-sec-content p{
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
}

.portfolio-prallax-sec-content{
    width: 375px;
    background: rgba(255,89,3,.95);
    color: #fff;
    padding: 53px 30px;
}

.portfolio-mobile-showcase-item{
    margin-bottom: 30px;
    text-align: center;
}

.portfolio-mobile-showcase-item img{
    display: inline-block;
}

.portfolio-slider-1 .swiper-slide{
    border: 15px solid transparent;
    transition: .35s ease-in-out;
}

.portfolio-slider-1 .swiper-slide.swiper-slide-active{
    border: 15px solid #cccccc;
}

.portfolio-slider-1 .swiper-wrapper{
    text-align: center;
}

.portfolio-slider-1{
    padding: 0 15%;
}

.portfolio-slider-item{
    position: relative;
    overflow: hidden;
}

.portfolio-slider-item img{
    max-width: 100%;
    height: auto;
    display: block;
}

.portfolio-slider{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-slider-2.gallery-top{
    padding: 0 19%;
}

.portfolio-slider-2.gallery-thumbs .swiper-slide{
    cursor: pointer;
}

.portfolio-slider-2.gallery-top .swiper-slide .portfolio-slider-item:before,
.portfolio-slider-3.gallery-top .swiper-slide .portfolio-slider-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
}

.portfolio-slider-2.gallery-top .swiper-slide.swiper-slide-active .portfolio-slider-item:before,
.portfolio-slider-3.gallery-top .swiper-slide.swiper-slide-active .portfolio-slider-item:before{
    opacity: 0;
}

.portfolio-slider-2.gallery-thumbs .swiper-slide.swiper-slide-active .portfolio-slider-item{
    border: 7px solid #fefefe;
}

.portfolio-slider-3.gallery-top{
    margin-right: 35%;
    position: relative;
}

.portfolio-slider-3.gallery-top:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: 15px solid #fff;
    top: 0;
    left: 0;
    z-index: 9;
}

.portfolio-slider-3.gallery-thumbs .swiper-slide.swiper-slide-active .portfolio-slider-item{
    border: 7px solid #dedede;
}

.portfolio-slider-3.gallery-top .swiper-slide.swiper-slide-active .portfolio-slider-item{
    border: 0px solid #fff;
}

/* 13 - Feature Style
----------------------------------------------------------------------------------------------------*/
.service-item.boxed{
    padding: 75px 65px;;
    box-shadow: 0px 1px 5px rgba(0,0,0,.15);
    margin-bottom: 30px;
}

.service-item.large{
    padding: 80px 65px;
}

.service-item.boxed:hover{
    box-shadow: 0px 25px 30px rgba(0,0,0,.15);
}

.feature .btn-wrapper{
    margin-top: 10px;
}

.service-item.simple{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    overflow: hidden;
    margin-bottom: 0;
}

.service-item.s-height{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.service-item

/* 14 - Counter area Style
----------------------------------------------------------------------------------------------------*/
.counter-area{
    background-color: #33658a;
}

.counter-area.s-padding{
    padding: 70px 0;
    background-color: #33658a;
    overflow:hidden;
}

.counter-item{
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    position: relative;
}

.column-4 .counter-item{
    width: 25%;
}

.counter-item.full-width{
    width: 100%;
}

.counter-item i{
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}

.counter-item span{
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.counter-item h4{
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.counter-area.single-page{
    background: #3498db;
}

.counter-area.single-page .social-profile{
    padding: 70px 0;
    overflow: hidden;
    background: #3498db;
    float: right;
    padding-right: 25px;
}

.single-page .counter-item{
    padding: 50px 0;
    width: 100%;
}

.single-page .counter-item .counter{
    font-size: 72px;
    color: #fff;
    font-weight: 400;
}

.single-page .counter-item h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.single-page .counter-item.item-1{
    background:#2485c6; 
}

.single-page .counter-item.item-2{
    background:#1a72ab; 
}

.separator-style .counter-item{
    border-right: 1px solid #fff;
}

.separator-style .counter-item:last-of-type{
    border-right: none;
}

.sp-social-counter{
    background: #33658a;
}

.sp-lg-social li a{
    font-size: 48px;
    color: #fff;
    padding: 0 0.37em;
}

.sp-lg-social li:first-child a{
    padding-left: 0;
}

.sp-counter .counter-item,
.sp-lg-social{
    padding: 60px 0;
}

.sp-counter .counter-item span{
    font-size: 72px;
    font-weight: 400;
}

.sp-counter .counter-item h4{
    font-size: 18px;
    font-weight: 400;
}

.sp-counter .counter-item.active{
    background: #3a7199;
}


/* 15 - Contact style
------------------------------------------------------------------------*/
.contact-items,
.contact-form-title{
    margin-bottom: 70px;
    overflow: hidden;
}

.contact-item-icon{
    float: left;
    margin: 0 15px 20px 0;
}

.contact-item-icon i{
    font-size: 24px;
    color: #101010;
}

.contact-item-txt{
    display: table;
}

.contact-item-txt h3,
.contact-form-title h3{
    font-size: 24px;
    color: #101010;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 900;
}

.contact-item-txt span,
.contact-form-title p{
    font-size: 18px;
    color: #101010;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

#map{
    width: 100%;
    height: 510px;
}

.large-map #map,
.large-map #map2,
.large-map #map3{
    width: 100%;
    height: 470px;
}

.map-accordion .panel-body{
    padding: 0;
}

.map-accordion .panel{
    margin-bottom: 0;
}

.map-accordion{
    margin: 0;
}

.map-accordion.panel-group .panel-default>.panel-heading {
    background-color: #33658a;
}

.map-accordion .panel-title a{
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}

.map-accordion .panel-title a>.acco-collapse{
    width: auto;
    height: auto;
    display: block;
    position: static;
    border: none;
    margin-top: 5px;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.map-accordion .panel-title a.collapsed>.acco-collapse i,
.map-accordion .panel-title a>.acco-collapse i{
    font-size: 36px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.help-block{
    font-size: 16px;
    background: #faebd7;
    padding: 0 10px;
    font-weight: 400;
}

#msgSubmit{
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    color: #a94442;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #101010;
    border-bottom: 1px solid #101010;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.form-control:focus {
    border-color: #101010;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error .form-control:focus {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contactForm .btn{
    padding: 10px 50px;
    float: right;
    margin-top: 30px;
    opacity: 1;
}

#contactForm input::-webkit-input-placeholder,
#contactForm textarea::-webkit-input-placeholder{
    color: #101010;
}

#contactForm input::-moz-input-placeholder,
#contactForm textarea::-moz-input-placeholder{
    color: #101010;
}

#contactForm input:-ms-input-placeholder,
#contactForm textarea:-ms-input-placeholder{
    color: #101010;
}

.contact-form-wrapper .text-container-title h2{
    font-size: 24px;
}

.contact-form-wrapper.boxed{
    padding: 30px;
    border: 1px solid #ff5903;
}

.contactform.default .form-control,
.comment-form textarea,
.comment-form input{
    border: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 22px 30px;
    color: #343434;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    outline: none;
}

.comment-form .comment-notes,
.comment-form .logged-in-as{
    margin-bottom: 30px;
}
.comment-form .logged-in-as{
    margin-right: 10px;
}

.comment-reply-title{
    font-weight: 300;
    color: #ff5903;
    font-family: 'lato', sans-serif;
    font-size: 24px;
    margin-bottom: 5px;
}

.comment-form textarea:focus,
.comment-form input:focus{
    border-color: #ff5903;
}

.comment-form p{
    margin-bottom: 0;
}

.comment-form-email,
.comment-form-url{
    width: 50%;
    float: left;
}

.comment-form-email{
    padding-right: 15px;
}

.comment-form-url{
    padding-left: 15px;
}

.form-submit .submit{
    color: #ff5903;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    padding: 0.5em 1.375em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: 1px solid #ff5903;
    overflow: hidden;
    outline: none;
    opacity: 1;
    line-height: 1.42857143;
    display: inline-block;
    font-size: 24px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.form-submit .submit:hover{
    color: #fff;
    background: #ff5903;
}

.form-group{
    margin-bottom: 0px;
}

.boxed .contactform.default .form-control{
    font-size: 16px;
    border-color: #ff5903;
    padding: 12px 20px;
    font-family: 'Raleway', sans-serif;
}

.boxed .contactform.default .btn{
    padding: 8px 45px;
}

.boxed-map-holder{
    height: 455px;
    width: 100%;
}

.boxed-map-holder #map{
    width: 100%;
    height: 100%;
}

.main-content-area>div{
    margin-bottom: 70px;
}

.main-content-area>div:last-of-type{
    margin-bottom: 0;
}

.main-content-item{
    margin-bottom: 70px;
}

.main-content-item:last-child{
    margin-bottom: 0
}

.contact-box{
    margin-bottom: 25px;
}

.gutter-bottom-30 .contact-box,
.gutter-bottom-30 .contact-box.boxed{
    margin-bottom: 30px;
}

.contact-box.boxed{
    padding: 35px 80px;
    background: #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
    box-shadow: 1px 0 5px rgba(0,0,0,.15);
}

.contact-box .title{
    font-weight: 800;
    color: #33658a;
    margin-bottom: 0.25em;
    text-transform: uppercase;
    font-size: 18px;
}

.contact-box.boxed .title{
    margin-bottom: 0.625em;
    font-size: 24px;
}

.contact-box>p,
.contact-box>span{
    color: #343434;
    font-weight: 400;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.42857143;
}

.contact-box-area{
    padding-bottom: 5px;
}

.contact-title{
    color: #33658a;
    font-weight: 800;
    margin-bottom: 25px;
}

.contact-title .light{
    font-weight: 300;
}

.contact-row{
    margin-bottom: 70px;
}

/* 16 - Testimonial Style
----------------------------------------------------------------------------------------------------*/
.testimonial{
    position: relative;
}

.testimonial-row{
    margin-bottom: 60px;
}

.slide-wrapper{
    position: relative;
}

.testimonial-item{
    padding: 50px 60px 50px 60px;
    margin: 0 10px;
    position: relative;
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    border-bottom: 5px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.testimonial-single-items .testimonial-item{
    margin-bottom: 30px;
    margin-top: 30px;
}

.testimonial-slide-single .testimonial-item{
    text-align: center;
}

.testimonial-slide-single-style-2 .owl-stage-outer{
    overflow: visible;
}

.testimonial-slide-single-style-2 .owl-dots,
.app-slide-3 .owl-dots{
    text-align: center;
    margin-top: 15px;
}

.testimonial-slide-single-style-2 .owl-dot,
.app-slide-3 .owl-dot{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.testimonial-slide-single-style-2 .owl-dot span,
.app-slide-3 .owl-dot span{
    width: 7px;
    height: 7px;
    background: #ff5903;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
}

.testimonial-slide-single-style-2 .owl-dot.active,
.app-slide-3 .owl-dot.active{
    border: 1px solid #ff5903;
    border-radius: 50%;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.testimonial-slide-single-style-2{
    max-width: 880px;
    margin: 0 auto;
}

.testimonial-slide-single .rating-star{
    display: inline-block;
}

.testimonial-slide-single .reviewer-img{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-item p{
    margin-bottom: 0;
}

.reviewer-img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    border: 3px solid #33658a;
    overflow: hidden;
    margin-bottom: 20px;
    position: absolute;
    top: -33px;
}

.testimonial-item.text-center .reviewer-img{
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-item.text-center .rating-star{
    margin-bottom: 0;
}

.testimonial .owl-carousel .owl-stage-outer{
    padding: 50px 0 36px 0;
}

.testimonial .clients-logo{
    padding-top: 45px;
}

.reviewer-img img{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transform-style: inherit !important;
}

.reviewer-name{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.testimonial-item:hover{
    border-color: #ff5903;
    -webkit-box-shadow: 0px 25px 5px rgba(0,0,0,.07);
    box-shadow: 0px 25px 30px rgba(0,0,0,.07);
}

.owl-prev,
.owl-next{
    position: absolute;
    font-size: 50px;
    color: #373645;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-slide .owl-prev,
.testimonial-slide .owl-next,
.testimonial-slide-single .owl-prev,
.testimonial-slide-single .owl-next{
    color: #ff5903;
}

@media (min-width: 0){
    .owl-prev {
        left: 0px;
    }

    .owl-next {
        right: 0px;
    }
}

@media (min-width: 1260px){
    .owl-prev {
        left: -60px;
    }

    .owl-next {
        right: -60px;
    }

    .testimonial-slide-single-style-2 .owl-prev {
        left: -150px;
    }

    .testimonial-slide-single-style-2 .owl-next {
        right: -150px;
    }
}


@media (min-width: 1440px){
    .owl-prev {
        left: -110px;
    }

    .owl-next {
        right: -110px;
    }

    .testimonial-slide-single-style-2 .owl-prev {
        left: -150px;
    }

    .testimonial-slide-single-style-2 .owl-next {
        right: -150px;
    }
}

.testimonial-item.style-2{
    position: relative;
    padding: 40px;
    border: 1px solid #dcdcdc;
}

.testimonial-item.style-2 .hex{
    width: 45px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 20px;
    border-radius: 7px;
    margin: 0;   
}

.testimonial-item.style-2 p{
    color: #101010;
    margin-bottom: 20px;
}

.testimonial-item.style-2 h4{
    font-size: 18px;
    font-weight: 900;
    color: #101010;
    text-transform: uppercase;
}

.client .testimonial-slide .owl-stage-outer{
    padding-top: 30px;
}

.testimonial-vertical-slide{
    height: 425px;
    padding-top: 38px;
}

.testimonial-vertical-slide.small .testimonial-item.style-3{
    width: 100%;
}

.testimonial-vertical-slide.small .swiper-button-next,
.testimonial-vertical-slide.small .swiper-button-prev{
    right: 15px;
}

.testimonial-vertical-slide .swiper-button-next,
.testimonial-vertical-slide .swiper-button-prev{
    font-size: 36px;
    color: #343434;
}

.testimonial-vertical-slide .swiper-button-next{
    right: 140px;
    top: 80px;
}

.testimonial-vertical-slide .swiper-button-prev{
    left: auto;
    right: 140px;
    bottom: 30px;
    top: auto;
}

.testimonial-vertical-slide .swiper-slide{
    opacity: 0;
}

.testimonial-vertical-slide .swiper-slide.swiper-slide-prev{
    opacity: .5;
}

.testimonial-vertical-slide .swiper-slide.swiper-slide-active{
    opacity: 1;
}

.testimonial-item.style-3{
    width: 770px;
    height: 385px;
    border: none;
    -webkit-box-shadow: 0 25px 30px rgba(0,0,0,.06);
    box-shadow: 0 25px 30px rgba(0,0,0,.06);
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-item.style-3 .review-txt{
    margin-bottom: 30px;
}

.testimonial-item.style-3 .reviewer-deg{
    display: block;
    font-size: 14px;
    color: #33658a;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonial-item.style-3 .reviewer-img{
    width: 85px;
    height: 85px;
    border: none;
    position: static;
    margin: 0 auto 35px auto;
}

.testimonial-item.style-4{
    border: none;
    box-shadow: none;
    padding: 0;
}

.testimonial-item.style-4 .review-txt{
    margin-bottom: 30px;
    color: #fff;
}

.testimonial-item.style-4 .reviewer-name{
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    font-size: 24px;
}

.testimonial-item.style-4 .reviewer-deg{
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: 'Lobster Two', cursive;
    font-weight: 400;
}

.review-icon{
    width: 68px;
    height: 68px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: 68px;
    color: #fff;
}

.review-icon{
    font-size: 24px;
}

.clients-logo{
    overflow:hidden;
    margin-bottom: 0;
}

.clients-logo.no-nav .owl-nav{
    display: none!important;
}

.clients-logo .owl-nav .owl-prev,.clients-logo .owl-nav .owl-next{
    font-size: 36px;
}

.clients-logo .owl-dots{
    display: none;
}

.clients-logo.dots .owl-dots{
    display: block;
}

.clients-logo.dots.dots-left .owl-dots{
    text-align: left;
    margin-left: 15px;
}

.clients-logo .owl-dots{
    text-align: center;
    margin-top: 25px;
}

.clients-logo .owl-dot{
    width: 18px;
    height: 2px;
    background: #ff5903;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

.clients-logo .owl-dot.active{
    width: 37px;
    height: 4px;
    border-radius: 10px;
}

.client-logo-item{
    float: left;
    list-style: none;
    width: 20%;
    overflow: hidden;
    padding: 1em;
    text-align: center;
}

.owl-carousel.clients-logo .client-logo-item{
    width: 100%;
    margin-bottom: 0;
}

.owl-carousel.clients-logo{
    overflow: initial;
}

.clients-logo.boxed .client-logo-item img{
    border: 1px solid #b9b9b9;
    padding: 1em;
}

.client-logo-item img{
    max-width: 100%;
    opacity: .7;
    display: block;
    height: auto;
    position: relative;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.owl-carousel .client-logo-item img{
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}

.client-logo-item:hover img{
    opacity: 1;
}

.client-slide .owl-stage-outer{
    padding: 5px 0;
    margin-top: 80px;
}

.client-item{
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.client-item:hover{
    -webkit-box-shadow: 25px 0px 30px rgba(0,0,0,.07);
    box-shadow: 25px 0px 30px rgba(0,0,0,.07);
}

.client-slide .owl-item{
    float: right;
}

.client-caption{
    position: absolute;
    background: #ff5903;
    bottom: 0px;
    opacity: 0;
    left: -100%;
    width: 100%;
    padding: 35px 0;
    -webkit-transition: all .3s cubic-bezier(0.06, -0.22, 0.09, 0.95);
    transition: all .3s cubic-bezier(0.06, -0.22, 0.09, 0.95);
}

.client-item:hover .client-caption {
    left: 0;
    opacity: 1;
}

.client-item .caption-content h3 {
    font-size: 16px;
}

.caption-content h4 {
    font-size: 12px;
    line-height: 20px;
}

.testimonial-item.sp-style,
.testimonial-item.sp-style:hover{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-item.sp-style{
    position: relative;
    border: 1px solid #dcdcdc;
    padding: 54px 38px;
}

.testimonial-item.sp-style .hex{
    width: 47px;
    height: 30px;
    background: #33658a;
    color: #fff;
    border-radius: 7px;
    position: absolute;
    top: -30px;
    left: 20px;
}

.testimonial-item.sp-style p{
    margin-bottom: 10px;
}

.testimonial-item.sp-style h4{
    font-weight: 700;
    color: #101010;
    text-transform: uppercase;
    font-family: 'lato', sans-serif;
}

.active.center .testimonial-item.sp-style h4{
    color: #ff5903;
}

.active.center .testimonial-item.sp-style .hex{
    background: #ff5903;
}

.client-item.res-style .caption-content h3{
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.client-item.res-style .client-caption{
    padding: 55px 0;
    background: rgba(51, 101, 138, 95);
    text-align: center;
    display: table;
}

/* 17 - Recent post section style
------------------------------------------------------------------------*/
.recent-post{
    background: #f3f2f2;
}

.post-item{
    background: #fff;
    overflow: hidden;
    margin-bottom: 35px;
    text-align: justify;
}

.post-thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.post-content{
    padding: 25px;
}

.post-content .title>a{
    font-size: 24px;
    color: #101010;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.post-content .title>a:hover{
    color: #3498db;
}

.meta-post{
    margin-bottom: 15px;
}

.meta-post span{
    font-size: 18px;
    color: #101010;
    font-weight: 400;
    display: inline-block;
    padding: 0 5px;
    border-right: 2px solid #101010;
    line-height: 1;
}

.meta-post span:first-child{
    padding-left: 0;
}

.meta-post span:last-child{
    padding-right: 0;
    border-right: none;
}

.post-content .excerpt{
    font-size: 18px;
    color: #101010;
}

/* 18 - Banner style
------------------------------------------------------------------------*/
.banner{
    position: relative;
    background: url(../images/banner/img2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.onepage-banner{
    position: relative;
}

.banner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    position: relative;
    text-align: center;
    align-items: center;
}

.banner-content h2{
    font-weight: 300;
    color: #fff;
    letter-spacing: .2em;
    margin-bottom: 15px;
}

.banner-content h1,
.banner-content .sl-h1{
    font-weight: 800;
    color: #fff;
    font-size:  74px;
}

.one-page-content-inner{
    color: #fff;
}

.one-page-content-inner h3{
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.21em;
}

.one-page-content-inner h2{
    font-size: 48px;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.one-page-content-inner .btn{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin-top: 10px;
}

.one-page-content-inner .btn:hover{
    background: transparent;
    border-color: #fff;
}

.page-banner{
    position: relative;
    background: url(../images/banner/img4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
}

.page-banner-content{
    padding: 250px 0;
    color: #fff;
    position: relative;
}

/* 19 - W-process style
------------------------------------------------------------------------*/

.w-process-item{
    width: 25%;
    background: #fff;
    float: left;
    padding: 20px 40px;
    position: relative;
    box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    border-bottom: 5px solid transparent;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.w-process-item:hover{
    box-shadow: 25px 0px 30px rgba(0,0,0,.07);
    border-color: #ff5903;
}

.w-process-item-wrpper.simple{
    margin: 0 -40px;
}

.w-process-item.simple{
    background: transparent;
    box-shadow: none;
    border-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.w-process-item.simple .w-arrow{
    display: none;
}

.w-process-item i{
    font-size: 48px;
    margin-bottom: 10px;
    display: block;
}

.w-process-item h4{
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.w-process-item p{
    color: #343434;
    margin-bottom: 0;
}

.w-process-item:last-of-type .w-arrow{
    display: none;
}

.w-arrow{
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #deeefd;
    line-height: 25px;
    z-index: 1;
    color: #ff5903;
    top: 50%;
    right: -15px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.w-arrow i{
    font-size: 24px;
    line-height: inherit;
}

/* 20 - Video and Audio Player Style
------------------------------------------------------------------------*/
.e-audio iframe{
    width: 100%;
    height: 166px;
}

iframe{
    border: 0;
}


/* 21 - Sidebar style
------------------------------------------------------------------------*/

.sidebar{
    position: relative;
}

.sidebar .widget{
    margin-bottom: 50px;
}

@media (min-width: 992px){
    .content.sidebar-left .sidebar{
        float: left;
        padding-right: calc(5% + 15px);
    }

    .content.sidebar-right .sidebar{
        float: right;
        padding-left: calc(5% + 15px);
    }

    .content.sidebar-left .main-content{
        float: right;
    }

    .content.sidebar-right .main-content{
        float: left;
    }
}

.widget .search-form,
.search-form.form-2,
.f-widget .search-form{
    opacity: 1!important;
    visibility: visible!important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: initial;
    width: auto;
    height: auto;
    border: 2px solid #ff5903;
}

.widget .search-form label,
.f-widget .search-form  label,
.search-form.form-2 label{
    display: flex;
    margin: 0;
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.widget .search-form .search-field,
.f-widget .search-form .search-field,
.search-form.form-2  .search-field{
    width: 100%;
    padding: 15px 25px;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}

.widget .search-form .search-submit,
.f-widget .search-form .search-submit,
.search-form.form-2  .search-submit{
    position: absolute;
    padding: 0 34px;
    height: 100%;
    outline: none;
    background: url(../images/search-icon.png) center center no-repeat;
    border: 0;
    background-color: #ff5903;
    right: 0;
    top: 0;
    font-size: 0;
}

.widget-title{
    font-weight: 300;
    color: #33658a;
    margin-bottom: 20px;
}

.widget ul>li>a{
    color: #343434;
    text-decoration: none;
}

.widget ul>li>a:hover{
    color: #ff5903;
}

.widget-txt p{
    margin-bottom: 15px;
}

.recent-work-widget{
    margin: 0 -6px 0 -6px;
    overflow: hidden;
}

.recent-work-widget li{
    float: left;
    overflow: hidden;
    list-style: none;
}

.recent-work-widget img{
    width: 100%;
    height: auto;
    display: block;
}

.recent-work-widget li a{
    width: 88px;
    height: 88px;
    margin: 6px;
    display: block;
}

.recentcomments li, .recentcomments{
    list-style: none;
    color: #343434;
}

.recentcomments li a,
.recent-post-widget ul li a{
    color: #33658a;
    text-decoration: none;
}

.recentcomments .comment-author-link,
.recent-post-widget ul li .comment-author-link{
    font-weight: 900;
}

.archive-widget ul li a{
    color: #343434;
    text-decoration: none;
}

.forum-statistics dl{
    overflow: hidden;
    font-family: 'lato', sans-serif;
}

.forum-statistics strong{
    font-family: 'lato', sans-serif;
}

.forum-statistics dt {
    float: left;
    margin: 0 .6rem 6px 0;
    clear: both;
}

.forum-statistics dd{
    float: right;
}

.calendar-widget table,
#wp-calendar{
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    table-layout: fixed;
    width: 100%;
}

.calendar-widget td, .calendar-widget th,
#wp-calendar td, #wp-calendar th{
    text-align: center;
    line-height: 2.6;
    border-width: 0px 1px 1px 0;
    border-color: #ff5903;
    font-weight: 400;
    color: #33658a;
    font-size: 16px;
    padding: 0;
}

.calendar-widget caption,
#wp-calendar caption{
    font-size: 24px;
    color: #fff;
    background: #ff5903;
    font-weight: 800;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}



.calendar-widget a,
#wp-calendar a{
    color: #33658a;
    text-decoration: none;
}

.calendar-widget tbody a,
#wp-calendar tbody a{
    background: #ff5903;
    color: #fff;
    font-weight: 900;
    display: block;
    text-decoration: none;
}

.tagcloud a{
    font-weight: 400;
    color: #4a4a4a;
    text-decoration: none;
    border: 1px solid #ff5903;
    display: inline-block;
    font-size: 18px!important;
    padding: 0.6666666666666666em 1.5555555555555554em;
    margin: 0 0.8888888888888888em 1em 0;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.tagcloud a:hover{
    background: #ff5903;
    color: #fff;
}

.s-content img{
    margin: 15px 15px 15px 0;
}

.s-content ul{
    padding-left: 30px;
    margin: 25px 0;
}

.s-content ul li{
    padding: 3px 0;
}

/* 22 - Pricing style
------------------------------------------------------------------------*/
.pricing-wrapper{
    position: relative;
}

.pricing .section-title{
    margin-bottom: 90px;
}

.pricing-item{
    text-align: center;
    position: relative;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
    box-shadow: 1px 0 5px rgba(0,0,0,.15);
}

.pricing-item.active{
    z-index: 1;
    -webkit-box-shadow: 25px 0 30px rgba(0,0,0,.07);
    box-shadow: 25px 0 30px rgba(0,0,0,.07);
}

@media (min-width: 767px){
    .pricing-item.active{
        margin-top: -3em;
    }
}

.pricing-item-header{
    padding: 20px;
    color: #fff;
}

.pricing-item.blue .pricing-item-header{
    background: #33658a;
}

.pricing-item.skyblue .pricing-item-header{
    background: #86bbd8;
}

.pricing-item.green .pricing-item-header{
    background: #758e4f;
}

.pricing-item.active .pricing-item-header{
    background: #ff5903;
}

.pricing-item-title{
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

.pricing-item.active .pricing-item-title{
    font-size: 36px;
}

.pricing-item-price{
    font-size: 31px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    line-height: 1.2; 
}

.pricing-item.active .pricing-item-price{
    font-size: 38px;
}

.pricing-item.active .pricing-item-price>small{
    font-size: 18px;
}

.pricing-item-price>small{
    font-size: 16px;
    display: block;
    font-weight: 300;
}

.pricing-item-features{
    margin: 0;
    list-style: none;
}

.pricing-item-feature{
    font-size: 20px;
    color: #343434;
    padding: 30px 0;
}

.pricing-item.active .pricing-item-feature{
    font-size: 24px;
    padding: 35px 0;
}

.pricing-item-feature:nth-child(2n+1){
    background: #ebf5fc;
}

.pricing-item-feature:nth-child(2n+2){
    background: #fff;
}

.pricing-item-footer{
    height: 90px;
}

.pricing-item.active .pricing-item-footer{
    height: 106px;
}

.pricing-btn{
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.pricing-item.blue .pricing-btn{
    background: #33658a;
}

.pricing-item.active .pricing-btn{
    background: #ff5903;
}

.pricing-item.skyblue .pricing-btn{
    background: #86bbd8;
}

.pricing-item.green .pricing-btn{
    background: #758e4f;
}

.pricing-item .pricing-btn:hover{
    color: #fff;
    background: #ff5903!important;
}

.pricing-btn>span{
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0.25em 1.166em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.pricing-item.active .pricing-btn{
    font-size: 24px;
}

.pricing-item.style-2{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #33658a;
    border-radius: 20px;
    color: #33658a;
    overflow: hidden;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.pricing-item.style-2 .pricing-item-header{
    color: #33658a;
    border-bottom: 1px solid #33658a; 
    padding: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.pricing-item.style-2 .pricing-item-features{
    padding: 50px 0 20px 0;
}

.pricing-item.style-2 .pricing-item-feature:nth-child(2n+1){
    background: #fff;
}

.pricing-item.style-2 .pricing-item-feature{
    font-size: 14px;
    padding: 8px 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #33658a;
}

.pricing-item.style-2 .pricing-item-feature.disable{
    font-weight: 700;
    text-decoration: line-through;
}

.pricing-item.style-2 .pricing-item-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pricing-item.style-2 .pricing-item-price{
    font-size: 24px;
    font-weight: 700;
}

.pricing-item.style-2 .pricing-item-price>small{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2px;
}

.pricing-item.style-2 .pricing-item-footer{
    height: auto;
    padding: 30px;
}

.pricing-item.style-2 .pricing-btn{
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 700;
    color: #33658a;
    padding: 25px;
    border: 1px solid #33658a;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.pricing-item.style-2 .pricing-btn:hover,
.pricing-item.style-2:hover .pricing-btn,
.pricing-item.style-2.active .pricing-btn{
    color: #ff5903;
    border-color: #ff5903;
    background: #fff;
}

.pricing-item.style-2:hover,
.pricing-item.style-2.active{
    background: #ff5903;
    border-color: #ff5903;
    margin-top: 0;
}

.pricing-item.style-2:hover .pricing-item-header,
.pricing-item.style-2.active .pricing-item-header{
    color: #fff;
    border-color: #fff;
}

.pricing-item.style-2:hover .pricing-item-feature,
.pricing-item.style-2.active .pricing-item-feature{
    color: #fff;
    background: #ff5903;
}




/* 23 - Forum style
------------------------------------------------------------------------*/
.bbp-search-form{
    position: relative;
    margin-bottom: 80px;
    border: 2px solid #ff5903;  
}

#bbpress-forums #bbp-search-form .hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}

.hidden{
    display: none!important;
}

#bbp_search{
    width: 100%;
    padding: 18px 25px;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
}

#bbp_search_submit{
    position: absolute;
    padding: 0 34px;
    height: 100%;
    outline: none;
    background: url(../images/search-icon.png) center center no-repeat;
    border: 0;
    background-color: #ff5903;
    right: 0;
    top: 0;
    font-size: 0;
}

.bbp-forums{
    overflow: hidden;
    margin-bottom: 80px;
}

.bbp-forums>li{
    list-style: none;
}

#bbpress-forums .bbp-forums li.bbp-header{
    border-bottom: 1px solid #ff5903;
    overflow: hidden;
}

#bbpress-forums li.bbp-header ul>li{
    overflow: hidden;
    font-size: 24px;
    color: #4a4a4a;
    list-style: none;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-family: 'Raleway', sans-serif;
}

.forum>li{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

li.bbp-forum-info{
    width: 40%;
    float: left;
}

li.bbp-forum-topic-count,
li.bbp-forum-reply-count{
    width: 17%;
    float: left;
    text-align: center;
}

li.bbp-forum-freshness{
    width: 26%;
    float: left;
    text-align: center;
}

.bbp-forum-info {
    color: #343434;
}

.bbp-forum-title{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #4a4a4a;
}

#bbpress-forums .bbp-body ul.forum{
    border-bottom: 1px solid #ff5903;
    padding: 13px 0;
    overflow: hidden;
    display: flex;
}

.forum>.bbp-forum-reply-count,
.forum>.bbp-forum-topic-count,
.forum>.bbp-forum-freshness,
.bbp-forum-freshness a{
    font-size: 18px;
    font-weight: 700;
    color: #343434;
}

.bbp-forum-freshness a{
    text-decoration: none;
}

.bbp-topic-meta{
    display: none;
}

#bbpress-forums li.bbp-footer{
    display: none;
}

.bbp-login-form fieldset{
    border: none;
    margin: 0;
    padding: 0;
}

.bbp-login-form{
    border: 1px solid #ff5903;
}

.bbp-login-form legend,
.custom-logon-page>h2{
    background: #ff5903;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.bbp-username,
.bbp-password,
.bbp-submit-wrapper{
    padding: 0 60px;
    display: block;
}

.bbp-username{
    margin-bottom: 40px;
}

.bbp-password{
    margin-bottom: 40px;
}

.bbp-submit-wrapper{
    padding-bottom: 60px;
    overflow: hidden;
}

.bbp-login-form input[type="submit"],
.bbp-login-form  .btn,
.woocommerce .woocommerce-form-login input.button,
.woocommerce .woocommerce-ResetPassword input.button{
    width: 100%;
    background: #33658a;
    border: 2px solid #33658a;
}

.woocommerce .woocommerce-form-login input.button,
.woocommerce .woocommerce-ResetPassword input.button{
    padding: 0.5em 1.375em;
    border-radius: 3em;
    line-height: 1.43;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    overflow: hidden;
    outline: none;
    opacity: 1;
    margin: 40px 0 10px 0;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.bbp-login-form input[type="submit"]:hover,
.bbp-login-form  .btn:hover,
.woocommerce .woocommerce-form-login input.button:hover,
.woocommerce .woocommerce-ResetPassword input.button:hover{
    background: transparent;
    color: #33658a;
}

.woocommerce .woocommerce-form-login input.button:hover,
.woocommerce .woocommerce-ResetPassword input.button:hover{
    padding: 0.5em 1.375em;
    border-radius: 3em;
    font-weight: 400;
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #33658a;
}

.bbp-login-form input[type="text"],
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    width: 100%;
    padding: 10px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #33658a;
    color: #33658a;
    font-weight: 400;
    outline: none;
}

.forum-list li a{
    color: #4a4a4a;
}

/* 24 - Table style
------------------------------------------------------------------------*/
.fs-filter {
    font-size: 18px;
}

.table-fs-area{
    margin-bottom:60px;
    overflow: hidden;
}

.fs-filter span{
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.fs-filter select{
    font-size: 16px;
    color: #4a4a4a;
    cursor: pointer;
    outline: none;
    border: 2px solid #ff5903;
    background: #fdfdfd;
    padding: 14px 15px;
    margin: 0 15px;
}

.fs-right{
    float: right;
}

.fs-left{
    float: left;
}

.table-fs-area .search-form label{
    width: 315px;
}

.table-fs-area .search-form .search-field{
    padding: 12px 20px;
}

.tablepress{
    width: 100%;
    border: none;
}

.tablepress th,
.tablepress td,
.fw-table th,
.fw-table td{
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 14px 15px!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.fw-table table > tbody > tr > td{
    border-top: 1px solid #ff5903;
}

.fw-table table > thead > tr > th, .fw-table table > tbody > tr > th, .fw-table table > tfoot > tr > th, .fw-table table > thead > tr > td, .fw-table table > tbody > tr > td, .fw-table table > tfoot > tr > td{
    line-height: 1.42857143!important;
}

.tablepress td,
.fw-table td{
    font-size: 18px;
    color: #4a4a4a;
}

.tablepress thead>tr>th,
.fw-table thead>tr>th{
    font-size: 24px;
    font-weight: 800;
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
    border: none;
}

.fw-table table > thead > tr > th{
    border-bottom: none!important;
}

.fw-table table {
    border: none;
}

.tablepress tr:hover>td,
.fw-table tr:hover>td{
    background: #ff5903;
    color: #fff;
}

.tablepress-wrapper{
    margin-bottom: 150px;
    overflow: hidden;
}

.tablepress-wrapper:last-of-type{
    margin-bottom: 0;
}

.tbpress-title{
    color: #33658a;
    font-weight: 300;
    margin-bottom: 45px;
}

/* 25 - Coming soon, 404 page
------------------------------------------------------------------------*/
.coming-soon{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #ff5903;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.countdown-container{
    display: flex;
    justify-content: center;
    font-family: 'Raleway', sans-serif;
}

.countdown-box{
    float: left;
    display: block;
    text-align: center;
    padding: 0 3.125em;
    color: #fff;
}

.countdown-box.day .number,
.countdown-box.min .number{
    font-weight: 800;
}

.countdown-box .number{
    font-size: 7.5em;
}

.countdown-box span{
    font-size: 2.25em;
    text-transform: uppercase;
}

.coming-soon-title{
    font-size: 3.75em;
    color: #fff;
    letter-spacing: .201em;
    font-weight: 300;
}

.coming-soon-title span{
    font-weight: 800;
}

.coming-soon .social-profile{
    position: absolute;
    bottom: 45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.coming-soon .social-profile .social-hex:hover{
    color: #ff5903;
    border-color: #fff;
    background: #fff;
}

.coming-soon .social-profile .social-hex:hover:before, .coming-soon .social-profile .social-hex:hover:after{
    background: #fff;
}

.error-page{
    background: #ff5903;
    width: 100%;
    padding: 220px 15px 150px 15px;
    text-align: center;
}

.error-content .error{
    font-size: 21.875em;
    font-family: 'lato', sans-serif;
    display: block;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}

.error-content h3{
    font-weight: 300;
    font-family: 'lato', sans-serif;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.error-content h3>span{
    font-weight: 900;
}

.error-content .btn{
    color: #ff5903;
    padding-right: 40px;
    padding-left: 40px;
    background: #fff!important;
}

/* 26 - Blog Style
------------------------------------------------------------------------*/

.e-blog-post{
    margin-bottom: 80px;
}

.e-blog-post.card-layout{
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
    box-shadow: 1px 0 5px rgba(0,0,0,.15);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.e-blog-post.card-layout:hover{
    -webkit-box-shadow: 25px 0 30px rgba(0,0,0,.07);
    box-shadow: 25px 0 30px rgba(0,0,0,.07);
}

.e-blog-post.card-layout .e-blog-post-des{
    padding: 45px;
}

.e-blog-post-thumb{
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.e-blog-post.card-layout .e-blog-post-thumb{
    margin-bottom: 0;
}

.e-blog-post-thumb img{
    max-width: 100%;
    height: auto;
    display: block;
}

.e-blog-post-title a,
.e-blog-post-title{
    font-weight: 400;
    color: #33658a;
    display: block;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.e-blog-post-title a:hover{
    color: #ff5903;
}

.e-blog-post-meta{
    margin-bottom: 20px;
}

.e-blog-post-meta>span{
    display: inline-block;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    padding-right: 0.8em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    color: #33658a;
    font-family: 'Raleway', sans-serif;
}

.e-blog-post-meta span:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 1em;
    left: -.8em;
    background: #33658a;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.e-blog-post-meta span:first-child{
    padding-left: 0;
    margin-left: 0;
}

.e-blog-post-meta span:first-child:before{
    display: none;
}

.e-blog-post-meta span>a{
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.e-blog-post-meta span>a:hover{
    color: #ff5903;
}

.e-blog-post.tile-layout .e-blog-post-meta span>a:hover{
    color: #33658a;
}

.e-blog-post-more{
    font-size: 14px;
    color: #33658a;
    font-weight: 700;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.e-blog-post-more i{
    margin-left: 5px;
}

.e-blog-post-more:hover{
    color: #ff5903;
}

.blog-g-wrapper.col-3>div:nth-child(3n+4){
    clear: both;
}

.infinityselctor.blog-g-wrapper.col-3>div:nth-child(3n+4){
    clear: inherit;
}

.e-blog-post.card-layout .e-blog-post-thumb{
    position: relative;
}

.e-blog-post.card-layout .e-blog-post-meta-category i,
.e-blog-post.slide-layout .e-blog-post-meta-category i,
.e-blog-post.tile-layout .e-blog-post-meta-category i{
    display: none;
}

.e-blog-post.card-layout .e-blog-post-meta-category a,
.e-blog-post.slide-layout .e-blog-post-meta-category a,
.e-blog-post.tile-layout .e-blog-post-meta-category a{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(51,101,138,.85);
    padding: 0.6em 1.2em;
    display: inline-block;
    color: #fff;
    margin: 2px 1px;
    text-decoration: none!important;
    border-radius: 3px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.e-blog-post.slide-layout .e-blog-post-meta-category{
    margin-bottom: 20px;
    pointer-events: auto;
    display: block;
}

.e-blog-post.slide-layout .e-blog-post-meta-category a{
    font-size: 12px;
}

.e-blog-post.card-layout .e-blog-post-meta-category a:hover,
.e-blog-post.slide-layout .e-blog-post-meta-category a:hover{
    background: rgba(255,89,3,.85);
}

.e-blog-post.tile-layout .e-blog-post-meta span.e-blog-post-meta-category>a:hover{
    color: rgba(255,89,3,.85);
    background: rgba(51,101,138,1);
}

.e-blog-post.tile-layout .e-blog-post-meta-category{
    position: absolute;
    width: 100%;
    top: 30px;
    left: 30px;
}

.e-blog-post.card-layout .e-blog-post-meta-category{
    position: absolute;
    bottom: 3px;
    left: 4px;
}

.e-blog-post.preview-img-right-layout{
    margin-bottom: 40px;
}

.e-blog-post.preview-img-right-layout .e-blog-post-inner{
    display: flex;
    flex-wrap: wrap;
}

.e-blog-post.preview-img-right-layout .e-blog-post-inner>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e-blog-post.preview-img-right-layout .e-blog-post-thumb{
    margin-bottom: 0;
}

.e-blog-post.preview-img-right-layout .e-blog-post-des{
    padding-right: 70px;
}

.e-blog-post-content{
    margin-bottom: 30px;
}

.e-blog-post.preview-img-right-layout .e-blog-post-content,
.gardient-end.e-blog-post-content{
    position: relative;
}



.e-blog-post.preview-img-right-layout .e-blog-post-content:before,
.gardient-end.e-blog-post-content:before{
    content: "";
    position: absolute;
    display: block;
    height: 50%;
    width: 100%;
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,1) 15%,rgba(255,255,255,.5) 100%);
    background: linear-gradient(to top,rgba(255,255,255,1) 15%,rgba(255,255,255,.5) 100%);
    bottom: 0;
    pointer-events: none;
    z-index: 9;
}

.e-blog-post.preview-img-right-layout .e-blog-post-meta-tags{
    display: block;
}

.e-blog-post-meta .e-blog-post-meta-tags{
    padding-left: 0;
    margin-left: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.e-blog-post-meta .e-blog-post-meta-tags:before{
    display: none;
}

.e-blog-post-meta-tags a,
.e-blog-post-meta-tags i{
    display: inline-block;
    color: #343434;
    margin-left: .25em;
}

.e-blog-post-meta .e-blog-post-meta-tags a{
    font-weight: 300;
}

.blog-flat-masonary .e-blog-post{
    margin-bottom: 30px;
}

.e-blog-post.tile-layout{
    position: relative;
    margin-bottom: 0;
}

.e-blog-post.tile-layout .e-blog-post-thumb{
    margin-bottom: 0;
    position: static;
}

.e-blog-post.tile-layout:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    pointer-events: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.e-blog-post.tile-layout:hover:before,
.e-blog-post.tile-layout.tile-layout.style-2:hover:before{
    background: rgba(255,89,3,.85);
}

.e-blog-post.tile-layout .e-blog-post-content{
    display: none;
}

.e-blog-post.classic-layout .e-blog-post-content{
    margin-top: 10px;
}

.e-blog-post.tile-layout .e-blog-post-meta-author{
    pointer-events: auto;
}

.e-blog-post.tile-layout .e-blog-post-meta-author a:hover{
    color: #33658a;
}

.e-blog-post-meta-author a{
    margin-left: 5px;
}

.e-blog-post.tile-layout .e-blog-post-more{
    display: none;
}

.e-blog-post.tile-layout .e-blog-post-des{
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.e-blog-post.tile-layout .e-blog-post-des.bottom{
    justify-content: flex-end;
}

.e-blog-post.tile-layout .e-blog-post-des.bottom .e-blog-post-title a{
    font-weight: 300;
}

.e-blog-post.tile-layout .e-blog-post-title a{
    color: #fff;
    font-weight: 700;
}

.e-blog-post.tile-layout .e-blog-post-meta{
    margin-bottom: 0;
}

.e-blog-post.tile-layout .e-blog-post-meta span{
    color: #fff;
    font-size: 12px;
}

.e-blog-post.tile-layout .e-blog-post-meta span>a{
    color: #fff;
}

.e-blog-post.tile-layout .e-blog-post-meta span:before{
    background: #fff;
}

.e-blog-post.tile-layout.tile-layout.style-2:before{
    background: rgba(0,0,0,0);
}

.e-blog-post.tile-layout.style-2 .e-blog-post-des{
    opacity: 0;
    visibility: hidden;
    padding-bottom: 60px;
    top: -40px;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.e-blog-post.tile-layout.style-2:hover .e-blog-post-des{
    opacity: 1;
    top: 0;
    visibility: visible;
    padding-bottom: 25px; 
}

.e-blog-post.tile-layout.style-3:before{
    background: -webkit-linear-gradient(top, transparent, transparent, rgba(0,0,0,1));
    background: linear-gradient(to bottom, transparent, transparent, rgba(0,0,0,1));
}

.e-blog-post.tile-layout.style-3:hover:before{
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.3), rgba(0,0,0,1));
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.3), rgba(0,0,0,1));
}

.e-blog-post.tile-layout.style-3 .e-blog-post-des{
    text-align: center;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.e-blog-post.tile-layout.style-3 .e-blog-post-title a{
    font-weight: 300;
    color: #ff5903;
}

.e-blog-post.tile-layout .e-blog-post-meta,
.e-blog-post.tile-layout.style-3 .e-blog-post-meta{
    pointer-events: auto;
}

.e-blog-post.tile-layout.style-3 .e-blog-post-meta i{
    color: #fff;
}

.e-blog-post-meta>span{
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.e-blog-post.tile-layout.style-3:hover .e-blog-post-title,
.e-blog-post.tile-layout.style-3:hover .e-blog-post-meta>span{
    margin-bottom: 10px;
}

.e-blog-post.large-layout .e-blog-post-title a{
    font-size: 36px;
    margin-bottom: 5px;
}

.e-blog-post.large-layout .e-blog-post-meta span{
    font-size: 12px;
}

.e-blog-post.large-layout span>a{
    color: #343434;
}

.e-blog-post.large-layout span>a:hover{
    color: #ff5903;
}

.e-blog-post.large-layout span>i{
    color: #ff5903;
}

.e-blog-post.large-layout .e-blog-post-meta-category a{
    text-transform: uppercase;
    font-weight: 700;
}

.e-blog-post.res-layout{
    margin-bottom: 30px;
}

.e-blog-post.res-layout .e-blog-post-des{
    padding: 0 30px;
}

.e-blog-post.res-layout .e-blog-post-thumb{
    margin: 0;
}

.e-blog-post.res-layout .e-blog-post-des-inner{
    background: #fff;
    margin-top: -80px;
    position: relative;
    padding: 30px;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
    box-shadow: 1px 0 5px rgba(0,0,0,.15);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.e-blog-post.res-layout:hover .e-blog-post-des-inner{
    -webkit-box-shadow: 25px 0 30px rgba(0,0,0,.07);
    box-shadow: 25px 0 30px rgba(0,0,0,.07);
}

.e-blog-post.res-layout .e-blog-post-title a, 
.e-blog-post.res-layout .e-blog-post-title{
    font-weight: 700;
    margin-bottom: 0.35em;
}

.e-blog-post.res-layout .e-blog-post-meta{
    margin-bottom: 10px;
}

.e-blog-post.res-layout .e-blog-post-meta>span{
    font-size: 16px;
    font-weight: 700;
}

.e-blog-post.res-layout .e-blog-post-content p{
    color: #33658a;
    margin-bottom: 10px;
}

.e-blog-post.timeline-layout .e-blog-post-thumb{
    margin-bottom: 0;
    position: relative;
}

.e-blog-post.timeline-layout  .e-blog-post-inner{
    margin-bottom: -25px;
}

.e-blog-post.timeline-layout .e-blog-post-thumb:before,
.e-blog-post.timeline-layout .e-blog-post-thumb:after{
    content: "";
    position: absolute;
    width: 28px;
    height: 50%;
    left: 0;
}

.e-blog-post.timeline-layout .e-blog-post-thumb:before{
    top: 0;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
}

.e-blog-post.timeline-layout .e-blog-post-thumb:after{
    bottom: 0;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
}

.e-blog-post.timeline-layout .e-blog-post-des{
    margin: 0 10px 0 22px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
    box-shadow: 1px 0 5px rgba(0,0,0,.15)
        -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

@media only screen and (min-width: 992px){
    .e-timeline .e-timeline-block:nth-of-type(odd) .e-blog-post-des{
        margin: 0 10px 0 22px; 
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-blog-post-des{
        margin: 0 22px 0 10px; 
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-blog-post.timeline-layout .e-blog-post-thumb:before{
        top: 0;
        right: 0;
        left: auto;
        border-right: 12px solid #fff;
        border-left: 0;
        border-bottom: 12px solid transparent;
    }

    .e-timeline .e-timeline-block:nth-of-type(even) .e-blog-post.timeline-layout .e-blog-post-thumb:after{
        bottom: 0;
        right: 0;
        left: auto;
        border-right: 12px solid #fff;
        border-left: 0;
        border-top: 12px solid transparent;
    }
}

.e-blog-post-meta-category:before{
    display: none;
}

.e-blog-post .e-blog-post-meta i{
    margin-right: 3px;
}

.pagination .page-naumber,
.pagination .page-numbers{
    display: inline-block;
    border: 1px solid #ff5903;
    padding: 5px 8px;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1;
    text-decoration: none;
    background: #fff;
    margin-right: 8px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.pagination .page-naumber:hover,
.pagination .page-numbers:hover{
    background: #ff5903;
    font-weight: 900;
    color: #fff;
}

.pagination .page-naumber.current,
.pagination .page-numbers.current{
    background: #ff5903;
    font-weight: 900;
    color: #fff;
}

.pagination .page-naumber.last{
    padding: 5px 16px;
}

.pagination .page-naumber.prev:hover,
.pagination .page-naumber.prev:hover{
    font-weight: 300;
}

.pagination .page-naumber.prev,
.pagination .page-naumber.next{
    border: none;
}

.pagination .page-naumber.prev:hover,
.pagination .page-naumber.next:hover{
    background: #fff;
    color: #ff5903;
}

.pagination .page-naumber.prev{
    padding-left: 0;
    padding-right: 20px;
}

.pagination .page-naumber.next{
    padding-right: 0;
    padding-left: 20px;
}

.e-blog-post.hex-layout .e-blog-post-thumb{
    width: 25%;
    float: left;
}

.e-blog-post.hex-layout iframe{
    width: 100%;
    height: 100%;
}

.e-blog-post.hex-layout .e-blog-post-des{
    display: table;
    margin-left: 30%;
}

.blog-hex{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 80px;
}

.blog-hex2 {
    height: 100%;
    width: 100%;
    top: 0;
    transform: rotate(120deg);
    overflow: hidden;
    visibility: hidden;
    border-radius: 80px;
}

.blog-hex-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 80px;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.blog-hex-in2 {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100%;
    width: 100%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hex-layout.format-video .e-blog-post-thumb:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/play.png)no-repeat;
    background-position: center center;
    z-index: 9;
}

.entry-title{
    font-size: 36px;
    margin-bottom: 5px;
}

.single-post .e-blog-post-meta span{
    font-size: 12px;
}

.entry-content{
    color: #343434;
}

.content-blog-single .entry-content img{
    margin-bottom: 1.87em;
    display: block;
}

@media (min-width: 767px){
    .content-blog-single .entry-content img.left-align{
        float: left;
        margin: 0 1.87em 1.87em 0px;
    }

    .content-blog-single .entry-content img.right-align{
        float: right;
        margin: 0 0 1.87em 1.87em;
    }
}

.content-blog-single .entry-content blockquote{
    font-weight: 700;
    font-style: italic;
    padding: 20px 0 20px 90px;
    border-left: 4px solid #33658a;
    margin: 30px 0;
}

.post-navigation{
    overflow: hidden;
}

.single-post .post-navigation,
.site-content .post-navigation{
    margin: 0 0 80px 0;
  	clear: both;
}

.post-navigation a{
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    height: 40px;
    width: 40px;
    overflow: hidden;
    line-height: 40px;
    padding: 0;
    backface-visibility: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.post-navigation a:hover{
    width: auto;
}

.post-navigation a[rel="prev"]:hover{
    padding-left: 60px;
    padding-right: 20px;
}

.post-navigation a[rel="next"]:hover{
    padding-right: 60px;
    padding-left: 20px;
}

.post-navigation .post-nav-prev:hover{
    padding: 0 45px 0 80px;
}

.post-navigation .post-nav-next:hover{
    padding: 0 80px 0 45px;
}

.post-navigation .post-nav-prev>i,
.post-navigation .post-nav-next>i,
.post-navigation a[rel="prev"]>i,
.post-navigation a[rel="next"]>i{
    display: inline-block;
    background: #ff5903;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
}

.post-navigation .post-nav-prev>i,
.post-navigation a[rel="prev"]>i{
    left: 0;
}

.post-navigation .post-nav-next>i,
.post-navigation a[rel="next"]>i{
    right: 0;
}

.post-nav-prev,
.post-navigation a[rel="prev"]{
    float: left;
    background: #33658a;

}

.post-nav-next,
.post-navigation a[rel="next"]{
    float: right;
    background: #33658a;
}

.post-navigation .meta-nav-previous,
.post-navigation .meta-nav-next{
    display: none;
}

.post-navigation .e-blog-post-title{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: inherit;
}

.post-author{
    overflow: hidden;
    background: #eff7ff;
}

.post-author-img img{
    width: 100%;
    height: auto;
}

.post-author-name,
.post-author-name a{
    font-weight: 800;
    color: #33658a;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.post-author-name:hover,
.post-author-name a:hover{
    color: #ff5903;
}

.post-author-designation{
    color: #ff5903;
}

.post-author-des {
    padding: 18px 0;
}

.post-author-des p{
    margin: 0;
}

.post-author-social{
    margin: 0;
}

.releted-post .e-blog-post-meta span {
    font-size: 10px;
}

.e-comments-title,
.comments-title{
    font-weight: 300;
    color: #ff5903;
    font-family: 'lato', sans-serif;
    margin-bottom: 70px;
}

.e-comments-title i{
    color: #33658a;
    margin-right: 10px;
    display: inline-block;
}

.e-comments-title span{
    color: #33658a;
}

.e-comments-list,
.product-review-list{
    list-style: none;
}

.e-comment-img,
.product-review-img,
.comment-author .avatar,
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
    border: 0!important;
    padding: 0!important;
}

.e-comment-img img,
.product-review-img img{
    width: 100%;
    display: block;
    height: auto;
}

.e-comment-txt,
.product-review-txt{
    display: table;
}

.e-comments-item-author,
.product-review-item-author{
    font-size: 18px;
    color: #33658a;
    font-weight: 700;
    display: inline-block;
    margin-right: 25px;
}

.comment-metadata a{
    font-size: 16px!important;
}

.comment-author .says{
    display: none;
}

.e-comment-date,
.product-review-date,
.comment-metadata a{
    font-size: 18px;
    font-weight: 300;
    color: #ff5903;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.comment-meta{
    margin-bottom: 15px;
}

.comment .reply a{
    font-size: 0;
    position: relative;
    margin-left: 75px;
}

.comment .reply a:before{
    content: "\f0b9";
    font-family: 'IcoFont' !important;
    font-size: 16px;
    color: #343434;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.comment-list,
.comment-list .children,
.comment-list>ol{
    list-style: none;
}

.comment .reply a:hover:before{
    color: #ff5903;
}

.e-comment-date:hover,
.comment-metadata a:hover{
    color: #33658a;
}

.comment-content p{
    margin-bottom: 15px;
}

.comment-meta{
    margin-bottom: 10px;
}

.e-comment-content{
    margin-bottom: 10px;
}

.e-comment-reply a{
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.e-comment-reply a:hover{
    color: #ff5903;
}

.e-comment-item,
.product-review-item,
.comment-body{
    background: #eff7ff;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.e-comments-list .e-comments-list,
.comment  .children{
    padding-left: 50px;
}

.e-blog-post-social-share{
    position: absolute;
    height: 100%;
    top: 0;
    list-style: none;
    right: 0;
    margin: 0;
}

.e-blog-post-social-share.horizontal{
    position: absolute;
    height: auto;
    width: 100%;
    list-style: none;
    top: auto;
    right: 0;
    bottom: 0;
    display: flex;
}

.e-blog-post-social-share.horizontal .e-blog-post-social-share-item{
    display: inline-block;
    border-bottom: 0;
    flex-grow: 1;

}

.e-blog-post-social-share.horizontal .e-blog-post-social-share-item a{
    padding: 0.9em 0;
}

.e-blog-post-social-share.dark-layer-hover .e-blog-post-social-share-item a{
    position: relative;
}

.e-blog-post-social-share.dark-layer-hover .e-blog-post-social-share-item a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.15);
    top: 0;
    left: 0;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.e-blog-post-social-share.dark-layer-hover .e-blog-post-social-share-item a:hover:before{
    height: 100%;
}

.e-blog-post-social-share .fb,
.e-blog-post-social-share .fb:hover{
    background: #4867AA;
}

.e-blog-post-social-share .g-plus,
.e-blog-post-social-share .g-plus:hover{
    background: #DB4437;
}

.e-blog-post-social-share .twitter,
.e-blog-post-social-share .twitter:hover{
    background: #1DA1F2;
}

.e-blog-post-social-share .pinterest,
.e-blog-post-social-share .pinterest:hover{
    background: #BD081C;
}

.e-blog-post-social-share-item {
    height: 25%;
    background: #ff5903;
    border-bottom: 1px solid #fff;

}

.e-blog-post-social-share-item:last-child{
    border-bottom: 0;
}

.e-blog-post-social-share-item a{
    display: block;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 0 2em;
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.e-blog-post-social-share-item a>i{
    font-size: 36px;
    margin-bottom: 2px;
    position: relative;
}

.e-blog-post-social-share.horizontal .e-blog-post-social-share-item a>i{
    font-size: 24px;
}

.e-blog-post-social-share-item a>span{
    font-size: 14px;
    position: relative;
    font-weight: 700;
}

.e-blog-post-social-share-item a:hover{
    background: #33658a;
}

.product{
    margin-bottom: 70px;
}

.product .product-name{
    font-weight: 300;
}

.blog-slider-container .swiper-slide img{
    width: 100%;
    height: auto;
    display: block;
}

.blog-slider-thumb-item{
    position: relative;
    cursor: pointer;
}

.slider-t-lable{
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255,89,3,.9);
    text-align: center;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slider-t-lable span{
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.slider-t-lable span:before{
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(255,89,3,.9);
    border-left: 6px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -12px;
}

.blog-slider-thumb-item:hover .slider-t-lable,
.swiper-slide-active .slider-t-lable{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.e-blog-post.slide-layout .e-blog-post-thumb{
    margin-bottom: 0;
}

.blog-slider-wrapper{
    position: relative;
}

@media (max-width: 1600px) and (min-width: 1200px){
    .blog-slider-wrapper{
        height: 100vh;
    }
}

.blog-slider-thumb-wrapper{
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

@media (min-width: 0px){
    .blog-slider-thumb-wrapper{
        width: 100%;
    }
}

@media (min-width: 768px){
    .blog-slider-thumb-wrapper{
        width: 750px;
    }
}

@media (min-width: 992px){
    .blog-slider-thumb-wrapper{
        width: 970px;
    }
}

@media (min-width: 1200px){
    .blog-slider-thumb-wrapper{
        width: 1170px;
    }
}

.blog-slider-container .swiper-slide .e-blog-post{
    position: relative;
    margin-bottom: 0;
}

.e-blog-post.slide-layout{
    position: relative;
}

.e-blog-post.slide-layout:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(bottom, rgba(51,101,138,1), rgba(255,64,64,1));
    background: linear-gradient(to top, rgba(51,101,138,1), rgba(255,64,64,1));
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
}

.e-blog-post.slide-layout .e-blog-post-des-inner{
    position: relative;
    padding: 0 70px;
    z-index: 99;
}

.e-blog-post.slide-layout .e-blog-post-des{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    pointer-events: none;
}

.e-blog-post.slide-layout .e-blog-post-title a{
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    pointer-events: auto;
}

.e-blog-post.slide-layout .e-blog-post-meta{
    pointer-events: auto;
}

.e-blog-post.slide-layout .e-blog-post-meta span{
    font-size: 24px;
    color: #fff;
}

.blog-catagory-title{
    overflow: hidden;
}

@media (min-width: 768px){
    .blog-catagory-title-left{
        text-align: left;
    }

    .blog-catagory-title-right{
        text-align: right;
    }
}


/* 27 - Shop Style
------------------------------------------------------------------------*/
.product-list{
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product-list-m-h .product-list{
    margin-bottom: 15px;
}

.product-list.shadow:hover{
    -webkit-box-shadow: 25px 0px 30px rgba(0,0,0,.07);
    box-shadow: 25px 0px 30px rgba(0,0,0,.07);
}

.product-preview{
    overflow: hidden;
}

.product-preview img{
    width: 100%;
    height: auto;
    display: block;
}

.product-list-content{
    text-align: center;
    padding: 30px;
}

.product-title a{
    font-size: 18px;
    font-weight: 300;
    color: #343434;
    line-height: 1.3;
    margin-bottom: 5px;
    display: block;
}

.product-title a:hover{
    color: #ff5903;
}

.product-list-content .brand{
    display: block;
    font-size: 14px;
    color: #343434;
}

.product-list-content .brand:hover{
    color: #ff5903;
}

.product-list-content .price {
    margin: 0 0 30px 0;
    display: block;
}

.product-list-content .price .main-price,
.woocommerce-Price-amount{
    font-size: 36px;
    color: #33658a;
    font-weight: 900;
    display: inline-block;
}

del .woocommerce-Price-amount{
    font-weight: 700;
    font-size: 18px;
    color: #343434;
    display: inline-block;
    margin-right: 15px;
    text-decoration: line-through;
}

.product-list-content .price .compare-price{
    font-weight: 700;
    font-size: 18px;
    color: #343434;
    display: inline-block;
    margin-right: 15px;
    text-decoration: line-through;
}

.product-cart-btn a,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    display: inline-block;
    background-color: #ff5903;
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 0px 15px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product-cart-btn a:before{
    content: "";
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.07);
    top: 0;
    border-radius: inherit;
    left: 0;
    height: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; 
}

.product-cart-btn a:hover:before{
    height: 100%;
}

.product-cart-btn-label{
    position: relative;
}

.product-cart-btn a i{
    font-size: 16px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-right: 1px solid #ff8e54;
}

.product-flash{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background: #ff5903;
    color: #fff;
    pointer-events: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 22px;
}

.product-list.style-2 .product-flash{
    width: 52px;
    height: 52px;
    border-radius: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 52px;
    padding: 0;
    right: 0px;
    top: 0px;
}

.product-list.style-2 .product-list-content-top,
.product-list.style-2 .product-list-content-bottom-top{
    display: flex;
    flex-grow: 1;
}

.product-list.style-2 .product-list-content-bottom-top>div{
    flex-grow: 1;
}

.product-list.style-2 .product-list-content-top{
    padding: 18px;
    border-top: 1px solid #ececec;
}

.product-list.style-2 .product-list-content-bottom{
    padding: 18px;
    border-top: 1px solid #ececec;
}

.product-content-size h4,
.product-content-color h4{
    font-size: 12px;
    font-weight: 900;
    color: #33658a;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
}

.product-content-color{
    text-align: right;
}

.product-content-size ul,
.product-content-color ul{
    margin: 0;
}

.product-content-size ul>li,
.product-content-color ul>li{
    display: inline-block;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    color: #343434;
    text-transform: uppercase;
}

.product-content-size ul>li{
    padding-right: 2px;
}

.product-content-color ul>li{
    width: 12px;
    height: 4px;
    margin-left: 3px;
}

.product-content-color ul>li.yellow{
    background: #ff5903;
}

.product-content-color ul>li.blue{
    background: #33658a;
}

.product-content-color ul>li.white{
    background: #fff;
    border: 1px solid #000;
}

.product-content-color ul>li.black{
    background: #000;
}

.product-list.style-2 .product-name{
    flex-grow: 3;
}

.product-list.style-2 .price{
    flex-grow: 1;
    margin-left: 15px;
    margin-bottom: 0;
    text-align: right;
}

.product-list.style-2 .price .main-price{
    font-size: 24px;
}

.product-list.style-2 .price .compare-price{
    font-size: 16px;
    margin-right: 8px;
}

.product-list.style-2 .product-list-content{
    text-align: inherit;
    padding: 0;
}

.shop-sec-title{
    font-size: 36px;
    font-weight: 300;
    color: #656565;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.product-list .rating-star{
    display: inline-block;
    margin-bottom: 0;
}

.rating-star-area{
    height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

.nstSlider{
    background: #fff;
    width: 100%;
    height: 3px;
    background: #e2e2e2;
}

.nstSlider .bar{
    background: transparent;
    display: none;
}

.nstSlider .leftGrip, .nstSlider .rightGrip{
    width: 25px;
    height: 7px;
    background-color: transparent;
    background: url(../images/price-range-btn.png)no-repeat;
    background-position: center;
    border-radius: 0;
    top: -2px;
}

.price-l-left,
.price-l-right{
    font-size: 12px;
    font-weight: 700;
    color: #5d5d5d;
    margin: 5px 0 0 0;
}

.price-l-left{
    float: left;
    padding-left: 8px;
}

.price-l-right{
    float: right;
    padding-right: 8px;
}

.ecommerce-filter-item{
    margin-bottom: 25px;
    overflow: hidden;
}

.color-filter-item,
.product-size-item{
    width: 50px;
    height: 50px;
    float: left;
    display: block;
    margin: 0 12.5px;
    margin-bottom: 25px;
    cursor: pointer;
}

.color-filter-item.black{
    background: #3a3a3a;
}

.color-filter-item.white{
    background: #fff;
    border: 2px solid #bebebe;
}

.color-filter-item.blue{
    background: #33658a;
}

.color-filter-item.yellow{
    background: #ff5903;
}

.product-filter-items,
.product-size-items{
    margin: 0 -12.5px;
}

.product-size-item{
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #fff;
    background: #bebebe;
    border: 2px solid #bebebe;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.product-size-item:hover{
    background: #3a3a3a;
}

.ecommerce-top-product{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

.ecommerce-top-product .product-preview{
    width: 35%;
    float: left;
}

.f-widget .ecommerce-top-product .product-preview {
    width: 60px;
}

.f-widget .contact-box .title{
    color: #fff;
}

.f-widget .contact-box h4{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}

.f-widget .ecommerce-top-product .product-title a,
.f-widget .ecommerce-top-product .rating-star i{
    color: #fff;
    font-size: 10px;
}

.f-widget .ecommerce-top-product .reviewer{
    display: block;
    color: #fff;
}

.f-widget .ecommerce-top-product .product-meta{
    display: table;
    min-height: auto;
    margin-left: 70px;
}

.ecommerce-top-product .product-meta{
    margin-left: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
}

.ecommerce-top-product .rating-star{
    margin-bottom: 0;
}

.ecommerce-top-product .product-title a,
.product_list_widget .product-title{
    font-size: 16px;
    font-weight: 700;
    color: #33658a;
}

.product_list_widget .woocommerce-Price-amount{
    font-size: 16px;
    margin-right: 5px;
}

.product_list_widget  del .woocommerce-Price-amount{
    font-size: 12px;
}

.ecommerce-top-product .product-title a:hover,
.product_list_widget .product-title:hover{
    color: #ff5903;
}

.ecommerce-top-product .reviewer{
    font-size: 12px;
    color: #33658a;
}

.product-sort-area p{
    font-size: 18px;
    font-weight: 400;
    color: #6e6e6e;
    float: left;
}

.ecommerce-ordering{
    float: right;
    position: relative;
}

.product-sort,
.woocommerce .woocommerce-ordering select{
    font-size: 16px;
    font-weight: 400;
    color: #33658a;
    cursor: pointer;
    outline: none;
    border: 2px solid #33658a;
    background: transparent;
    padding: 14px 35px 14px 20px;
    margin: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.ecommerce-ordering:before,
.woocommerce-ordering:before{
    content: "\eb89";
    position: absolute;
    top: 50%;
    font-size: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-family: 'IcoFont'!important;
    text-align: center;
}

.product-sort-area{
    margin-bottom: 35px;
    overflow: hidden;
}

.product .product-preview{
    width: 40%;
    float: left;
    margin-bottom: 60px;
}

.product-summary{
    width: 60%;
    float: left;
    padding-left: 25px;
    margin-bottom: 60px;
}

.product .product-review .rating-star{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.product .product-review a{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    color: #343434;
}

.product .product-review a:hover{
    color: #ff5903;
}

.product .description{
    margin: 1.875em 0;
}

.product .price{
    font-size: 36px;
    color: #33658a;
    margin-bottom: 10px;
}

.product-selection-area span{
    font-size: 16px;
    font-weight: 900;
    color: #ff5903;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.product-selection-area select{
    font-size: 16px;
    font-weight: 400;
    color: #33658a;
    cursor: pointer;
    outline: none;
    border: 1px solid #ff5903;
    background: transparent;
    padding: 12px 90px 12px 10px;
    margin: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.product-selection-area .quantity select{
    padding: 12px 40px 12px 10px;
}

.product-selection-area label{
    position: relative;
    margin-bottom: 30px;
    margin-right: 30px;
    display: inline-block;
}

.product-selection-area label:before{
    content: "\eb89";
    position: absolute;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-family: 'IcoFont'!important;
    text-align: center;
}

.product-selection-area .btn{
    padding: 12px 94px;
}

.product-des-tab{
    clear: both;
}

.product-des-tab.nav-tabs>li{
    width: 50%;
    text-align: center;
}

.product-des-tab-content strong{
    text-transform: uppercase;
    display: block;
}

.product-des-tab-content p>span{
    color: #ff5903;
    font-weight: 700;
}

.product-des-tab-content>.tab-pane{
    padding-top: 35px;
}

.cart-list .ecommerce-top-product{
    margin-bottom: 0;
}

.cart-list .total{
    overflow: hidden;
    padding: 15px;
}

.cart-list .ecommerce-top-product .product-meta{
    min-height: 0;
    margin-left: 15px;
}

.cart-list>li{
    display: block;
}

.cart-list .ecommerce-top-product .product-title a{
    font-size: 12px;
}

.cart-list .ecommerce-top-product .price{
    color: #33658a;
    font-size: 12px;
}

.shop-product-slider{
    background: #f5fafe;
    padding: 240px 0 170px 0;
}

.shop-product-slider .carousel-inner .item{
    height: auto;
}

.product-slider-caption h2{
    font-size: 72px;
    font-weight: 800;
    color: #656565;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.product-slider-caption h3{
    font-weight: 800;
    text-transform: uppercase;
    color: #656565;
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.product-slide-btn,
.product-slider-img{
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.product-slider-caption{
    margin-bottom: 30px;
}

.shop-product-slider .carousel-control.right,
.shop-product-slider .carousel-control.left{
    color: #656565;
}

.shop-product-slider .carousel-control.left{
    left: -80px;
}

.shop-product-slider .carousel-control.right{
    right: -80px;
}

.item.active .product-slider-caption h2,
.item.active .product-slider-caption h3,
.item.active .product-slide-btn,
.item.active .product-slider-img{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.item.active .product-slider-caption h2,
.product-slider-img{
    transition-delay: .35s;
}

.item.active .product-slider-caption h3{
    transition-delay: .45s;
}

.item.active .product-slide-btn{
    transition-delay: .55s;
}

.shop-product-slider .carousel-inner .item{
    -webkit-transition: opacity .8s ease-in-out, transform .8s .3s ease-in-out;
    transition: opacity .8s ease-in-out, transform .8s .3s ease-in-out;
}

.shop-product-slider .carousel-inner>.item.active,
.shop-product-slider .next,
.shop-product-slider .prev {
    opacity: 1;
}

.shop-product-slider .carousel-inner .item,
.shop-product-slider .carousel-inner .item.active.left,
.shop-product-slider .carousel-inner .item.active.right{
    opacity: 0;
}

.product-catagory-title{
    border-top: 2px solid #ececec;
}

.product-catagorie{
    margin-bottom: 30px;
}

.product-catagory-title h3{
    font-size: 24px;
    color: #656565;
    text-align: center;
    padding: 30px 15px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.product-catagory-title h3>span{
    margin-left: 10px;
}

.catagory-preview{
    position: relative;
}

.catagory-preview:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(51,101,138,.5);
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-catagory-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(.8);
    transform: translate(-50%,-50%) scale(.8);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.product-catagory-btn span{
    color: #fff;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    padding: 0.5em 2.375em;
    border-radius: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
    overflow: hidden;
    outline: none;
    opacity: 1;
    display: inline-block;
    font-size: 16px;
}

.product-catagorie-anchor{
    display: block;
}

.product-catagorie-anchor:hover .catagory-preview:before{
    opacity: 1;
}

.product-catagorie-anchor:hover .product-catagory-btn{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

.product-catagorie-anchor:hover .product-catagory-title h3{
    color: #33658a;
    font-weight: 900;
}

.product-list.style-2 .product-list-content-bottom .product-cart-btn{
    padding-top: 25px;
}

.product-list.style-2{
    overflow: hidden;
}

.product-preview,
.product-list-content-top,
.product-preview img{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-list-content-bottom{
    height: 140px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -140px;
    backface-visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-list.style-2:hover{
    -webkit-box-shadow: 1px 0px 5px rgba(0,0,0,.15);
    box-shadow: 1px 0px 5px rgba(0,0,0,.15);
}

.product-list.style-2:hover .product-list-content-bottom{
    bottom: 0;
}

.product-list.style-2:hover .product-list-content-top,
.product-list.style-2:hover .product-preview{
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
}

.product-list.style-2:hover .product-preview img{
    transform: translateY(70px);
}

@media (min-width: 481px) and (max-width: 768px){
    .sale-product .shop-wrapper>div:nth-child(2n+3){
        clear: both;
    }
}

@media (min-width: 768px)and (max-width: 991px){
    .sale-product .shop-wrapper>div:nth-child(3n+4){
        clear: both;
    }
}

@media (min-width: 992px){
    .sale-product .shop-wrapper>div:nth-child(4n+5){
        clear: both;
    }
}

.shop-banner-content{
    color: #656565;
}

.shop-banner{
    height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.shop-banner-content h2{
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.shop-banner-btn{
    margin-top: 30px;
}

.shop-banner-content h3{
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
}

.payment-delivery-item .title{
    font-weight: 300;
    color: #33658a;
    margin-bottom: 0.41666em;
}

.payment-delivery-secrvice ul{
    padding-left: 15px;
    list-style-image: url(../images/dot.jpg);
}

.payment-delivery-secrvice ul>li{
    font-size: 14px;
    font-weight: 700;
    color: #33658a;
    text-transform: uppercase;
    margin-bottom: 0.6428em;
}

.payment-delivery-secrvice ul>li>span{
    font-weight: 300;
    text-transform: initial;
}

.payment-delivery-secrvice .title{
    margin-bottom: 1em;
}

.payment-delivery-secrvice .payment-way i{
    display: inline-block;
    font-size: 30px;
    color: #ff5903;
    margin-right: .6em;
    line-height: 1;
}


/* 28 - Demo Page Style
----------------------------------------------------------------------------------------------------*/
.demo-banner{
    position: relative;
    width: 100%;
    padding: 150px 0;
    overflow: hidden;
    display: block;
    background: url(../images/banner/img11.jpg);
    background-size: cover;
    background-position: center;
}

.demo-banner-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.demo-banner-content .demo-slogan{
    padding: 1.8em 0;
    color: #fff;
    font-weight: 300;
    max-width: 599px;
    text-align: center;
    letter-spacing: 4px;

    line-height: 26px;
}
.demo-banner-content .demo-slogan span{
    color: #ff742d;
    font-weight: 800; 
}

.demo-landing-page .btn{
    font-size: 18px;
    margin: 0 4px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 1.1em 20px;
}

@media (min-width: 480px){
    .demo-landing-page .btn{

        min-width: 200px;
        max-width: 262px;
        width: 220px;
    }
}

.demo-landing-page .section-title{
    padding-bottom: 0;
}

.intro-para{
    text-align: center;
    font-size: 25px;
    padding-top: 80px;
}

span.xxxl-big {
    font-size: 35px;
    color: #ff5903 ;
}

.demo-landing-page .section-title:before{
    display: none;
}

.demo-showcase-item{
    overflow: hidden;
    margin-bottom: 30px;
}

.demo-item-preview{
    height: 340px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.demo-item-preview img{
    width: 100%;
    display: block;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: 3.5s ease;
    transition: 3.5s ease;
}

.demo-showcase-item:hover img{
    margin-top: 340px;
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
}

.demo-showcase-item.animate-off:hover img{
    margin-top: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.demo-item-btn{
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #ff5903;
    border: 1px solid #dfdfdf;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    padding: 1.8em 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.demo-item-btn:hover{
    background: #ff5903;
    color: #fff;
}

.demo-showcase-item.coming{
    pointer-events: none;
}

.demo-showcase-item.coming .demo-item-preview{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.demo-item-preview i{
    font-size: 48px;
    color: #ff5903;
}

.compatibility-item{
    overflow: hidden;
    margin-bottom: 50px;
}

.compatibility-wrapper>div:nth-child(4){
    clear: both;
}

.compatibility-item img{
    margin-bottom: 15px;
}

.demo-c-to-a-1{
    background: #f0f0f0;
}

.demo-c-to-a-1-content h2{
    font-weight: 400;
    color: #33658a;
    margin-bottom: 20px;
}

.dctoa-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.dctoa-wrapper>div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.dctoa-wrapper img{
    width: 100%;
    display: block;
}

.demo-layout{
    overflow: hidden;
    text-align: center;
    margin-bottom: 35px;
}

.demo-layout img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.demo-layout span{
    font-size: 16px;
    font-weight: 900;
    color: #33658a;
    text-transform: uppercase;
}

@media (max-width: 767px){
    .demo-layouts-wrapper>div:nth-child(2n+3){
        clear: both;
    }
}

.demo-support{
    display: flex;
}

.demo-support-item{
    background: #ff5903;
    flex-grow: 1;
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 3.2em 2em;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.demo-support-item:hover{
    background: #ff8343;
}

.demo-support-item a{
    color: #fff;
}

.demo-support-item i{
    font-size: 62px;
    margin-bottom: 0.25em;
    display: block;
}

.demo-support-item p{
    margin-bottom: 0;
}

.demo-c-to-a-2{
    background: url(../images/sec-bg/img17.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.ctoa-2-content{
    position: relative;
    text-align: center;
    color: #fff;
}

.ctoa-2-content>h1{
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

.ctoa-2-content>p{
    font-size: 36px;
    font-weight: 300;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    font-style: italic;
}

.ctoa-2-content>span{
    font-size: 60px;
    font-weight: 900;
    display: block;
    font-style: italic;
    line-height: 1;
    margin-bottom: 25px;
}

.ctoa-2-content .btn{
    font-size: 20px;
}

.ctoa-2-preview{
    position: relative;
}

.ctoa-2-preview img{
    display: block;
    width: 100%;
    height: auto;
}

.pages-mesonary{
    max-width: 1800px;
    margin: 0 auto;
    width: 100%;
}

.pages-mesonary .mesonary-item{
    margin-bottom: 30px;
    overflow: visible;
}

.page-item{
    overflow: hidden;
    display: block;
}

.shadow.page-item {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: visible;
}

.shadow.page-item:hover {
    box-shadow: none;
}

.page-item img{
    max-width: 100%;
    height: auto;
    display: block;
}

.pages-mesonary-sec{
    background: rgba(245, 250, 254, 0.3);
}

/* 29 - Agency Style
----------------------------------------------------------------------------------------------------*/
.agency-banner-content{
    color: #fff;
}

.agency-banner-content h1{
    font-size: 78px;
    font-weight: 900;
}

.agency-banner-content .btn{
    font-weight: 700;
    background: #fff;
    border-color: #fff;
    color: #33658a;
    font-family: 'lato', sans-serif;
}

.agency-banner-content .btn:hover{
    background: #ff5903;
    border-color: #ff5903;
    color: #fff;
}

.what-we-do{
    background: #fbfcfc;
}

.our-feature-img img{
    display: inline-block;
}

.our-feature-item{
    margin-bottom: 50px;
}

.our-feature-item i{
    font-size: 48px;
    color: #ff5903;
    display: block;
    margin-bottom: 5px;
}

.our-feature-item h4{
    color: #33658a;
    margin-bottom: 5px;
}


/* 30 - App Landing Style
----------------------------------------------------------------------------------------------------*/
.app-landing-banner{
    padding: 185px 0 105px 0; 
}

.app-landing-banner-content{
    color: #fff;
}

.app-landing-banner-content h2{
    margin-bottom: 20px;
}

.appstore-btn{
    margin-right: 30px;
    display: inline-block;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.appstore-btn:hover{
    opacity: .75;
}

.appstore-btn img{
    max-width: 100%;
    display: block;
    height: auto;
}

.app-c-to-a-content{
    color: #fff;
}

.app-c-to-a-content h2{
    margin-bottom: 10px;
}

.app-c-to-a-btn{
    text-align: right;
}

.app-service-item{
    overflow: hidden;
}

.app-preview img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.app-service-icon-area{
    display: table;
    float: left;
    margin-right: 30px;
}

.app-service-icon{
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #ff5903;
    color: #ff5903;
    font-size: 34px;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.app-service-icon i{
    position: relative;
}

.app-service-icon:before{
    content: "";
    position: absolute;
    background: #ff5903;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center 0;
    -webkit-transition: .3s ease-in-out;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.6s ease 0s, opacity 0.35s ease 0s; 
}

.app-service-item:hover .app-service-icon:before{
    transform: scaleX(1);
    transform-origin: left center 0;
    opacity: 1;
    transition: transform 0.3s ease-in-out;
}

.app-service-item:hover .app-service-icon{
    color: #fff;
}

.app-service-des{
    display: table;
    color: #33658a;
}

.app-service-des h3{
    font-weight: 300;
    margin-bottom: 10px;
    color: #33658a;
}

.app-service-des p{
    margin-bottom: 0;
}

.app-slide{
    position: relative;
    text-align: center;
}

.app-slide-2{
    height:340px;
    cursor: ew-resize;
}

.app-slide:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/content-img/img27.png) center top no-repeat;
    width: 309px;
    height: 628px;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.app-slide-2 .app-screenshot{
    position: relative;
}

.app-slide-2 .app-screenshot:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    top: 0;
    left: 0;
}

.app-slide-2 .swiper-slide-prev .app-screenshot:before,
.app-slide-2 .swiper-slide-next .app-screenshot:before{
    background: rgba(255,255,255,.35);
}

.app-slide-2 .swiper-slide-active .app-screenshot:before{
    background: rgba(255,255,255,.0);
}

.app-slide-2 .swiper-button-next, 
.app-slide-2 .swiper-button-prev{
    font-size: 36px;
    color: #343434;
}

.app-slide-3 .app-screenshot{
    padding: 40px;
}

.app-slide-3.no-padding .app-screenshot{
    padding: 0px;
}

.no-dot .owl-dots{
    display: none!important;
}

@media (min-width:768px){
    .app-slide-3 {
        width: 90%;
        margin: 0 auto;
    }
}

.app-slide-3 .app-screenshot img{
    -webkit-box-shadow: 0 25px 30px rgba(0,0,0,.06);
    box-shadow: 0 25px 30px rgba(0,0,0,.06);
}

.app-slide-wrapper{
    padding: 75px 0;
    overflow: hidden;
}

.app-slide-wrapper.no-padding{
    padding: 0;
}

.app-slide-wrapper img{
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.app-slide-wrapper{
    text-align: center;
}

.app-text-container{
    padding: 10% 14%;
}

.app-point{
    list-style: none;
}

.app-point.left{
    float: left;
}

.app-point.right{
    float: right;
}

.app-point li{
    font-size: 18px;
}

.app-point li:before{
    content: "\eb51";
    font-family: 'IcoFont'!important;
    color: #ff5903;
    margin-right: 5px;
}

.app-counter{
    display: flex;
}

.app-counter .counter-item{
    width: auto;
    color: #33658a;
    flex-grow: 1;
    text-align: left;
}

.app-counter .counter-item span{
    font-size: 36px;
}

.app-counter .counter-item h4{
    font-size: 16px;
}

.app-video{
    display: block;
    position: relative;
}

.app-video:after{
    content: "\ed52";
    position: absolute;
    font-family: 'IcoFont'!important;
    color: #fff;
    font-size: 60px;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.app-feature-item{
    margin-bottom: 30px;
}

.app-feature-item:last-child{
    margin-bottom: 0;
}

.app-feature-item i{
    font-size: 36px;
    color: #ff5903;
    display: block;
    margin-bottom: 10px;
}

.app-feature-item h4{
    font-weight: 700;
    color: #33658a;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.app-feature-item.white,
.app-feature-item.white i,
.app-feature-item.white h4{
    color: #fff;
}

.app-feature-img img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.app-layer-preview .img1{
    position: absolute;
    right: 100px;
    bottom: 330px;
}

.app-layers{
    position: static;
}

.app-layer-preview .img2{
    position: absolute;
    right: 0;
    bottom: 60px;
}

.app-feature-items-wrapper{
    position: relative;
}

.app-landing-banner.app-banner-2{
    padding: 370px 0 300px 0;
}

.app-banner-3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.app-banner-3 .app-preview{
    transform: translateY(100px);
}

.left-p-item,
.right-p-item{
    width: 100%;
    height: 100%;
    position: relative;
}

@media (min-width: 768px){
    .left-p-item .app-feature-item:nth-child(1){
        top: -20px;
        right: -100px;
    }

    .left-p-item .app-feature-item:nth-child(2){
        top: 90%;
        right: 0;
    }

    .right-p-item .app-feature-item:nth-child(1){
        top: -20px;
        left: 0;
    }

    .right-p-item .app-feature-item:nth-child(2){
        top: 90%;
        left: -100px;
    }

    .left-p-item .app-feature-item,
    .right-p-item .app-feature-item{
        position: absolute;
        max-width: 270px;
    }

    .app-feature-style-2{
        padding-bottom: 120px;
    }
}

.app-faq{
    color: #fff;
}

.app-faq .text-container-title h2{
    color: #fff;
}

.text-container-title.res-style{
    color: #33658a;
    padding-bottom: 30px;
}

.text-container-title.res-style:before{
    width: 100%;
    height: 12px;
    left: 0;
    bottom: 0;
    background: url(../images/line3.png) no-repeat;
    border-radius: 0;
}

.iScrollIndicator{
    display: none!important;
}

.fp-scrollable{
    overflow: visible;
}

.fp-responsive .fp-scrollable{
    height: auto!important;
}

.fp-responsive .sec-scroll-sec{
    padding: 3.5em 0!important;
}

.fp-responsive .sec-scroll-sec:first-child{
    padding-top: 8em!important;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-transition: .2s;
    transition: .2s;
}

#fp-nav ul li a, .fp-slidesNav ul li a{
    -webkit-transition: .2s;
    transition: .2s;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    margin: -2px 0 0 -2px;
}

#fp-nav ul li a.active,
.fp-slidesNav ul li a.active{
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 13px;
    display: block;
    margin-left: -17px; 
}

#fp-nav ul li a.active:before,
.fp-slidesNav ul li a.active:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 21px;
    -webkit-transition: .2s;
    transition: .2s;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -4px;
}

/* 31 - Restaurent Style
----------------------------------------------------------------------------------------------------*/
.restaurent-slider .carousel-inner .item{
    height: 100vh;
}

.restaurent-banner-content h1{
    font-size: 72px;
    font-weight: 700;
    margin-bottom: .2em;
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.restaurent-banner-content p{
    color: #fff;
    font-size: 24px;
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.restaurent-banner-content .btn{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    background: #33658a;
    border-color: #33658a;
}

.restaurent-banner-content .r-banner-btn{
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
}

.restaurent-banner-content .btn:hover{
    color: #ff5903;
    background: #fff;
    border-color: #fff;
}

.item.active .restaurent-banner-content h1,
.item.active .restaurent-banner-content p{
    opacity: 1;
    transform: translateY(0);
}

.item.active .restaurent-banner-content h1{
    transition-delay: .1s;
}

.item.active .restaurent-banner-content p{
    transition-delay: .25s;
}

.item.active .restaurent-banner-content .r-banner-btn{
    transition-delay: .5s;
    opacity: 1;
    transform: scale(1);
}

.food-menu-item{
    position: relative;
    overflow: hidden;
}

.f-m-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff5903;
    opacity: .9;
    z-index: 1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center 0;
    -webkit-transition: .3s ease-in-out;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.6s ease 0s, opacity 0.35s ease 0s;
}

.food-menu-item:hover .f-m-overlay{
    transform: scaleX(1);
    transform-origin: left center 0;
    transition: transform 0.3s ease-in-out;
}

.food-menu-detail{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.food-menu-detail-inner{
    position: relative;
}

.food-menu-detail{
    color: #fff;
    text-align: center;
}

.food-menu-detail h3{
    margin-bottom: 0.4em;
    font-weight: 400;
    opacity: 0;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.food-menu-detail p{
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.food-menu-detail a{
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #33658a;
    font-family: 'Lobster Two', cursive;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.food-menu-detail a:hover{
    color: #fff;
}

.food-menu-btn{
    opacity: 0;
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.food-menu-item:hover .food-menu-detail h3,
.food-menu-item:hover .food-menu-detail p,
.food-menu-item:hover .food-menu-detail .food-menu-btn{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.food-menu-item:hover .food-menu-detail h3{
    transition-delay: .1s;
}

.food-menu-item:hover .food-menu-detail p{
    transition-delay: .2s;
}

.food-menu-item:hover .food-menu-detail .food-menu-btn{
    transition-delay: .3s;
}

.food-menu-slide .owl-prev, .food-menu-slide .owl-next{
    color: #fff;
}

.food-menu-slide .owl-dots{
    text-align: center;
    margin-top: 30px;
}

.food-menu-slide .owl-dot{
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background: #ff5903;
    border-radius: 100%;
    margin: 0 5px; 
}

.food-menu-slide .owl-dot.active{
    width: 13px;
    height: 13px;
}

.food-menu-categories{
    display: flex;
    background: transparent;
    border: none;
    margin-bottom: 40px;
}

.food-menu-categories.nav-tabs>li{
    flex-grow: 1;
    text-align: center;
}

.food-menu-categories.nav-tabs>li>a{
    border: none;   
    background: transparent;
    padding: 0;
}

.food-menu-categories.nav-tabs>li.active>a, 
.food-menu-categories.nav-tabs>li.active>a:focus, 
.food-menu-categories.nav-tabs>li.active>a:hover{
    background: transparent;
    border: none;
}

.food-menu-category{
    padding-bottom: 30px;
    position: relative;
}

.food-menu-category:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #33658a;
    left: 0;
    bottom: 0;
}

.food-menu-category:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff5903;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center 0;
    -webkit-transition: .3s ease-in-out;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, visibility 0.6s ease 0s, opacity 0.35s ease 0s;
}

.food-menu-category:hover:after,
.food-menu-categories.nav-tabs>li>a:focus .food-menu-category:after, 
.food-menu-categories.nav-tabs>li>a:hover .food-menu-category:after,
.food-menu-categories.nav-tabs>li.active>a .food-menu-category:after,
.food-menu-categories.nav-tabs>li.active>a:focus .food-menu-category:after, 
.food-menu-categories.nav-tabs>li.active>a:hover .food-menu-category:after{
    transform: scaleX(1);
    transform-origin: left center 0;
    transition: transform 0.3s ease-in-out;
}

.food-menu-category i{
    font-size: 60px;
    display: block;
    color: #33658a;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.food-menu-category h2{
    font-size: 30px;
    color: #33658a;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.food-menu-categories.nav-tabs>li.active>a .food-menu-category i, 
.food-menu-categories.nav-tabs>li>a:focus .food-menu-category i, 
.food-menu-categories.nav-tabs>li>a:hover .food-menu-category i,
.food-menu-categories.nav-tabs>li.active>a:focus .food-menu-category i, 
.food-menu-categories.nav-tabs>li.active>a:hover .food-menu-category i,
.food-menu-categories.nav-tabs>li.active>a .food-menu-category h2, 
.food-menu-categories.nav-tabs>li.active>a:focus .food-menu-category h2, 
.food-menu-categories.nav-tabs>li.active>a:hover .food-menu-category h2
.food-menu-categories.nav-tabs>li>a:focus .food-menu-category h2, 
.food-menu-categories.nav-tabs>li>a:hover .food-menu-category h2{
    color: #ff5903;
}

.food-item{
    display: flex;
    font-family: 'Lobster Two', cursive;
    align-items: center;
    margin-bottom: 30px;
}

.food-name{
    flex-grow: 1
}

.food-name h3{
    font-weight: 400;
    color: #33658a;
}

.food-name p{
    font-style: normal;
    color: #33658a;
    margin-bottom: 0;
}

.food-price span{
    font-size: 24px;
    color: #33658a;
}

.restaurent-counter .counter-item,
.restaurent-counter .counter-item h3,
.restaurent-counter .counter-item h4{
    font-family: 'Lobster Two', cursive;
}

.restaurent-counter .counter-item h3,
.restaurent-counter .counter-item h4{
    font-weight: 400;
    text-transform: capitalize;
}

.restaurent-intro-wrapper{
    position: relative;
}

.restaurent-intro-img{
    position: absolute;
    width: 58.33333333%;
    left: 0;
    top: 0;
}

.restaurent-intro-img img{
    display: block;
    max-width: 100%;
    display: block;
}

.restaurent-intro-txt{
    width: 58.33333333%;
    display: block;
    background: #33658a;
    float: right;
    margin-top: 80px;
    position: relative;
    padding: 90px 40px;
}

.restaurent-intro-txt .section-title{
    margin-bottom: 20px;
}

.intro-btn a{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Lobster Two', cursive;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.intro-btn a:hover{
    color: #ff5903;
}

.regular-food-menu-catagory{
    padding: 80px 0;
    border-bottom: 1px dashed #99b2c3;
    display: flex;
}

.regular-food-menu-catagory:first-child{
    padding-top: 0;
}

.regular-food-menu-catagory:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.regular-food-menu-catagory-name{
    text-align: center;
}

.regular-food-menu-catagory-name i{
    font-size: 160px;
    display: block;
    color: #ff5903;
    line-height: 1;
}

.regular-food-menu-catagory-name h2{
    font-size: 72px;
    color: #ff5903;
    line-height: 1;
}

.regular-food-menu-items .food-item{
    padding: 15px 100px;
    border-left: 1px dashed #99b2c3;
    border-bottom: 1px dashed #99b2c3;
    margin: 0;
}

.regular-food-menu-items .food-item:first-child{
    padding-top: 0;
}

.regular-food-menu-items .food-item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

/* 32 - footer Style
----------------------------------------------------------------------------------------------------*/

.f-bg{
    background: url(../images/sec-bg/img3.jpg) no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.footer-top{
    background-color: #33658a;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.footer-bg-mountain{    
    background: url(../images/sec-bg/img11.jpg) no-repeat;
}

.extra-padding{
    padding-bottom: 160px !important;
}

.p-top-130{
    padding-top: 130px;
}

.p-bottom-130{
    padding-bottom: 130px;
}

@media (min-width: 992px){
    .extra-padding-top-150{
        padding-top: 150px;
    }

    .extra-padding-bottom-150{
        padding-bottom: 150px;
    }
}

@media (min-width: 767px){
    .p-lr-30{
        padding-left: 30px;
        padding-right: 30px;
    }
}

.footer-links{
    list-style: none;
    margin: 0;
}

.footer-links li{
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-links li a{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 0 0.75em;
}

.float-area{
    background: #ff5903;
    padding: 50px; 
    overflow: hidden;
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    position: relative;
    z-index: 19;
    backface-visibility: hidden;
}

.c-to-a{
    padding: 50px;
}

.float-area.normal-position{
    -webkit-transform: translate(0)!important;
    transform: translate(0)!important;
}

.footer .float-area{
    margin-top: -80px;
}

.float-area-content{
    color: #fff;
}

.float-area-content p{
    margin-bottom: 0;
}

.float-area-content h2{
    font-weight: 300;
    margin: 10px 0;
}

.float-area-btn .btn,
.slider-btns .btn,
.slider-btn{
    background: transparent;
}

.float-area-btn{
    margin: 10px 0;
}

.float-area-btn .btn{
		margin: 5px;
}

.float-area-btn .btn:hover,
.slider-btns .btn:hover,
.slider-btn:hover{
    background: #ff5903;
    border-color: #ff5903;
}

.float-area-content .gap{
    margin: 0 15px;
}

.float-area-content a{
    text-decoration: none;
    color: #fff;
}

.float-area-btn .btn,
.slider-btns .btn{
    border-width: 2px!important;
    border-color: #fff;
    border-style: solid;
    color: #fff;
}

.slider-btn{
    border-width: 2px!important;
    border-color: #fff;
    border-style: solid!important;
    color: #fff;
    margin: 5px;
    font-size: 18px;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    padding: 0.5em 1.375em;
    border-radius: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    overflow: hidden;
    outline: none;
    opacity: 1;
    display: inline-block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.slider-btn:hover{
    color:#fff;
}

.float-area-btn .btn.same,
.slider-btns .btn.same{
    min-width: 150px;
}

.float-area-btn .btn i,
.slider-btns .btn i,
.slider-btn i{
    padding-right: 15px;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.f-widget-wrapper{
    overflow: hidden;
}

.f-widget-title{
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.f-widget-title.style-2{
    font-weight: 300;
    padding-bottom: 0;
}

.f-widget-title.style-2:before,
.f-widget-title.style-3:before{
    display: none;
}

.f-widget-title.style-3{
    font-size: 36px;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 10px
}

.f-widget-title:before{
    position: absolute;
    content: "";
    width: 38px;
    background: #fff;
    height: 4px;
    border-radius: 10px;
    left: 0;
    bottom: 0;
}

.f-widget{
    color: #fff;
    margin-bottom: 30px;
}

.f-widget p{
    margin-bottom: 30px;
    color: #fff;
}

.f-widget,
.f-widget p,
.f-widget a{
    font-weight: 300;
}

.categorie-widget .children{
    margin: .3em 0;
}

.f-widget-recent-entries li, 
.recentcomments li,
.forum-list li,
.categorie-widget ul li,
.archive-widget ul li,
.recent-post-widget ul li,
.product-categories li{
    list-style: none;
    padding: 4px 0 4px 30px;
    font-size: 16px;
    position: relative;
}

.f-widget-recent-entries li{
    color: #fff;
}

.f-widget-recent-entries li:before,
.forum-list li:before, 
.recentcomments li:before,
.categorie-widget ul li:before,
.archive-widget ul li:before,
.recent-post-widget ul li:before,
.product-categories li:before{
    font-family: 'IcoFont' !important;
    content: "\eb55";
    position: absolute;
    left: 0;
    font-size: 1.125em;
}

.f-widget-recent-entries li a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.f-widget-recent-entries li a:hover{
    color: #ff5903;
}

.twitter-widget-item{
    padding: 10px 0;
    list-style: none;
}

.twitter-widget-item a{
    color: #fff;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.twitter-icon {
    float: left;
}

.twitter-widget-content {
    margin-left: 35px;
}

.twitter-widget-content p{
    display: block;
    margin-bottom: 10px;
}

.insta-widget{
    margin: 0 -2.5px 15px -2.5px;
    overflow: hidden;
}

.insta-widget li{
    float: left;
    overflow: hidden;
    list-style: none;
}

.insta-widget img{
    width: 100%;
    height: auto;
    display: block;
}

.insta-widget li a{
    width: 63px;
    height: 63px;
    margin: 2.5px;
    display: block;
}

.footer-bottom{
    background: #1e1d2e;
    padding: 25px 0;
}

.e-main-content-area .footer{
    padding: 30px;
    display: block;
    overflow: hidden;
}

.m-table{
    display: table!important;
}

.m-row{
    display: table-row!important;
}

.m-cell{
    display: table-cell!important;
    vertical-align: middle!important;
}

.copyright{
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    margin-bottom: 0;
}

.e-main-content-area .copyright{
    color: #33658a;
}

.e-main-content-area .contact-box{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
}

.e-main-content-area .contact-box .title{
    font-size: 16px;
    margin-bottom: 0;
}

.copyright.center{
    float: none;
    text-align: center;
}

.copyright a{
    color: #ff5903;
    text-decoration: none;
}

.footer-bottom .social-profile{
    float: right;
    margin-bottom: 0;
}

.footer-single-page{
    background: #101010;
}

.footer-single-page .copyright{
    font-size: 24px;
    color: #fff;
    float: left;
    padding: 20px 0;
}

.footer-single-page .copyright a{
    font-weight: 900;
    color: #3498db;
    text-decoration: none;
}

.scroll-top.style-2{
    position: static;
    width: 100px;
    height: 80px;
    float: right;
    border-radius: 0;
    text-align: center;
    background: #3498db;
    line-height: 80px;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
}

.footer-bottom .social-hex {
    margin: 0;
}

.f-widget.footer-sec a{
    color:#fff;
}

.f-widget.footer-sec ul li{
    list-style: none;
}
.wrap-flickr ul li {
    float: left;
    list-style: none;
    padding: 2px;
}


/*  - Color Schemes
----------------------------------------------------------------------------------------------------*/

.scheme-blue .btn.rounded-c{
    color: #fff;
    background: -webkit-linear-gradient(bottom, #39719b, #33658a);
    background: linear-gradient(to bottom, #39719b 50%, #33658a 50%);
}

.scheme-blue .btn.rounded-c:hover{
    background: -webkit-linear-gradient(bottom, #39719b, #33658a);
    background: linear-gradient(to bottom, #39719b 50%, #33658a 50%);
}

.scheme-blue .service-item:hover,
.scheme-blue .boxed .contactform.default .form-control,
.scheme-blue .contact-form-wrapper.boxed{
    border-color: #33658a;
}

.scheme-blue .demo-item-btn,
.scheme-blue .bbp-login-form input[type="submit"]:hover, 
.scheme-blue  .bbp-login-form  .btn:hover,
.scheme-blue .error-content .btn:hover,
.scheme-blue .e-comments-title,
.scheme-blue .e-comment-date, 
.scheme-blue .product-review-date,
.scheme-blue .text-container-title h2>span,
.scheme-blue .e-blog-post-title a:hover,
.scheme-blue .e-blog-post-more:hover,
.scheme-blue .e-blog-post-meta span>a:hover,
.scheme-blue .recentcomments li a, 
.scheme-blue .recent-post-widget ul li a{
    color: #33658a;
}

.scheme-blue .e-comment-date:hover, 
.scheme-blue .product-review-date:hover{
    color: #ff5903;
}

.scheme-blue .demo-item-btn:hover{
    background: #33658a;
    color: #fff;
}

.scheme-blue .btn{
    color: #33658a;
    border-color: #33658a;
}

.scheme-blue .btn:hover, .scheme-blue .btn.square:hover{
    color: #fff;
    background: #33658a;
    border-color: #33658a;
}

.scheme-blue .float-area,
.scheme-blue .client-caption,
.scheme-blue .section-title:before,
.scheme-blue .calendar-widget caption,
.scheme-blue .tagcloud a:hover,
.scheme-blue .bbp-login-form legend,
.scheme-blue .tablepress tr:hover>td,
.scheme-blue .scroll-top,
.scheme-blue .error-page,
.scheme-blue .client-caption,
.scheme-blue .coming-soon,
.scheme-blue .filter-btn li:hover, 
.scheme-blue .filter-btn button:hover, 
.scheme-blue .filter-btn li.active, 
.scheme-blue .filter-btn button.active,
.scheme-blue .overlay-yellow:before,
.scheme-blue .post-navigation .post-nav-prev>i, 
.scheme-blue .post-navigation .post-nav-next>i,
.scheme-blue .product-flash,
.scheme-blue .product-cart-btn a,
.scheme-blue .pagination .page-naumber.current,
.scheme-blue .text-container-title:before,
.scheme-blue .pricing-item.active .pricing-item-header,
.scheme-blue .pricing-item.active .pricing-btn,
.scheme-blue .menu-col li a:before,
.scheme-blue .menu-col li a:after, 
.scheme-blue .dropdown ul.dropdown-menu > li > a:after,
.scheme-blue .f-m-overlay,
.scheme-blue .food-menu-slide .owl-dot{
    background: #33658a;
}

.scheme-blue .food-menu-detail a{
    color: #ff5903;
}

.scheme-blue .food-menu-detail a:hover{
    color: #fff;
}

.scheme-blue .product-cart-btn a i{
    border-color: #4d85af;
}

.scheme-blue .float-area-btn .btn{
    color: #fff;
    border-color: #fff;
}

.scheme-blue .float-area-btn .btn:hover{
    background: #33658a;
    border-color: #33658a;
}

.scheme-blue .restaurent-banner-content .btn,
.scheme-blue .btn.fill-blue{
    color: #fff;
}

.scheme-blue .slider,
.scheme-blue .widget .search-form .search-submit,
.scheme-blue .search-form.form-2  .search-submit,
.scheme-blue .calendar-widget tbody a,
.scheme-blue #bbp_search_submit,
.scheme-blue .pagination .page-naumber:hover{
    background-color: #33658a;
}

.scheme-blue .pagination .page-naumber.prev:hover, 
.scheme-blue .pagination .page-naumber.next:hover{
    background: transparent;
}

.scheme-blue .bar-main,
.scheme-blue .widget .search-form,
.scheme-blue .search-form.form-2,
.scheme-blue  table,
.scheme-blue th, 
.scheme-blue td,
.scheme-blue .calendar-widget td,
.scheme-blue .calendar-widget th,
.scheme-blue .tagcloud a,
.scheme-blue .bbp-search-form,
.scheme-blue #bbpress-forums .bbp-forums li.bbp-header,
.scheme-blue #bbpress-forums .bbp-body ul.forum,
.scheme-blue .bbp-login-form,
.scheme-blue .fs-filter select,
.scheme-blue .filter-btn li, .scheme-blue .filter-btn button,
.scheme-blue .testimonial-item:hover,
.scheme-blue .pagination .page-naumber,
.scheme-blue .product-selection-area select,
.scheme-blue .owl-thumb-item.active:before{
    border-color: #33658a;
}

.scheme-blue .slider-t-lable{
    background: rgba(51, 101, 138,.9)
}

.scheme-blue .slider-t-lable span:before{
    border-bottom-color: rgba(51, 101, 138,.9)
}

.scheme-blue .header-bottom.bg-main{
    background: #33658a!important;
}

.scheme-blue .bbp-login-form input[type="submit"], .bbp-login-form  .btn{
    color: #fff;
}

.scheme-blue .fixed-top .header-bottom{
    background: #fff!important;
}

.scheme-blue .nav-tabs>li.active>a, 
.scheme-blue .nav-tabs>li.active>a:focus, 
.scheme-blue .nav-tabs>li.active>a:hover,
.scheme-blue .nav-tabs>li>a:hover, 
.scheme-blue .nav-tabs>li>a:focus,
.scheme-blue .social-profile.square li a:hover, 
.scheme-blue .social-profile.rounded li a:hover,
.scheme-blue .social-hex:hover, 
.scheme-blue .social-profile.white .social-hex:hover{
    color: #33658a;
    border-color: #33658a;
}

.scheme-blue .tab-angle>li.active>a, 
.scheme-blue .tab-angle>li.active>a:focus, 
.scheme-blue .tab-angle>li.active>a:hover, 
.scheme-blue .tab-angle>li:hover>a, 
.scheme-blue .tab-angle>li:focus>a, 
.scheme-blue .tab-angle>li>a:hover,
.scheme-blue .tab-angle>li:hover>.triangle>.triangle-with-shadow:after, 
.scheme-blue .tab-angle>li:focus>.triangle>.triangle-with-shadow:after, 
.scheme-blue .tab-angle>li.active>.triangle>.triangle-with-shadow:after{
    background: #33658a!important;
}

.scheme-blue .e-blog-post.card-layout .e-blog-post-meta-category a:hover, 
.scheme-blue .e-blog-post.slide-layout .e-blog-post-meta-category a:hover{
    background: rgba(75, 136, 183,.85);
}


/*----------Schemes s-blue----------*/

.scheme-s-blue .btn.rounded-c{
    color: #fff;
    background: -webkit-linear-gradient(bottom, #00cde8, #00BCD4);
    background: linear-gradient(to bottom, #00cde8 50%, #00BCD4 50%);
}

.scheme-s-blue .btn.rounded-c:hover{
    background: -webkit-linear-gradient(bottom, #00cde8, #00BCD4);
    background: linear-gradient(to bottom, #00cde8 50%, #00BCD4 50%);
}

.scheme-s-blue .service-item:hover,
.scheme-s-blue .boxed .contactform.default .form-control,
.scheme-s-blue .contact-form-wrapper.boxed,
.scheme-s-blue .product-sort{
    border-color: #00BCD4;
}

.scheme-s-blue .demo-item-btn,
.scheme-s-blue .bbp-login-form input[type="submit"]:hover, 
.scheme-s-blue .bbp-login-form  .btn:hover,
.scheme-s-blue .error-content .btn:hover,
.scheme-s-blue .e-comments-title,
.scheme-s-blue .e-comment-date, 
.scheme-s-blue .product-review-date,
.scheme-s-blue .text-container-title h2,
.scheme-s-blue .text-container-title h2>span,
.scheme-s-blue .e-blog-post-title a:hover,
.scheme-s-blue .e-blog-post-more:hover,
.scheme-s-blue .ecommerce-top-product .product-title a:hover,
.scheme-s-blue .product-title a:hover,
.scheme-s-blue .e-blog-post-meta span>a:hover,
.scheme-s-blue .recentcomments li a, 
.scheme-s-blue .recent-post-widget ul li a{
    color: #00BCD4;
}

.scheme-s-blue .e-comment-date:hover, 
.scheme-s-blue .product-review-date:hover{
    color: #ff5903;
}

.scheme-s-blue .restaurent-banner-content .btn,
.scheme-s-blue .btn.fill-blue{
    color: #fff;
    border-color: #33658a;
}

.scheme-s-blue .demo-item-btn:hover{
    background: #00BCD4;
    color: #fff;
}

.scheme-s-blue .btn{
    color: #00BCD4;
    border-color: #00BCD4;
}

.scheme-s-blue .btn:hover, .scheme-s-blue .btn.square:hover{
    color: #fff;
    background: #00BCD4;
    border-color: #00BCD4;
}

.scheme-s-blue .float-area,
.scheme-s-blue .client-caption,
.scheme-s-blue .section-title:before,
.scheme-s-blue .calendar-widget caption,
.scheme-s-blue .tagcloud a:hover,
.scheme-s-blue .bbp-login-form legend,
.scheme-s-blue .tablepress tr:hover>td,
.scheme-s-blue .scroll-top,
.scheme-s-blue .error-page,
.scheme-s-blue .client-caption,
.scheme-s-blue .coming-soon,
.scheme-s-blue .filter-btn li:hover, 
.scheme-s-blue .filter-btn button:hover, 
.scheme-s-blue .filter-btn li.active, 
.scheme-s-blue .filter-btn button.active,
.scheme-s-blue .overlay-yellow:before,
.scheme-s-blue .post-navigation .post-nav-prev>i, 
.scheme-s-blue .post-navigation .post-nav-next>i,
.scheme-s-blue .product-flash,
.scheme-s-blue .product-cart-btn a,
.scheme-s-blue .pagination .page-naumber.current,
.scheme-s-blue .text-container-title:before,
.scheme-s-blue .coming-soon,
.scheme-s-blue .pricing-item.active .pricing-item-header,
.scheme-s-blue .pricing-item.active .pricing-btn,
.scheme-s-blue .menu-col li a:before,
.scheme-s-blue .menu-col li a:after, 
.scheme-s-blue .dropdown ul.dropdown-menu > li > a:after,
.scheme-s-blue .f-m-overlay,
.scheme-s-blue .food-menu-slide .owl-dot{
    background: #00BCD4;
}

.scheme-s-blue .product-cart-btn a i{
    border-color: #10d1ea;
}

.scheme-s-blue .float-area-btn .btn{
    color: #fff;
    border-color: #fff;
}

.scheme-s-blue .float-area-btn .btn:hover{
    background: #00BCD4;
    border-color: #00BCD4;
}

.scheme-s-blue .slider,
.scheme-s-blue .widget .search-form .search-submit,
.scheme-s-blue .search-form.form-2  .search-submit,
.scheme-s-blue .calendar-widget tbody a,
.scheme-s-blue #bbp_search_submit,
.scheme-s-blue .pagination .page-naumber:hover{
    background-color: #00BCD4;
}

.scheme-s-blue .pagination .page-naumber.prev:hover, 
.scheme-s-blue .pagination .page-naumber.next:hover{
    background: transparent;
}

.scheme-s-blue .bar-main,
.scheme-s-blue .widget .search-form,
.scheme-s-blue .search-form.form-2,
.scheme-s-blue  table,
.scheme-s-blue th, 
.scheme-s-blue td,
.scheme-s-blue .calendar-widget td,
.scheme-s-blue .calendar-widget th,
.scheme-s-blue .tagcloud a,
.scheme-s-blue .bbp-search-form,
.scheme-s-blue #bbpress-forums .bbp-forums li.bbp-header,
.scheme-s-blue #bbpress-forums .bbp-body ul.forum,
.scheme-s-blue .bbp-login-form,
.scheme-s-blue .fs-filter select,
.scheme-s-blue .filter-btn li, .scheme-s-blue .filter-btn button,
.scheme-s-blue .testimonial-item:hover,
.scheme-s-blue .pagination .page-naumber,
.scheme-s-blue .product-selection-area select,
.scheme-s-blue .owl-thumb-item.active:before,
.scheme-s-blue .coming-soon{
    border-color: #00BCD4;
}

.scheme-s-blue .slider-t-lable{
    background: rgba(0, 188, 212,.9)
}

.scheme-s-blue .slider-t-lable span:before{
    border-bottom-color: rgba(0, 188, 212,.9)
}

.scheme-s-blue .header-bottom.bg-main{
    background: #00BCD4!important;
}

.scheme-s-blue .bbp-login-form input[type="submit"], .bbp-login-form  .btn{
    color: #fff;
}

.scheme-s-blue .fixed-top .header-bottom{
    background: #fff!important;
}

.scheme-s-blue .nav-tabs>li.active>a, 
.scheme-s-blue .nav-tabs>li.active>a:focus, 
.scheme-s-blue .nav-tabs>li.active>a:hover,
.scheme-s-blue .nav-tabs>li>a:hover, 
.scheme-s-blue .nav-tabs>li>a:focus,
.scheme-s-blue .social-profile.square li a:hover, 
.scheme-s-blue .social-profile.rounded li a:hover,
.scheme-s-blue .social-hex:hover, 
.scheme-s-blue .social-profile.white .social-hex:hover{
    color: #00BCD4;
    border-color: #00BCD4;
}

.scheme-s-blue .tab-angle>li.active>a, 
.scheme-s-blue .tab-angle>li.active>a:focus, 
.scheme-s-blue .tab-angle>li.active>a:hover, 
.scheme-s-blue .tab-angle>li:hover>a, 
.scheme-s-blue .tab-angle>li:focus>a, 
.scheme-s-blue .tab-angle>li>a:hover,
.scheme-s-blue .tab-angle>li:hover>.triangle>.triangle-with-shadow:after, 
.scheme-s-blue .tab-angle>li:focus>.triangle>.triangle-with-shadow:after, 
.scheme-s-blue .tab-angle>li.active>.triangle>.triangle-with-shadow:after{
    background: #00BCD4!important;
}

.scheme-s-blue .e-blog-post.card-layout .e-blog-post-meta-category a:hover, 
.scheme-s-blue .e-blog-post.slide-layout .e-blog-post-meta-category a:hover{
    background: rgba(0, 188, 212,.85);
}


/*---------Schemes green----------*/

.scheme-green .btn.rounded-c{
    color: #fff;
    background: -webkit-linear-gradient(bottom, #55c159, #4caf50);
    background: linear-gradient(to bottom, #55c159 50%, #4caf50 50%);
}

.scheme-green .btn.rounded-c:hover{
    background: -webkit-linear-gradient(bottom, #55c159, #4caf50);
    background: linear-gradient(to bottom, #55c159 50%, #4caf50 50%);
}

.scheme-green .service-item:hover,
.scheme-green .boxed .contactform.default .form-control,
.scheme-green .contact-form-wrapper.boxed,
.scheme-green .product-sort{
    border-color: #4caf50;
}

.scheme-green .demo-item-btn,
.scheme-green .bbp-login-form input[type="submit"]:hover, 
.scheme-green .bbp-login-form  .btn:hover,
.scheme-green .error-content .btn:hover,
.scheme-green .e-comments-title,
.scheme-green .e-comment-date, 
.scheme-green .product-review-date,
.scheme-green .text-container-title h2,
.scheme-green .text-container-title h2>span,
.scheme-green .e-blog-post-title a:hover,
.scheme-green .e-blog-post-more:hover,
.scheme-green .ecommerce-top-product .product-title a:hover,
.scheme-green .product-title a:hover,
.scheme-green .e-blog-post-meta span>a:hover,
.scheme-green .recentcomments li a, 
.scheme-green .recent-post-widget ul li a{
    color: #4caf50;
}

.scheme-green .restaurent-banner-content .btn,
.scheme-green .btn.fill-blue{
    color: #fff;
    border-color: #33658a;
}

.scheme-green .text-container-title .light,
.scheme-s-blue .text-container-title .light{
    color: #33658a;
}

.scheme-green .e-comment-date:hover, 
.scheme-green .product-review-date:hover{
    color: #ff5903;
}

.scheme-green .demo-item-btn:hover{
    background: #4caf50;
    color: #fff;
}

.scheme-green .btn,
.scheme-green .social-profile.square li a:hover, 
.scheme-green .social-profile.rounded li a:hover,
.scheme-green .social-hex:hover, 
.scheme-green .social-profile.white .social-hex:hover{
    color: #4caf50;
    border-color: #4caf50;
}

.scheme-green .btn:hover, .scheme-green .btn.square:hover{
    color: #fff;
    background: #4caf50;
    border-color: #4caf50;
}

.scheme-green .float-area,
.scheme-green .client-caption,
.scheme-green .section-title:before,
.scheme-green .calendar-widget caption,
.scheme-green .tagcloud a:hover,
.scheme-green .bbp-login-form legend,
.scheme-green .tablepress tr:hover>td,
.scheme-green .scroll-top,
.scheme-green .error-page,
.scheme-green .client-caption,
.scheme-green .coming-soon,
.scheme-green .filter-btn li:hover, 
.scheme-green .filter-btn button:hover, 
.scheme-green .filter-btn li.active, 
.scheme-green .filter-btn button.active,
.scheme-green .overlay-yellow:before,
.scheme-green .post-navigation .post-nav-prev>i, 
.scheme-green .post-navigation .post-nav-next>i,
.scheme-green .product-flash,
.scheme-green .product-cart-btn a,
.scheme-green .pagination .page-naumber.current,
.scheme-green .text-container-title:before,
.scheme-green .coming-soon,
.scheme-green .pricing-item.active .pricing-item-header,
.scheme-green .pricing-item.active .pricing-btn,
.scheme-green .menu-col li a:before,
.scheme-green .menu-col li a:after, 
.scheme-green .dropdown ul.dropdown-menu > li > a:after,
.scheme-green .f-m-overlay,
.scheme-green .food-menu-slide .owl-dot{
    background: #4caf50;
}

.scheme-green .product-cart-btn a i{
    border-color: #67ce6b;
}

.scheme-green .float-area-btn .btn{
    color: #fff;
    border-color: #fff;
}

.scheme-green .float-area-btn .btn:hover{
    background: #4caf50;
    border-color: #4caf50;
}

.scheme-green .slider,
.scheme-green .widget .search-form .search-submit,
.scheme-green .search-form.form-2  .search-submit,
.scheme-green .calendar-widget tbody a,
.scheme-green #bbp_search_submit,
.scheme-green .pagination .page-naumber:hover{
    background-color: #4caf50;
}

.scheme-green .pagination .page-naumber.prev:hover, 
.scheme-green .pagination .page-naumber.next:hover{
    background: transparent;
}

.scheme-green .bar-main,
.scheme-green .widget .search-form,
.scheme-green .search-form.form-2,
.scheme-green  table,
.scheme-green th, 
.scheme-green td,
.scheme-green .calendar-widget td,
.scheme-green .calendar-widget th,
.scheme-green .tagcloud a,
.scheme-green .bbp-search-form,
.scheme-green #bbpress-forums .bbp-forums li.bbp-header,
.scheme-green #bbpress-forums .bbp-body ul.forum,
.scheme-green .bbp-login-form,
.scheme-green .fs-filter select,
.scheme-green .filter-btn li, .scheme-green .filter-btn button,
.scheme-green .testimonial-item:hover,
.scheme-green .pagination .page-naumber,
.scheme-green .product-selection-area select,
.scheme-green .owl-thumb-item.active:before{
    border-color: #4CAF50;
}

.scheme-green .slider-t-lable{
    background: rgba(76, 175, 80,.9)
}

.scheme-green .slider-t-lable span:before{
    border-bottom-color: rgba(76, 175, 80,.9)
}

.scheme-green .header-bottom.bg-main{
    background: #4CAF50!important;
}

.scheme-green .bbp-login-form input[type="submit"], .bbp-login-form  .btn{
    color: #fff;
}

.scheme-green .fixed-top .header-bottom{
    background: #fff!important;
}

.scheme-green .nav-tabs>li.active>a, 
.scheme-green .nav-tabs>li.active>a:focus, 
.scheme-green .nav-tabs>li.active>a:hover,
.scheme-green .nav-tabs>li>a:hover, 
.scheme-green .nav-tabs>li>a:focus{
    color: #4CAF50;
    border-color: #4CAF50;
}

.scheme-green .tab-angle>li.active>a, 
.scheme-green .tab-angle>li.active>a:focus, 
.scheme-green .tab-angle>li.active>a:hover, 
.scheme-green .tab-angle>li:hover>a, 
.scheme-green .tab-angle>li:focus>a, 
.scheme-green .tab-angle>li>a:hover,
.scheme-green .tab-angle>li:hover>.triangle>.triangle-with-shadow:after, 
.scheme-green .tab-angle>li:focus>.triangle>.triangle-with-shadow:after, 
.scheme-green .tab-angle>li.active>.triangle>.triangle-with-shadow:after{
    background: #4CAF50!important;
}

.scheme-green .e-blog-post.card-layout .e-blog-post-meta-category a:hover, 
.scheme-green .e-blog-post.slide-layout .e-blog-post-meta-category a:hover{
    background: rgba(76, 175, 80,.85);
}

#infscr-loading{
    text-align: center;
    clear: both;
    padding-top: 10px;
}

#infscr-loading>div{
    font-size: 15px;
    font-weight: 700;
    padding: 8px 50px;
    display: inline-block;
    margin-top: 10px;
    background: #c0c0c0;
    color: #fff;
    margin: 0 auto;
    width: auto;
    border-radius: 40px;
    font-style: italic;

}

.infinity-links{
    clear: both;
}

.infinityselctor{
    overflow: hidden;
}

.infinity-item{
    display: block;
}

.e-blog-post-load{
    clear: both;
}

.infinityselctor-manaul-mesonary{
    position: relative;
    padding-bottom: 30px;
}

.infinityselctor-mesonary{
    position: relative;
    padding-bottom: 90px;
}

.infinityselctor-manaul-mesonary #infscr-loading,
.infinityselctor-mesonary #infscr-loading{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    margin-top: 0;
}

#infscr-loading>img{
    display: block;
    margin: 5px auto;
}

.infinityselctor-manaul #infscr-loading>img,
.infinityselctor-manaul-mesonary #infscr-loading>img{
    display: none;
}

.infinityselctor .pagination,
.infinityselctor-manaul .pagination,
.infinity-manaul-links,
.infinity-links{
    opacity: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}

.post-load{
    margin-top: 10px;
}

body.customize-support .header{
    top: 32px;
}

@keyframes slideInRight {
    from {
        transform: translate3d(20%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-20%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}
.f-widget.footer-sec a{
    color:#fff;
}

.f-widget.footer-sec ul li{
    list-style: none;
}
.wrap-flickr ul li {
    float: left;
    list-style: none;
    padding: 2px;
}

a.btn-sunset-load{
    display:block;
    width:200px;
    color: #222;
    font-size: 30px;
    margin:0 auto;
    cursor: pointer;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}


.list-post-thumb {
    float:left;
}

.e-blog-post.hex-layout .list-post-thumb {
    width: 25%;
    float: left;
}

.blog-hex img{
    max-width: 100%;
    display: block;
    width: 100%;
}

.footer-social-link ul li a{
    color:#fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #101010;
    border-top: none;
    border-left: none;
    border: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 22px 30px;
    color: #343434;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    outline: none;
}

.breadcrumb {
    margin: 0;
    font-size: 18px;
    line-height: 1.45em;
    font-weight: 400;
}
.breadcrumb a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.breadcrumb a:hover{
    color: #fff!important;
}

.breadcrumb .separator{
    padding: 0 5px;
}
.btn-wrapper.floating.text-left {
    float: left;
    padding-right:5px;
}

.p-video iframe{
    width: 100%;
    height: 370px;
}

.p-video.large{
    width: 100%;
    height: 570px;
}

.video-play{
    display: block;
    position: relative;
}

.video-play-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.video-play-content-inner{
    position: relative;
    color: #fff;
}

.video-play-content-inner i{
    display: block;
    font-size: 18px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}

.video-play-content-inner{
    font-weight: 300;
    text-transform: uppercase;
}

.header-bottom.bg-main.transparent-bg {
    background: transparent;
}
.f-widget ul li{
    position:relative;
    list-style:none;
    padding:4px 0 4px 30px;
    font-size:16px;    
}
.f-widget ul li:before{
    font-family: 'IcoFont';
    content: "\eb55";
    position: absolute;
    left: 0;
    font-size: 1.125em;
    color:#fff;
}

.timeline-Widget{
    background-color:transparent;
}

.f-widget.footer-sec ul li {
    color: #fff;
}

form#form-wysija-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color:#fff;
}
form#form-wysija-2 input[type="text"]{
    width: 100%;
    padding: 10px 60px 10px 20px;
    font-size: 16px;
    color: #fff;
    border:none;
    border: 2px solid #fff;
    outline:none;
    background:transparent;
} 

form#form-wysija-2 input.wysija-submit.wysija-submit-field {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 48px;
    height: 39px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#fff;
    border: none;
    outline: none;
}
form#form-wysija-2 i.icofont.icofont-long-arrow-right {
    position: absolute;
    top: 10px;
    color: #33658a;
    right: 15px;
    z-index: 9999;
    pointer-events: none;
    font-size: 25px;
}

.entry-content{
    color: #343434;
}

.contact-form-wrapper.boxed.boxed-with-map .text-container-title{
    padding-bottom:0px;
}

.contact-form-wrapper.boxed.boxed-with-map .form-control{
    padding:8px 20px;
    border-color:#ff5903;
}

.carousel-inner .item{
    height:100vh;
}

.section-overlay, .bg-layer {
    left: 0;
    position:absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    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;
}

@media (min-width:1024px){
    .slider-btns .btn{
        background: transparent;
    }

    .btn:hover,
    .slider-btn:hover{
        background: #ff5903;
        border-color: #ff5903;
    }


    .slider-btns .btn.same{
        min-width: 150px!important;
    }

    .slider-btns .btn i{
        padding-right: 15px!important;
    }
}

@media (min-width:768px){

}

@media (min-width:0px){

}

.image-block img{
    max-width: 100%;
    display: inline-block;
    height: auto;
}

.counters{
    overflow: hidden;
}

.f-widget:nth-child(2) .f-widget-title{
    display: none;
}

.wysija-paragraph{
    margin-bottom: 0;
}

.rp > p{
    display: none!important;
}

.w-process-item-wrpper{
    display: table;
    padding-bottom: 10px;
}

.video-play{
    position: relative;
}

.video-play:before {
    content: "";
    background: #33658a;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.alert>p{
    margin-bottom: 0!important;
}

.post-author-details{
    padding: 20px 20px 20px 0;
}

.post-author-img .alignnone{
    margin: 0;
}

.releted-post .title-main{
    margin-bottom: 30px;
}

.comment-form label{
    display: block;
    font-weight: 700;
    color: #33658a;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

.comments-title{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.comments-title:before{
    content: "\f0d8";
    color: #33658a;
    font-family: 'IcoFont' !important;
    margin-right: 10px;
}

.comments-title span{
    color: #33658a;
}

.releted-post{
    display: table;
    clear: both;
}

.content-blog-full .e-blog-post-title{
    margin-bottom:5px;
}

#cancel-comment-reply-link{
    margin-left: 10px;
}

.comment-edit-link{
    margin-left: 10px;
}

.shop-wrapper:after,
.shop-wrapper:before{
    content: "";
    display: table;
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 5px 8px!important;
    font-size: 14px!important;
}

.woocommerce nav.woocommerce-pagination ul{
    border: none!important;
    margin: 0!important;
}

.woocommerce nav.woocommerce-pagination ul li{
    margin-right: 10px;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers:hover{
    background: transparent!important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #ff5903;
    color: #fff!important;
}

.woocommerce-pagination .next.page-numbers,
.page-numbers.dots{
    border: none;
    background: none!important;
    color: #343434!important;
}

.page-numbers.dots,
.page-numbers.dots:hover{
    font-weight: 700;
}

.woocommerce-pagination .next.page-numbers:hover{
    color: #ff5903!important;
    background: none!important;
}

@media (min-width:992px){
    .shop-full-wide .shop-wrapper > div:nth-child(4n+5){
        clear:both;
    }
}

.woocommerce .star-rating,
.woocommerce .star-rating::before{
    font-size: 13px;
    color: #ff5903;
}

.product-cart-btn{
    position: relative;
    display: flex;
    justify-content: center;
}

.woocommerce a.added_to_cart{
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 8px 0;
}

.woocommerce a.loading{
    pointer-events: none!important;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after,
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after{
    position: absolute;
    vertical-align: middle;
    top: 11px;
    left: calc(50% - 6px);
    pointer-events: none;
    right: auto;
    color: #fff;
    opacity: 1;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading{
    opacity: .5;
    padding: 0px 15px;
}

.product-cart-btn a.added_to_cart:before{
    height: 100%;
}

@media (min-width: 992px){
    .sidebar-product-page .shop-wrapper .col-md-3 {
        width: 33.33333333%;
    }

    .sidebar-product-page .shop-wrapper > div:nth-child(3n+4){
        clear: both;
    }
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    position: relative;
    margin-bottom: 35px;
}

.attr-nav > ul > li{
    position: relative;
}

.cart-list{
    left: auto;
    right: 0;
}

@media (min-width:992px){
    .sub-menu, .sub-menu.mega-menu-row{
        box-shadow: 0px 3px 8px rgba(0,0,0,.15)!important; 
        -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.15)!important; 
    }
}

.mega-menu-row .sub-menu{
    box-shadow: none!important; 
    -webkit-box-shadow: none!important;
}

.menu-cart-btn{
    position: absolute;
    right: 15px;
    top: 50%;
  	margin-top: -10px;
}

.menu-item-has-children.open .cart-list{
	background: #fff;
  display:block;
      position: absolute;
    top: 100%;
    margin-top: -11px;
}

.woocommerce-message{
    border-top-color: #ff5903;
}

.woocommerce-message::before{
    color: #ff5903;
}

.empty-cart-item {
    padding: 0;
}

.sub-total p{
    color: #33658a;
    text-align: center;
    margin-bottom: 10px;
}

.menu-cart-action{
    text-align: center;
}

.sub-total p>span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.sub-total p .woocommerce-Price-amount {
    font-size: 18px;
}

.menu-cart-btn-action{
    color: #ff5903;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    padding: 0.5em 1.375em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: 1px solid #ff5903;
    overflow: hidden;
    outline: none;
    opacity: 1;
    font-size: 14px;
    line-height: 1.42857143;
    display: block;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.menu-cart-btn-action:hover{
    color: #fff;
    background: #ff5903;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    float: left;
    width: 70px;
    margin-right: 20px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
    padding: 10px 0;
}

.product_list_widget .star-rating, .product_list_widget .star-rating::before{
    font-size: 10px;
}

.woocommerce-form-login,
.woocommerce form.login{
    padding: 60px;
    border-radius: 0;
    border: none;
    margin: 0;
}

.custom-logon-page{
    width: 450px;  
    margin: 80px auto!important;
    border: 1px solid #ff5903;
}

.lost_password{
    margin-bottom: 0;
}


.woocommerce form .form-row{
    position: relative;
    padding: 0;
    margin: 0;
}

.woocommerce form .form-row input[name="username"]{
    margin-bottom: 40px;
}

.woocommerce-lost-password .woocommerce{
    width: 450px;
    margin: 0 auto;
    padding: 80px 0;
}

.woocommerce form.woocommerce-ResetPassword .form-row-first{
    width: 100%;
}

.custom-logon-page>h2{
    margin-bottom:  0!important;
}

.product-categories li,
.product-categories li a,
.product-categories li a .count{
    font-weight: 300;
    color: #343434
}

.woocommerce table.shop_table th{
    border: initial;
}

.woocommerce table.shop_table td{
    border-color: rgba(0,0,0,.1);
}

.woocommerce table.shop_table{
    border-collapse: collapse;
}

.woocommerce table.shop_table td{
    border-left: 0;
    border-right: 0;
}
.woocommerce table.shop_table thead > tr > th{
    font-size: 18px;
    padding: 12px;
    color: #4a4a4a;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.woocommerce-cart table.cart img{
    width: 65px;
}

.woocommerce-cart-form .woocommerce-Price-amount,
.cart_totals.calculated_shipping    .woocommerce-Price-amount,
.woocommerce    .woocommerce-checkout .woocommerce-Price-amount,
.cart-subtotal .woocommerce-Price-amount,
.order-total .woocommerce-Price-amount{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.woocommerce table.shop_table td{
    padding: 12px;
}

.woocommerce-cart   .woocommerce  table.cart td.actions .coupon .input-text{
    padding: 10px;
}

@media (min-width:420px){
    .woocommerce-cart .woocommerce  table.cart td.actions .coupon .input-text{
        width: 180px!important;
    }
}

.woocommerce-cart   .woocommerce  table.cart td.actions .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page #payment #place_order,
.woocommerce button.button.alt,
.woocommerce #review_form #respond .form-submit input,
.woocommerce a.button.wc-backward,
.woocommerce .checkout_coupon .button{
    color: #ff5903;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    line-height: 1.43;
    padding: 0.5em 1.375em;
    border-radius: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: 1px solid #ff5903;
    overflow: hidden;
    outline: none;
    opacity: 1;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.woocommerce .checkout_coupon .button:hover{
    padding: 0.5em 1.375em;
  	font-size: 16px;
}

.woocommerce-cart   .woocommerce  table.cart td.actions .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce a.button.wc-backward:hover,
.woocommerce .checkout_coupon .button:hover{
    color: #fff;
    background: #ff5903;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    padding: 0.7em 1.575em;
    display: block;
}

.cart_totals.calculated_shipping>h2{
    background: #ff5903;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

.woocommerce-cart .cart-collaterals .cart_totals table{
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
#order_review_heading{
    color: #343434;
    font-weight: 800;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-billing-fields .form-row {
    margin-bottom: 30px;
}

.woocommerce .woocommerce-account-fields .input-checkbox{
    position: relative;
}

.woocommerce .woocommerce-account-fields{
    margin-bottom: 30px;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    margin-right: 10px;
}

.woocommerce div.product span.price{
    display: block;
    margin: 20px 0;
}

.woocommerce span.onsale {
    height: 3.236em;
    width: 3.236em;
    background-color: #ff5903;
}

.woocommerce div.product .woocommerce-tabs{
    padding: 60px 0;
}

.woocommerce #reviews #comments h2 ,
.woocommerce-Tabs-panel>h2{
    font-size: 24px;
    margin-bottom: 30px;
}

.cart_totals>h2{
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
    border: 0;
    float: left;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    background: transparent;
}

.woocommerce #reviews #comments ol.commentlist li{
    background: #eff7ff;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text{
    padding: 0;
    border: 0;
    display: table;
}

.woocommerce #reviews #comments ol.commentlist li .rating-star-area{
    height: 0;
}

.woocommerce #reviews #comments ol.commentlist li .description{
    margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 .5em;
}

.woocommerce #review_form #respond .form-submit input{
    font-size: 18px;
    text-transform: uppercase;
}

.woocommerce p.stars a{
    color: #ff5903;
}

.related.products>h2{
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li   .star-rating{
    float: none;
    margin-bottom: 5px;
}

.post-edit-link:before{
    content: "\f044";
    font-family: FontAwesome;
    padding-right: 3px;
}

.cart-list .empty{
    color: #33658a;
    text-align: center;
    padding: 20px;
    line-height: 1;
}

nav.navbar-nav li{
    list-style: none;
}

.navbar-brand a,
.navbar-brand h1{
    color: #fff;
    font-size: 38px;
    display: block;
}

.navbar-brand a:hover,
.navbar-brand h1:hover{
    color: #fff;
}

.bg-white .navbar-brand a,
.bg-white .navbar-brand h1{
		color: #333;
}

.bg-white .navbar-brand a:hover,
.bg-white .navbar-brand h1:hover{
		color: #333;
}

.fixed-top .navbar-brand a:hover,
.fixed-top .navbar-brand h1:hover{
    color: #343434;
}

.navbar-brand h1{
    margin: 0;
}

.navbar-brand img{
    height: auto;
}

@media (min-width: 992px){
  .navbar-brand img{
  	display: block;
  }
}

.fixed-top .navbar-brand a{
    color: #343434;
}

#no-menu-fallback{
    float: right;
    color: #fff;
}

.fixed-top #no-menu-fallback{
    color: #343433;
}

#no-menu-fallback a{
    font-weight: 700;
}

#no-menu-fallback a:hover{
    color: #758e4f;
}

.page-header{
    margin-top: 0;
}

.page-header .page-title{
    padding-top: 0;
}

.e-blog-post.sticky{
    position: relative;
    z-index: initial;
}

.e-blog-post.sticky .e-blog-post-title a:before{
    content: "\f0ea";
    font-family: 'IcoFont'!important;
    font-size: .9em;
    margin-right: 5px;
}

.e-blog-post-des img{
    max-width: 100%;
    height: auto;
}

.post-password-form input[type="password"]{
    padding: 0.5em 1.375em;
    border: 1px solid #8b8b8b;
    outline: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
}

.post-password-form input[type="submit"]{
    color: #ff5903;
    position: relative;
    background: transparent;
    text-align: center;
    outline: none;
    padding: 0.5em 2.375em;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    border: 1px solid #ff5903;
    overflow: hidden;
    outline: none;
    opacity: 1;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.post-password-form input[type="submit"]:hover{
    background: #ff5903;
    color: #fff;
}

.textwidget img,
.sidebar img{
    max-width: 100%;
}

.menu-testing-menu-container li,
.categorie-widget .menu-testing-menu-container li{
    padding-left: 0;
}

.menu-testing-menu-container li:before,
.categorie-widget .menu-testing-menu-container li:before{
    display: none;
}

.menu-testing-menu-container li a:before,
.categorie-widget .menu-testing-menu-container li a:before,
.sidebar ul.sub-menu > li > a:hover:after{
    display: none;
}

.sidebar .sub-menu,
.f-widget .sub-menu{
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none;
    background: transparent;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    padding-left: 15px;
}

.sidebar ul.sub-menu > li > a{
	font-size: 16px;
}

.sidebar ul.sub-menu > li > a:hover,
.f-widget ul.sub-menu > li > a:hover{
    padding-left: 0!important;
}

.sidebar .sub-menu .menu-item-has-children>.sub-menu,
.f-widget .sub-menu .menu-item-has-children>.sub-menu{
    left: auto; 
    right: auto;
}

.f-widget .calendar-widget td,.f-widget .calendar-widget th,.f-widget #wp-calendar td,.f-widget #wp-calendar th{
    color: #fff;
}

.f-widget .postform,
.f-widget select{
    color: #343434;
}

.search-content-page{
    overflow: hidden;
}

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.error-content{
    background: #ff5903;
}

.error404 .page-title-content{
    display: none;
}

.error404 .page-title{
    padding: 0;
}

@media only screen and (min-width: 992px){
    ul .sub-menu, ul .dropdown-menu {
        padding-left: 0;
    }

}

.gallery-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #ff5903;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.portfolio-item:hover .gallery-overlay{
    opacity: .8;
    visibility: visible;
}

.e-blog-post ul,
.e-blog-post ol,
.type-page ul,
.type-page ol{
    padding-left: 20px;
}

.entry-content img{
    max-width: 100%;
    display: block;
    height: auto;
}

.blog-3, .bloag-1, .blog-2, .blog-4, .blog-5{
    overflow: hidden;
}

#filter-gallery{
    overflow: hidden;
    position: relative;
}

.fw-option-type-upload.images-only .thumb img{
    width:auto;
    height:auto;
    max-width:100%;
}

@media (max-width:992px){
    .fixed-top .n-brand-inner{
        display: inline-block;
    }

    .main-silde-content{
        width: 100%!important;
        text-align: center!important;
        left: 0!important;
    }

    .main-silde-content h2{
        font-size: 18px!important;
        line-height: 1.2!important;
    }
}

@media (max-width:640px){
    .main-silde-content h2{
        font-size: 16px!important;
        margin-top: 20px!important;
    }
}

.hidden-title{
    display: none!important;
}

.blog-1,
.blog-2,
.blog-3{
    overflow: hidden;
}

@media (min-width: 992px){
    .margin-left-25{
        margin-right:25%;
    }
}

.normal-socials .social-hex{
    border: none;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 1em;
}

.normal-socials .social-hex span{
    position: relative;
}
.banner-overlay:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #33658a;
    content: "";
}
.e-blog-post-more a.btn:hover {
    background: transparent;
    color: #ff5903;
}
.e-blog-post-more a.btn {
    font-size: 14px;
    color: #33658a;
    font-weight: 700;
    text-decoration: none!important;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.Portfolio-txt .category{
		color: #fff;
  	text-transform: uppercase;
}

.Portfolio-txt .category:hover{
		color: #fff;
}

.agency .Portfolio-txt h4{
		margin: 0;
}

.agency .Portfolio-txt h4>a,
.agency .Portfolio-txt h4{
		text-transform: uppercase;
    color:#fff;
}
.fw-heading h2, .fw-special-title {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    position: relative;
}

.f-widget .twitter-widget li,
.f-widget .insta-widget li{
		padding: 0;
}

.f-widget .twitter-widget li:before,
.f-widget .insta-widget li:before{
	display: none;
}

.other-page-preview{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.85);
    opacity: 0;
    z-index: -1;
    display: none;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.other-page-preview.open{
    opacity: 1;
    z-index: 9999;
    display: block;
    visibility: visible;
}

.other-page-preview img{
    max-width: 100%;
    height: auto;
    min-height: 120px;
    display: block;
}

.other-page-preview-inner{
    overflow-y: scroll;
    padding: 30px 15px 0 15px;
    height: 100vh;
    position: relative;
}

.close-show-img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    background: rgba(0,0,0,.9);
    position: fixed;
    cursor: pointer;
    top: 0px;
    right: 0px;
    z-index: 9;
}

.show-img{
    width: 55px;
    height: 59px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    left: -55px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 3px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    box-shadow: -4px 0px 5px 0px rgba(0, 0, 0, 0.09);
}

.other-page-preview-inner .mesonary-item2{
    margin-bottom: 30px;
}

.post-navigation a:hover{
		color: #fff;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    padding: 14px 30px;
}

.attr-nav .menu-item-has-children>a:before{
	display: none!important;
}

@-webkit-keyframes pulseDot {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes pulseDot {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

.show-img::after {
     
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;     
    border: 4px solid red;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: pulseDot;
    animation-name: pulseDot;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
 .switcher-toggle::after {
     
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;     
    border: 4px solid #ff9003;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: pulseDot;
    animation-name: pulseDot;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
