@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:300italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);
@import url(https://fonts.googleapis.com/css?family=Roboto:900);
@import url(https://fonts.googleapis.com/css?family=Roboto:900italic);

/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #ffffff;
	color: #2b2a29;
	font: 400 14px/24px 'Roboto', sans-serif;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
}

h2 {
	font-size: 46px;
	line-height: 54px;
}

h3 {
	line-height: 35px;
	font-size: 28px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
}

h5 {
	font-size: 18px;
	line-height: 30px;
}

p {
	font-size: 14px;
	line-height: 24px;
}

p a:hover {
	text-decoration: underline;
}

time {
	display: block;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:active {
	background: transparent;
	outline: none;
	border: none;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

strong {
	font-weight: 700;
	display: inline-block;
}

.bold {
	font-weight: 700;
	display: inline-block;
}

.fa {
	line-height: inherit;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: 'FontAwesome';
}

.page {
	overflow: hidden;
	min-height: 500px;
}

.lt-ie9 .page {
	min-width: 1200px;
}

.t-right {
	text-align: right;
}

.margin-n {
	margin-top: 0 !important;
}

dl {
	text-align: right;
	line-height: 21px;
}

dl dd span {
	width: 81px;
	display: inline-block;
	text-align: left;
}

.comment {
	position: relative;
	padding: 15px 135px 0px;
	list-style: -0.4px;
}

.comment:before {
	position: absolute;
	display: inline-block;
	content: '“';
	left: 85px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 104px;
	color: #ee711c;
	top: 0px;
	width: 55px;
	line-height: 104px;
	font-style: normal;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}

.sf-menu:before,
.sf-menu:after {
	content: " ";
	display: table;
}

.sf-menu:after {
	clear: both;
}

.sf-menu>li {
	position: relative;
	float: left;
}

.sf-menu>li+li {
	margin-left: 25px;
}

.sf-menu a {
	display: block;
}

.sf-menu>li {
	padding-bottom: 33px;
}

.sf-menu>li>a {
	color: #2b2a29;
	font-size: 18px;
	font-weight: 400;
	word-spacing: -0.5px;
}

.sf-menu>li.sfHover>a,
.sf-menu>li>a:hover {
	color: #909090;
}
p  a:hover {
	color: #909090;
}

.sf-menu>li.active>a {
	color: #909090;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -5px;
	width: 235px;
	padding: 20px 0 20px;
	background: #FFF;
	z-index: 1000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sf-menu ul {
	background: #2b2a29;
}

.sf-menu ul>li {
	position: relative;
}

.sf-menu ul>li>a {
	color: #FFF;
	background: #2b2a29;
	padding: 0px 30px;
	font-size: 12px;
	line-height: 37px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.sf-menu ul>li.sfHover>a,
.sf-menu ul>li>a:hover {
	color: #FFF;
	background: #ee711c;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.sf-menu ul ul {
	position: absolute;
	top: 0;
	left: 105%;
	width: 188px;
	margin-top: 0;
	z-index: 4;
	padding: 20px 0 20px;
}

.sf-menu ul ul>li>a {
	color: #FFF;
	background: #2b2a29;
	padding: 0px 30px;
	font-size: 12px;
	line-height: 37px;
	position: relative;
}

.sf-menu ul ul>li.sfHover>a,
.sf-menu ul ul>li>a:hover {
	color: #FFF;
	background: #ee711c;
}

.sf-menu>li>.sf-with-ul {
	position: relative;
}

.sf-menu>li>.sf-with-ul:before {
	position: absolute;
	left: 50%;
	top: 69%;
	margin-left: -6px;
	content: '\f0d7';
	font: 400 12px/12px 'FontAwesome';
}

ul li .sf-with-ul {
	position: relative;
}

ul li .sf-with-ul:before {
	position: absolute;
	right: 23px;
	top: 13px;
	content: '\f054';
	font: 400 14px/14px 'FontAwesome';
}

@media (max-width: 767px) {
	.sf-menu {
		display: none;
	}
}

/*==================  Select Menu  ======================*/
.select-menu {
	border: 1px solid #CCC;
	position: relative;
	display: none;
	margin: 0 auto;
	width: 420px;
	background: #ffffff url('./../images/select.png') no-repeat right center;
	overflow: hidden;
}

.select-menu .select {
	width: 440px;
	height: 30px;
	color: #585858;
	background-color: transparent;
	font: 400 15px 'Roboto', sans-serif;
	line-height: 30px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
}

.select-menu .select::-ms-expand {
	display: none;
}

@media (max-width: 767px) {
	.select-menu {
		display: block;
	}
}

@media (max-width: 479px) {
	.select-menu {
		width: 270px;
	}

	.select-menu .select {
		width: 290px;
	}
}

/*==================  Stuck menu  ======================*/
.isStuck {
	background: #ffffff;
	z-index: 99;
}

@media only screen and (max-width: 1113px) {
	.isStuck {
		display: none !important;
	}
}

/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 37px !important;
	line-height: 40px;
	color: #ee711c;
	z-index: 9999;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
}

.toTop:hover {
	color: #ee711c;
	text-decoration: none;
}

@media only screen and (max-width: 1399px) {
	.toTop {
		display: none !important;
	}
}

/*==================   Tumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
}

.thumb_overlay:before {
	content: '\f002';
	position: absolute;
	bottom: -100%;
	right: 20px;
	font: 400 50px 'FontAwesome';
	line-height: 50px;
	margin-top: -25px;
	text-align: center;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.lt-ie9 .thumb_overlay:before {
	display: none;
}

.thumb:hover .thumb_overlay:before {
	bottom: 20px;
	right: 20px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}

/*==================   Parallax    ======================*/
.parallax {
	background-position: center 0;
	background-repeat: no-repeat;
}

.mobile .parallax,
.tablet .parallax {
	background-position: 50% 0 !important;
	background-size: cover;
}

.parallax1 {
	background-color: #FFF;
	background-image: url(./../images/parallax-1.jpg);
}

.parallax2 {
	position: relative;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.parallax {
		background-position: center 0 !important;
		background-size: cover;
	}
}

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
	background: #ffffff;
	z-index: 999;
	position: relative;
}

.header .header-top {
	width: 100%;
}

.header .header-top .top-section {
	display: table;
	background: #2b2a29;
	width: 100%;
	z-index: 999;
	position: relative;
}

.header .header-top .top-section .social, .social_icon_footer .social {
	padding: 15px 20px 11px;
	border-radius: 147px;
	display: block;
	float: left;
}

.header .header-top .top-section .social li, .social_icon_footer i {
	display: inline-block;
	margin-left: 4px;
}

.header .header-top .top-section .social li a, .social_icon_footer i {
	display: flex;
	justify-content: center;
	align-items: center;
	/* align-content: center; */
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	background: #747272;
	/* border-radius: 147px; */
	padding: 4px 0px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	background: #ee711c;
}

.header .header-top .top-section .social .linkedin_icon, footer .linkedin_icon i {
	border-radius: 10px;
}

.header .header-top .top-section .social .fb_icon, footer .fb_icon i {
	border-radius: 50%;
}

.header .header-top .top-section .social li a:hover, .social_icon_footer .social i:hover{
	background: #ee711c;
	opacity: 1 !important;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.header .header-top .top-section .social:hover a , .social_icon_footer .social:hover  i{
	opacity: 0.3;
}

.header .header-top .top-section .info-block {
	float: right;
	margin: 12px 25px 0px;
}

.header .header-top .top-section .info-block .top_phone,
.header .header-top .top-section .info-block .top_address {
	font-weight: 400;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
	font-size: 25px;
	color: #ee711c;
	text-align: left;
	letter-spacing: -0.25px;
	line-height: 39px;
	margin-left: 39px;
}

.header .header-top .top-section .info-block .top_phone strong,
.header .header-top .top-section .info-block .top_address strong {
	font-size: 12px;
	clear: both;
	font-weight: 300;
	line-height: 12px;
	display: block;
	letter-spacing: 0.1px;
}

/* .header .header-top .top-section .info-block .top_phone:before,
.header .header-top .top-section .info-block .top_address:before {
  font-family: fontAwesome;
  position: absolute;
  display: block;
  left: 0px;
  color: #ee711c;
} */

.header .header-top .top-section .info-block .top_phone {
	padding-left: 28px;
}

/* .header .header-top .top-section .info-block .top_phone:before {
  content: "\F095";
  font-size: 29px;
  top: 10px;
} */

.header .header-top .top-section .info-block .top_address {
	padding-left: 25px;
}

.header .header-top .top-section .info-block .top_address:before {
	content: "\f041";
	font-size: 31px;
	top: 6px;
}

.header .header-top .bottom-section {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 99;
	position: relative;
	display: table;
	width: 100%;
}

.header .header-top .bottom-section .right-side {
	float: right;
	position: relative;
	margin-right: 25px;
}

.header .header-top .bottom-section .right-side .nav {
	display: block;
	float: left;
	margin-top: 38px;
}

.header .header-top .bottom-section .right-side .search-form_toggle {
	float: right;
	margin-top: 27px;
	margin-right: 14px;
	margin-left: 45px;
}

.header .header-bottom .camera_caption {
	color: #FFF;
	text-align: center;
	display: table;
	width: 100%;
	height: 100%;
}

.header .header-bottom .camera_caption h2 {
	font-weight: 900;
	font-style: italic;
	font-size: 63px;
}

.header .header-bottom .camera_caption p {
	font-size: 18px;
	font-weight: 300;
}

.header .header-bottom .camera_caption>div {
	display: table-cell;
	/* padding: 0px 40px; */
}

/*==================     Brand     ======================*/
.brand {
	float: left;
	margin: 6px 17px 15px;
	display: inline-block;
	min-width: 274px;
}

.brand_name {
	text-align: left;
	overflow: hidden;
	font-size: 34px;
	font-weight: 900;
	line-height: 31px;
	color: #ee711c;
	position: relative;
	text-transform: uppercase;
	display: block;
	letter-spacing: -1.25px;
	padding-right: 4px;
}

.brand_name span {
	position: absolute;
	right: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	top: 2px;
	color: #FFF;
	background: #ee711c;
	display: inline-block;
	padding: 6px 20px 5px 16px;
	letter-spacing: 3px;
}

.brand_logo {
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 13px;
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
img+h3 {
	margin-top: 18px;
}

h3+p {
	margin-top: 8px;
}

h3+p.bold {
	margin-top: 22px;
}

h3+.list.list-1 {
	margin-top: 21px;
}

h3+h4 {
	margin-top: 24px;
}

h3+#search-results {
	margin-top: 50px;
}

p.bold+p.indent-1 {
	margin-top: 17px;
}

p.bold+p.bold>a {
	margin-top: 49px;
}

p+.btn.btn-1 {
	margin-top: 28px;
}

p+p {
	margin-top: 10px;
}

p+.list.list-3 {
	margin-top: 8px;
}

p+h4 {
	margin-top: 28px;
}

h2+h5 {
	margin-top: 23px;
}

/* h2+p {
	margin-top: 35px;
} */

h4+p {
	margin-top: 7px;
}

h4+figure {
	margin-top: 28px;
}

h4+p.indent-1 {
	margin-top: 17px;
}

h5+.btn.btn-2 {
	margin-top: 45px;
}

.box.box-1.box-3 {
	text-align: left;
}

.box.box-1.box-3 p.bold,
.box.box-1.box-3 .list.list-1 {
	margin-top: 46px !important;
}

.box.box-1.box-3+.owl-carousel {
	margin-top: 5px;
}

.box.box-3+table {
	margin-top: 25px;
}

figure+strong {
	margin-top: 30px;
}

.list.list-3+p {
	margin-top: 45px;
}

dl+p {
	margin-top: 42px;
}

time+h4 {
	margin-top: 4px;
}

a+time {
	margin-top: 7px;
}

table+p.bold {
	margin-top: 49px;
}

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
	background: #FFF;
}

.content .block-1 {
	padding: 102px 0px 104px;
}

.content .block-1.indent-1 {
	padding: 100px 0px 115px;
}

.content .block-2 {
	padding: 127px 0px 100px;
}

.content .block-2.indent-1 {
	padding-top: 123px;
}

.content .block-2.indent-1+h5 {
	margin-top: 14px;
}

.content .block-3 {
	padding: 106px 0px 120px;
}

.content .block-4 {
	padding: 106px 0px 170px;
}

.content .block-5 {
	padding: 70px 0px 62px;
}

.content .block-5.indent-1 {
	padding: 74px 0px 112px;
}

.content .block-5.indent-2 {
	padding: 41px 0px 62px;
}

.content .block-5.indent-3 {
	padding: 74px 0px 82px;
}

.content .block-6 {
	padding: 112px 0px 97px;
}

.content .block-6 h2+h5 {
	margin-top: 13px;
}

.content .block-6 h5+.btn {
	margin-top: 65px;
}

/*==================      Well     ======================*/
/*==================  Backgrounds  ======================*/
.bg01 {
	background: #FFF;
}

.bg02 {
	background: #e0e0e0;
}

.bg03 {
	background: #f1f1f1;
}

.bg04 {
	background: url(./../images/bg-1.png) #ffffff no-repeat;
	background-position: 0px 15px;
}

.bg05 {
	background: #f1f1f1;
}

.bg06 {
	background: #e0e0e0;
}

/*==================     Icons     ======================*/
/*==================    Lists      ======================*/
.list {
	list-style: none;
}

.list.list-1 li {
	/* line-height: 23px;
	font-size: 14px; */
	margin-top: 1px;
}

.list.list-1 li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	color: #ee711c;
	margin-right: 15px;
}

.list.list-2 li {
	float: left;
	width: 10%;
	text-align: center;
	display: block;
	z-index: 10;
	color: #FFF;
}

.list.list-2 li a:hover img {
	transform: scale(1.1);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list.list-3 {
	color: #e0e0e0;
}

.list.list-3 li {
	line-height: 21px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list.list-3 li a:hover {
	color: #737373;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list.list-3 li a i {
	font-size: 17px;
	display: inline-block;
	width: 28px;
}

.list.list-4 {
	font-size: 11px;
}

.list.list-4 li {
	float: left;
	color: #f0eddf;
}

.list.list-4 li a {
	color: #f0eddf;
	margin-left: 5px;
	margin-right: 4px;
}

.list.list-4 li a:hover {
	text-decoration: underline;
}

.list.list-4 li+li {
	border-left: 1px solid;
	font-weight: 400;
}

.list.list-5 li {
	float: left;
	margin-bottom: 17px;
}

.list.list-5 li a {
	color: #ee711c;
	margin-left: 5px;
	margin-right: 4px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	padding: 0;
	display: block;
	margin: 0;
}

.list.list-5 li a:hover {
	text-decoration: underline;
}

.list.list-5 li+li {
	border-top: 1px solid #b3b3b3;
	font-weight: 400;
	padding-top: 23px;
}

/*==================    Tables      ======================*/
.col-1 {
	width: 33%;
}

.col-2 {
	width: 48%;
}

.col-3 {
	width: 16%;
}

.table-1 thead {
	font-size: 18px;
	text-transform: uppercase;
	color: #ee711c;
	font-weight: 700;
	border-bottom: 1px solid #b3b3b3;
}

.table-1 thead tr td {
	padding-bottom: 15px;
}

.table-1 tbody tr {
	border-bottom: 1px solid #b3b3b3;
}

.table-1 tbody tr td {
	font-weight: 300;
	padding: 30px 10px 27px 0;
	font-size: 14px;
}

.table-1 tbody tr td h4 {
	margin-top: 5px;
}

.table-1 tbody tr td .btn {
	float: right;
	margin-top: 7px;
}

/*==================    Buttons    ======================*/
.btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 5px;
	font-weight: 900;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn.btn-1 {
	background: #ee711c;
	color: #FFF;
	padding: 14px 34px;
	border: 2px solid #ee711c;
}

.btn.btn-2 {
	background: #ee711c;
	color: #2b2a29;
	padding: 14px 37px;
	border: 2px solid #ee711c;
}

.btn.btn-2:hover {
	color: #FFF;
}

.btn.btn-2:before,
.btn.btn-1:before {
	content: "";
	display: block;
	position: absolute;
	background: #2b2a29;
	width: 0%;
	height: 100%;
	left: -10px;
	top: 0px;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.btn.btn-2:hover:before,
.btn.btn-1:hover:before {
	width: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.btn.btn-2:after,
.btn.btn-1:after {
	content: "";
	display: block;
	position: absolute;
	background: #2b2a29;
	width: 0%;
	height: 100%;
	right: -10px;
	top: 0px;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}

.btn.btn-2:hover:after,
.btn.btn-1:hover:after {
	width: 100%;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

/*==================    Links    ======================*/
.link.link-1:hover {
	text-decoration: underline;
}

.link.link-2 {
	color: #ee711c;
}

/*==================      Captions      ======================*/
.caption {
	display: block;
}

.caption.caption-1 {
	background: #FFF;
	padding: 30px 28px 23px;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.caption.caption-1:hover {
	color: #ee711c !important;
	background: #2b2a29;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.caption.caption-1:hover p {
	color: #ee711c !important;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.caption.caption-1:hover time {
	color: #ee711c !important;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.caption.caption-1 p {
	font-size: 12px;
	text-transform: uppercase;
	color: #727272;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 300;
}

.caption.caption-1 h4 {
	font-weight: 300;
}

.caption.caption-1 time {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	color: #727272;
	font-weight: 300;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

/*==================      Box      ======================*/
.box:before,
.box:after {
	content: " ";
	display: table;
}

.box:after {
	clear: both;
}

.box_aside {
	float: left;
}

.box_cnt__no-flow {
	overflow: hidden;
}

.box.box-1 {
	text-align: center;
}

.box.box-1 img {
	color: #ee711c;
}

.box.box-1 h3 {
	color: #ee711c;
	text-transform: uppercase;
	font-weight: 700;
}

.box.box-1 p {
	color: #2b2a29;
}

.box.box-2 {
	text-align: center;
	color: #FFF;
}

.box.box-2 h2 {
	font-weight: 900;
	text-transform: uppercase;
}

.box.box-2 h5 {
	font-weight: 400;
}

.box.box-3 h3 {
	text-transform: uppercase;
	font-weight: 500;
	text-align: left !important;
}

.box.box-4 {
	text-align: center;
	margin-top: 64px;
}

.box.box-4 h4 {
	font-style: italic;
	font-weight: 300;
	line-height: 29px;
}

.box.box-4 figure img {
	width: auto;
	display: inline-block;
	border-radius: 147px;
}

.box.box-4 strong {
	font-size: 16px;
	color: #ee711c;
	font-weight: 700;
}

.box.box-4 strong span {
	font-weight: 400;
	color: #7a7a7a;
}

.box.box-5 h3 {
	font-size: 39px;
	font-weight: 900;
	font-style: italic;
	color: #ee711c !important;
	line-height: 46px;
}

.box.box-5 .btn.btn-1 {
	width: 100%;
	font-size: 22px;
	padding: 35px 10px;
}

.box.box-6 {
	margin-top: 31px;
}

.box.box-6.indent-1 {
	margin-top: 28px;
}

.box.box-6.indent-1 a.caption.caption-1 {
	padding-top: 29px !important;
}

.box.box-7 {
	margin-top: 45px;
}

.box.box-7 figure {
	float: left;
	margin-top: 7px;
	margin-right: 27px;
	margin-bottom: 27px;
}

.box.box-7 time {
	text-transform: uppercase;
	color: #727272;
	font-size: 12px;
	font-weight: 300;
}

.box.box-7 h4 {
	font-weight: 300;
}

.box.box-7 h4+p {
	margin-top: 21px;
}

.box.box-8 {
	margin-bottom: 30px;
}

.box.box-8 figure.img-fl {
	float: left;
	margin-right: 28px;
}

.box.box-8 figure.img-fr {
	float: right;
	margin-left: 28px;
}

.box.box-8 .wrapper {
	padding: 25px 29px;
}

.box.box-8 .wrapper p {
	color: #727272;
	font-size: 12px;
	text-transform: uppercase;
}

.box.box-8 .wrapper p+h4 {
	margin-top: 5px;
}

.box.box-8 .wrapper h4 {
	font-weight: 300;
}

.box.box-8 .wrapper h4+p {
	margin-top: 24px;
	text-transform: none;
	font-size: 14px !important;
	color: #2b2a29;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
.footer {
	background: #2b2a29;
}

.footer .footer-top {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .footer-bottom {
	padding: 94px 0px 140px;
}

.footer .footer-bottom .privacy-block {
	float: right;
	text-transform: uppercase;
	color: #ee711c;
	font-weight: 900;
	font-size: 12px;
}

.footer .footer-bottom .privacy-block .link.link-1,
.footer .footer-bottom .privacy-block #copyright-year,
.footer .footer-bottom .privacy-block>span {
	color: #f0eddf !important;
	font-weight: 400 !important;
	text-transform: none;
}

.footer .footer-bottom .list.list-4 {
	float: right;
	clear: both;
	line-height: 11px;
}

.footer p {
	font-weight: 900;
	color: #ee711c;
	text-transform: uppercase;
	line-height: 28px;
    margin-bottom: 10px;
	display: flex;
	align-items: center;
}
footer li, footer p {
    font-size: 15px;
    /* line-height: 22px; */
}
footer h1, footer h1 a, footer h2, footer h2 a, footer h3, footer h3 a, footer h4, footer h4 a, footer h5, footer h5 a, footer h6, footer h6 a {
    color: #fff;
}

/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 1199px) {
	header .header-top .bottom-section {
		text-align: center;
	}

	header .header-top .bottom-section .brand,
	header .header-top .bottom-section .right-side {
		float: none !important;
		display: inline-block;
	}

	.list.list-2 li {
		width: 20%;
		margin-bottom: 30px;
	}

	figure.img-fl,
	figure.img-fr {
		float: none !important;
		margin: auto 0px !important;
	}

	figure.img-fl img,
	figure.img-fr img {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.right-side {
		margin-top: 39px;
	}

	header .header-top .bottom-section nav,
	header .header-top .bottom-section .search-form_toggle {
		float: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	header .header-top .bottom-section .search-form_toggle {
		margin-bottom: 20px !important;
	}

	header .header-top .bottom-section nav li {
		padding-bottom: 20px;
	}

	.content br {
		display: none;
	}

	.footer-top {
		padding-top: 63px !important;
	}
}

@media (max-width: 767px) {
	.comment {
		padding: 0px 20px 0px !important;
	}

	.comment:before {
		top: -40px;
	}

	figure img {
		width: 100%;
	}

	figure.img-fl,
	figure.img-fr {
		float: none !important;
		margin: auto 0px !important;
	}

	.list.list-2 li {
		width: 25%;
		margin-bottom: 30px;
	}

	.right-side {
		width: 100% !important;
	}

	.top-section {
		text-align: center;
	}

	.top_phone,
	.top_address,
	.social,
	.info-block {
		display: inline-block;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.top_phone,
	.top_address,
	.social {
		margin-bottom: 15px;
	}

	.box.box-2 h2 {
		font-size: 34px;
		line-height: 44px;
	}

	.table-1 {
		font-size: 14px !important;
	}

	.table-1 thead {
		font-size: 14px !important;
	}

	.table-1 h4 {
		font-size: 14px;
		margin-top: 0px !important;
	}

	.table-1 .btn {
		font-size: 14px !important;
		padding: 15px 15px;
		font-weight: 300;
		margin-top: 0px !important;
		line-height: 20px;
	}

	footer p.t-right {
		text-align: left;
	}

	footer dl {
		text-align: left;
	}

	footer .privacy-block {
		text-align: left;
		line-height: 15px;
		float: none !important;
	}

	footer .list.list-4 {
		display: block;
		text-align: left;
		margin-top: 20px;
		float: none !important;
	}

	footer .list.list-4 li {
		float: none !important;
		border: none;
		line-height: 15px;
	}

	footer .list.list-4 li a {
		margin: 0 !important;
	}

	.box.box-1 {
		margin-top: 80px;
	}

	.box.box-1.box-3 {
		margin-top: 0px;
	}

	.box.box-7 figure {
		float: none;
	}
}

@media (max-width: 479px) {
	.box.box-6+.box.box-6 {
		margin-top: 58px;
	}

	.list.list-2 li {
		width: 50%;
		margin-bottom: 30px;
	}

	.owl-carousel-1 .owl-nav {
		top: auto !important;
		bottom: -40px;
	}
}

.logo {
	height: 90px;
	/* width: 200px; */
}

.beside_logo {
	width: 90px;
}

.top_phone i {
	color: #ee711c;
	font-size: 45px;
	margin-right: 10px
}
.footer_list a {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
}
.product_service_boxes{
	font-weight: 500;
}
.product_service_boxes p{
	font-size: 16px;
}
.service_list li{
	font-size: 21px;
    line-height: 40px;
}
.product_box{
	min-height: 325px;
}
.client-image{
	object-fit: contain;
}
.dez-bnr-inr .container {
    display: table;
    height: 100%;
}
.dez-bnr-inr {
    height: 300px;
    background-size: cover !important;
    background-position: center center !important;
    display: table !important;
    width: 100%;
}
.dez-bnr-inr-entry {
    display: table-cell !important;
    vertical-align: middle !important;
}
.overlay-black-middle:after {
    opacity: .5 !important;
}
.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after {
    background: #000 !important;
}
.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after, .overlay-gradient-dark:after, .overlay-gradient-light:after, .overlay-gradient-middle:after, .overlay-primary-dark:after, .overlay-primary-light:after, .overlay-primary-middle:after, .overlay-white-dark:after, .overlay-white-light:after, .overlay-white-middle:after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.dez-bnr-inr-entry h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 25px !important;
	font-family: Montserrat, sans-serif;
    font-weight: 600;
}
 .overlay-black-middle {
    position: relative;
}
.overlay-black-middle .container{
	position: relative;
    z-index: 1;
}
img.img.img-fluid.client-image{
	border: 3px solid #ea791c;
    /* box-shadow: 2px saddlebrown; */
     padding: 5px;
}
.p-detail-sub {
    margin: 10px auto 10px;
    border: 1px solid #dcdcdc;
    height: auto;
    position: relative;
    padding: 0;
}
.p-detail-last{
	margin: 10px auto 90px;
    border: 1px solid #dcdcdc;
    height: auto;
    position: relative;
    padding: 0;
}
.service_image img{
	max-width:700px;
	max-height: 368px;
}
