/*-------------------------------------------------------------------------------------

	Theme Name:        Excite - High Definition Multi Variation Clean HTML5 Responsive Bootstrap Template
	Theme URI:		   https://themeforest.net/item/excite-high-definition-multi-variation-clean-html5-responsive-bootstrap-template/20208274
	Description:	   Clean HTML5 Responsive Bootstrap Template
	Author:			   themeroasters	
	Author URI:		   themeroasters.com
	Version:           1.6.0

--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
	//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;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
    color: #343434;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6{
    clear: both;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    line-height: 1.2;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

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;
}

blockquote{
	padding: 0;
    margin: 0 0 30px 0;
    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: 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;
}
 
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: auto;
}

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: 60px;
    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: 0;
}

/* 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;
}

.social-profile li:before{
    content: "";
}

.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,
.social-profile.white .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{
	color: #fff;
}

.social-profile.white .social-hex{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.social-profile.white li a{
    color: #fff;
}

.social-profile.white li a:hover{
    color: #ff5903;
}

.bg-sky-blue{
	background: #f5fafe!important;
}

.s-padding{
	padding: 20px 0;
}

.empty-padding > .wide-container-fluid{
    padding: 0;
}

.empty-padding {
    margin-bottom: 0;
    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: 120px;
	}
}

.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{
	color: #33658a;
	font-weight: 300;
	margin-bottom: 20px;
}

.section-title p{
	font-size: 16px;
	color: #343434;
	margin: 0 auto;
	line-height: 24px;
}

@media (min-width: 768px){
	.section-title p{
		width: 510px;
	}
}

@media (min-width: 768px){
    .m-left-o{
        margin-left: 0;
    }

    .m-right-o{
        margin-right: 0;
    }
	.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-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: #767568;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	background: #92dbe4;
	display: none;
}

.scroll-top:focus,
.scroll-top:hover{
	color:#fff; 
	text-decoration: none;
}

.shadow{
	-webkit-box-shadow: 1px 0 5px rgba(0,0,0,.15);
	box-shadow: 1px 0 5px rgba(0,0,0,.15);
}
.page-title{
    background-size: cover;
	padding-top: 60px;
}
.page-title-content{
	/*padding: 80px 0;*/
	margin: 50px 0;
	position: relative;
	text-align: center;
	color: #fff;
    background: rgb(149, 214, 240);
    background: -moz-linear-gradient(-45deg, rgb(149, 214, 240) 0%, rgb(128, 243, 162) 21%, rgba(197,219,195,1) 49%, rgb(246, 218, 174) 80%, rgb(43, 58, 63) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(149, 214, 240) 0%,rgb(128, 243, 162) 21%,rgba(197,219,195,1) 49%,rgb(246, 218, 174) 80%,rgb(43, 58, 63) 100%);
    background: linear-gradient(135deg, rgb(149, 214, 240) 0%,rgb(128, 243, 162) 21%,rgba(197,219,195,1) 49%,rgb(246, 218, 174) 80%,rgb(43, 58, 63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b70c', endColorstr='#00b709',GradientType=1 );
}

.e-main-content-area .page-title-content{
    padding: 90px 0;
}

.e-main-content-area .page-title{
    padding: 0;
}

.page-title-content h1{
    font-family: "Italianno";
	font-weight: 800;
	/*text-transform: uppercase;*/
    font-size: 120px;
    color: #58594d;
}

.page-title-content h2{
    color: #488b57;
    font-size: 30px;
}
.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(0 - 100vw / 2 + 100% / 1);
    }

    .left-outside-container{
        margin-left: calc(0 - 100vw / 2 + 100% / 1);
    }

    .container>.row>.m-left.m-right .left-outside-container{
        margin-left: calc((0 - 100vw + 240px) / 2 + 100% / 1);
    }

    .container>.row .m-left.m-right>.left-outside-container{
        margin-left: calc((0 - 100vw + 210px) / 2 + 100% / 1);
    }

    .container>.row>.m-left.m-right .right-outside-container{
        margin-right: calc((0 - 100vw + 240px) / 2 + 100% / 1);
    }

    .container>.row .m-left.m-right>.right-outside-container{
        margin-right: calc((0 - 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: 0;
    }

    .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: 0 0 0 0 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: 0 0 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;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    left: -55px;
    top: 150px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    box-shadow: -4px 0 5px 0 rgba(0,0,0,0.09);
}

.switcher-toggle>span{
    font-size: 12px;
    display: block;
    line-height: 1;
    font-weight: 700;

}

.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: 67px;
    height: 67px;
    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: 0;
}

.transparent-bg {
    background: transparent;
}

