/* General body settings */
body {
	color: #3a3538;
	direction: ltr;
	font: 400 14px/20px 'Open Sans', sans-serif;
    background-color: #f8f8f8;
    height: 100%;
}
.main {
    /*background: #f8f8f8 !important; */
}
.primary-color {
    color: #a5c542;
}

/***
General typography
***/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
}
/***
Fix link outlines after click
***/
a {
	color: #d70d0a;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
}
a, a:focus, a:hover, a:active {
	outline: 0;
 	text-decoration: none;
}
a:hover {
	color: #4f5054;
}
/***
Misc tools
***/
.no-padding {
	padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-top-10 {
	padding-top: 10px !important;
}
.padding-top-15 {
	padding-top: 15px !important;
}
.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}
.padding-top-30 {
	padding-top: 30px !important;
}
.padding-top-35 {
	padding-top: 35px !important;
}
.padding-top-40 {
	padding-top: 40px !important;
}
.padding-top-45 {
	padding-top: 45px !important;
}
.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}
.margin-bottom-0 {
	margin-bottom: 0 !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-10 {
	margin-bottom: 10px !important;
}
.margin-bottom-15 {
	margin-bottom: 15px !important;
}
.margin-bottom-20 {
	margin-bottom: 20px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.margin-bottom-30 {
	margin-bottom: 30px !important;
}
.margin-bottom-35 {
	margin-bottom: 35px !important;
}
.margin-bottom-40 {
	margin-bottom: 40px !important;
}
.margin-bottom-50 {
	margin-bottom: 50px !important;
}
.margin-bottom-60 {
	margin-bottom: 60px !important;
}
.margin-bottom-65 {
	margin-bottom: 65px !important;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.margin-top-20 {
	margin-top: 20px !important;
}
.margin-top-30 {
	margin-top: 30px !important;
}
.margin-top-40 {
	margin-top: 40px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-left-20 {
	margin-left: 20px !important;
}
.margin-right-20 {
	margin-right: 20px !important;
}
.margin-right-10 {
	margin-right: 10px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-20 {
	padding-left: 20px !important;
}
.padding-left-30 {
	padding-left: 30px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
	padding-right: 30px !important;
}
.padding-20 {
    padding: 20px !important;
}
.padding-10 {
    padding: 10px !important;
}
.align-left {
    float: left;
}
.align-right {
    float: right;
}

/* font size of google fonts */
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
/* */

.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
select.form-control {
/*	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none;*/
}
select.form-control:focus {
/*	box-shadow: none;
	border-color: #999;*/
}
input.form-control,
textarea.form-control {
/*	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none;*/
}
input.form-control:focus,
textarea.form-control:focus {
/*	box-shadow: none;
	border: solid 1px #dbdbdb;*/
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
*html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.lead {
    font-size: 16px;
}
.font-transform-inherit {
	text-transform: inherit !important;
}
.color-red {
	color: #E84D1C;
}
/***
Custom Scrollbars
***/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{
	width: auto !important;
}
::-moz-selection {
  color: #fff;
  background: #e45000;
}
::selection {
  color: #fff;
  background: #e45000;
}
/* Global classes */

.header-section {
    position: relative;
    width: 100%;
    z-index: 9;
}
/*.corporate.content .header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(79, 99, 110, 0.4);
}*/
.header-section.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header-section.smaller {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/*** Pre-Header and pre-header elements ***/
.pre-header {
    position: relative;
    width: 100%;
    color: #FFF;
/*    background: #1cba9f;*/
/*    background-image: linear-gradient(to right, #74ebd5 0%, #a578ff 100%);*/
    /*background-image: linear-gradient(to right, #ECAE4B 0%, #E26D1A 100%);*/
   /* background-image: linear-gradient(to right, #ff7810 50%, #202125 100%);     */
/*    background-image: linear-gradient(to right, #7e1c1c 30%, #ecd079 60%);*/
    background-image: linear-gradient(to right, #B71A1C 30%, #1f2122 60%);
    font-size: 0.9em;
	font-weight: 300;
}
.pre-header .row {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header-section.smaller .pre-header {
    display: none;
}
.pre-header a {
	color: #bba78f;
}
.pre-header a:hover {
	color: #FC575E;
}
.pre-header a:focus {
	text-decoration: none;
}
.pre-header .additional-site-info li {
	padding-left: 11px;
	padding-right: 15px;
	border-right: solid 1px #d8d8d8;
}
.pre-header .additional-site-info li:last-child {
	border: none;
}
.header-left-div {
    line-height: 40px;
}
.header-left-div ul.list-inline {
    margin: 0;
}
.header-left-div ul.list-inline li:first-child {
    padding-left: 0;
}
.header-right-div {
    position: relative;
    text-align: right;
    z-index: 1;
}
.header-right-div::before {
/*    background: #798ea7 none repeat scroll 0 0;*/
/*    background: #d70d0a none repeat scroll 0 0;
    content: " ";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-48deg);
    width: 2000px;
    z-index: -1;*/
}
.language .dropdown-menu {
    min-width: 80px;
}
.language .dropdown-menu>li>a {
    font-size: 12px;
    line-height: 16px;
}
.additional-site-info li:first-child {
	padding-left: 0;
}
.additional-nav li:last-child {
	padding-right: 0;
}
.pre-header .fa {
    color: #FFF;
    margin-right: 10px;
    line-height: 40px;
}
/* header-menu */
.content-wrap {
    position: relative;
    width: 100%;
    padding: 0;
}
.content-wrap.smaller {
    margin-top: 66px;
}
.corporate.content .content-wrap.smaller {
/*    margin-top: 120px;   */
}
.content-bg {
    position: relative;
    background: url("../img/backgrounds/background-hero-grayscale.jpg");
}
.top_content {
    padding-top: 170px;
}
.top_content .container {
    padding-left: 0;
    padding-right: 0;
}
.header-section.smaller .header-menu {
    background: rgba(255, 255, 255, 1);
    border-bottom: 0px solid #dbd3d3;
/*    background: #4F636E;
    height: 40px;
*/}
.header-middle {
    position: relative;
    padding: 10px 0;
}
.header-section.smaller .header-middle {
    display: none;
}
.site-branding {
    position: relative;
}
.site-branding #logo-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 158px;
}
.middle-links-inputs {
    float: right;
    position: relative;
    text-align: right;
}
.middle-links {
    float: left;
    position: relative;
    margin-top: 30px;
}
.middle-links ul {
    margin-bottom: 0;
}
.middle-links ul li {

}
.middle-links ul li a {
    font-size: 13px;
    padding: 0 5px;
    color: #FFF;
}
.middle-links ul li a:hover {
    color: #ED1B34;
}
.middle-inputs {
    float: left;
    position: relative;
    margin-top: 20px;
}
.middle-inputs .language-flags {
    float: left;
    margin: 0 5px;
}
.middle-inputs .search-input {
    float: right;
    position: relative;
    width: 200px;
}
.middle-inputs .search-input .stylish-input-group .input-group-addon{
    background: white !important;
    padding: 0;
}
.middle-inputs .search-input .stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
    text-align: right;
    padding: 0;
    font-size: 12px;
}
.middle-inputs .search-input .stylish-input-group button{
    border:0;
    background:transparent;
}
.sidebarButton {
    float: right;
    display: none;
}
.sidebarButton .fa {
    font-size: 36px;
    margin-top: 20px;
    cursor: pointer;
    color: #d70d0a;
}

.bootstrap-select.btn-group .btn .filter-option, .bootstrap-select.btn-group .dropdown-menu li>a {
    font-size: 12px;
}
.bootstrap-select.fit-width {
    width: 150px !important;
}
.header-menu {
    position: relative;
    background: none;
}
.header-menu .navbar-default .container {
    position: relative;
}
.header-menu .navbar-default {
    position: relative;
    /*position: fixed;
    top: 0px;*/
    width: 100%;
    background: #f8f8f8;
    min-height: 40px;
    border: 0;
    border-radius: 0;
  /*  border-top: 1px dashed #7f7f7f;
    border-bottom: 1px dashed #7f7f7f;*/
    margin-bottom: 0;
/*    box-shadow: 0 1px 3px rgba(0,0,0,0.2);  */
/*    webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header-menu .navbar-default:after {
/*    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;*/
}

.header-section.smaller .navbar-default {
/*    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1030;
    margin: 0;*/
}

.header-menu a.navbar-brand {
   /* position: absolute;
    top: -35px;
    color: #FFF;
    padding: 0px 15px;
    width: 280px;
    z-index: 999;*/
}

.header-menu a.navbar-brand {
    color: #FFF;
    padding: 0px 15px;
}
.navbar-brand {
    height: auto;
}
.navbar-brand > img {
    display: block;
}
.header-menu a.navbar-brand:hover {
    color: #2EDCE4;
}
.navbar-brand>img {
/*    width: 158px; */
    height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-section.smaller .navbar-brand>img {
   /* width: 120px;  */
}
.header-section .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.header-section.smaller .navbar .navbar-nav {

}
.header-menu .navbar-default .navbar-nav > li {
    position: relative;
}
.header-menu .navbar-default .navbar-nav > li > a {
    background: none;
    color: #222;
    border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 30px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
/*    border-right: 1px solid #3a3737;*/
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-menu .navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}
.header-menu .navbar-default .navbar-nav > li > a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0px;
    top: 32px;
    border-radius: 0;
    background: #dde3e0;
    opacity: 1;
}
.header-menu .navbar-default .navbar-nav > li:last-child > a:before {
    width: 0;
}
.header-menu .navbar-default .navbar-nav > li.active > a {
    color: #aa6441;
    background: none;
}
.header-menu .navbar-default .navbar-nav > li > a:hover {
/*    color: #FFF;
    background: #3c3d42;*/
    /*background: #d70d0a;  */
    color: #aa6441;
    -webkit-mask-image: linear-gradient(-75deg, rgba(,0,0,.9) 30%, #212322 50%, rgba(0,0,0,.9) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
/*    color: #FFF;
    background: #202125;*/
}
.header-menu .navbar-default .navbar-nav > li > a:hover:before {
    opacity: 0;
}
.header-menu .navbar-default .navbar-nav > li.open > a {
    color: #aa6441;
    background: none;
}
.header-menu .navbar-default .navbar-nav > li.open > a:hover {
    color: #aa6441;
    background: none;
}
.header-menu .navbar-default .dropdown-menu {
    background: #FFF;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0px;
    left: 0;
    right: auto;
    min-width: 195px;
}
.header-menu .navbar-default .dropdown-menu li {
    border-bottom: 0;
}
.header-menu .navbar-default .dropdown-menu li:last-child {
    border-bottom: 0;
}
.header-menu .navbar-default .dropdown-menu li > a {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 1px;
    color: #212322;
    padding: 8px 20px;
    border-bottom: 1px solid #EBEBEB;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.header-menu .navbar-default .dropdown-menu li > a:hover {
    color: #E36F2C;
    background: none;
}
.header-menu .navbar-default .dropdown-menu li:last-child > a {
    border-bottom: 0;
}
.header-section.smaller .navbar-default .navbar-nav > li > a {
/*    border: 0;
    color: #FFF;
    padding: 10px 14px;*/
}
.header-section.smaller .navbar-default .navbar-nav > li.active > a {
 /*   color: #FFF; */
}
/* effect-shine */
.header-menu .navbar-default .dropdown-menu li > a:hover {
/*  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #212322 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;*/
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

/* heade0r-menu */
.pre-header ul.social {
	font-size: 16px;
	margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.pre-header ul.social a {
    text-align: center;
	color: #FFF;
}
.pre-header ul.social a:hover {
	color: #FFF;
}
.pre-header ul.social a i {
    line-height: 40px;
}
.socialHeader {
    position: absolute;
    top: 25px;
    right: 25px;
    margin-bottom: 0;
}
.header-section.smaller .socialHeader {
    display: none;
}
.socialHeader ul.social {
	font-size: 16px;
	margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.socialHeader ul.social a {
    text-align: center;
	color: #FFF;
}
.socialHeader ul.social a:hover {
	color: #FFF;
}
.socialHeader ul.social a i {
    line-height: 40px;
}

/* FIX styles END */

/* page slider */


/* Banner Owl Slider*/
.banner-carousel-section {
    position: relative;
/*    overflow: hidden;   */
    padding-top: 50px;
}
.banner-carousel-section .bg-section {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 350px;
    background: #000000 url(../img/backgrounds/map-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-carousel-section .btn {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
}
.banner-carousel-section .btn.btn-t1 {
    color: #FFF;
    background-color: #7e1c1c;
    border: 2px solid #7e1c1c;
    border-radius: 0;
}
.banner-carousel-section .btn.btn-t1:hover {
    color: #000;
    background-color: #ecd079;
    border: 2px solid #ecd079;
    border-radius: 0;
}
.banner-carousel-section .btn.btn-t2 {
    color: #FFF;
    background: none;
    border: 2px solid #FFF;
    border-radius: 0;
}
.banner-carousel-section .btn.btn-t2:hover {
    color: #000;
    background: #FFF;
    border: 2px solid #FFF;
    border-radius: 0;
}
.banner-carousel-section .owl-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-bg {
/*    background-color: rgba(122, 221, 218, 0.38);  */
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(119, 225, 216, 0) 59%);
/*    background: linear-gradient(90deg, rgb(14, 55, 70) 0%, rgba(119, 225, 216, 0) 59%);*/
/*    background: linear-gradient(-90deg, rgba(14, 20, 54, 0.66) 0%, rgba(215, 252, 249, 0.28) 59%);*/
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner-carousel {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: 480px;
    padding: 10px;
    background: #FFF;
    border-radius: 5px;
}
.banner-carousel-outer {
    position: relative;
}
.banner-carousel .owl-stage-outer {
    height: 100% !important;
}
.banner-carousel .owl-stage {
    height: 100%;
}
.banner-carousel-section .owl-item .item {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}
.banner-carousel.owl-theme .owl-dots .owl-dot {
    display: block;
}
.banner-carousel-section .banner-carousel .owl-nav {
/*    position: absolute;
	right:0px;*/
/*    left: 50%;
    transform: translateX(-50%);*/
    bottom: 0px;
    z-index: 9999;
    opacity: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.banner-carousel-section .banner-carousel:hover .owl-nav {
	opacity: 1;
}
.banner-carousel-section .banner-carousel button.owl-prev,
.banner-carousel-section .banner-carousel button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	display:inline-block;
    height: 30px;
    width: 30px;
    margin: 2px;
    font-size: 15px;
    color: #7e1c1c;
    font-weight: 400;
    text-align: center;
	border:1px solid rgba(255,255,255,0.20);
	background-color: rgba(255,255,255,0.50);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.banner-carousel-section .banner-carousel button.owl-prev {
    left: 10px;
}
.banner-carousel-section .banner-carousel button.owl-next {
    right: 10px;
}
.banner-carousel-section .banner-carousel .owl-prev:hover,
.banner-carousel-section .banner-carousel .owl-next:hover{
	background-color: #ffffff;
	border-color:#ffffff;
	color: #ED1B34;
}
.banner-carousel-section .banner-carousel .owl-prev .fa,
.banner-carousel-section .banner-carousel .owl-next .fa {
    line-height: inherit;
}
.banner-carousel.owl-theme .owl-dots {
    position: absolute;
    z-index: 999;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
/*    border-radius: 0;  */
    border: 1px solid #FFF;
}
/* Banner Owl Slider*/

/* Camera Wrap Owl Slider*/
.owl-theme.camera_wrap .owl-nav {
    z-index: 2;
    opacity: 0;
    margin: 0;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.owl-theme.camera_wrap:hover .owl-nav {
	opacity: 1;
}
.owl-theme.camera_wrap button.owl-prev,
.owl-theme.camera_wrap button.owl-next {
    position: absolute;
    left: -25px;
    top: 42%;
	height: 30px;
	width: 30px;
    margin: 0;
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
    background-color: rgba(215, 13, 10, 0.70);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
    transition: all 300ms ease;
}
.owl-theme.camera_wrap button.owl-next {
    left: auto;
    right: -25px;
}
.owl-theme.camera_wrap:hover button.owl-prev {
    left: -10px;
}
.owl-theme.camera_wrap:hover button.owl-next {
    right: -10px;
}
.owl-theme.camera_wrap .owl-nav span {
    line-height: 10px;
}
.owl-theme.camera_wrap button.owl-prev:hover,
.owl-theme.camera_wrap button.owl-next:hover{
	background-color: rgba(215, 13, 10, 1);
	color: #FFF;
}
.owl-theme .owl-dots .owl-dot span {
    background: #bb8d8d;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #d70d0a;
}

#sync1 .item {
  text-align: center;
}
#sync2 .item {
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
.owl-theme.camera_wrap_thumb {
    margin-bottom: 20px;
}
.owl-theme.camera_wrap_thumb .owl-item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    z-index: 2;
}
.owl-theme.camera_wrap_thumb .current:before {
    background-color: rgba(34,34,34,.6);
}
/* Camera Wrap Owl Slider */

.page-slider {
    position: relative;
	margin-top: 0;
}
.recent-work .owl-buttons {
    left: 0;
    top: 0;
}
.owl-item.active .recent-work-item {
    background: #FFF;
    position: relative;
}
.slider_caption {
    position: relative;
    width: 45%;
    margin: 0 0 0 60px;
    color: #FFF;
/*    background-color: rgba(128, 139, 155, 0.62);*/
}
.slider_caption:before {
    content: '';
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
/*    border: 1px dashed #bedee0;   */
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.slider_caption h1 {
    font-weight: 800;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #FFF;
/*    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;*/
    margin: 0;
 /* background-color: rgba(0, 111, 185, 0.3);         */
}
.slider_caption p {
    margin: 0;
    color: #cacaca;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
/*    color: #FFF;
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1) !important;*/
}
.slider_caption h1 + p {
    margin-top: 20px;
}

/*  */

.product-list .product-item {
	margin-bottom: 30px;
}

/* title wrapper */
.title-wrapper {
	margin: -23px 0 23px;
	position: relative;
	overflow: hidden;
	background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
	min-height: 280px;
	padding-top: 79px;
	width: 100%;
	overflow: hidden;
}
.title-wrapper .container-inner {
	float: left;
}
.ecommerce .title-wrapper h1, .title-wrapper em {
	color: #fff;
	font-weight: 400;
}
.ecommerce .title-wrapper h1 {
	font-size: 45px;
	padding: 0 9px 13px;
	border-bottom: solid 1px rgba(255,255,255,0.6);
	margin: 0 -9px 17px;
}
.title-wrapper h1 span {
	color: #e6400c;
}
.title-wrapper em {
	font-size: 20px;
	font-style: normal;
	display: block;
	text-align: center;
}
/* breadcrumb */
.breadcrumbs-wrapper {
    padding: 0px;
    background: none;
}
.breadcrumbs-wrapper h1, .breadcrumbs-wrapper p {
    color: #FFF;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 2em;
    line-height: 2.1em;
    letter-spacing: 1.6px;
}
.breadcrumb {
	background: none;
	padding: 20px 0 0;
	color: #FFF;
    font-size: 14px;
	margin-bottom: 0;
    text-align: center;
}
.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
  	content: "\f0da";
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    margin: 0;
    color: #a3a5a7;
}
.breadcrumb {

}
.breadcrumb a {
    font-size: 16px;
    color: #171716;
    text-decoration: none !important;
}
.breadcrumb a:hover {
	color: #3a3538;
    text-decoration: underline !important;
}
.breadcrumb > li.active a {
	color: #f3b5b5;
}
.breadcrumbs-wrapper .breadcrumb a {
    font-size: 12px;
    color: #FFFF;
    letter-spacing: 1.5px;
}

/* paginations */
.pagination_wrapper {
    position: relative;
}
.pagination_wrapper:before, .pagination_wrapper:after {
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.1) 17%, rgba(0, 0, 0, 0.1) 83%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21232200', endColorstr='#21232200',GradientType=1 );
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60%;
    right: 0;
    margin: 0 auto;
}
.pagination_wrapper:before {
    top: -1px;
}
.pagination_wrapper:after {
    bottom: -1px;
}
.pagination {
	border-radius: 0;
    margin: 0;
    padding: 10px 0;
}
.pagination > li {
    display: inline-block;
    margin-left: 5px;
}
.pagination > li > a, .pagination > li > span,
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
/*	border-radius: 25px !important;*/
	border: none;
/*	color: #868c93;*/
}
.pagination>li>a, .pagination>li>span {
    color: #212322;
}
.pagination>.active>a {
    background-color: #d70d0a;
}
.pagination > li > a:hover, .pagination>.active>a:hover {
	background: #436172;
	color: #fff;
}
/* paginations */

.items-info {
	padding-top: 7px;
	color: #868c93;
}
/* content page */
.content-page .list-unstyled {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
    font-style: normal;
    color: #212322;
	margin-bottom: 20px;
}
.content-page ul {
/*    margin-bottom: 20px;     */
}
.content-page .list-unstyled .list-unstyled {
	margin-left: 20px;
	padding-top: 3px;
	margin-bottom: 0;
}
.content-page .list-unstyled li {
	margin-bottom: 3px;
}
/* 404 page */
.corporate .page-404 {
 	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 125px;
}
.page-404 .number {
	position: relative;
	top: 35px;
	display: inline-block;
	letter-spacing: -10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-404 .details {
	margin-left: 40px;
	display: inline-block;
	padding-top: 0px;
	text-align: left;
	top: 30px;
	position: relative;
}
/* 500 page */
.corporate .page-500 {
	text-align: center;
 	padding-top: 60px;
 	padding-bottom: 60px;
}
.page-500 .number {
	display: inline-block;
	letter-spacing: -10px;
	line-height: 128px;
	font-size: 128px;
	font-weight: 300;
	color: #E02222;
	text-align: right;
}
.page-500 .details {
	margin-left: 40px;
	display: inline-block;
	text-align: left;
}
/* content form page */
div.content-form-page {
	background: #fff;
	padding: 5px 20px 30px;
	margin-right: 10px;
}
.content-form-page a {
	color: #767F88;
}
.content-form-page a:hover {
	color: #E02222;
}
.form-without-legend {
	padding-top: 25px;
}
.content-form-page legend {
	border: none;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #3E4D5C;
}
.content-form-page .control-label {
	font-weight: normal;
	padding-right: 5px;
	margin-left: -15px;
}
.default-form label,
.checkout-page label {
	font-weight: normal;
}
.require {
	color: #e94d1c;
}
.content-form-page input.form-control {
	border-color: #dbdbdb;
	color: #aaa;
	font-size: 14px;
	border-radius: 0;
}
.content-form-page .form-control:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-form-page .checkbox .col-lg-4 {
	padding-right: 0;
	margin-left: -15px;
}
/*.content-form-page .checker {
	margin-left: -15px;
}*/
.content-form-page .btn {
	margin-right: 10px;
	/*padding: 7px 12px 6px;*/
}
div.content-form-page .checkbox-list {
	margin-left: -3px;
}
/* info at the right of the forms */
.form-info {
	padding: 0 10px 0 30px;
	border-left: solid 1px #e4e6e8;
	margin: 25px 0;
}
.form-info h2,
.ecommerce .form-info h2 {
	font-size: 18px;
	position: relative;
	top: -5px;
	margin-bottom: 5px;
}
.form-info h2 em {
	font-style: normal;
	color: #e6400c;
}
.form-info p {
	margin: 0 0 20px;
}
.nav-tabs {
	border-bottom: 2px solid #7e1c1c;
	padding-bottom: 1px;
	font-size: 14px;
	margin-bottom: 0;
}
.blog-posts .nav-tabs > li  {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	background: #ecd079;
	color: #000000;
	border-radius: 0;
	padding: 15px 30px;
	border: none !important;
    text-decoration: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #7e1c1c;
	color: #fff;
}
.tab-content {
	background: #FAFAFA;
	padding: 20px 15px;
}
/* content search */
.content-search {
	background: #fff;
	padding: 10px 15px;
}
.ecommerce .content-search h1 {
	padding-top: 3px;
	margin: 0;
}
.content-search h1 em {
	font-style: normal;
	color: #e6400c;
}
.content-search form {
	margin: 0;
}
.content-search input {
	border-radius: 0;
	border-color: #dbdbdb;
	color: #b0b4b7;
	font-size: 14px;
	height: 35px;
}
.content-search input:focus {
	box-shadow: none;
	border: solid 1px #e94d1c;
}
.content-search button {
	margin-left: 0 !important;
	font-size: 14px;
	/*padding: 7px 12px 5px;*/
	height: 35px;
}
/*** Pre-Footer and pre-footer elements ***/
.footer-sec {
    position: relative;
    display: block;
    overflow: hidden;
    color: #746f6f;
/*    background: #0d0d0d url("../img/backgrounds/footer-pattern.jpg") center center repeat;
    background: #f7f7f7;*/
/*    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);*/
    background: #fcf7ee;
}
.pre-footer {
    position: relative;
    background: #000000 url(../img/backgrounds/map-bg.png);
    padding: 40px 0;
    font-size: 13px;
    letter-spacing: 0.6px;
	color: #a7a3a3;
}
.pre-footer .container {
	padding-top: 0px;
}
.pre-footer img {
    margin-bottom: 0px;
}
.pre-footer a {
	color: #a7a3a3;
}
.pre-footer a:hover {
	color: #e10244;
    text-decoration: none;
}
.pre-footer h3,
.ecommerce .pre-footer h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
	color: #e9e9e9;
}
.pre-footer h3:after {
    content: "";
    background: #7e1c1c;
    display: block;
    position: relative;
    width: 60px;
    height: 2px;
    border-radius: 2px;
    margin-top: 30px;
    bottom: 20px;
}
.pre-footer p {
	margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
}

/* pre-footer twitter block */
.pre-footer dl.f-twitter {
	overflow: hidden;
	margin-bottom: 7px;
}
.pre-footer dl.f-twitter dt {
	width: 30px;
	float: left;
	text-align: left;
	padding-top: 2px;
}
.pre-footer dl.f-twitter dt i {
	color: #57c8eb;
	font-size: 20px;
}
.pre-footer dl.f-twitter dd {
	color: #b0b0b0;
	margin-left: 30px;
}
.pre-footer dl.f-twitter dd span {
	color: #6b9cab;
	font-size: 12px;
	margin: 0 5px;
}
.pre-footer address {
/*	line-height: 1.7;
    margin-bottom: 0;
    padding-bottom: 20px;*/
    margin-bottom: 0;
}
.pre-footer address .fas{
    margin-right: 10px;
}
.pre-footer-col {
	padding-bottom: 0px;
    overflow: hidden;
}
/*.pre-footer-col:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: 5%;
    top: 0px;
    background: #b0a5a5;
}*/
.pre-footer-col:last-child:before {
    width: 0px;
}
.pre-footer-col.links {
    padding-left: 50px;
}
.pre-footer-col.contact {

}
.pre-footer-col.about {

}
.pre-footer-col.about img {
    margin-left: 10px;
}
.pre-footer-col.about .social-footer {
    margin-bottom: 20px;
}
.pre-footer-col.about p {
    margin-bottom: 20px;
}
.pre-footer .top-line {
	border-top: solid 1px #535353;
	padding-top: 24px;
	padding-bottom: 17px;
}
.pre-footer .social-icons {
	padding-top: 5px;
}
.pre-footer .social-icons li a,
.pre-footer a.social-icon {
  transition: all 0.1s ease-in-out !important;
  -o-transition: all 0.1s ease-in-out !important;
  -ms-transition: all 0.1s ease-in-out !important;
  -moz-transition: all 0.1s ease-in-out !important;
  -webkit-transition: all 0.1s ease-in-out !important;
}
.pre-footer .social-icons li a:hover {
  opacity: 1;
}
.pre-footer hr {
	margin-top: 0;
	border-color: #404040;
}
.pre-footer .default-form .form-control {
    background: none;
    color: #212322;
    font-size: 12px;
}
.pre-footer .default-form .form-control:focus {
    border-color: rgba(184, 16, 50, 1);
    box-shadow: none;
    outline: 0 none;
}
.footer-contact-form {

}
/* subscribe */
.pre-footer .pre-footer-subscribe-box p {
	clear: both;
}
.pre-footer-subscribe-box input {
	border-radius: 0;
	background: #FFF;
	color: #212322;
	font-size: 12px;
}
.pre-footer-subscribe-box input:focus {
	box-shadow: none;
}
.pre-footer-subscribe-box .btn-primary {
	margin-left: 0 !important;
	border-bottom: none;
	margin-bottom: 1px;
}
.c-info {
    margin-bottom: 17px;
/*    overflow: hidden;*/
    position: relative;
}
.c-info:last-child {
    margin-bottom: 0px;
}
.c-info > span:first-child {
    border: 1px solid #9a9696;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-table;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #7e1c1c;
    font-size: 18px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.c-info > span:first-child i {
    display: table-cell;
    vertical-align: middle;
    line-height: 28px;
}
.c-info > span:last-child {
    display: block;
    padding-left: 40px;
}
.pre-footer-alt {

}
.pre-footer-alt h3 {
    font-size: 16px;
    color: #FFF;
}

/* pre-footer */

/* footer */
.footer {
/*	background: #2a2a2a;
    background-image: linear-gradient(to right, #74ebd5 0%, #a578ff 100%); */
    background: #111111;
	color: #999;
	padding: 10px 0;
    letter-spacing: 0.3px;
}
.footer h4 {
	color: #436172;
    font-size: 24px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
    color: #FFF;
	text-decoration: underline;
}
.footer-light a {
	color: inherit;
}
.footer .copyright {
    text-align: left;
}
.footer .social {
    text-align: center;
}
.footer .author {
    text-align: right;
}
.footer .list-inline > li:last-child {
/*	padding-right: 0;*/
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul.social-footer {
	font-size: 18px;
}
.footer ul.social-footer a {
	color: #DCD5B0;
}
.footer ul.social-footer a:hover {
	color: #FFF;
}
.footer p {
    margin: 0;
    font-size: 12px;
    color: #a7a3a3;
}
.footer address {
    margin: 0;
}
.footer-logo {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
.footer-bar {
    /*border-top: 1px solid rgba(158, 158, 158, 0.21);*/

}
/*.footer-bar {
    position: relative;
    overflow: hidden;
    background-image: url(../../pages/img/parallax/services.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.footer-bar-inner {
    position: relative;
    padding: 40px 0px;
}
.footer-bar-title span {
   color: #e47257;
}*/

/*** Custom icon buttons ***/
.icon-btn {
  height: 60px;
  min-width: 80px;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 12px 0px 0px 0px;
  background-color: #fafafa !important;
  background-image: none !important;
  filter:none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  display:inline-block !important;
  color: #646464 !important;
  text-shadow: none !important;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.icon-btn i {
  font-size: 18px;
}
.ie8 .icon-btn:hover {
  filter: none !important;
}
.icon-btn:hover {
  text-decoration: none !important;
  border-color: #999 !important;
  color: #444 !important;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn:hover .badge {
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.icon-btn div {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #212322;
  font-size: 12px;
  font-weight: 300;
}
.icon-btn .badge {
  position: absolute;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 6px 3px 6px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/*** Notes ***/
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}
/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}
.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}
.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}
.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}
/*  panel styles */
.panel-default > .panel-heading {
    color: inherit;
}
.panel .panel-title {
	padding-top: 0;
	margin-bottom: 0;
}
.panel-default > .panel-heading {
    background-color: #EBEBEB;
}
.panel-default > .panel-heading h4 {
    font-size: 14px;
    line-height: 22px;
}
.panel-default > .panel-heading h4 a {
    color: #222222;
}
.panel-default .panel-body p {
    line-height: 18px;
}
.panel-default .panel-body p:first-child {
    margin-bottom: 0;
}
/*** Font awesome icons styles ***/
.fontawesome-icon-list [class^="fa-"],
.fontawesome-icon-list [class*=" fa-"],
li [class^="fa-"],
li [class*=" fa-"] {
	display: inline-block;
	width: 1.25em;
	text-align: center;
}
.fontawesome-icon-list [class^="fa-"].icon-large,
.fontawesome-icon-list [class*=" fa-"].icon-large,
li [class^="fa-"].icon-large,
li [class*=" fa-"].icon-large {
  	width: 1.5625em;
}
.fontawesome-icon-list .col-md-3 {
    height: 32px;
    line-height: 32px;
}
/*** Demo Utils ***/
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}
.util-btn-margin-bottom-5 .btn {
  margin-bottom: 5px !important;
}
.util-btn-group-margin-bottom-5 .btn-group {
  margin-bottom: 5px !important;
}
.fontawesome-demo i {
  font-size: 18px;
}
.fontawesome-demo li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.glyphicons-demo ul {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}
.glyphicons-demo ul li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}
.glyphicons-demo .glyphicon {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px;
}
.glyphicons-demo ul li {
	width: 12.5%;
}
.glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
	display: block;
	text-align: center !important;
	width: auto;
	line-height: 1.2;
}
.glyphicons-demo ul li:hover {
  background-color: rgba(86,61,124,.1);
}
.buttons-page .btn {
    margin-bottom: 5px !important;
}
.buttons-page .clearfix {
	margin-bottom: 20px;
}

/* Services Box */
.service-box {
    padding: 60px 0;
}
.service-box img {
    max-width: 100%;
}
.service-box .col-lg-7 {
    padding-left: 30px;
}
.service-box .service-box-heading {
    padding: 12px 0;
}
.service-box .service-box-heading i {
    padding: 0;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
    font-size:18px;
    height:32px;
    width:32px;
    line-height: 32px;
    text-align:center;
    vertical-align: baseline;
}
.service-box .service-box-heading i.blue {
  color: #0da3e2;
  border:1px solid #0da3e2;
}
.service-box .service-box-heading i.red {
  color: #db3a1b;
  border:1px solid #db3a1b;
}
.service-box .service-box-heading i.green {
  color: #35aa47;
  border:1px solid #35aa47;
}
.service-box .service-box-heading span {
  color: #444;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
}
.service-box .service-box-heading [class^="icon-"],
.service-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.service-box .service-box-heading [class^="icon-"].icon-large,
.service-box .service-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}


/* Featured */
.features {
    padding: 60px 0;
    background: #EBEBEB;
}
.power-features-item {
    margin-bottom: 20px;
}
.power-features-item h4 {
    font-weight: 600;
}
/* Portfolio */
.portfolio {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    background: none;
}
.corporate.content .portfolio {
    background: none;
    overflow: hidden;
}
.portfolio-inner {
    position: relative;
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 60px 0;
    text-align: center;
}
.portfolio .section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 148, 172, 0.75);
}
.portfolio h4 {
   font-size: 26px;
}
.portfolio p {
    font-size: 18px;
    line-height: 20px;
}
ul.filter-button-group {
    display: block;
    clear: both;
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 41px;
    margin-bottom: 30px;
    text-align: center;
}
ul.filter-button-group li {
    display: inline-flex;
    margin: 0 2px;
}
ul.filter-button-group li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.2px;
    background: #9E9E9E;
    color: #FFF;
    padding: 20px 15px;
}
ul.filter-button-group li a:hover {
    background: #20ece4;
    color: #212322;
}
ul.filter-button-group li a:focus {
    background: #20ece4;
    color: #212322;
}
/* Work Process*/
.how-it-works {
    position: relative;
    display: block;
    background-color: #222222;
/*    background-image: url(../img/backgrounds/world-map-transparent.png);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.how-it-works-inner {
    padding: 80px 0;
    color: #FFF;
}
.how-it-works-inner .prbox-icon {
    font-size: 60px;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    color: #FFF;
}
.how-it-works-inner h4 {
    font-size: 22px;
    font-weight: 700;
}
.how-it-works-inner p {
    margin-bottom: 0;
}
.prbox-icon:after {
    content: "";
    width: 30%;
    position: absolute;
    border-bottom: 2px dashed #FFF;
    top: 20%;
    left: 100%;
    transform: translateX(-50%);
}
.process:last-child .prbox-icon:after {
    border-bottom: none;
}

/* Work Process*/

/* Recent Works */
.recent-work {
    position: relative;
}
.recent-work a:hover {
    text-decoration: none;
}
.recent-work h2,
.ecommerce .recent-work h2 {
    margin: 3px 0 5px;
}
.recent-work h2 a {
    color: #3e4d5c;
}
.recent-work h2 a:hover {
	color: #E02222;
}
.recent-work h3,.recent-work p {
    color: #FFF;
}
.recent-work p {
    color: #FFF;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
}
.recent-work-item {
    position: relative;
    overflow: hidden;
    padding: 0px;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #CCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}
.recent-work-item:hover {
    /*border: 1px solid #0e3746;*/
}
/*.recent-work-item:after {
    position: absolute;
    content: '';
    background: rgba(4, 67, 115, 0.55);
    height: 50%;
    width: 100%;
    top: 75%;
    left: -15%;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    border-radius: 0 30px 0 0;
    border: 1px solid #d4c1c1;
}*/
.recent-work-item-info {
    position: relative;
    width: 100%;
    color: #FFF;
    background: #343434;
    padding: 10px;
    text-align: center;
}
.recent-work-item-info h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.recent-work-item a {
    color: #FFF;
}
.recent-work-item a:hover h3 {
    color: #000;
}
.recent-work-item a:hover .recent-work-item-info {
    background: #1c6591;
}
.recent-work .recent-work-item a.recent-work-description {
	padding: 10px;
	display: block;
    background: #FFF;
    text-align: center;
    border: 0;
}
.recent-work .recent-work-item a.recent-work-description.white {
	background: #FFF;
}
.recent-work .recent-work-item:hover a.recent-work-description {
    background: #20304f;
    transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
}
.recent-work .recent-work-item strong {
	color: #20304f;
	display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.recent-work .recent-work-item b {
	color: #483C15;
	font-weight: 400;
}
.recent-work .recent-work-item:hover b,
.recent-work .recent-work-item:hover strong {
	color: #FFF;
}
.recent-work .recent-work-item em {
  	position: relative;
	display: block;
	overflow: hidden;
}
.recent-work .recent-work-description em {
  	position: relative;
	display: block;
	overflow: hidden;
}
.recent-work .recent-work-item .fa {
	color: #fff;
	padding: 16px 30px 16px 18px;
	font-size: 16px;
	position: absolute;
	top: 50%;
	width: 47px;
	height: 47px;
	margin-top: -23.5px;
	border-radius: 47px;
	background: rgba(0,0,0,0.5);
    transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.recent-work .recent-work-item .fa:hover {
  color: #d2b032;
}
.recent-work .recent-work-item .fa-link {
	left: -100px;
}
.recent-work .recent-work-item .fa-search {
	right: -100px;
}
.recent-work .recent-work-item:hover .fa-link {
	left: 30%;
}
.recent-work .recent-work-item:hover .fa-search {
	right: 30%;
}
.recent-work .recent-work-item img {
    max-width: 100%;
  	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.recent-work .recent-work-item:hover img {
    -ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.recent-work .recent-work-item em:before {
    background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212322', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    opacity: 0;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.our-clients .recent-work-item img {
    margin-left: auto;
    margin-right: auto;
}
/* Mixed Block */

/* Front Carousel */
.front-carousel .carousel-control {
  margin: 0;
  border: none;
  height: 35px;
  font-size: 24px;
  font-weight: normal;
  top: 40%;
  width: 35px;
  background: #222;
  opacity: 0.5;
}
.front-carousel .carousel-control:hover {
  opacity: 0.6;
}
.front-carousel .carousel-control i {
  font-size: 27px;
}
.front-carousel .carousel-control.right i {
  position: relative;
  left: 1px;
}
.front-carousel .carousel-caption {
  padding: 10px 15px 0;
  background: rgba(0,0,0,0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.front-carousel .carousel-control.left {
  left: 0;
}
.front-carousel .carousel-control.right {
  right: 0;
}
/* Skils */
.front-skills span {
  color: #555;
  display: block;
  font-size: 15px;
  margin-bottom: 7px;
}
.front-skills .progress {
  background: #f2f2f2;
}
.front-skills .progress-bar {
  background: #EF4D2E;
}
.front-skills .progress,
.front-skills .progress-bar {
  box-shadow: none;
}
/* Team Blocks */
.front-team .thumbnail {
  border: none;
}
.front-team h3,
.ecommerce .front-team h3 {
  margin:10px 0 12px;
  line-height:40px;
}
.front-team h3 strong {
  color: #E02222;
  font-size: 20px;
  font-weight: 400;
}
.front-team h3 small {
  display: block;
  font-size: 13px;
}
.front-team ul {
  padding: 4px 0 0;
}
.front-team .social-icons {
  overflow: hidden;
}
/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
  font-size: 35px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
}
/* corp. search result */
.content-search-view2 {
	background: #EDEFF1;
	padding: 20px;
	margin: 0 0 20px;
}
.search-result-item {
    margin: 0 -10px 20px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #ECEBEB;
}
.search-result-item h4,
.ecommerce .search-result-item h4 {
    margin-bottom: 5px;
    padding: 0;
}
.search-result-item h4 a {
	color: #E6400C;
}
.search-result-item p {
	margin-bottom: 10px;
}
.search-link {
    color: #999;
    font-size: 12px;
}

/* Lists */
.front-lists-v1 li {
  font-size: 14px;
  margin-bottom: 5px;
}
.content-page .front-lists-v2 li {
  color: #555;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.front-lists-v2 li i {
  margin-right: 5px;
  font-size: 17px;
}
/* Blog Page */

.blog-posts h2 {
  padding-top: 0;
}
.blog-post-items {
    position: relative;
    margin: 10px 0;
    background: none;
    border-bottom: 1px solid #d6d2d2;
}
.blog-post-items:first-child {
    margin-top: 0px !important;
}
.blog-post-items:last-child {
    margin-bottom: 0px !important;
}
.blog-posts .blog-post-items .blog-post-items-inner {
    padding: 20px;
    background: #fafafa;
}
.blog-posts .blog-item .blog-item-inner {
/*    background: #fafafa;
    padding: 40px 35px;
    margin-top: 0px;
    border: 1px solid #e3e6e7;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);*/
}
.blog-posts .blog-item .blog-item-inner .blog-img {
    margin-bottom: 20px;
}
.blog-posts .blog-post-items p {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 ;
}
.blog-posts .date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    color: #fff;
    font-size: 30px;
    background: #bca970;
    float: left;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}
.blog-posts .date span {
    background: #45474b;
    display: inline-block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
}
.blog-posts .blog-post-items h3 {
    margin-bottom: 0px;
}
.blog-posts .blog-post-items h3 a {
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #212322;
    text-decoration: none;
}
.blog-posts .blog-post-items h3 a:hover {
    color: #ED1B34;
    text-decoration: underline;
}
.blog-posts .carousel {
  margin-bottom: 0;
}
.blog-posts hr.blog-post-sep {
  margin: 40px 0;
}

.blog-posts .breadcrumb  { background: none;padding: 0;color: #FFF;font-size: 13px;letter-spacing: 1.3px;text-align: center; margin: 0 0 20px;border-bottom: 0; }
.blog-posts .breadcrumb ul.list-inline { margin: 0; }
.blog-posts .breadcrumb ul li { position: relative;padding: 0; line-height: 36px; }
.blog-posts .breadcrumb > ul > li > a { font-size: 13px;font-weight: 400;color: #FFF;background: #dcb56b;padding: 10px 15px;margin: 0px;text-decoration: none;border-radius: 5px; }
.blog-posts .breadcrumb > ul > li > a:hover { color: #FFF;background: #7e1c1c; }
.blog-posts .breadcrumb > ul > li.active a { color: #FFF;background: #7e1c1c; }

.blog-info {
  list-style: none;
  margin: 15px 0 12px 0;
  padding-left:0;
}
.blog-info li {
  padding: 0;
  color: #555;
  font-size: 13px;
  margin: 0px;
  display: inline-block;
}
.blog-info li i {
  color: #E84D1C;
}
.blog-posts .pagination li {
	margin-left: -12px;
	margin-right: 17px;
}
.blog-posts .more,
.blog-sidebar .more {
	color: #E84D1C;
}
.blog-posts .information-box {
    background: #fafafa;
    padding: 10px 30px 30px;
    border: 1px solid #e3e6e7;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.blog-posts .information-box h3 {
    display: inline-block;
    position: relative;
    line-height: 2.5em;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-right: 30px;
}
.blog-posts .information-box h3:before, .blog-posts .information-box h3:after {
    display: block;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
}
.blog-posts .information-box h3:before {
    width: 100%;
    height: 1px;
    background: #d4d4d4;
}
.blog-posts .information-box h3:after {
    width: 40%;
    height: 1px;
    background: #0e3746;
}
.blog-posts .information-box .overview-box {
    list-style-type: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.blog-posts .information-box .overview-box.col-1 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}
.blog-posts .information-box .overview-box li {
    display: block;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    overflow: hidden;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 15px;
}
.blog-posts .information-box .overview-box li:nth-child(odd) {
    background: #f2f2f3;
}
.blog-posts .information-box .overview-box li strong {
    display: inline-block;
    width: 50%;
}
.blog-posts .information-box .overview-box li span {
    display: inline;
    width: 50%;
}
.blog-posts .information-box .features-box {
    padding: 0;
    margin: 0;
}
.blog-posts .information-box .features-box li {
    padding-left: 25px;
    position: relative;
    font-size: 11px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-posts .information-box .features-box li .fas {
    color: #0e3746;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    font-size: .7em;
    text-align: center;
    background-color: #ededed;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 1px #ededed;
    box-shadow: 0 0 0 1px #ededed;
}
.blog-sidebar.blog-posts .information-box {
    margin: 0 0 20px;
    padding: 15px 15px;
}
.agent-container .media-left img {
    max-width: none;
    border: 1px solid #EBEBEB;
    width: 70px;
}
.agent-container .media-body h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px !important;
    margin-bottom: 10px;
}
.agent-container .media-body p {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
}
.agent-container .media-body a {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px !important;
}

/* Blog Sidebar */
.recent-news {
  overflow: hidden;
}
.recent-news h3,
.ecommerce .recent-news h3 {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.recent-news h3 a {
	color: #E84D1C;
}
.recent-news-inner{
	padding: 0;
}
.blog-talks .tab-style-1 ul.nav-tabs li > a {
  min-width: 50px;
}
.blog-photo-stream li {
  overflow: hidden;
  margin: 0 5px 8px 0;
  display: inline-block;
}
.blog-photo-stream li img {
  width: 54px;
  height: 54px;
  padding: 2px;
  border: solid 1px #eee;
}
.blog-photo-stream li img:hover {
  border-color: #E84D1C;
  box-shadow: 0 0 1px #fff;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.blog-tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tags li {
  position: relative;
  margin: 0 16px 7px 0;
  display: inline-block;
}
.blog-tags li a {
  color: #555;
  background: #f5f5f5;
  display: inline-block;
  padding: 3px 5px 3px 3px;
}
.blog-tags li a:hover {
  color: #fff;
  background: #E84D1C;
  text-decoration: none;
}
.blog-tags li a:hover i {
  color: #fff;
}
.blog-tags li i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.blog-tags li a:after {
  top: 50%;
  width: 0;
  left: 100%;
  height: 0;
  content: " ";
  display: block;
  margin-top: -12px;
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
    border-left-color: #E84D1C;
}
.blog-talks .tab-content {
	background: #FAFAFA;
	padding: 20px 15px;
}
.blog-talks .nav-tabs {
	margin-bottom: 0;
}
.blog-talks .nav-tabs > li {
	margin-top: 1px;
}
/* Blog Sidebar categories BEGIN */
.sidebar-categories {
    background: none;
    padding: 0px;
}
.sidebar-categories.exports {
    position: relative;
    height: calc(100vh - 118px);
    /* overflow: auto; */
}
.sidebar-categories-title {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.4em;
    background: #852B26;
    color: #FFF;
    padding: 15px 15px;
    margin-bottom: 1px;
}
.sidebar-categories-title a {
    color: #fff;
    padding: 5px;
    background: #416c7c;
}
.sidebar-categories-title a:hover {
    color: #7ed4f4;
}
.sidebar-categories li {
    position: relative;
    padding: 0;
    background: none;
    margin-bottom: 1px;
}
/*.sidebar-categories li:before {
    content: '';
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 9px solid #0e3746;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #0e3746;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}*/
.sidebar-categories li:hover:before, .sidebar-categories li.active:before {
    opacity: 1;
}
.sidebar-categories li:last-child {

}
.sidebar-categories li a {
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #212322;
    padding: 10px 15px;
    background: #efe7b6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sidebar-categories li a:after {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 700;
    content: '\f0da';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
.sidebar-categories.exports li a:after {
    opacity: 0;
}
.sidebar-categories li:first-child a {

}
.sidebar-categories li:last-child a {
  margin-bottom: 0px;
}
.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {

  border: 0;
  background: #ecd079;
}
.sidebar-categories li a:hover:after {
    color: #FFF;
}
.sidebar-categories li span {
    float: right;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #fff;
    padding: 8px 15px;
    background: #7e1c1c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 18%;
    text-align: center;
}
/* Blog Sidebar categories END */

/* Blog Sidebar POSTS*/
.sidebar-blog-posts {
    padding: 40px 20px;
    background: #fafafa;
    border: 1px solid #e3e6e7;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-blog-posts.grey {
    background: #818285;
}
.sidebar-blog-posts li {
    position: relative;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 12px;
    list-style: none;
    border-bottom: 1px solid #b8b2b2;
}
.sidebar-blog-posts li:last-child {
    margin-bottom: 0;
    border: 0;
}
.sidebar-blog-posts li a {
    font-weight: 400;
    font-size: 0.85em;
    line-height: 1.4em;
    letter-spacing: 0.5px;
    color: #212322;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.sidebar-blog-posts.grey li a {
    color: #FFF;
}
.sidebar-blog-posts li a:hover {
    color: #f72222;
}
.sidebar-blog-posts.grey li a:hover {
    color: #a7d4f4;
}
.sidebar-blog-posts li a:after {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    content: '\f0da';
    color: #818285;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
/* Blog Sidebar POSTS END*/

/* Blog Item */
.blog-item .blog-item-img {
  margin: 6px 0 25px;
}
.blog-item .blog-item-img .carousel {
  margin-bottom: 0;
}
.content-page .blog-item ul.blog-info {
  position: relative;
  background: #fafafa;
  padding: 0px;
  margin: 0 0 20px 0 !important;
}
.blog-item .blog-info li {
  margin: 0;
  padding-left: 10px;
}
.blog-item .blog-info li:first-child {
  padding-left: 0;
}
.blog-item .blog-item-img .carousel-control {
  top: 45%;
}
.blog-item .media {
	border-bottom: solid 1px #ECEBEB;
	margin-bottom: -1px;
}
.blog-item .comments {
	border-top: solid 1px #ECEBEB;
	padding-top: 15px;
}
.blog-item img.media-object {
    top: 2px;
	width: 60px;
	height: 60px;
    position: relative;
}
.blog-item h4.media-heading {
    position: relative;
    padding-top: 0;
}
.blog-item h4.media-heading span {
    right: 0;
    top: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
}
.blog-item h4.media-heading span a {
    color: #E84D1C;
}
.mix-block .tab-content .col-md-3 {
	padding-right: 0;
}
.mix-block .nav-tabs > li {
    margin-top: 1px;
}
.parallax-window {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    min-height: 250px;
    background: transparent;
}
.parallax-window-inner {
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.parallax-window-inner h3{
	font-size: 46px;
	font-weight: 700;
	color: #FFF;
}
.parallax-window-inner p{
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
}
.parallax-window-inner .btn {
	margin-top: 30px;
}
.aboutme {
    overflow: hidden;
}
.myworks {
    overflow: hidden;
}
.section-title {
    margin-bottom: 45px;
    position: relative;
    text-align: center;
}
.section-title h3 {
    margin: 0 0 40px 0;
    font-size: 2.2em;
    font-weight: 900;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    color: #2d2d2d;
    letter-spacing: 2px;
}
.section-title h3::after {
    background: rgba(0, 0, 0, 0) url(../img/icon-h1.png) no-repeat scroll center top;
    bottom: -25px;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}
p.section-prg {
    font-size: 18px;
    line-height: 30px;
    color: #545556;
    font-weight: 300;
}

.block-title {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}
.block-title h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    color: #6F6069;
}
.block-title strong {
    display: block;
    padding: 0;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #000;
    border-bottom: 2px solid #000;
}
.titlebar .inner-container {
    position: relative;
    text-align: center;
    padding: 80px 0px 40px;
}
.titlebar.property .inner-container {
    display: table;
    width: 100%;
    text-align: left;
}
.titlebar .inner-container .page-title-main-info {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}
.titlebar .inner-container .page-title-main-info .breadcrumbs-wrapper .breadcrumb {
    text-align: left;
    padding: 0;
}
.titlebar .inner-container .property-info {
    float: none;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 20px;
    width: 20%;
}
.titlebar .inner-container .property-info .property-price {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin-bottom: 5px;
}
.titlebar .inner-container .property-info .property-location {
    font-weight: normal;
    color: #bababa;
}
.titlebar .inner-container .property-info .property-location .fas {
    margin-right: 5px;
    color: #0e3746;
}
.titlebar .inner-container h1,.titlebar .inner-container p {
    position: relative;
    color: #FFF;
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 1.6px;
}
.titlebar .inner-container h2 {
    position: relative;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.4em;
    letter-spacing: 1.6px;
}
.titlebar .inner-container .small-border-deco {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 1px;
    background: rgba(255,255,255,.1);
}
.titlebar .inner-container .small-border-deco span {
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 100px;
    background-color: #FFF;
}
/* Services */
.services {
    position: relative;
}
.services .section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 42, 42, 1);
}
.services-inner {
    position: relative;
    width: 100%;
}
.services-inner .block-title-main h3 span {
    color: #212322;
}
.services-inner .block-title-main p {
    color: #212322;
}
/* Services */

.product-image-box .image img {
    width: 100%;
}
.product-image-box .image {
    overflow: hidden;
}
.product-image-box .image-additional {
    overflow: hidden;
}
.product-image-box .image-additional a {
    display: inline-block;
    margin: 0px;
    border: 1px solid #EBEBEB;
    padding: 3px;
}
.product-image-box .image-additional a:first-child {
    margin-left: 0;
}
.product-image-box .image-additional a:hover {
    text-decoration: none;
}
.product-image-box .image-additional img {
    width: 60px;
    height: 60px;
}
.product-image-box .image-additional a:focus {
    border: 1px solid #D2527F;
}
.recent-work-item .recent-work-description-alt {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 10px 25px;
    background: #ecd079;
    opacity: 0.90;
    text-align: left;
    /* border-radius: 20px 0px 0px 20px; */
}
.recent-work-item .recent-work-description-alt h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #3c0909;
}
/*.recent-work-item .recent-work-description-alt p {
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    margin: 0;
    font-size: 1.6em;
    line-height: 1.2em;
    width: 90%;
    font-weight: 400;
    color: #754355;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}*/
.recent-work-item .recent-work-description-alt p {
    display: block;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    color: #201d1d;
    font-weight: 600;
}
/*.gallery-item .cap-box {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	color: #ffffff;
	opacity: 0;
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-item .inner-box:hover .cap-box {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}*/
.recent-work-item a:hover .recent-work-description-alt {
    background: #FFF;
}
.recent-work-item a:hover .recent-work-description-alt span {
    background-color: #1c6591;
}
.recent-work-item a:hover .recent-work-description-alt span:before {
    border-top: 25px solid #1c6591;
}
 .recent-work-item a:hover .recent-work-description-alt span:after {
    border-bottom: 25px solid #1c6591;
}
.recent-work-item .recent-work-description-alt span {
    position: relative;
    background-color: #343434;
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    display: block;
}
.recent-work-item .recent-work-description-alt span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-top: 25px solid #343434;
    border-right: 15px solid transparent;
}
.recent-work-item .recent-work-description-alt span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 25px solid #343434;
    border-right: 15px solid transparent;
}
.recent-work-item .recent-work-description-alt2 {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 20px;
    text-align: center;
    background: rgba(255, 184, 29, 0.8);
    width: calc(100% - 20px);
    height: calc(100% - 130px);
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.recent-work-item .recent-work-description-alt2 h3 {
    display: block;
    position: absolute;
    left: 50%;
    top: 30%;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    width: 90%;
    font-weight: 400;
    color: #212322;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: none;
}
.recent-work-item .recent-work-description-alt2 p {
    display: block;
    position: absolute;
    left: 50%;
    top: 75%;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    width: 90%;
    font-weight: 400;
    color: #FFF;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* message block */
.message-block {
  position: relative;
  min-height: 300px;
  height: 300px;
  overflow: hidden;
  background: url(../img/parallax3.jpg) no-repeat fixed;
  position: relative;
}
.message-block h2 {
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  line-height: 52px;
  font-style: italic;
  position: relative;
  padding: 0;
  /* margin: 150px 0 14px; */
  margin-bottom: 14px;
  letter-spacing: 1px;
}
.message-block h2:after {
  display: none;
}
.message-block h2 strong {
  color: #D2527F;
  display: block;
}
.message-block em {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  color: #fff;
  position: relative;
  display: block;
}
/* message block */
.product .well {
    background: #EFEEEA;
}
.product .well p, .product .well ul {
    margin-bottom: 10px;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
    border: 0;
}
.page-header {
    margin: 20px 0 20px;
    border-bottom: 1px solid #c5c0c4;
}
.page-header h2 {
    font-size: 20px;
    font-weight: 800;
    color: #555;
}
.address {
    font-size: 16px;
    padding: 30px;
    background: #FFF;
    color: #555;
    border: 1px solid #d2d2e1;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.address .page-header h2 {
    color: #555;
}
.address h3 {
    font-size: 16px;
    font-weight: 800;
}
.address p {
    font-size: 14px;
    margin-bottom: 20px;
}
.address .social-icons {
    margin-top: 20px;
    text-align: center;
    display: inline-block;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.contact-form-inner {
    padding: 30px;
    background: #f6edd2;
    border: 1px solid #d2d2e1;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.05);
}
.contact-form-inner p {
    font-size: 12px;
    line-height: 18px;
}
.color-overlay {
    /*background-color: rgba(0, 0, 0, 0.08);             */
/*    background: #d4063e;  */
    /*background-image: linear-gradient(to right, #7a1b35 0%, #e20e4f 100%);*/
    background: rgba(244, 0, 9, 0.65);
    position: relative;
    height: 100%;
}
#services {
    padding: 40px 0;
    background: #FFF !important;
}
#services .col-md-12 {
    margin-top: 40px;
    margin-bottom: 40px;
}
#services .block-title-main h3 span{
    color: #212322;
}
#services .services-inner h4 {
    font-size: 30px;
}
#services .services-inner h5 {
    font-size: 22px;
}
#services .services-inner h5, #services .services-inner p {
    margin-top: 25px !important;
}
#services .services-inner p {
    color: #424242;
    font-size: 16px;
    line-height: 24px;
}
.service-icons-animation {
    position: relative;
}
.icon-tablet {
	position: absolute;
    margin-left: -50px;
    margin-top: 100px;
}
.icon-laptop {
	position: absolute;
    margin-left: -650px;
    margin-top: 100px;
}
.icon-mobile {
	position: absolute;
    margin-left: -200px;
    margin-top: 200px;
}
.icon-cms, .icon-ecommerse, .icon-html {
	position: absolute;
	height: 128px;
	width: 256px;
}
.icon-cms {
	background: url(../img/services/ico-cms.png) 50% 0 no-repeat;
	margin-top: -20px;
	margin-left: 80px;
}
.icon-ecommerse {
	background: url(../img/services/ico-ecommerse.png) 50% 0 no-repeat;
	margin-top: -20px;
	margin-left: 170px;
	float: right;
}
.icon-html {
	background: url(../img/services/ico-html.png) 50% 0 no-repeat;
	margin-top: -20px;
}
.icon-line {
	width: 70px;
	height: 1px;
	background-color: #e27c3e;
	margin: 60px auto auto auto;
}
.icon-round {
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin-top: 56px;
}
.icon-round-cms,
.icon-line-cms {
	background-color: #e27c3e;
}
.icon-line-cms {
	float: left;
}
.icon-round-ecommerse,
.icon-line-ecommerse {
	background-color: #efc84a;
	float: right;
}
.icon-line-ecommerse,
.icon-round-ecommerse {
	float: right;
}
.icon-round-ecommerse {
	margin-right: -70px;
}
.icon-round-html,
.icon-line-html {
	background-color: #45b39c;
}
.icon-line-html {
	float: left;
}
.info-post {
    position: relative;
    overflow: hidden;
/*    margin-bottom: 25px;  */
    text-align: center;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #d7cbcb;
    padding: 25px 10px;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-moz-border-radius: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.info-post:hover {
    background: #7e1c1c;
}
.info-post .info-head {
    position: relative;
/*    padding-bottom: 15px;*/
    margin-bottom: 0px;
}
.info-post .info-head a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}
.info-post .info-head i {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    color: #7e1c1c;
    line-height: 90px;
    font-size: 50px;
/*    width: 90px;
    height: 90px;
    border-radius: 50%;*/
}
.info-post [class^="flaticon-"]:before, .info-post [class*=" flaticon-"]:before,
.info-post [class^="flaticon-"]:after, .info-post [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 50px;
  font-style: normal;
  margin-left: 0px;
}
.info-post .info-head h3 {
    color: #414042;
/*    height: 50px;    */
    font-weight: 600;
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.info-post .info-head p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.9px;
    margin: 0 0 24px;
    color: #555456;
    margin: 0;
}
.info-post p {
    font-size: 13px;
    color: #dddddd;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px;
}
/*.info-post .info-head:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}*/
a.button-one {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    box-shadow: 0 3px 0 #5c5f62;
    -webkit-box-shadow: 0 3px 0 #5c5f62;
    -moz-box-shadow: 0 3px 0 #5c5f62;
    -o-box-shadow: 0 3px 0 #5c5f62;
}
/*.info-post:hover .info-head i {
    color: #FFF;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
}*/
.info-post:hover h3 {
    color: #FFF;
}
.info-post:hover p {
    color: #FFF;
}
.info-post:hover span {
    color: #FFF;
}
.info-post:hover .info-head:after {
    background: #FFF;
}
.info-post:hover .info-head i {
    color: #FFF;
}

a.button-one:hover {
  color: #FFF;
  background: #e74c3c;
  border: 1px solid #e74c3c;
  box-shadow: 0 3px 0 #9e2114;
  -webkit-box-shadow: 0 3px 0 #9e2114;
  -moz-box-shadow: 0 3px 0 #9e2114;
  -o-box-shadow: 0 3px 0 #9e2114;
}

.welcome-to-page {
/*    background: url(../img/backgrounds/bg.jpg) 0 0 no-repeat;*/
    background: #37383c;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.welcome-to-page .content-box-style-03 {
    padding-right: 100px;
}
.welcome-to-page .col-lg-5 .img-holder img {
    max-width: none;
    transition: all .3s ease;
}
.welcome-to-page:hover .col-lg-5 .img-holder img {
    opacity: .45;
}
.welcome-to-page:hover .img-holder:before,
.welcome-to-page:focus .img-holder:before,
.welcome-to-page:active .img-holder:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.welcome-to-page .col-lg-7 {
    padding: 70px 10px;
}
.welcome-to-page .col-lg-7 h3 {
    margin: 0 0 30px 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.3em;
    padding: 0 30px 0 0;
    color: #FFF;
    letter-spacing: 2px;
    border-top: 1px solid #0e3746;
    border-bottom: 1px solid #0e3746;
}
.welcome-to-page .col-lg-7 h4 {
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.9em;
    color: #FFF;
    letter-spacing: 2px;
}
.welcome-to-page .col-lg-7 p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.6em;
    letter-spacing: 1.2px;
    color: #FFF;
}
.welcome-to-page .btn {
    margin-top: 20px;
    background-color: #0e3746;
    border-color: #FFF;
    border-radius: 0;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e3746;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


#great-construct-team {
    background: #162342 url(../img/backgrounds/bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
}

#great-construct-team h3 {
    color: #fff;
    letter-spacing: .03em;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}
#great-construct-team p {
    color: #212322;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 23px;
    font-style: italic;
}
#great-construct-team p.has-btn {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: italic;
    font-weight: bold;
}
#great-construct-team p b {
    font-size: 34px;
    color: #161616;
    font-weight: bold;
    margin-right: 10px;
    font-style: italic;
}
#great-construct-team p.has-btn a {
    font-size: 14px;
    color: #212322;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #212322;
    display: inline-block;
    line-height: 36px;
    padding: 0 27px;
    position: relative;
    bottom: 5px;
    margin-left: 10px;
}
#section43 {
    background: #f2f2f2 none repeat scroll 0 0;
    margin: 0;
    padding: 60px 0;
}
.style5.icon-box {
    text-align: center;
}
.style5.icon-box:hover .icon-box-right h3 a {
    color: #d8a337;
}
.style5.icon-box .icon-box-left {
    display: block;
    margin-bottom: 20px;
}
.style5.icon-box .icon-box-right h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #ac5010;
}
.style5.icon-box .icon-box-right {
    display: block;
}
.style5.icon-box .icon-box-right p {
    font-size: 16px;
    line-height: 22px;
}
.content-page.product .tab-content p {
    font-size: 14px;
}
.content-page.product .tab-content .tab-pane p:last-child {
    margin-bottom: 0;
}
#magik-verticalmenu .verticalmenu > li > a.view_more {
    background: #ccced0;
}
#topcontrol {
    z-index: 999;
}
.products-section {
    background: #efede8 !important;
    border-top: 1px solid #dad8d4;
}
.searchForm .form-group {
    margin-bottom: 0;
}
.searchForm .form-group input.form-control {
    background-color: #1e1613;
    border-color: #5a514e;
}
.portfolio-image {
    position: relative;
    display: block;
    text-align: center;
    /*box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;*/
/*    padding: 15px 10px;
    border: 1px solid #EBEBEB;*/
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.portfolio-image img {
    max-width: 100%;
    height: auto;

}
/*.about {
    position: relative;
    text-align: left;
    background: #1e2021;
    color: #FFF;
    padding: 60px 0;
}*/
.pf-parallax {
    position: relative;
    background: url(../../pages/img/parallax/pf-parallax.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.pf-parallax {
    min-height: 520px;
}
.pf-parallax-inner {
    width: 100%;
}
.getintouch {
    position: relative;
    padding: 80px 0 80px;
    letter-spacing: 1px;
}
.getintouch .section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 148, 172, 0.75);
}
.getintouch-inner {
    width: 100%;
    padding: 60px 0 60px;
    text-align: center;
}
.getintouch h3 {
    font-weight: 800;
    font-size: 2.4em;
    line-height: 2.5em;
    color: #FFF;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #FFF;
    padding: 0 20px;
}
.getintouch p {
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.5em;
    color: #FFF;
    margin-bottom: 10px;
}
.getintouch p.phone {
    font-size: 2em;
    line-height: 2.1em;
    margin-bottom: 0px;
}
.getintouch a {
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #FFF;
}
.getintouch a:hover {
    text-decoration: underline;
}
.getintouch a.btn {
    padding: 11px 30px;
    color: #FFF;
    border: 1px solid #617381;
    background: none;
}
.getintouch a.btn:hover {
    color: #FFF;
    text-decoration: none;
}
/* Bounce To Right-reverse */
.hvr-bounce-to-right-reverse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color:#48c7ec;
}
.hvr-bounce-to-right-reverse:before {
  content: "";
  position: absolute;
  color:#FFFFFF;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #021d32;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right-reverse:hover, .hvr-bounce-to-right-reverse:focus, .hvr-bounce-to-right-reverse:active {
  color: #FFF;
}
.hvr-bounce-to-right-reverse:hover:before, .hvr-bounce-to-right-reverse:focus:before, .hvr-bounce-to-right-reverse:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.freelancer {
    position: relative;
    padding: 60px 0;
    text-align: left;
    background: #0db294;
}
.freelancer h3 {
    color: #223330;
}
.freelancer p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.freelancer img {
    max-width: 100%;
}
.subcategories {
    margin-top: 30px;
}