html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #404040;
	overflow-x: hidden;
	line-height: 1.6em;
	letter-spacing: 1px;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
	display: block;
}
a {
	color: #9b88ec;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	cursor: pointer;
	outline: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: #48dad9;
}
::selection {
	background: #48dad9;
	color: #FFF;
}
::-moz-selection {
	background: #48dad9;
	color: #FFF;
}

*::-webkit-input-placeholder {
	color: #bdbdbd !important;
}
*:-moz-placeholder {
	color: #bdbdbd !important;
}
*::-moz-placeholder {
	color: #bdbdbd !important;
}
*:-ms-input-placeholder {
	color: #bdbdbd !important;
}

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


p {
	margin-bottom: 1.5em;
}
b,strong {
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
	line-height: 26px;
	quotes: """";
}
blockquote:before,blockquote:after {
	content: "";
}
q {
	quotes: "“""”""‘""’";
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 71.5%;
}
big {
	font-size: 125%;
}
dl {
	margin: 0 20px;
}
iframe,
object {
	max-width: 100%;
	margin-bottom: -5px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	letter-spacing: 0;
	font-size: 100%;
	vertical-align: baseline;
	display: block;
	clear: both;
}
h1,h1 span {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 20px;
}
h3.custom-blog-title {
	color: #000000 !important;
	text-transform: uppercase;
	text-align: center;
	float: none;
	padding-bottom: 10px;
	line-height: 40px;
	position: relative;
	display: inline-block;
	font-size: 35px;
	width: 100%;
	margin: 15px auto 30px auto;
}
h3.custom-blog-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	bottom: 5px;
	left: 45%;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 16px;
}
hr {
    background-color: #f8f8f8;
    height: 1px;
    width: 80%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 60px auto;
    border: 0;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em 0;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}
caption,th,td {
	font-weight: normal;
	text-align: left;
}
caption {
	font-size: 16px;
	margin: 20px 0;
}
th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 10px;
}
td {
	padding: 0px 10px;
}
thead th {
	border: none;
}
button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
	text-align: center;
	padding: 13px 35px;
	margin: 10px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	color: #FFF;
}
input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #555;
	border: 1px solid #f8f8f8;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}
.entry-content button,
.entry-content input[type="button"],
.entry-content input[type="reset"],
.entry-content input[type="submit"] {
	padding: 5px 20px 5px 20px;
}
.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {} .input-box {
	border: 0 !important;
	width: 274px;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 46px;
	padding-left: 15px !important;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
.textarea-box {
	border: 0;
	text-align: left;
	text-transform: none;
	padding: 9px;
	min-height: 250px;
	padding-left: 15px;
	display: inline-block;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.95);
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {} input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
section {
	padding: 80px 0px;
	width: 100%;
}
.pink-bg {
	background: #ec008c;
}
.red-bg {
	background: #ed1c24;
}
.green-bg {
	background: #0b7e36;
}
.light-bg{
    background: #F6F6FF;
}
.blue-bg {
	background: #00aeef;
}
.yellow-bg {
	background: #ffd802;
}
.purple-bg{
    background: #92278f;
}
.orange-bg{
    background: #fa5511;
}
.black-bg {
	background: #000000;
}
.grey-bg {
	background: #cccccc;
}
.white-bg {
	background: #FFFFFF;
}
.fixed-bg {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: left;
}

.red-text {
	color: #72132B;
}
.green-text {
	color: #1e9e6b;
}
.purple-text {
	color: #604A7B;
}
.blue-text {
	color: #27A8DF;
}
.yellow-text {
	color: #EA9431;
}
.dark-text {
	color: #404040;
}
.white-text {
	color: #FFFFFF !important;
}
.grey-text {
	color: #95969A;
}
.black-text {
	color: #404040 !important;
}

.buttons {
	text-align: center;
	margin-top: 45px;
}
.button {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px 10px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 10px;
}
#submit-btn {
    margin: 0;
    padding: 4px 30px;
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    color: #FFF;
	background: #48dad9;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
    /*border: 1px solid #48dad9;*/
}
#submit-btn:hover {
    color: #FFF;
	background: #48dad9;
    /*border: 1px solid #48dad9;*/
}
.btn{
    text-transform: uppercase;
    font-weight: 300;
    vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 10px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lightpurple-btn {
	border: 1px solid #9b88ec;
	background: #9b88ec;
	color: #FFFFFF;
	font-weight: bold;
}
.lightpurple-btn:hover, .lightpurple-btn:focus {
	border: 1px solid #9b88ec;
	background: #9b88ec;
	color: #FFFFFF;
	opacity: 0.7;
}
.purple-btn {
	border: 1px solid #ff661a;
	background: #ff661a;
	color: #FFFFFF;
}
.black-btn {
	border: 1px solid #000000;
	color: #000000;
}
.black-btn:hover, .black-btn:focus{
	border: 1px solid #ff661a;
	color: #ff661a;
}
.orange-btn {
	background: #ff9000;
	color: #ffffff;
}
.grey-btn {
	background: transparent;
	border: 1px solid #333333;
	color: #333333;
}
.white-btn {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 10px 30px;
	width: 100%;
	font-weight: 500;
}
.white-btn:hover, .white-btn:focus{
	border: 1px solid #ffffff;
	color: #ff661a !important;
	background: #ffffff;
}
.red-btn {
    color: #FFF;
	background: #ff661a;
}
.red-btn:hover, .red-btn:focus {
    color: #FFF;
	background: #202020;
}
.green-btn {
	color: #ffffff;
	background: #ff661a;
}
.green-btn:hover {
	color: #ffffff;
	background: #ff661a;
}
.blue-btn {
	background: #5683E8;
	border: 1px solid #5683E8;
	color: #ffffff !important;
}
.blue-btn:hover {
	color: #019BFF !important;
	border: 1px solid #019BFF;
	background: #FFFFFF;
}
.yellow-btn {
	background: #EA9431;
}
.yellow-btn:hover {
	color: #FFF;
	background: #EA9431;
}
.red-btn, .green-btn, .blue-btn, .yellow-btn {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gradient-btn{
    color: #FFFFFF;
    background: #48dad9;
	background:-webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background:linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
}
.gradient-btn:hover, .gradient-btn:focus, .gradient-btn:active{
    color: #FFFFFF;
}
    
#loader {
	min-height: 930px;
	position: relative;
	display: none;
}
#loader .loader-icon {
	background: url(images/loading.gif) no-repeat center center;
	background-color: #FFF;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: fixed;
	width: 44px;
	height: 44px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	border-radius: 5px;
}
.arrow-animate {
	position: absolute;
	z-index: 99;
	left: 48%;
	margin-top: -10%;
}
.row {
	float: left;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.row-eq-height{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex
}
.alignmiddle{
    align-items:center
}
.panel-grid, .so-panel {
	margin: 0px !important;
}
.panel-grid-cell {
	padding: 0px !important;
	margin: 0px !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.content {
	padding: 60px 0px;
	width: 100%;
}
#search-page .content {
	padding: 0px;
	width: 100%;
}
#search-page ul li {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 40px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
#search-page .content h2 {
    font-size: 20px;
    margin-bottom: 5px;
}
#search-page .content .desc, #search-page .content .desc a {
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}
#search-page .content .caption {
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 30px;
}
.innercontent {
	padding: 20px;
	margin: 0 auto;
	display: inline-block;
	width: 90%;
}
.leftcontent {
	padding: 0px 0px;
	margin-top: -15px;
	height: 60px;
}

.middlebox {
	width: 100%;
	height: 80px;
	display: inline-block;
	margin: 0px;
	padding: 5px 0px;
	position: relative;
}
.middlecaption {
	position: absolute;
	display: table;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.line-1{
    position: relative;
    background: #9b88ec;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}
.line-1:before{
    position: absolute;
    content: '';
    background: #9b88ec;
    height: 10px;
    width: 15%;
    right: 0;
    bottom: 0;
}
.design-1{
    background-color: #EEEEEE;
    background-image: url('images/news-line-left.png'),url('images/news-line-right.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 400px;
}

.metaslider .caption-wrap{
    text-align: left !important;
    color:white !important;
    opacity: 1 !important;
    margin:0 auto !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    line-height:1.4em !important;
    background: transparent !important;
    /*background:-webkit-linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
    /*background:linear-gradient(-45deg, rgba(241, 106, 255, 0.1) 0%, rgba(106, 128, 255, 0.1) ,rgba(42, 255, 240, 0.1) 100%) !important;*/
}
.metaslider .caption {
    text-align: left !important;
    padding: 0px !important;
    margin: 0px auto !important;
    word-wrap: break-word;
    position: absolute !important;
    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    top: 50% !important;
    left: 0;
    right: 0;
    width: 84% !important;
}
.metaslider .caption img{
    display:inline-block !important;
    text-align:center !important;
}
.metaslider .caption-wrap h1{
    padding: 0px !important;
    margin: 0 !important;
    font-size: 110px;
    font-weight: 900;
    color: #FFFFFF;
    text-shadow: 2px 2px 20px #4E4E4E;
    line-height: 1em;
}
.metaslider .caption-wrap h1 small{
    color: #FFFFFF;
}
.metaslider .caption-wrap .caption p{
    line-height: 1.5em !important;
    font-size: 25px !important;
    margin: 0px !important;
}
.metaslider .caption-wrap .caption .btn{
    box-shadow: 4px 4px 10px #4E4E4E;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 10px;
    font-size: 25px;
    font-weight: bold;
}

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1024px) {


}
@media only screen and (max-width: 991px) {
    .metaslider .caption{
        width: 100% !important;
    }
    .metaslider .caption-wrap .caption p {
        font-size: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
    .metaslider .caption-wrap {
        position: initial !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100%;
        color: #000000;
        opacity: 1;
        top: initial !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
    .metaslider .caption {
        text-align: center;
        width: 100%;
        padding: 22px;
        margin: 0px;
        word-wrap: break-word;
        position: initial !important;
        top: 0% !important;
        transform: initial !important;
        -ms-transform: initial !important;
        -webkit-transform: initial !important;
    }
}
@media only screen and (max-width: 600px) {

}
@media only screen and (max-width: 480px) {
    .metaslider .caption-wrap h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .metaslider .caption {
        text-align: center !important;
    }
}
.heading {
    width: 80%;
	font-size: 18px;
	line-height: 28px;
	padding: 0px;
	margin: 0 auto 50px auto;
}
.title {
    font-size: 35px;
    font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
	color: #9b88ec;
}
.subtitle {
    font-size: 28px;
    font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em;
}
.heading .caption {
    font-weight: 500;
    color: #000000;
    padding: 10px 0px;
}
.highlight{
    padding: 20px 20px 50px 40px;
    display: inline-block;
    line-height: 1.6em;
    width: 100%;
}
.highlight ul{
    
}
.highlight ul li{
    padding-left: 20px;
    margin: 5px;
    line-height: 1.5em;
    position: relative;
}
.highlight ul li:before {
    content: "\f0eb";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff661a;
    font-size: 18px;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
}
#highlight {
    display: inline-block;
}
#highlight .box {
	color: #ffffff;
	width: 100%;
	margin: 0px;
	padding: 20px;
	/*position: relative;*/
	text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	border-radius: 20px;
}
#highlight .box .image img{
    width: auto;
}
#highlight .box .box-content{
    padding-top: 10px;
}
#highlight .box h2{
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#about {
	width: 100%;
}
#about .heading{
    width: 100%;
}

#services{
    
}
#services ul{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#services ul li{
    vertical-align: top;
    display: inline-block;
    width: 24.5%;
    padding: 0;
    margin: 0;
}
#services ul li .box{
    padding: 10px;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 360px;
}


#offers{
    
}
#offers ul{
    list-style: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#offers ul li{
    display: inline-block;
    width: 24%;
    padding: 2%;
    vertical-align: top;
}
#offers ul li .image{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background: -webkit-linear-gradient(45deg, #988aeb 0%, #6cb7d8 ,#48dad9 100%) !important;
    background: linear-gradient(45deg, #988aeb 0%, #6cb7d8 , #48dad9 100%) !important;
}

#beforeafter{
    
}
#beforeafter-wrapper{
    position: relative;  
    padding: 0 5%;
}
#beforeafter-wrapper ul{
    
}
#beforeafter-wrapper ul li{
    width: 80%;
    display: block;
    padding: 20px 0px 40px 0px;
    margin: 10px auto;
    vertical-align: middle;
}
#beforeafter-wrapper ul li .box{
    width: 100%;
    padding: 0px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}
#beforeafter-wrapper ul li .box:hover .hover{
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    z-index: 1;
    overflow: hidden;
}
#beforeafter-wrapper ul li .box:hover .hover:after{
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 45%;
    left: 0;
	right: 0;
}
#beforeafter #customNav{
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 38px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50%;
    position: absolute;
}
#beforeafter #customNav .owl-prev{
    left: 0;
    width: 38px;
    height: 38px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(images/arrow_back.png) no-repeat top right;
    cursor: pointer;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
#beforeafter #customNav .owl-next{
    right: 0%;
    width: 38px;
    height: 38px;
    font-size: 12px;
    outline: none;
    position: absolute;
    z-index: 99;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(images/arrow_back.png) no-repeat center center;
    cursor: pointer;
}
#homeBeforeAfter.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

#testimonials{
    padding: 0;
    
}
#testimonials .count-number{
    display: inline-block
}
#testimonials .overlay{
    padding: 60px 0px;
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}
#testimonials-wrapper{
    position: relative;
}
#testimonials-wrapper ul{
    
}
#testimonials-wrapper ul li{
    width: 80%;
    display: block;
    padding: 20px 0px;
    margin: 10px auto;
    vertical-align: middle;
}
#testimonials-wrapper ul li .box .image {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
#testimonials-wrapper ul li .content {
    padding: 30px 0px 0px 0;
    margin: 0;
    line-height: 1.4em;
    text-align: center;
}

#testimonials .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#testimonials .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#testimonials .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	background: transparent;
}
#testimonials .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 0.7;
	z-index: 3;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: relative;
	bottom: 0;
}
#testimonials .owl-controls .owl-dots .owl-dot.active span, #testimonials .owl-controls .owl-dots .owl-dot:hover span{
    background:#869791;
}

#cta{
    padding: 0 0 80px 0;
}

#custom-pagination{
    display: block;
    margin: 0 auto;
    text-align: center;
}
#custom-pagination .custom-page{
    display: inline-block;
    border: 1px solid #DBDBDB;
    padding: 4px 15px;
}
#custom-pagination .custom-number{
    display: inline-block;
    margin-left: 5px;
}
#custom-pagination .custom-number .page-numbers{
    border: 1px solid #DBDBDB;
    padding: 6px 8px;
}
#custom-pagination .custom-number .page-numbers.current{
    border: 1px solid #918F90;   
}
#custom-pagination .custom-number .page-numbers.prev{
    margin-right: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}
#custom-pagination .custom-number .page-numbers.next{
    margin-left: 2px;
    padding: 3px 8px;
    font-size: 14px !important;
}


#contact {
	background: #FFFFFF;
	padding: 60px 0px;
}
#contact .contactform {
	padding: 0% 10%;
}
#contact .subtitle {
    font-size: 20px;
    /*margin-bottom: 10px;*/
}
#contact ul{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
}
#contact ul li{
    vertical-align: top;
    margin: 0 0 15px 0;
    padding: 0;
    width: 100%;
}
#contact ul li span{
    display: inline-block;
    width: 30px;
    float: left;
}
#contact ul li label{
    display: inline-block;
    width: 90%;
    padding-left: 10px;
    line-height: 1.3em;
}

.box {
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
	cursor: pointer;
}
.box .image {
    height: 260px;
} 
.box .image img {
    object-fit: cover;
    align-items: center;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}
.box .content {
	padding: 20px 5px 5px 5px;
	width: 100%;
	border-bottom: 1px solid transparent;
}
.box .title {
	font-weight: 600;
	font-size: 16px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: initial;
	color: #000000;
}
.box .subtitle{
    font-weight: 300;
    font-size: 13px;
    color: #a0a0a0;
}
.box:hover img {
	display: block;
	filter: brightness(1.1) invert(0);
}

.box .caption ul {
	list-style: none;
}
.box .caption ul li {
	padding: 5px 0px;
	line-height: 1em;
	list-style: initial;
	margin-left: 15px;
}
.box .caption ul li b {
	font-size: 15px;
	line-height: 1.1em;
	list-style: none !important;
	margin-left: 0px !important;
}



#portfolio .newsWrapper {
	text-align: center;
}
#portfolio .newsWrapper .item {
	margin: 0;
}
#portfolio .newsWrapper .item figure {
	margin: 0;
	width: 100%;
	height: 100%;
}
#portfolio .newsWrapper .item figure figcaption {} 
#portfolio .newsWrapper .item figure figcaption .box {
	display: none;
}
#portfolio .newsWrapper .item figure figcaption .image {
	overflow: hidden;
}
#portfolio .newsWrapper .item figure figcaption .caption {
	background: #ffffff;
	padding: 20px;
	margin: 0px;
	text-transform: uppercase;
	min-height: 90px;
}
#portfolio .newsWrapper .item figure:hover img {
	overflow: hidden;
	transition: all 0.4s ease;
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
#portfolio .newsWrapper .item figure:hover figcaption {} 
#portfolio .newsWrapper .item figure:hover figcaption .box {
	padding: 0px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	height: 400px;
	margin: 0;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.56);
	z-index: 9;
	display: block;
}
#portfolio .newsWrapper .item figure:hover figcaption .box .middlebox {
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	display: table;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#portfolio .newsWrapper .item figure:hover figcaption .box .middlebox a {
	font-size: 24px;
	text-transform: uppercase;
	color: #ffffff;
}
#portfolio .newsWrapper .item figure:hover figcaption .box .middlebox a i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #4877BB;
	padding: 10px;
	margin-bottom: 20px;
	width: 45px;
}
#portfolio .newsWrapper .item figure:hover figcaption .caption {
	background: #4877BB;
	color: #ffffff;
	z-index: 9;
	position: absolute;
	width: 100%;
}
.hover-overlay-inner::before,
.hover-overlay-inner::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 25px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.hover-overlay-inner::before {
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.hover-overlay-inner::after {
	border-right: 1px solid #ffffff;
	border-left: 0px solid #ffffff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}
#portfolio .newsWrapper .item figure:hover .hover-overlay-inner::before,
#portfolio .newsWrapper .item figure:hover .hover-overlay-inner::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#portfolio .owl-carousel .owl-item img {
	width: 100%;
	object-fit: cover;
	height: 200px;
}
#portfolio .owl-controls {
	text-align: center;
	padding: 20px 0px 0px 0px;
}
#portfolio .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#portfolio .owl-controls .owl-dots .owl-dot span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
}
#portfolio .owl-controls .owl-dots .owl-dot.active span {
	display: block;
	width: 20px;
	height: 5px;
	margin: 5px;
	border: 1px solid #ffffff;
	background: transparent;
}
#portfolio .owl-controls {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 42px;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 40%;
}
#portfolio #customNav {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 160px;
	width: 67%;
	margin: 0 auto;
	margin-top: -170px;
	position: relative;
}
#portfolio #customNav .owl-prev {
	left: 0;
	width: 38px;
	height: 38px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff url(images/arrow_back.png) no-repeat top right;
	cursor: pointer;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
#portfolio #customNav .owl-next {
	right: 0%;
	width: 38px;
	height: 38px;
	font-size: 12px;
	outline: none;
	position: absolute;
	z-index: 99;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #ffffff url("images/arrow_back.png") no-repeat center center;
	cursor: pointer;
}
#ourproduct {
	height: auto;
}
#ourproduct .bcg {
	background-image: url('images/b1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
}
#ourproduct figure img {
	width: 100%;
}
.overlay-pattern {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 0px;
	background: rgba(62, 61, 61, 0.38);
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {} .main-navigation li:hover > a {} .main-navigation ul ul:hover > a {} .main-navigation ul ul a:hover {} .main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {} .navbar-collapse {
	box-shadow: none;
	overflow: visible !important;
}
.navbar-inverse li.menu-item-open-left:hover > ul.sub-menu,
.navbar-inverse li.menu-item-open-left.link-focus > ul.sub-menu {
	right: 0;
}
.navbar-inverse li.menu-item-open-left li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	right: 100%;
	left: auto;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	clear: both;
	padding: 10px 0px;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-links {
	border-top: 1px solid #ACABAB;
}
.nav-links a {
	color: #000000;
	padding: 0px;
}
.nav-links a:hover {
	color: #000000;
	text-decoration: underline;
}
.prev {
	padding: 15px 0 15px 60px;
	display: inline-block;
	margin-right: 10px;
	border: none;
	font-size: 22px !important;
}
.next {
	padding: 15px 60px 15px 0;
	display: inline-block;
	margin-left: 10px;
	border: none;
	font-size: 22px !important;
}
.page-numbers {
	padding: 0 5px 4px;
	font-size: 14px;
}
span.page-numbers {
	font-weight: bold;
	text-decoration: underline;
}
.site-main .post-navigation {
	float: left;
	width: 100%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.singleblogtitle {
	padding: 0px;
	margin: 0px;
}
.sidebar-wrap {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.widget {} 
.widget .widget-title {
	color: #000000;
}
.widget .widget-title:before {} .widget h1.widget-title {
	width: 100%;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.widget h3.widget-title {
    font-size: 28px;
    font-weight: 900;
    padding: 0px;
    margin: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
}

.widget-area {
	float: left;
	width: 100%;
}
.widget-area .widget {
	clear: both;
}
.widget-area .widget-title {
	margin: 10px auto 10px auto;
}
.widget-area ul li {
	margin: 0px;
	line-height: 1.2em;
	padding: 0px 0px 6px 0px;
}
.widget-area .widget-title,
.widget-area ul li {
	text-align: left !important;
	text-transform: capitalize;
	font-weight: normal;
}
.widget-area .widget-title:before {} .widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
	border: 1px solid #e9e9e9;
}
.tagcloud a {
	background: #FCFCFC;
	padding: 2px 5px;
}
.widget_search .search-submit {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	background: url(images/search_icon.png) no-repeat center center;
	text-indent: -9999999px;
}
.widget_search label {
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form {
	position: relative;
}
.widget_search input {
	width: 83%;
	padding: 12px 15% 12px 2%;
}
.widget ul {
	margin: 0;
	padding: 0;
	display: block;
}
.widget li {
	list-style: none;
	margin: 0px 0px 3px 0px;
	position: relative;
	line-height: 1em;
}
.widget li:before {
	width: 4px;
	height: 4px;
	background: #e9e9e9;
	position: absolute;
	margin-top: 11px;
	left: 0;
}
.widget li a {
	color: #808080;
}
.widget li a:hover {
	color: #404040
}
.widget ul.horizontal {
	margin: 0;
	padding: 0;
	display: block;
}
.widget ul.horizontal li {
	list-style: none;
	margin: 0px 0px 3px 0px;
	position: relative;
	float: left;
}
.widget ul.menu {
	text-align: right;
	padding: 10px 0px;
}
.widget ul.menu li {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 30px;
	display: inline;
	border-right: 1px solid #ffffff;
}
.widget ul.menu li:last-child {
	margin-right: 0px;
	border-right: 0px solid #ffffff;
}
.widget ul.menu li a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.widget ul.menu li.current-menu-item a {
	color: #ff661a;
}
.widget ul.menu li a:hover {
	color: #ff661a;
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
	margin-right: 0;
	margin-left: 0;
}
.site-content {
	background: #FFF;
	min-height: 200px;
}
.home-content {
	margin-top: 0px;
}
.sticky {} .hentry {} .byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-meta-large .byline,
.entry-meta-large .updated {
	display: none;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
	line-height: 1.4em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#single-page{
    
}
.page-header-empty{
    height: 80px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}
.page-header{
    width:100%;
    height: 600px;
    margin:0px;
    padding:0px;
    z-index:0;
}
 .page-header-small{
    width:100%;
    height: 350px;
    margin:0px;
    padding:0px;
    z-index:0;
}
 .page-header .overlay{
    width:100%;
    height:100%;
    /*background:rgba(0, 0, 0, 0.5);*/
}
 .page-header h1.page-title span{
    position:relative;
    font-size:24px;
    padding-top:20px;
    color:#ACABAB !important;
}
 .page-header h1.page-title:before{
    position:absolute;
    margin:auto;
    z-index:1;
    content:"";
    width:35%;
    height:2px;
    background:#e9e9e9;
    bottom:-9px;
    left:0;
}
 .page-header-content{
    position:relative;
    display:table;
    top:50%;
    width:100%;
    margin:0px;
    padding:0px;
    font-size:30px;
    color:#ffffff;
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
article .page-header{
    height: auto;
     margin-bottom: 20px; 
    /* padding-bottom: 20px; */
    border-bottom: 0px solid rgb(238, 238, 238);
}

 .breadcrumb{
    width:90%;
    margin:0 auto;
    padding:35px 0;
    line-height:1em;
    font-size:15px;
    font-weight:normal;
    text-align:center;
    list-style:none;
    background-color:transparent;
}
 .breadcrumb a , .breadcrumb a:hover , .breadcrumb span{
    font-size:15px;
    line-height:1em;
    color:#ffffff;
}
 .page-header-content h3.page-title{
    text-align:right;
    color:#000000;
    font-weight:900;
    font-size:48px;
    line-height:1.2em;
    padding:0;
    margin:0 auto;
    display: inline-block;
    left: 0;
    right: 0;
    width: 80%;
    position: absolute;
}
 .page-header-content .caption{
    font-size: 18px;
    font-weight: 500;
    color: #6b6b6b;
 }
 .page-header-content h4.page-title{
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 33px;
    line-height: 50px;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 50%;
}
 .page-header-content h4.page-title:before{
    position:absolute;
    content:"";
    width:4%;
    height:2px;
    background:#fcd073;
    bottom:-12px;
    left:48%;
}
.taxonomy-description {
	margin-bottom: 1.5em;
}
.entry-title {
	position: relative;
}
.entry-title:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #ff661a;
	bottom: -9px;
	left: 0;
}
.entry-meta {
	padding-top: 10px;
    font-weight: 100;
    color: #939393;
    margin-bottom: 15px;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.comment {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment a {
	color: #c7254e;
}
.comment-body {
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 10px;
	position: relative;
	padding-left: 40px;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {} .comment-form,
.comments-title,
.comment-reply-title {
	text-align: left;
}
.comment .reply a {
	font-size: 12px;
}
.comment-form p {
	margin: 10px 10px 10px 0;
}
.comment-form label {
	width: 85px;
}
.comments-title {
	font-size: 20px;
	margin-bottom: 20px;
}
.comment-list {
	margin-left: 0px;
}
.comment-list li {
	list-style: none;
	float: left;
	width: 100%;
}
.comment-reply-link {
	border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	box-shadow: none;
	text-shadow: none;
	padding: 3px 5px;
	position: absolute;
	top: 0;
	right: 0;
}
.comment-form #submit,
.comment-reply-link {
	background: #ff661a;
	border-color: #ff661a;
	color: #fff !important;
}
.comment-form #submit:hover,
.comment-form #submit:focus,
.comment-form #submit:active {
	background: #ff661a;
}
.comment-meta {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.comment-metadata {
	position: absolute;
	top: -2px;
	right: 55px;
}
.comment-metadata,
.comment-metadata a {
	color: #888;
	font-style: italic;
	font-size: 12px;
	padding: 3px 0px;
}
.comment-reply-link:hover {
	background: #ff661a;
	box-shadow: none;
}
.comment-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.comment-author b.fn {
	color: #000;
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {} .site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {} .site-main .gallery-columns-4 .gallery-item img {} embed,

.section-header {
	padding: 0px;
}
.section-header h3 {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: #555555;
}
.section-header .section-legend {
	font-size: 16px;
	margin-bottom: 0;
	color: #808080;
	padding-top: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
}
.status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#parallax_move .layer {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: top center;
}
.home-header-wrap {
	overflow: hidden;
	position: relative;
}
.header.header {
	width: 100%;
	position: absolute;
}
.header.header > .navbar {} 
.header-content-wrap-custom {
	background: rgba(0, 0, 0, 0.65);
	position: relative;
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.08);
	padding: 5% 0;
}
#info {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8% 0px 0px;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    /*background: #000000;*/
}
@keyframes ring{
	0%{transform:rotate(-15deg)}
	2%{transform:rotate(15deg)}
	4%{transform:rotate(-18deg)}
	6%{transform:rotate(18deg)}
	8%{transform:rotate(-22deg)}
	10%{transform:rotate(22deg)}
	12%{transform:rotate(-18deg)}
	14%{transform:rotate(18deg)}
	16%{transform:rotate(-12deg)}
	18%{transform:rotate(12deg)}
	20%,100%{transform:rotate(0deg)}
}
#info .fa-phone{
	animation: ring 2s ease infinite;
}
#info a, #info a:hover{
    color: #000000;
    text-shadow: 1px 0px 0px #FFFFFF;
}
#info ul.social {
    margin: 0;
    padding: 0;
    float: right;
} 
#info ul.social li {
    display: inline-block;
    padding: 15px 2px;
    margin: 0px;
    vertical-align: middle;
}
#info ul.social li:first-child {
    padding-left: 0px;
}
#info ul.social li:last-child {
    padding-right: 0px;
}
#info ul.social li img{
    width: 50px;
}
#info ul.social li img:hover{
    box-shadow: 1px 1px 8px #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#top-search-form{
    position: absolute;
    background: #FFFFFF;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: none;
}
#top-search-form input[type="submit"]:hover {
    color: #fff;
    border: 0px solid #ff661a;
}
#top-search-form .panel-last-child{
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 1%;
}
#top-search-form #close-btn{
    font-size: 20px;
    font-weight: normal;
    color: #5dbaa9;
}
#site-navigation {
	float: right;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
}
.navbar {
	background: transparent;
	border: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align: left;
}
.home .navbar{
    background: #FFFFFF;
}
#main-nav {
	width: 100%;
	z-index: 1000;
	margin-bottom: 0;
	padding: 0px;
	background: transparent;
}
#main-nav.fixed {
    z-index: 999;
	position: fixed;
	top: 0;
	/*background: #ffffff;*/
	border-top: 5px solid #000000;
}
#main-nav.fixed #info{
    background: #FFFFFF;
}

.navbar-inverse .navbar-nav {
	margin-left: 0;
	margin-right: 0;
}
.navbar-inverse .navbar-nav >li {
	display: inline;
}
.navbar-inverse .navbar-nav>li:last-child {
	margin-right: 0 !important;
	margin-left: 10px;
	background: #ff661a;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.navbar-inverse .navbar-nav >li:hover, .navbar-inverse .navbar-nav >li.current-menu-item {
	/*background: rgba(5, 168, 222, 0.14);*/
}
.navbar-inverse .navbar-nav>li>a {
	font-weight: bold;
	color: #000000;
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: center;
}
.navbar-inverse .navbar-nav>li.has_children>a{
    padding-right: 20px;
}
.navbar-inverse .navbar-nav>li:last-child a, .navbar-inverse .navbar-nav>li:last-child a:hover{
    color: #FFF;
    padding: 10px 15px;
}

.navbar-inverse .navbar-nav>li>a span {
	font-weight: 600;
	font-size: 12px;
	color: #000000;
}
.navbar-inverse .main-navigation ul > li {
	display: inline;
	margin-top: 20px;
}
.navbar-inverse .main-navigation > ul > li:last-child {
	margin-right: 0 !important;

}
.navbar-inverse .main-navigation > ul > li > a {
	color: #404040;
	padding: 0;
	line-height: 35px;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	left: -999em;
	position: absolute;
	top: 100%;
	background: #fff;
	width: 200px;
	box-shadow: 3px 3px 2px rgba(50, 50, 50, 0.08);
	z-index: 9999;
}
.navbar-inverse .navbar-nav ul.sub-menu {
	margin: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav ul.sub-menu li {
	float: none;
	position: relative;
	list-style: none;
	padding: 10px;
}
.navbar-inverse .navbar-nav ul.sub-menu li a {
	color: #404040;
}
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a,
.navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
	/*color: #ff661a;*/
}
.navbar-inverse ul ul {
	left: -999em;
}
.navbar-inverse ul ul ul {
	left: -999em;
	top: 0;
}
.navbar-inverse ul li:hover > ul.sub-menu,
.navbar-inverse ul li.link-focus > ul.sub-menu {
	left: auto;
}
.navbar-inverse ul ul li:hover > ul.sub-menu,
.navbar-inverse ul ul li.link-focus > ul.sub-menu {
	left: 100%;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
	border-color: none;
	border: 0px dotted black;
	outline: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ff661a;
}
.navbar-toggle.active {} .navbar-toggle.collapsed {
	background-color: transparent !important;
}
#site-navigation > ul {
	width: auto;
	position: relative;
}
#site-navigation > ul ul {
	text-align: left;
}
#site-navigation > ul > li {} .navbar-header {
	position: relative;
	float: initial;
}
.navbar-header-menu {
	float: right;
}
.responsive-logo {
	width: 250px;
	float: left;
	position: absolute;
	z-index: 2;
}
#main-nav.fixed .responsive-logo img{
    width: 90%;
    background: #000000;
}
.navigation-wrapper {
	width: 80%;
	float: right;
	position: absolute;
	display: table;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navbar-inverse .navbar-nav > li {} .navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #ff661a;
}
.navbar-inverse .navbar-nav>li>a:hover span,
.navbar-inverse .navbar-nav>li>a:focus span {
	color: #000000;
}
.navbar-inverse .navbar-nav>li.current>a {
	position: relative;
	outline: none;
}
ul.nav > li.menu-item-home > a:before {
	content: "";
	display: none;
}
li.current>a:before {} ul.nav > li.current_page_item > a:before,
ul.nav > li.current-menu-item > a {
	outline: none;
}
ul.nav > li.current_page_item > a:before,
ul.nav > li.current-menu-item > a:before {} ul.nav > li.current_page_item.menu-item-home > a:before {
	content: "";
	display: none;
}
ul.nav > li.current_page_item.current > a:before {} .header-contact {
	color: #ffffff;
	float: right;
	padding: 8px 0px 0px 0px;
}
.header-contact a {
	padding: 0px 0px 0px 10px;
}
.header-contact i {} .socialnav {
	right: 0;
	position: absolute;
	padding-top: 30px !important;
	display: inline-block;
}
.socialnav .social li {
	display: inline-block;
	margin: 0px 5px !important;
}
.socialnav i {
	color: #ff661a;
	font-size: 25px;
}
.socialnav i:hover {
	color: #404040;
}
.socialmedia {
	display: none;
	background: #404040;
	text-align: center;
	padding: 0px;
}
.site-info {
	text-align: right;
}
.sitelogo {
	padding: 20px 0px;
	text-align: left;
}
.sitelogo .bigtitle {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: bold;
	line-height: 1em;
	color: #ff661a;
}
.sitelogo .smalltitle {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 100;
}
.sitecontact {
	display: block;
	clear: both;
	padding: 0px;
}
.sitecontactlist {
	height: 100%;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.sitecontactlist ul {} 
.sitecontactlist ul li {
    display: inline-block;
    padding: 8px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.sitecontactlist ul li:first-child {
    padding-left: 0px;
}
.sitecontactlist ul li:last-child {
    padding-right: 0px;
}
.sitecontactlist i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000000;
    padding: 8px 6px;
    width: 40px;
    height: 38px;
    text-align: center;
    font-size: 20px;
}

.sitecontactlist .caption {
	float: left;
	width: 20%;
	height: 100%;
	text-align: center;
}
.sitecontactlist .boxcontent {
	position: absolute;
	display: table;
	top: 50%;
	width: 10%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sitecontact .title {
	font-size: 17px;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #ffffff;
	text-transform: uppercase;
}
.sitecontact .subtitle {
	display: block;
	clear: both;
	color: #222222;
}
.sitecontact .subtitle a {
	color: #95969A;
}
.sitecontact .borderbottom {
	display: block;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	width: 120px;
	padding: 0px;
	margin-bottom: 15px;
}
.sitecontact .borderbottom:after {
	position: absolute;
	width: 140px;
	height: 1px;
	background: transparent;
}
.sitecontact .coverborder {
	width: 15px;
	border: 0;
	height: 3px;
	margin-left: 10px;
	position: absolute;
	margin-top: -17px;
	background: #231f20;
	padding: 0px;
	margin-bottom: 0px;
}
#footer {
	position: relative;
	padding: 0px;
	background: #000000;
	color: #FFFFFF;
}
#footer section {
    padding: 20px 0px;
}
#footer .title{
    font-size: 17px;
    font-weight: bold;
    height: 35px;
}
#footer a {
	color: #000000;
}
#footer h2 {
    font-size: 22px;
    font-weight: bold;
}
#footer .widget ul.menu li {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    display: block;
    line-height: 2em;
}
#footer .widget ul.menu li a {
    color: #000000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    
    display: inline-block;
}
#footer label {

}
#footer label:after {} 
#footer .form-label input,
#footer .form-label textarea {
	width: 100%;
	padding: 10px;
	background: transparent;
	/*border: 1px solid rgba(255, 255, 255, 0.56);*/
	font-style: italic;
	/*color: rgba(255, 255, 255, 0.56);*/
}
#footer #submit-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0px;
}
#footer ul.social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}
#footer ul.social li {
    margin: 0;
    padding: 0 5px;
    display: inline-block;
    width: 40px;
    text-align: center;
}
.socialmedia i {
	color: #222222;
}
.socialmedia i:hover {
	color: #000000;
}
.copyright {
	color: #FFFFFF;
	padding: 10px 0px;
	font-size: 12px;
}

.copyright a {
	color: #7B7B7B;
}
.socialmedia .social {
	margin: 0;
}
.socialmedia .social li {
	display: inline-block;
	margin: 0px 20px;
}
.socialmedia .social li a {
	color: #000000;
	font-size: 25px;
}
.socialmedia .social li a:hover {
	color: #000000;
}
.footer-widget-wrap > .container {
	text-align: left;
}
.footer-widget {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.footer-widget ul#menu-menu-1 {
	list-style: none;
}
.footer-widget ul {
	margin-left: 0;
	padding-left: 0;
}
.footer-widget li {
	list-style: none;
	margin-left: 0;
	text-align: left;
}
.footer-widget li a {
	color: #000000;
}
.footer-widget li a:hover {
	color: #ff661a;
}
.footer-widget-wrap {
	/*width: 100%;*/
	/*padding: 60px 50px 50px 50px;*/
	/*display: inline-block;*/
}
.footer-widget-wrap .widget .widget-title {
	color: #000000;
	padding: 0;
}
.footer-widget-wrap .widget {
	color: #000000;
}
.footer-widget-wrap .widget_calendar tbody td {
	background-color: rgba(249, 249, 249, 0.75);
}
.footer-widget-wrap .tagcloud a {
	background: none;
	padding: 2px 5px;
	color: #404040;
}
.footer-widget-wrap .tagcloud a:hover {
	color: #FFF;
}
.footer-widget-wrap .widget #wp-calendar {
	color: #333;
}
.nopadding {
	padding: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
    border: 0px solid #f7e700 !important;
    margin: 5px 0px !important;
    padding: 0 !important;
}

#formtop {
	display: block;
	background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    margin-top: 50px;
    float: right;
    width: 80%;
}
.formpadding {
	padding: 0px;
	margin: 0;    
} 
.formheader {
    padding: 0px 0px 20px 0px;
    font-weight: 300;
}
.formcontent {
    width: 100%;
    display: inline-block;
}
.form-label {
	padding: 0px;
	margin-bottom: 15px;
}
.form-label label {
	width: 100%;
	padding-bottom: 10px;
}
.form-label input,
.form-label select {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
}
.form-label textarea {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

.single-project {
	text-align: left;
	margin-bottom: 25px;
}
.single-project .project-image {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 25px;
}
.single-project h3 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	line-height: 40px;
	border-bottom: 1px dotted #dadada;
}
.single-project .project-description {
	margin-bottom: 25px;
}
.single-project .button {
	margin-left: 0;
}
.single-project .project-information {
	margin-bottom: 10px;
}
.single-project .project-information ul li {
	border-bottom: 1px dotted #dadada;
	padding-bottom: 5px;
	margin-top: 10px;
}
.single-project .project-information ul li span {
	font-weight: 700;
	margin-right: 5px;
}
.blog {
	min-height: 175px;
	position: relative;
	overflow: hidden;
}
.blog-list {
	background: #FFF;
}
/*.post-img-wrap {*/
/*	width: 30%;*/
/*	float: left;*/
/*	display: inline-block;*/
/*	overflow: hidden;*/
/*}*/
/*.post-img-wrap a {} */
/*.post-img-wrap a img {*/
/*	width: 200px;*/
/*	height: auto;*/
/*	-webkit-transform: scale(1);*/
/*	-moz-transform: scale(1);*/
/*	-o-transform: scale(1);*/
/*	-ms-transform: scale(1);*/
/*	transform: scale(1);*/
/*	-webkit-transition: all 0.3s ease-out;*/
/*	-moz-transition: all 0.3s ease-out;*/
/*	-ms-transition: all 0.3s ease-out;*/
/*	-o-transition: all 0.3s ease-out;*/
/*	transition: all 0.3 ease-out;*/
/*}*/
/*.post-img-wrap a:hover img {*/
/*	-webkit-transform: scale(1.1);*/
/*	-moz-transform: scale(1.1);*/
/*	-o-transform: scale(1.1);*/
/*	-ms-transform: scale(1.1);*/
/*	transform: scale(1.1);*/
/*	-webkit-transition: all 0.5s ease-out;*/
/*	-moz-transition: all 0.5s ease-out;*/
/*	-ms-transition: all 0.5s ease-out;*/
/*	-o-transition: all 0.5s ease-out;*/
/*	transition: all 0.5 ease-out;*/
/*}*/
article.hentry {
	float: left;
	width: 100%;
}
article.sticky {
	background: #f9f9f9;
	padding: 10px;
}
article {
	text-align: left;
}
article .entry-meta a {
	color: #888;
	font-style: italic;
}
article .posted-on a:hover {
	color: #ff661a;
}
.entry-footer a {
	color: #888;
	font-style: italic;
}
.entry-footer a:hover {
	color: #ff661a;
}
.entry-title {
	display: none;
}
.entry-title,
.entry-title a,
.widget-title,
.widget-title a {
	color: #404040;
}
.entry-title a:hover {
	color: #ff661a;
}
.blogtitle {
	display: block !important;
	line-height: 1em;
}
.blogtitle:after {
	display: none !important;
}
.clear {
	clear: both;
}
.content-left-wrap {} .sidebar-wrap.content-left-wrap {
	margin-top: 50px;
	padding-top: 0;
}
.debar-wrap {
	margin-top: 50px;
}
.listpost-content-wrap {} .listpost-content-wrap h1.entry-title,
.list-post-top h1.entry-title {
	float: none;
	clear: none;
	margin-top: 0;
}
.listpost-content-wrap .entry-title:before {
	display: none;
	content: "";
}
.entry-title:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 10%;
	height: 2px;
	background: #ff661a;
	bottom: -9px;
	left: 0;
}
.listpost-content-wrap .entry-title a:after {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 35%;
	height: 2px;
	background: #ff661a;
	bottom: -9px;
	left: 0;
	width: 50px;
	display: none;
}
.post .entry-footer {
	padding-top: 50px;
}
.listpost-content-wrap h1.entry-title a {
	float: none;
	position: relative;
}
.listpost-content-wrap-full {
	width: 100%;
}
.listpost-content-wrap-full .list-post-top {
	min-height: 1px;
}
.entry-title {
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}
.listpost-content-wrap .entry-content {
	margin-top: 1em;
}
.listpost-content-wrap .entry-footer {
	padding-top: 10px;
}
.listpost-content-wrap-full .entry-footer > span,
.listpost-content-wrap .entry-footer > span {
	padding-right: 15px;
}
.listpost-content-wrap .entry-content p {
    line-height: 1.4em;
    font-size: 14px;
    margin-bottom: 30px;
}
.entry-content {
	margin: 0;
}
.list-post-top {
	min-height: 130px;
	display: inline-block;
	width: 70%;
	border-top: 2px solid #000000;
}
.search .list-post-top {
	min-height: 1px;
}
.entry-footer {
	background: transparent;
}
.entry-footer-large a {
	color: #8b8b8b;
	font-style: italic;
}
.entry-footer-large a:hover {
	color: #ff661a;
}
.entry-footer-large {
	background: transparent;
	padding: 0 0 20px 0px;
	position: relative;
	padding-right: 200px;
	float: left;
	width: 100%;
}
.entry-footer-large > span {
	padding-right: 5px;
}
.entry-footer-large-left {
	float: left;
}
.large-container .entry-content p {
	margin: 4px 20px 0px 0px;
}
.entry-content {
	margin: 0;
}


.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}
.widget_calendar caption {
	font-size: 14px;
	margin: 0;
	margin-bottom: 6px;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
	background: #f9f9f9;
	color: #ff661a;
}
.widget_calendar a:hover {
	background-color: #ff661a;
	color: #FFF;
}
.widget_calendar tbody td {
	background-color: #f9f9f9;
}
.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}
.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.widget_calendar thead th {
	background: #e9e9e9;
	border: none;
}
.entry-meta-large {
	float: right;
	position: absolute;
	right: 0;
	top: 0
}
.entry-content p {} .post-img-wrap-large a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3 ease-out;
}
.listpost-content-wrap-large {
	position: absolute;
	bottom: 0px;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
	min-height: 50px;
	width: 100%;
	padding: 15px 20px 0px 20px;
	border-top: 2px solid #FFF;
}
.large-container {
	background-color: #fff;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 35px 0;
	position: relative;
	width: 95%;
	float: left;
}
.large-container .list-post-top {
	min-height: 130px;
}
.dropdownmenu {
    display: block;
    position: absolute;
    z-index: 9;
    right: 8px;
    top: 18px;
    width: 8px;
    height: 6px;
    margin: 0;
    padding: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000000;
}
.mobile-bg-fix-wrap {
	width: 100%;
	overflow: hidden;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.mobile-bg-fix-wrap .mobile-bg-fix-img {
	position: absolute;
	width: 100%;
	height: 125%;
	left: 0;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
	position: relative;
	z-index: 1;
}
@media (max-width: 1400px) {
    #info{
        font-size: 33px;
    }
}
@media (max-width: 1200px) {

}

@media (max-width: 1199px) {

}
@media (max-width: 992px) {}

@media (max-width: 991px) {
    #info {
        padding: 10px 15px;
        position: absolute;
        right: 0%;
        font-size: 30px;
    }
	.navbar-header-menu {
		float:initial;
	}

	.arrow-animate {
		margin-top: -10% !important;
		left: 47.5%;
	}
	.navigation-wrapper {
	    display: block;
		position: initial;
		right: 0;
		top: 0;
		width: 100%;
		float: initial;
		transform: initial;
        -ms-transform: initial;
        -webkit-transform: initial;
	}

	.leftcontent {
		padding: 0px;
	}
	.site-content {
		margin-top: 0;
	}
	#main-nav {
		overflow: visible;
	}
	#main-nav.fixed {
		position: fixed;
		background: #FFFFFF;
	}
	/*.navsection {*/
	/*	right: 0;*/
	/*	top: 0;*/
	/*	position: absolute;*/
	/*}*/
	.navbar-toggle {
	    display: none;
		padding: 20px 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar-inverse .navbar-nav {
		line-height: normal;
		text-align: center;
		margin: 0px;
		padding: 5px 0px;
	}
	.navbar-inverse .navbar-nav > li {
		display: inline-block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
		position: relative;
		padding: 6px 0px;
	}
	.navbar-inverse .navbar-nav>li:last-child{
	    
	}
	.navbar-inverse .navbar-nav > li a {
		text-align: left;
		height: auto;
		display: block;
		padding: 2px;
		margin: 0px 15px;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
		background: transparent;
		color: #ff661a;
	}
	.navbar-inverse .navbar-nav li.this-open > ul {
		display: block !important;
	}
	.navbar-inverse .navbar-nav ul.sub-menu {
		display: none !important;
		position: relative;
		top: 0;
		box-shadow: none;
		width: 100%;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li {
		width: 100%;
		float: left;
		margin-right: 0;
		padding-right: 0;
		padding-left: 10%;
		padding-bottom: 0;
		padding-top: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li a {
		width: 100%;
		float: left;
		padding: 8px 25px 8px 0;
		border-bottom: 1px solid #EDEDED;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.navbar-inverse .navbar-nav ul.sub-menu li:last-child a {
		border-bottom: none;
	}
	.navbar-inverse .navbar-nav ul.sub-menu ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
	}
	.navbar-collapse {
		max-height: 100%;
	}
	.dropdownmenu {
		display: block;
		position: absolute;
		z-index: 9;
		right: 10px;
		top: 16px;
		width: 10px;
		height: 10px;
		margin: 0;
		padding: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #000000;
	}
	.this-open > a {
		color: #ff661a !important;
	}
	li.current>a:before {
		content: "";
		display: none !important;
	}
	#site-navigation > ul ul {
		left: 0;
	}
	#menu-wrapper .navbar-default .navbar-toggle {
		border-color: transparent;
		padding: 20px 0px;
	}
	.fixed .navbar-toggle {
	    display: none;
	}
	#menu-wrapper .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	#menu-wrapper .navbar-default .navbar-toggle .icon-bar {
		/*background-color: #ffffff;*/
	}
	#menu-wrapper .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
		width: 100%;
	}
	#menu-wrapper ul.menu li {
		text-align: left;
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: block;
		border-right: 0px solid #ffffff;
	}
	#menu-wrapper ul.menu li:current-menu-item a {
		color: #ff661a;
	}
	#formtop {
		width: 100%;
		margin-top: 60px;
	}
    .form-label input, .form-label select {
        padding: 7px;
    }
    .form-label {
        padding: 0px;
        margin-bottom: 15px;
    }
    #services ul li{
        width: 32%;
    }
    #offers ul {
        width: 100%;
    }
    #offers ul li {
        padding: 1%;
    }

}

@media (max-width: 767px) {
    body{
        font-size: 13px;
    }
    section{
        padding: 40px 0px;
    }
    .header.header {
        width: 100%;
        position: initial;
    }
    .design-1 {
        background-size: 300px, 300px;
    }
    .row-eq-height{
        display: initial;
    }
	.arrow-animate {
		display: none;
	}
	.page-header-content h3.page-title {
        left: 10%;
	}
	.responsive-logo {
        width: 180px;
        float: initial;
        position: initial;
        z-index: 2;
        margin: 0 auto;
    }
    #main-nav.fixed .responsive-logo {
        display: none;
    }
	#info{
	    padding: 5px 0px;
	    position: initial;
		font-size: 25px;
	}
	#info ul.social {
        margin: 0;
        padding: 0;
        float: initial;
        width: 100%;
        text-align: center;
    }
	#info ul.social li {
        padding: 4px 2px;
	}
	#info ul.social li img {
		width: 40px;
	}
	#formtop {
        background: #000000;
		margin: 0;
	}
	#highlight .box .box-content {
        width: 50%;
	}
    .title {
        text-align: center;
    }
    #highlight .box p {
        font-size: 20px;
    }
    #highlight .box a {
        font-size: 25px;
    }
    #about .btn{
        text-align: center;
    }
    #footer .widget ul.menu li {
        text-align: center;
    }

	.footer-widget {
		width: 100%;
		text-align: center;
		float: initial;
		display: inline-block;
		vertical-align: initial;
		padding: 10px 0px;
	}
	.footer-widget li {
		text-align: center;
	}

	.sitelogo {
		padding: 0px;
		text-align: center;
	}
	.sitecontact .title {
		text-align: center;
	}
	.sitecontact {
		text-align: center;
	}
	.sitecontact .borderbottom {
		margin: 0 auto 16px auto;
	}
	.sitecontactlist .boxcontent {
		padding: 5px;
		position: initial;
		display: block;
		top: initial;
		width: auto;
		transform: translateY(0%);
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
	}
	.copyright .text-right {
		text-align: left;
	}
}

@media (max-width: 600px) {

    #highlight .box p {
        font-size: 18px;
    }
    #highlight .box a {
        font-size: 20px;
    }
    #services ul li {
        width: 49%;
    }
    #offers ul li {
        width: 40%;
    }

}
@media (max-width: 600px) {
    #info {
        font-size: 25px;
    }
	#info ul.social li img {
		width: 40px;
	}
}
@media (max-width: 480px) {
    .page-header-empty {
        height: 100px;
    }
    .design-1 {
        background-size: 200px, 200px;
    }
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-toggle {
		padding: 20px 0px;
	}
	.header-contact {
		padding: 0px 0px 0px 0px;
	}

	.responsive-logo img {
		width: initial;
		max-width: 100%;
	}
	.header-contact,
	.header-contact a {
		font-size: 16px;
	}

	.heading {
        width: 95%;
    }
    .title {
        font-size: 30px;
    }
	.innercontent {
		padding: 0px;
	}
    .right {
		float: initial;
	}
	.page-header {
        height: 400px;
	}
    .page-header-content h3.page-title{
        font-size: 40px;
        left: 5%;
    }
	#highlight .box .box-content {
        width: 80%;
    }
  
	.flex-control-paging li a {
		width: 8px;
		height: 8px;
	}
	.flex-control-nav li a {
		margin: 0 2px;
		padding: 0;
	}
	.flex-direction-nav a {
		width: 40px;
		height: 40px;
		margin: -25px 0 0;
		background-size: 200%;
	}
    .widget h3.widget-title{
        font-size: 22px;
    }
	.widget ul.menu li a {
		font-size: 18px;
	}

	.post-img-wrap a {
		float: none;
		margin: 0 auto;
		width: 250px;
		height: 250px;
	}
	.post-img-wrap {
		text-align: center;
		margin-right: 0;
	}
	.post-img-wrap a img {
		width: auto;
	}
	.list-post-top {
		width: 90% !important;
	}
	.comment-reply-link {
		position: relative;
		margin-top: 10px;
	}
	#info {
        font-size: 18px;
    }
	#info ul.social li img {
		width: 30px;
	}
	#offers ul li {
        width: 90%;
    }
}
@media (max-width: 380px) {
    #info {
        font-size: 16px;
    }
    #info ul.social li img {
        width: 20px;
    }
}
@media (max-width: 320px) {

	.navbar-toggle {
		margin-top: 0px;
		padding: 16px 0px;
	}
	.header-contact,
	.header-contact a {
		font-size: 14px;
	}
    .page-header-content h3.page-title{
        font-size: 36px;
    }

	#highlight .box .box-content {
        width: 90%;
    }
    #highlight .box p {
        font-size: 15px;
    }
    #highlight .box a {
        font-size: 18px;
    }
    #services ul li {
        width: 100%;
    }

    #contact .subtitle {
        text-align: center;
    }
    #contact ul li{
        text-align: center;
    }
    #contact ul li span {
        display: block;
        width: 30px;
        float: initial; 
        margin: 0 auto;
        text-align: center;
    }
    #contact ul li label {
        width: 100%;
        padding-left: 0;
    }
}
.hovereffect {
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}
.hovereffect img {
	height: 300px;
	display: block;
	position: relative;
	max-width: none;
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}
.hovereffect .overlay:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
}
.hovereffect:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect:hover .overlay:before,
.hovereffect:hover a,
.hovereffect:hover p {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	filter: white;
	/*filter: brightness(0.1);*/
}
.grayscale.grayscale-fade {
	transition: filter .5s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.grayscale.grayscale-fade {
		-webkit-transition: -webkit-filter .5s;
		transition: -webkit-filter .5s;
	}
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.grayscale.grayscale-replaced {
	-webkit-filter: none;
	filter: none;
}
.grayscale.grayscale-replaced > svg {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
	opacity: 0;
}
.goog-te-gadget-simple {
	background-color: #fff;
	border: 1px solid #d5d5d5 !important;
	font-size: 12px !important;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 2px;
	cursor: pointer;
	zoom: 1;
	margin: 10px 0px;
}
@media screen and (max-width: 991px) {
	#google_translate_element,
	.g-recaptcha {
		transform: scale(0.85);
		-webkit-transform: scale(0.85);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media screen and (max-width: 767px) {
	#google_translate_element,
	.g-recaptcha {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media screen and (max-width: 640px) {
	#google_translate_element,
	.g-recaptcha {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}
@media screen and (max-width: 480px) {
	#google_translate_element,
	.g-recaptcha {
		transform: scale(0.90);
		-webkit-transform: scale(0.90);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.goog-te-gadget-icon {
		width: 33px !important;
	}
	.goog-te-menu-value span,
	.goog-te-gadget-simple span a.goog-te-menu-value {
		display: none;
	}
}
@media screen and (max-width: 320px) {
	.g-recaptcha {
		transform: scale(0.70);
		-webkit-transform: scale(0.70);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	#google_translate_element {
		transform: scale(1);
		-webkit-transform: scale(1);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.goog-te-gadget-icon {
		width: 33px !important;
	}
	.goog-te-menu-value span {
		display: none;
	}
}
.cd-top {
	z-index: 999;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #52d1d9  url(images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
	.navbar-right {
		float: right!important;
		margin-right: 0px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		right: 30px;
		bottom: 30px;
	}
}