.header-top{
	background: #fff;
	height: 60px;
    overflow: hidden;
	line-height: 60px;
	box-shadow: 3px 0 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'!important;
	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{
	height: 80px;
	line-height: 80px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.fixed-top .header-bottom{
	background: #fff!important;
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	height: 60px;
	line-height: 60px;
	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;
}

@media (min-width: 996px){
	.fixed-top .navbar-nav>li>a{
		line-height: 60px!important;
	}
}


.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;
}
.navbar-brand.dark>a{
    color: black;
}

.fixed-top .navbar-brand.dark{
	display: block !important;
}

.fixed-top .navbar-brand.light{
	display: none !important;
}

.navbar{
	border: none;
	margin: 0;
}

.navbar-nav{
	
}

.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;
    font-size: 28px;
	line-height: inherit;
}
.navbar-brand>a{
    color: white;
}

.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a{
	padding: 0 18px;
	line-height: 80px;
	/*font-size: 13px;*/
    font-weight: 600;
	color: #174b02;
	font-family: 'Montserrat', 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;
}

.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: #ff0507;
	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(assets/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 0;
    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: #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(assets/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 7px 0 7px;
}

.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
------------------------------------------------------------------------*/
/* 5 - Slider Style
----------------------------------------------------------------------------------------------------*/
/* 6 - Team section style
------------------------------------------------------------------------*/

.team{
    background: #f3f2f2;
}

.team-item{
    position: relative;
    overflow: hidden;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.padding-5{
    padding: 5px;
}

.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 0 30px rgba(0,0,0,.07)!important;
	box-shadow: 25px 0 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 .text-container-title h2{
	margin-bottom: 5px;
}

.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
------------------------------------------------------------------------*/
/* 8 - Service Style
----------------------------------------------------------------------------------------------------*/
/* 9 - About section style
------------------------------------------------------------------------*/
/* 10 - Project section style
------------------------------------------------------------------------*/
/* 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: 140px;
    height: 4px;
    border-radius: 10px;
    background: #48ac48;
}

.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;
}

.text-container p{
	margin-bottom: 25px;
}

.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 - Project section style
----------------------------------------------------------------------------------------------------*/
/* 13 - Feature Style
----------------------------------------------------------------------------------------------------*/
/* 14 - Counter area Style
----------------------------------------------------------------------------------------------------*/
/* 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-placeholder,
#contactForm textarea:-moz-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;
	margin-bottom: 0;
}

.contact-form-wrapper.boxed{
	padding: 30px;
	border: 1px solid #ff5903;
}

.contactform.default .form-control{
	border: 1px solid #8b8b8b;
	border-radius: 0;
	padding: 22px 30px;
	color: #343434;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
}

.form-group{
	margin-bottom: 0;
}

.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: 15px 15px;
	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: 24px;*/
}

.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: 24px;
}

.contact-title{
	color: #33658a;
	font-weight: 800;
	margin-bottom: 25px;
}

.contact-title .light{
	font-weight: 300;
}

.contact-row{
	margin-bottom: 70px;
}

/* 16 - Testimonial Style
----------------------------------------------------------------------------------------------------*/
/* 17 - Recent post section style
------------------------------------------------------------------------*/
/* 18 - Banner style
------------------------------------------------------------------------*/
/* 19 - W-process style
------------------------------------------------------------------------*/
/* 20 - Video and Audio Player Style
------------------------------------------------------------------------*/
.e-audio iframe{
    width: 100%;
    height: 166px;
}

iframe{
    border: 0;
}


/* 21 - Sidebar style
------------------------------------------------------------------------*/
/* 22 - Pricing style
------------------------------------------------------------------------*/
.pricing-wrapper{
	position: relative;
    padding: 0 10px;
}

.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);
    margin-bottom: 35px;
}

.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: #44788e;
}

