@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=Montserrat: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');

* {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font: 400 16px/20px 'Montserrat', sans-serif;
	color: #000;
	transition: all .3s ease-in-out;
	word-break: break-word;
	overflow-x: hidden;
}
ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none
}
ul li {
}
.flex-s {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-m {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flex-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.equal-height {
	align-items: initial!important;
}
.flex-re {
	flex-direction: row-reverse
}
.row.flex-re [class*="col-"] {
	margin-right: 2.5641%;
	margin-left: 0;
}
.row.flex-re [class*="col-"]:first-child {
	margin-right: 0;
}
a {
	text-decoration: none;
	color: #3344a3;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0px;
}
h1 {
	font: 700 62px/60px 'Oswald', sans-serif;
	color: #e3edf3;
}
h2 {
	font: 700 35px/40px 'Montserrat', sans-serif;
	color: #292929;
	text-transform: uppercase;
}
h3 {
	font: 400 35px/40px 'Oswald', sans-serif;
	color: #292929;
}
h4 {
	font: 400 30px/35px 'Montserrat', sans-serif;
	color: #292929;
}
h5 {
	font: 400 25px/30px 'Montserrat', sans-serif;
	color: #292929;
}
h6 {
	font: 400 20px/25px 'Montserrat', sans-serif;
	color: #292929;
}
p {
	font: 500 15px/20px 'Montserrat', sans-serif;
	color: #292929;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.btn {
	background: #f5380f;
	font: 400 18px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0px 41px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #f5380f;
	border-radius: 30px;
	letter-spacing: 0;
}
.btn:hover {
	transition: all .3s ease-in-out;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-white:hover {
}
.btn-black {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.btn-black:hover {
}
.d-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
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;
}
.bld-text {
	font-weight: 900;
}
.blk-text {
	font-weight: 700;
}
.mid-text {
	font-weight: 500;
}
.lit-text {
	font-weight: 300;
}
footer h2{ color:#fff;}
/*--header start--*/
header {
}
.header_bot {
	padding: 6px 0;
}
.logo {
	float: left;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 25px 0;
	flex-direction: row-reverse;
}
.head_right {
	float: right;
}
.head_right ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.head_right ul li {
	display: inline-block;
	padding: 0 25px 0 65px;
	margin: 0 0 0 27px;
	position: relative;
	background: url(../images/hi-1.png) no-repeat 25px center;
	border: 1px solid #282828;
	border-radius: 30px;
}
.head_right ul li a {
	font: 700 17px/51px 'Montserrat', sans-serif;
	color: #282828;
}
.head_right ul li:hover {
	background: #282828 url(../images/hi-1.png) no-repeat 25px center;
}
.head_right ul li:hover a {
	color: #f73f24;
}
/*---navigation---*/
#navigation {
}
#navbtn {
	display: none;
}
.nav-menu {
	display: table;
}
.nav-menu li {
	position: relative;
	float: left;
	padding: 0 12.5px;
}
.nav-menu li:last-child {
	border: none;
}
.nav-menu li .menuarrow {
	display: none;
}
.nav-menu li > a {
	font: 700 17px/51px 'Montserrat', sans-serif;
	color: #282828;
	white-space: nowrap;
	display: block;
	text-transform: capitalize;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
}
.nav-menu li:hover > a, .nav-menu li.active > a, .nav-menu li.current_page_item > a, .nav-menu li > a:focus {
	/*text-shadow: 1px 1px 1px #000;*/
	color: #f73f24;
}
.nav-menu .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	background: #c4a55d;
	min-width: 220px;
	/*box-shadow: 0 0 5px #e1c31f;*/
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
}
.nav-menu .sub-menu li:hover, .nav-menu .sub-menu li.active {
	background: none;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0;
}
.nav-menu .sub-menu li:hover a, .nav-menu .sub-menu li.active a {
	color: #fff;/*text-shadow: 1px 1px 1px #000;*/
}
.nav-menu .sub-menu a {
	font: 700 17px/51px 'Montserrat', sans-serif;
	color: #282828;
	padding: 0px 10px;
	white-space: normal;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #ff8d8d;
}
 @media only screen and (max-width: 1198px) {
.nav-menu li > a {
	margin: 0 0px;
}
}
@media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	margin: 0;
	float: right;
	background: #f5380f;
	border: 1px solid #f5380f;
	margin: 0 0 0 25px;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 100% 50%;
	width: 37px;
	text-align: left;
	height: 37px;
	font-size: 0px;
	text-transform: uppercase;
	line-height: 37px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #f5380f;
	width: 100%;
	z-index: 999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #000;
}
.nav-menu li > a {
	font: 700 17px/51px 'Montserrat', sans-serif;
	color: #282828;
	padding: 0 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 30px;
	height: 30px;
	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% #fff;
}
.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;
}
}
@media only screen and (min-width: 1024px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	display: table !important;
}
}
@media only screen and (max-width: 450px) {
}
/*---navigation---*/
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap {
	position: relative;
}
.banner_wrap img {
	width: 100%;
}
.banner_wrap .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
}
.banner_wrap .txt .ban_txt {
	width: 50%;
}
.banner_wrap .txt .ban_txt h1 {
	font: 700 67px/72px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt .ban_txt p {
	font: 400 18px/23px 'Montserrat', sans-serif;
	color: #fff;
}
.banner_wrap .txt .ban_txt a {
	padding: 0 75px;
}
[class*="flexslider"] ul.flex-direction-nav {
}
.flexslider .flex-control-nav {
	display: none;
}
.banner_wrap .txt .as_txt {
	width: 100%;
	text-align: center;
	background: none;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 85px 0;
}
.content_left {
	width: 50%;
	float: left;
}
.content_right {
	width: 50%;
	float: right;
}
.align-center.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-center.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 50% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.align-left.brdr-btm-small {
	background: url(../images/border-bottom-small.png) no-repeat 00% 85%;
	padding: 0px 0 30px;
}
.img_full {
}
.img_full img {
	width: 100%;
	height: auto;
	float: left;
}
.shadow {
	padding: 1%;
	box-shadow: 0 0 9px #999;
}
.info_wrap {
	background: #0c224d url(../images/info-bg.jpg) no-repeat center;
	background-size: cover;
}
.info_box {
	margin: 15px 0;
}
.info_box img {
	width: 100%;
}
.info_box .info_txt {
	padding: 15px 0;
}
.info_box .info_txt h5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.info_box .info_txt p {
	color: #fff;
	margin: 0 0 25px 0;
}
.info_box .info_txt ul {
	width: 100%;
}
.info_box .info_txt ul li {
	width: 100%;
	display: inline-block;
	font: 500 15px/20px 'Montserrat', sans-serif;
	color: #fff;
	padding: 5px 0 5px 15px;
	background: url(../images/li.png) no-repeat left 11px;
}
.owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#owl-one .item {
	margin: 15px 0;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 39px;
	height: 50px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-one .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.eq_wrap {
	background: #000 url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
}
.eq_area {
	background: #f5380f;
	padding: 74px 51px 30px;
}
.mail_form {
	text-align: center;
}
.mail_form h2 {
	padding: 0 0 25px 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
}
.mail_form input[type="text"], .mail_form input[type="email"], .mail_form input[type="tel"], .mail_form input[type="date"], .mail_form input[type="time"], .mail_form select, .mail_form textarea {
	width: 100%;
	height: 59px;
	border: 1px solid #ffff;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 14px/57px 'Lato', sans-serif;
	color: #fff;
	background: transparent;
}
.mail_form textarea {
	height: 104px;
	line-height: 20px;
	padding: 10px 15px;
}
.mail_form select {
	background: #fff url(../images/select.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="submit"] {
	background: #041843;
	font: 400 15px/58px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 74px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #041843;
	border-radius: 30px;
	letter-spacing: 0;
}
.mail_form input[type="submit"]:hover {
	background: #fff;
	color: #f5380f;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	border-radius: 0px 15px 0 15px;
}
 .mail_form input[type="text"]::-webkit-input-placeholder, .mail_form input[type="email"]::-webkit-input-placeholder, .mail_form input[type="tel"]::-webkit-input-placeholder, .mail_form input[type="date"]::-webkit-input-placeholder, .mail_form input[type="time"]::-webkit-input-placeholder, .mail_form select::-webkit-input-placeholder {
 font: 400 14px/57px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
 font: 400 14px/20px 'Lato', sans-serif;
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
	background: #000;
	padding: 24px 0;
}
.footer_logo {
}
.footer_links {
}
.footer_links ul {
	display: table;
}
.footer_links ul li {
	display: inline-block;
	padding: 0 20px;
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #989898;
}
.footer_links ul li:last-child {
	border: none;
}
.footer_links ul li a {
	font: 400 17px/22px 'Montserrat', sans-serif;
	color: #989898;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #fff;
}
.footer_links ul li:hover a, .footer_links ul li.active a {
	color: #fff;
	text-decoration: none;
}
.social {
}
.social ul {
	float: right;
}
.social ul li {
	display: inline-block;
	padding: 0 0 0 16px;
}
.social ul li a {
	font: 400 20px/25px 'Montserrat', sans-serif;
	color: #fff;
}
.footer_links p {
	text-align: center;
	font: 400 14px/20px 'Lato', sans-serif;
	color: #fff;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #fa0300;
}
.colorblack {
	color: #686868;
}
.colorblue {
	color: #57a4f7;
}
.coloryellow {
	color: #653f25;
}
.uppercase {
	text-transform: uppercase;
}
.bg-gray {
	background: #e9e9e9;
}
.bg-black {
	background: #000;
}
.bg-pink {
	background: #ff5858;
}
.img {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-transition: all 5.5s;
	-moz-transition: all 5.5s;
	-o-transition: all 5.5s;
	transition: all 5.5s;
}
.img:hover, .img:focus {
/*box-shadow: 0 0 3px #999;*/
}
.img:hover img, .img:focus img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
/* Shine */
.pro_img {
	position: relative;
	overflow: hidden;
}
.pro_img::before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.pro_img:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Rotate */
.pro_img img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pro_img:hover img {
	-webkit-transform: rotate(5deg) scale(1.15);
	transform: rotate(5deg) scale(1.15);
}
/* Rotate-1 */
.pro_dat_img {
	overflow: hidden;
}
.pro_dat_img img {
	-webkit-transform: rotate(15deg) scale(1.25);
	transform: rotate(15deg) scale(1.25);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.pro_dat_img:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #333;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-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;
	border-radius: 30px;
}
.btn:hover {
	border: 1px solid #333;
	color: #fff
}
.btn:hover:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.pd_wrap {
	background: url(../images/pd-bg.jpg) no-repeat center;
	background-size: cover;
}
.pd_txt {
}
.pd_txt h2, .pd_txt p {
	color: #fff;
}
.find_area {
	text-align: center;
	margin:35px 0 0 0;
}
.find_area ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.find_area ul li {
	width: 32.33%;
	margin: 0 0.5%;
	padding: 35px 15px;
	display: inline-table;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	border-radius: 12px;
	align-items: initial!important;
}
.find_area ul li h6 {
	font: 700 20px/25px 'Montserrat', sans-serif;
	color: #000;
	text-transform: uppercase;
	padding: 15px 0 0;
}
.find_area ul li p, .find_area ul li a {
	font: 500 17px/20px 'Montserrat', sans-serif;
	color: #838383;
	padding: 0;
}
.white_txt{}
.white_txt p{
	color:#fff;
	font-size:14px;
}