@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 17px/20px 'Lato', sans-serif;
	color: #525252;
	transition: all .3s ease-in-out;
	word-break: break-word;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.no-padding {
	padding-left: 0;
	padding-right: 0
}
.no-margin {
	margin-left: 0;
	margin-right: 0
}
.mb-30 {
	margin-bottom: 30px
}
a {
	text-decoration: none;
	color: #891519;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font: 400 81px/71px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h2 {
	font: 900 53px/50px 'Lato', sans-serif;
	color: #d3841b;
	padding: 15px 0 0;
}
h2 span {
	font-weight: 300;
	color: #000735;
}
h3 {
	font: 600 35px/35px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h4 {
	font: 600 30px/30px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h5 {
	font: 600 25px/25px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
h6 {
	font: 600 20px/20px 'Lato', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
p {
	font: 400 16px/22px 'Lato', sans-serif;
	color: #848383;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #000735;
	font: 500 16px/50px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 45px;
	margin: 16px 0 0;
	display: inline-block;
	border: 1px solid #000735;
	border-radius: 25px;
	position: relative
}
.btn:hover {
	background: #b36f14;
	color: #fff;
	border: 1px solid #b36f14;
	transition: all .3s ease-in-out;
}
.btn-white {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	font: 500 16px/50px 'Lato', sans-serif;
	color: #fff;
}
.btn-white:hover {
	background: #111;
	color: #fff;
	border: 1px solid #111;
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	font: 500 16px/45px 'Montserrat', sans-serif;
	color: #fff;
}
.btn-black:hover {
	background: #ffa800;
	color: #000;
	border: 1px solid #ffa800;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.np {
	padding: 0 !important;
}
textarea:focus, input:focus, button:focus, select:focus {
	outline: none;
}
.text_left {
	text-align: left;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.inv_container {
	width: 96%;
	max-width: 1160px;
	margin: 0 auto;
	display: block;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
.coloryellow {
	color: #ffa800;
}
/*--header start--*/
header {
	width: 100%;
	background: rgba(255,255,255,0.1);
	position: absolute;
	z-index: 9;
	padding: 5px 0;
	border-bottom: 1px solid #989898;
}
.logo {
	width: auto;
	display: inline-block;
}
.logo img {
	width: auto;
}
.logo_after {
}
.logo_after ul {
	float: right;
}
.logo_after ul li {
	float: left;
	padding: 10px 0 10px 25px;
	background: url(../images/hi-1.png) no-repeat left center;
	font: 400 16px/40px 'Lato', sans-serif;
	color: #333;
}
.logo_after ul li a {
	font: 400 20px/40px 'Lato', sans-serif;
	color: #fff;
}
.logo_after ul li a:hover {
	text-shadow: 1px 1px 1px #000;
}
/*---navigation---*/
#navigation {
	position: relative;
	float: right;
	padding: 0;
	height: 100%;
	border: 1px solid #fff;
	margin: 15px 0;
	border-radius: 5px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 0 0;
	width: 44px;
	height: 30px;
	font-size: 0;
	cursor: pointer;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 260px;
	background: #fff;
	box-shadow: 0 0 6px #000;
	z-index: 999;
}
.nav-menu li {
	float: none;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: #ffe2bc;
}
.nav-menu li+li {
	border-top: 1px solid #ccc;
}
.nav-menu li > a {
	font: 400 16px/40px 'Lato', sans-serif;
	color: #333;
	padding: 0 15px;
	display: block;
	text-transform:uppercase;
}
.nav-menu li > a:hover {
	color: #000;
}
.nav-menu li:hover a, .nav-menu li.active a, .nav-menu li.current_page_item a {
	color: #000;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(images/nav-arrow.png) no-repeat 50% 50%;
	display: block;
	cursor: pointer;
	border-radius: 3px;
}
.nav-menu li:hover > .menuarrow, .nav-menu li.active > .menuarrow, .nav-menu li.current_page_item > .menuarrow {
	background: url(images/nav-arrow.png) no-repeat 50% 50% #f05d29;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0 3px;
}
.nav-menu .sub-menu .sub-menu {
	left: 0;
	margin: 0 5px;
}
.nav-menu .sub-menu li {
	float: none;
}
.nav-menu li:hover > .sub-menu {
	display: none;
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.bannercontainer {
	position: relative;
}
.banner_wrap {
	width: 100%;
	text-align: center;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
}
.banner_wrap .txt .left_part {
	width: 50%;
	float: left;
	text-align: left;
}
.banner_wrap .txt .left_part h2 {
	font: 700 85px/90px 'Oswald', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 0;
	text-transform: uppercase;
	transform: rotate(270deg);
	position: absolute;
	left: -185px;
	top: 50px;
}
.banner_wrap .txt .left_part h2 span {
	color: #d3841b;
}
.banner_wrap .txt .right_part {
	width: 50%;
	float: right;
	text-align: left;
}
.banner_wrap .txt .right_part .ban_logo {
}
.banner_wrap .txt .right_part .ban_logo img {
	width: auto;
}
.banner_wrap .txt .right_part h5 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.banner_wrap .txt .right_part p {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}
.bannercontainer .bx-wrapper .bx-pager {
	display: block;
}
.banner_wrap .about-slider .txt .ban_txt {
	width: 100%;
	text-align: center;
}
.banner_wrap .about-slider .txt .ban_txt h2 {
	font: 900 60px/60px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	padding: 0;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 50px 0;
}
/*--advantage_wrap start--*/
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.content_right h2 {
	margin: 0 0 3% 0;
}
.content_right p {
	line-height: 1.3;
	margin: 0 0 3% 0;
}
.content_right h4 {
	margin: 0 0 3% 0;
	line-height: 28px;
}
.gap-10 {
	padding: 10px;
}
.bg-black {
	background: #000;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 80%;
	padding: 0px 0 50px;
}
.aligncenter.brdr-top {
	background: url(../images/border-top.png) no-repeat 50% 0%;
	padding: 135px 0 50px;
}
.colorGray {
	color: #b7b7b7;
}
.colorGreen {
	color: #90ad11;
}
.colorBrown {
	color: #5f4956;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
}
.shadow {
	box-shadow: 0 0 9px #ccc;
	padding: 1%;
}
.work_wrap {
	background: #d3841b;
	padding: 0;
}
.work_wrap ul {
	display: table;
	margin: 0 auto;
}
.work_wrap ul li {
	width: auto;
	float: left;
	padding: 35px 50px 35px 125px;
	font: 400 27px/50px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.work_wrap ul li.dw {
	background: url(../images/wi-1.png) no-repeat 12% center;
}
.work_wrap ul li.dw:hover, .work_wrap ul li.dw.active {
	background: #b36f14 url(../images/wi-1.png) no-repeat 12% center;
}
.work_wrap ul li.ew {
	background: url(../images/wi-2.png) no-repeat 12% center;
}
.work_wrap ul li.ew:hover, .work_wrap ul li.ew.active {
	background: #b36f14 url(../images/wi-2.png) no-repeat 12% center;
}
.work_wrap ul li.cw {
	background: url(../images/wi-3.png) no-repeat 12% center;
}
.work_wrap ul li.cw:hover, .work_wrap ul li.cw.active {
	background: #b36f14 url(../images/wi-3.png) no-repeat 12% center;
}
.about_wrap {
	background: url(../images/about-bg.png) no-repeat right 9%;
	padding: 100px 0;
}
.service_wrap {
	background: url(../images/service-bg.jpg) no-repeat center;
	background-size: cover;
}
.service {
	background: #fff;
	margin: 15px 0;
	padding: 25px;
	text-align: center;
	min-height: 140px;
}
.service h4 {
	padding: 0;
}
.project {
	margin: 15px 0;
	position: relative;
}
.project .pro_txt {
	width: 100%;
	padding: 15px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 85%;
	transform: translate(-50%, -50%);
}
.project .pro_txt h6 {
	color: #d3841b;
	padding: 0;
}
#owl-one .item, #owl-two .item {
	margin: 0 15px;
}
#owl-one .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	outline: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../images/all-icon.png) no-repeat !important;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
}
#owl-one .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
}
#owl-one .owl-dots, #owl-two .owl-dots {
	display: none;
}
.find_wrap {
	background: #fff url(../images/find-bg.jpg) repeat-x left bottom;
}
.find_area {
	background: #fff;
	box-shadow: 0 0 25px #242424;
	margin: 0 50px
}
.mail_gap {
	padding: 50px 0 50px 15%;
	display: inline-block;
	width: 100%;
}
.mail_form {
	padding: 35px 35px 0 0;
}
.mail_form h2 {
	padding: 0 0 25px 0;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form select, .mail_form textarea {
	width: 100%;
	border: 1px solid #000;
	border-radius: 0;
	margin: 1% 0;
	padding: 0;
	text-indent: 10px;
	height: auto;
	font: 400 15px/45px 'Lato', sans-serif;
	color: #000;
	background: #fff;
}
.mail_form select {
	background: #fff url(../images/select.png) no-repeat 98% center;
}
.mail_form input[type="submit"] {
	background: #000735;
	font: 500 16px/50px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 45px;
	margin: 16px 0 0;
	display: inline-block;
	border: 1px solid #000735;
	border-radius: 25px;
	position: relative
}
.mail_form input[type="submit"]:hover {
	background: #b36f14;
	color: #fff;
	border: 1px solid #b36f14;
	transition: all .3s ease-in-out;
}
.mail_form input::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder, .mail_form textarea::-webkit-input-placeholder {
 font: 400 15px/45px 'Lato', sans-serif;
 color: #000 !important;
 opacity:1;
}
/*--advantage_wrap end--*/
/*--main_wrap end--*/
/*--footer_wrap start--*/
.footer_wrap {
	background: #242424;
}
.footer_wrap .footer_content {
	padding: 30px 0;
}
.footer_logo {
	text-align: left;
}
.footer_wrap ul.social {
	margin: 0 auto;
	display: table;
}
.footer_wrap ul.social li {
	width: auto;
	float: left;
	margin: 0 2px;
}
.footer_wrap .footer_content .footer_links {
	margin: 9px 0;
}
.footer_wrap .footer_content .footer_links ul {
	display: table;
	margin: 0 auto;
}
.footer_wrap .footer_content .footer_links ul li {
	float: left;
	padding: 15px 50px;
	text-align: center;
	border-right: none;
}
.footer_wrap .footer_content .footer_links ul li a {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.footer_wrap .footer_content .footer_links ul li a:hover {
	color: #d3841b;
}
.footer_wrap .footer_content .footer_links ul li:hover a, .footer_wrap .footer_content .footer_links ul li.active a {
	color: #d3841b;
	text-decoration: none;
}
.footer_wrap .footer_content .social {
	margin: 22px 0;
}
.footer_wrap .footer_content .social ul {
	display: table;
	margin: 0 auto;
}
.footer_wrap .footer_content .social ul li {
	float: left;
	margin: 0 7px;
}
.copyright_wrap {
	padding: 10px 0;
	background: #000;
}
.copyright_wrap p {
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	padding: 5px 0;
}
.copyright_wrap p, .copyright_wrap a {
	color: #fff;
}
/*--footer_wrap end--*/

.details h3 {
	text-shadow: 1px 1px 1px #000;
}
.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorgold {
	color: #d3841b;
}
.colorblack {
	color: #000;
}
.colorblue {
	color: #032c6e;
}
.colorviolet {
	color: #7d48c6;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-violet {
	background: #ecdefc;
}
.lit-txt {
	font-weight: 300;
}
.btn-black {
	background: #000;
}
.btn-black:hover {
	background: #f2f2f2;
}
.bgOrrange {
	background: #ff1d00;
}
.bgBrown {
	background: #4f465b;
}
.img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.img img {
	width: 100%;
	height: auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.nm {
	margin: 0;
}
.bdr-top {
	border-top: 1px solid #ccc;
}
.number {
	width: auto;
	height: auto;
	float: left;
}
.number .btn {
	padding: 7px 15px;
	border-color: #ccc;
	color: #000;
}
.column {
	float: left;
	width: 24%;
	margin: 1% 0.5%;
	border: 1px solid #ccc;
}
.column img {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 12px;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	padding: 0 0.5%;
	width: 100%;
	height: auto;
	float: left;
}
.mySlides img {
	width: 100%;
	height: auto;
	float: left;
	border: 1px solid #ccc;
}
.cursor {
	cursor: pointer;
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.prev {
	left: 0;
	border-radius: 0 3px 3px 0;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s;
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog {
	margin: 15px 0;
	position: relative;
}
.blog:nth-child(odd) .content_left {
	float: right;
}
.blog:nth-child(odd) .content_right {
	float: left;
}
.blog:nth-child(even) .content_left {
	float: left;
}
.blog:nth-child(even) .content_right {
	float: right;
}
.blog .txt_area {
	padding: 17px 0;
}
.blog:nth-child(odd) .txt_area .blog_txt {
	width: 54%;
	height: auto;
	float: left;
	padding: 3% 3%;
	margin-left: -4%;
	background: #fff;
	position: absolute;
	left: 31%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.blog:nth-child(even) .txt_area .blog_txt {
	width: 54%;
	height: auto;
	float: left;
	padding: 3% 3%;
	margin-right: -4%;
	position: absolute;
	left: 77%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.blog .alignleft.brdr-btm-1 {
	background: url(../images/bdr-thik-1.png) no-repeat 0% 95%;
	padding: 0px 0 30px;
}
.txt_area .blog_txt h2 {
	padding: 0;
}
.listing {
	margin: 5px 0;
}
.listing ul {
	width: 100%;
}
.listing ul li {
	width: 100%;
	padding: 2px 0 2px 20px;
	font: 400 16px/22px 'Lato', sans-serif;
	color: #848383;
	background: url(../images/arrow.png) no-repeat left 6px;
}