.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: 50px;*/
	/*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-features>li:before{
    content: "";
}

.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;
}

.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
------------------------------------------------------------------------*/
/* 24 - Table style
------------------------------------------------------------------------*/
/* 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;
	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;
}

/* 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{
	width: 100%;
	height: auto;
	display: block;
}

.e-blog-post-title a,
.e-blog-post-title{
	font-weight: 300;
	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: 10px;
	position: relative;
	font-weight: 300;
	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: #ff9719;
	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.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: 10px;
	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.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: #fff303;
}

.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{
	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{
	background: #ff5903;
	font-weight: 900;
	color: #fff;
}

.pagination .page-naumber.current{
	background: #ff5903;
	font-weight: 900;
	color: #fff;
}

.pagination .page-naumber.last{
	padding: 5px 16px;
}

.pagination .page-naumber.last: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(assets/images/play.png) no-repeat 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;
	margin-bottom: 35px;
}

.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 0;
    }

    .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{
	margin: 35px 0 80px 0;
}

.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 .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{
	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{
	left: 0;
}

.post-navigation .post-nav-next>i{
	right: 0;
}

.post-nav-prev{
	float: left;
	background: #33658a;

}

.post-nav-next{
	float: right;
	background: #33658a;
}

.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{
	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{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}

.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;
}

.e-comment-date,
.product-review-date{
	font-size: 18px;
	font-weight: 300;
	color: #ff5903;
	text-decoration: none!important;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.e-comment-date:hover{
	color: #33658a;
}

.comment-meta{
	margin-bottom: 10px;
}

.e-comment-content{
	margin-bottom: 10px;
}

.e-comment-reply a{
	color: #343434;
	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{
	background: #eff7ff;
	padding: 30px 40px;
	margin-bottom: 40px;
}

.e-comments-list .e-comments-list{
	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: 0 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
------------------------------------------------------------------------*/
/* 28 - Demo Page Style
----------------------------------------------------------------------------------------------------*/
/* 29 - Agency Style
----------------------------------------------------------------------------------------------------*/
/* 30 - App Landing Style
----------------------------------------------------------------------------------------------------*/
/* 31 - Restaurent Style
----------------------------------------------------------------------------------------------------*/
/* 32 - footer Style
----------------------------------------------------------------------------------------------------*/
.footer-bottom{
	/*background: #1e1d2e;*/
	padding: 25px 0;
    background: rgb(149, 214, 240);
    background: -moz-linear-gradient(-45deg, rgb(149, 214, 240) 0%, rgb(128, 243, 162) 21%, rgba(197,219,195,1) 49%, rgb(246, 218, 174) 80%, rgb(43, 58, 63) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(149, 214, 240) 0%,rgb(128, 243, 162) 21%,rgba(197,219,195,1) 49%,rgb(246, 218, 174) 80%,rgb(43, 58, 63) 100%);
    background: linear-gradient(135deg, rgb(149, 214, 240) 0%,rgb(128, 243, 162) 21%,rgba(197,219,195,1) 49%,rgb(246, 218, 174) 80%,rgb(43, 58, 63) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b70c', endColorstr='#00b709',GradientType=1 );
}

.footer-bottom .social-hex {
    margin: 0;
}
/*  - Color Schemes
----------------------------------------------------------------------------------------------------*/

/*----------Schemes s-blue----------*/
/*---------Schemes green----------*/
.page-title{
background: rgb(0,183,12);
background: -moz-linear-gradient(-45deg, rgba(0,183,12,1) 0%, rgba(106,232,104,1) 21%, rgba(197,219,195,1) 49%, rgba(102,214,110,1) 80%, rgba(0,183,9,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(0,183,12,1) 0%,rgba(106,232,104,1) 21%,rgba(197,219,195,1) 49%,rgba(102,214,110,1) 80%,rgba(0,183,9,1) 100%);
background: linear-gradient(135deg, rgb(45, 63, 73) 0%,rgba(106,232,104,1) 21%,rgba(197,219,195,1) 49%,rgb(252, 203, 127) 80%,rgb(43, 58, 63) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b70c', endColorstr='#00b709',GradientType=1 );

    padding-bottom: 30px;
}
.separator-inner {
    color: #336598;
}
.table-light thead {
    border: none;
    background-color: #0BBE30;
}

.table-light thead tr th {
    padding: 15px;
    /*border: none;*/
    border: 1px solid #176f06;
    font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
}
.table-light tbody tr td {
    padding: 15px;
    border: 1px solid #176f06;
    vertical-align: middle;
}
.weekday {
    background-color: rgba(51, 255, 75, 0.5);
    font-size: 16px;
    font-weight: 400;
}
.yes {
    background-color: rgba(27, 255, 12, 0.85);
}
.daytime {
    background-color: rgba(0, 255, 160, 0.49);
}
ul {
    list-style: none;
    margin-left: 20px;
}
ul li:before {
    content:  "-";
    position: relative;
    left:     -5px;
}
#primary-menu li:before{
    content: "";
}
.pagination li:before{
    content: "";
}
.img-padding{
    padding-bottom: 10px;
}

.form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    outline: 0;
    box-shadow:none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea .form-control {
    height: auto;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form textarea{
    margin-bottom: 30px;
    border-radius: 0;
}
.clrfx::after{
    display: table;
    content: " ";
    clear: both;

}
.alignleft{
    float: left;
    margin-right: 1em;
}
.alignright{
    float: right;
    margin-left: 1em;
}
.dommoskvi{
    font-size: 70%;
}