@charset "utf-8" 
@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=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;
}
#loadingImageNew {
	display: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 95px;
	top: 165px;
	border: 1px solid black;
	text-align: center;
	padding: 10px;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 3px #222222;
	-moz-box-shadow: 3px 3px 3px #222222;
	box-shadow: 3px 3px 3px #222222;
}
.overlay {
	display: none;
	clear: both;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	width: 100%;
	height: 100%;
	background: url(../images/overlay_bg.png) top left repeat transparent;
	;
}
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: 600 56px/60px 'Montserrat', sans-serif;
	color: #000;
}
h2 {
	font: 800 40px/55px 'Montserrat', sans-serif;
	color: #138d8e;
}
h2 code {
	font: 200 55px/55px 'Montserrat', sans-serif;
	color: #17547b;
	display: block;
}
h3 {
	font: 700 35px/40px 'Montserrat', sans-serif;
	color: #000;
}
h3 code {
	font: 200 35px/40px 'Montserrat', sans-serif;
	color: #17547b;
	display: block;
}
h4 {
	font: 700 30px/35px 'Montserrat', sans-serif;
	color: #000;
}
h5 {
	font: 700 25px/30px 'Montserrat', sans-serif;
	color: #000;
}
h6 {
	font: 700 20px/25px 'Montserrat', sans-serif;
	color: #000;
}
p {
	font: 500 17px/24px 'Montserrat', sans-serif;
	color: #000;
	padding: 15px 0 0;
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	outline: none;
}
.search input[type="text"] {
	min-height: 59px;
	background: #fff;
	padding-left: 10px;
	width: 100%;
	min-width: 381px;
	float: left;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0px;
	font: 400 15px/59px 'Poppins', sans-serif;
	color: #000;
}
.search input[type="submit"] {
	width: 40px;
	height: 29px;
	border-radius: 0;
	float: left;
	background: url(../images/search.png) no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
}

/* =========================================================
   PATCH: button[type="submit"] wie input[type="submit"] stylen
   ========================================================= */

/* Location Form Submit: input + button gleich */
.location_form input[type="submit"],
.location_form button[type="submit"]{
	width: auto;
	background: #138d8e;
	font: 700 15px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 53px;
	margin: 0 0;
	display: inline-block;
	border: none;
	border-radius: 9px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;

	/* wichtig für <button> */
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	line-height: 53px; /* damit Button exakt gleich hoch wirkt */
}

.location_form input[type="submit"]:hover,
.location_form button[type="submit"]:hover{
	background: #000;
	border-radius: 0 5px;
}

/* Net Box Submit: input + button gleich */
.net_box input[type="submit"],
.net_box button[type="submit"]{
	width: auto;
	background: #fff;
	font: 700 15px/53px 'Montserrat', sans-serif;
	color: #076364;
	text-transform: uppercase;
	text-align: center;
	padding: 0 33px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 9px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;

	/* wichtig für <button> */
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	line-height: 53px;
}

.net_box input[type="submit"]:hover,
.net_box button[type="submit"]:hover{
	background: #076364;
	color: #fff;
	border-radius: 0 5px;
}

/* Mail Form Submit: input + button gleich */
.mail_form input[type="submit"],
.mail_form button[type="submit"]{
	background: #17547a;
	font: 400 15px/51px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 53px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 0 15px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;

	/* wichtig für <button> */
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	line-height: 51px;
}

.mail_form input[type="submit"]:hover,
.mail_form button[type="submit"]:hover{
	background: #000;
	border-radius: 0 5px;
}

/* Search Submit: du hast bereits button[type="submit"] - ergänze input-Fallback */
.search input[type="submit"],
.search button[type="submit"]{
	width: 40px;
	height: 29px;
	border-radius: 0;
	float: left;
	background: url(../images/search.png) no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
}

.search input::-webkit-input-placeholder {
 font: 400 15px/59px 'Poppins', sans-serif;
 color: #6b6b6b;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.btn {
	background: #138d8e;
	font: 500 15px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 30px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 9px;
	letter-spacing: 0;
}
.btn:hover {
	transition: all .3s ease-in-out;
	border-radius: 0 5px;
}
.btn-white {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.btn-blue {
	background: #0c97c1;
	color: #fff;
	border: 1px solid #0c97c1;
}
.btn-tra {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.btn-full {
	padding: 0;
	width: 100%;
}
.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;
}
/*--header start--*/
header {
	padding: 0;
}
.inner_header {
	position: static;
	background: #0a73bb;
}
.logo {
	float: left;
	margin: 4px 0;
}
.logo img {
}
.after-logo {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order_now {
	margin: 17px 0;
}
.order_now ul {
	float: right;
}
.order_now ul li {
	float: left;
	transition: all .3s ease-in-out;
}
.order_now ul li:first-child {
	margin: 0;
}
.order_now ul li a {
	padding: 0 23px 0 67px;
	font: 700 15px/53px 'Montserrat', sans-serif;
	color: #fff;
	border-radius: 12px;
	border: 1px solid #138d8e;
	background: #138d8e url(../images/hi.png) no-repeat 19px center;
	margin: 0 0 0 10px;
	text-transform: capitalize;
	white-space: nowrap;
	display: inline-block;
}
.order_now ul li a+a {
	background: #138d8e;
	padding: 0 23px;
}
.order_now ul li:hover a, .order_now ul li.active a, .order_now ul li.current_page_item a {
	background: #076364 url(../images/hi.png) no-repeat 19px center;
	border-radius: 5px;
	box-shadow: 0 0 9px #ccc;
	border: 1px solid #fff;
}
.order_now ul li:hover a+a, .order_now ul li.active a+a, .order_now ul li.current_page_item a+a {
	background: #076364;
}
/*---navigation---*/
.menu_area {
	float: right;
}
#navigation {
	position: relative;
	float: right;
	padding: 0;
	height: 100%;
	margin: 0;
}
#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: #0b97c2;
	box-shadow: 0 0 6px #000;
	z-index: 999;
	padding: 0;
	border-radius: 5px
}
.nav-menu li {
	width: 100%;
	float: none;
	position: relative;
}
.nav-menu li+li {
	border-top: 1px solid #333;
}
.nav-menu li:hover, .nav-menu li.active, .nav-menu li.current_page_item {
	background: rgba(0,0,0,0.25);
}
.nav-menu li > a {
	font: 400 16px/40px 'Montserrat', sans-serif;
	color: #fff;
	padding: 0 15px;
	display: block;
	text-transform: capitalize;
}
.nav-menu li > a:hover {
}
.nav-menu li:hover a, .nav-menu li.active a, .nav-menu li.current_page_item a {
	color: #fff;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	z-index: 99;
	background: url(../images/nav-arrow2.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-arrow3.png) no-repeat 50% 50% #fff;
}
.nav-menu .sub-menu {
	position: absolute;
	right: 261px;
	top: 0px;
	background: #0d98c2;
	min-width: 235px;
	box-shadow: 0 0 5px #000;
	transition: all 300ms ease-out 0s;
	display: none;
	z-index: 999;
	border-radius: 5px;
	padding: 0px
}
.nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}
.nav-menu li:hover > .sub-menu {
	display: block;
}
.nav-menu li:hover > .sub-menu li {
	float: none;
	/*border-bottom: 1px solid #e3e3e3;*/
	padding: 0;
}
.nav-menu li:hover > .sub-menu a {
	font: 600 14px/20px 'Montserrat', sans-serif;
	color: #fff;
	padding: 10px 10px;
	white-space: normal;
	margin: 0;
}
.nav-menu .sub-menu li+li {
	border-top: 1px solid #000;
}
.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;
}
 @media only screen and (max-width: 990px) {
#navigation {
	width: auto;
	position: relative;
	float: right;
	margin: 15px 0 0;
}
#navbtn {
	display: block;
	background: url(../images/navigation.png) no-repeat 0 50%;
	width: 37px;
	text-align: right;
	height: 27px;
	font-size: 0;
	text-transform: uppercase;
	line-height: 27px;
	cursor: pointer;
	color: #fff;
}
.nav-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	width: 100%;
	z-index: 9999;
	width: 260px;
	box-shadow: 0 0 6px #000;
}
.nav-menu li {
	float: none;
}
.nav-menu li+li {
	border-top: 1px solid #d6d6d6;
}
.nav-menu li > a {
	font: 300 16px/35px 'Montserrat', sans-serif;
	color: #3f1d0b;
	padding: 2px 10px;
	margin: 0;
}
.nav-menu li .menuarrow {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 35px;
	height: 35px;
	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% #e3e3e3;
}
.nav-menu .sub-menu {
	position: relative;
	margin: 0;
	left: 0;
}
.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 {
}
}
@media only screen and (min-width: 1025px) {
.nav-menu {
	float: right;
}
}
@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 h2 {
	font: 800 40px/45px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.banner_wrap .txt p {
	color: #fff;
}
/*--banner_wrap end--*/
/*--main_wrap start--*/
.main_wrap {
}
.content_wrapper {
	padding: 50px 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-left.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 100% 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;
}
.location_form {
	padding: 0 57px;
	text-align: center;
}
.location_form h6 {
	margin: 15px 0 0 0;
}
.location_form p {
	color: #6e6e6e;
	margin: 0 0 20px 0;
}
.location_form input[type="text"], .location_form input[type="email"], .location_form input[type="tel"], .location_form input[type="date"], .location_form input[type="time"], .location_form input[type="password"], .location_form select, .location_form textarea {
	width: 100%;
	height: 59px;
	border: 1px solid #000;
	border-radius: 5px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 13px/59px 'Montserrat', sans-serif;
	color: #000;
	background: transparent;
	display: inline-block;
}
.location_form input.lf_1 {
	background: transparent url(../images/lf-1.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.lf_2 {
	background: transparent url(../images/lf-2.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.lf_3 {
	background: transparent url(../images/lf-3.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.lf_4 {
	background: transparent url(../images/lf-4.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.lf_5 {
	background: transparent url(../images/lf-5.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.lf_6 {
	background: transparent url(../images/lf-6.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.pd_1 {
	background: transparent url(../images/pd-1.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.pd_2 {
	background: transparent url(../images/pd-2.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.pd_2 {
	background: transparent url(../images/pd-3.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form input.mu_1 {
	background: transparent url(../images/mu-1.png) no-repeat 11px center;
	padding: 0 15px 0 40px;
}
.location_form textarea.mu_2 {
	background: transparent url(../images/mu-2.png) no-repeat 11px 20px;
	padding: 0 15px 0 40px;
}
.location_form textarea {
	height: 107px;
	line-height: 25px;
	padding: 15px 15px 15px 40px;
	border-radius: 0;
}
.location_form label {
	margin: 8px 15px 8px 0;
	font-size: 17px;
	line-height: 23px;
	color: #000;
	display: inline-block;
	width: auto;
}
.location_form input[type="checkbox"], .location_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.location_form select {
	background: transparent url(../images/select.png) no-repeat 96% center;
	padding: 0 15px;
}
.location_form select.ur {
	background: transparent url(../images/ur.png) no-repeat 11px center;
}
.location_form select option {
	display: none;
}
.location_form select option+option {
	display: block;
	padding: 5px 0;
}
.location_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.location_form input[type="submit"] {
	width: auto;
	background: #138d8e;
	font: 700 15px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0 53px;
	margin: 0 0;
	display: inline-block;
	border: none;
	border-radius: 9px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.location_form input[type="submit"]:hover {
	background: #000;
	border-radius: 0 5px;
}
 .location_form input[type="text"]::-webkit-input-placeholder, .location_form input[type="email"]::-webkit-input-placeholder, .location_form input[type="tel"]::-webkit-input-placeholder, .location_form input[type="date"]::-webkit-input-placeholder, .location_form input[type="time"]::-webkit-input-placeholder, .location_form input[type="password"]::-webkit-input-placeholder, .location_form select::-webkit-input-placeholder {
 font: 400 15px/59px 'Montserrat', sans-serif;
 color: #333 !important;
 opacity:1;
}
.location_form textarea::-webkit-input-placeholder {
font: font: 400 15px/25px 'Montserrat', sans-serif;
 color: #333 !important;
 opacity:1;
}
.net_wrap {
	background: url(../images/net-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0 542px;
}
.net_box {
	background: url(../images/net_box.png) no-repeat center;
	background-size: cover;
	padding: 39px 15px 121px;
	border-radius: 5px;
	text-align: center;
	margin: 15px 0;
}
.net_box h6 {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.net_box p {
	background: url(../images/nd.png) no-repeat top center, url(../images/nd.png) no-repeat bottom center;
	padding: 15px 0;
	margin: 15px 0;
	color: #fff;
}
.net_box a {
	color: #fff;
}
.net_box .ber {
	margin: 15px 0 0 0;
}
.net_box input[type="submit"] {
	width: auto;
	background: #fff;
	font: 700 15px/53px 'Montserrat', sans-serif;
	color: #076364;
	text-transform: uppercase;
	text-align: center;
	padding: 0 33px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 9px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.net_box input[type="submit"]:hover {
	background: #076364;
	color: #fff;
	border-radius: 0 5px;
}
#owl-one .owl-stage {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#owl-one .item {
	margin: 0 15px;
	text-align: center;
}
#owl-one .item img {
	display: inline-block;
}
#owl-one .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 49px;
	height: 49px;
	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;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-one .owl-nav [class*=owl-] {
	display: block;
}
#owl-one .owl-dots {
	display: none;
}
.eq_area {
	background: #000 url(../images/eq-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 72px 117px;
}
.mail_form {
	text-align: center;
	background: rgba(13,153,194,0.85);
	border-radius: 15px;
	padding: 61px 57px;
}
.mail_form h2 {
	color: #fff;
}
.mail_form p {
	color: #fff;
	margin: 0 0 20px 0;
}
.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 #fff;
	border-radius: 0px;
	margin: 5px 0;
	padding: 0 15px;
	text-indent: 0px;
	font: 400 13px/59px 'Montserrat', sans-serif;
	color: #fff;
	background: transparent;
	display: inline-block;
}
.mail_form input.unstyled {
	background: transparent url(../images/calender.png) no-repeat 98% center;
}
.mail_form textarea {
	height: 107px;
	line-height: 25px;
	padding: 15px;
	border-radius: 30px;
}
.mail_form label {
	margin: 8px 15px 8px 0;
	font-size: 23px;
	line-height: 23px;
	color: #000;
	display: inline-block;
	width: auto;
}
.mail_form input[type="checkbox"], .mail_form input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 7px 0 0;
}
.mail_form select {
	background: transparent url(../images/select_1.png) no-repeat 96% center;
}
.mail_form select option {
	display: none;
	background: #0f3787;
}
.mail_form select option+option {
	display: block;
	padding: 5px 0;
}
.mail_form input[type="file"] {
	background: #575757;
	font: 500 14px/53px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 15px;
	margin: 15px 0 0;
	display: inline-block;
	border: 1px solid #575757;
	border-radius: 0;
}
.mail_form input[type="submit"] {
	background: #17547a;
	font: 400 15px/51px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	padding: 0 53px;
	margin: 15px 0 0;
	display: inline-block;
	border: none;
	border-radius: 0 15px;
	letter-spacing: 0;
	transition: all .3s ease-in-out;
}
.mail_form input[type="submit"]:hover {
	background: #000;
	border-radius: 0 5px;
}
 .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 13px/59px 'Montserrat', sans-serif;
 color: #fff !important;
 opacity:1;
}
.mail_form textarea::-webkit-input-placeholder {
font: font: 400 13px/25px 'Montserrat', sans-serif;
 color: #fff !important;
 opacity:1;
}
/*--footer_wrap start--*/
footer {
}
.footer_content {
	background: #1e1e1e;
	background-size: cover;
	padding: 75px 0 59px;
}
.footer_links {
	text-align: left;
	padding: 0 36px;
	border-left: 1px solid #464646;
}
.footer_content .footer_links:first-child {
	border: none;
}
.footer_links h2 {
	font: 900 25px/30px 'Montserrat', sans-serif;
	color: #fff;
}
.footer_links ul {
	width: 100%;
}
.footer_links ul li {
	width: 100%;
	display: inline-block;
	padding: 9px 0 9px 25px;
	font: 400 18px/25px 'Montserrat', sans-serif;
	color: #fff;
	background: url(../images/fa.png) no-repeat left 15px;
}
.footer_links ul li:last-child {
	border: none;
	padding-right: 0;
}
.footer_links ul li a {
	font: 400 18px/25px 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
}
.footer_links ul li a:hover {
	color: #138d8e;
}
.footer_links ul li:hover a, .footer_links ul li.active a, .footer_links ul li.current_page_item a {
	color: #138d8e;
}
.footer_links ul li.mail, .footer_links ul li.location {
	background: none;
	padding: 9px 0;
}
.copyright_wrap {
	text-align: center;
	padding: 15px 0;
	background: #111111;
}
.copyright_wrap p, .copyright_wrap a {
	font: 400 16px/25px 'Montserrat', sans-serif;
	color: #919090;
	padding: 0;
}
.copyright_wrap a:hover {
	color: #fff;
}
/*--footer_wrap end--*/
.align-center {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorred {
	color: #FF0000;
}
.colorblack {
	color: #000;
}
.bg-gray {
	background: #eeeeee;
}
.bg-black {
	background: #171a21;
}
.bg-blue {
	background: #1178bd;
}
.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);
}
.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;*/
	
	/*border: 1px solid currentColor;*/
	/*overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: .2s transform ease-in-out;
	will-change: transform;
	z-index : 0;*/
}
/*.btn:before {
	background-color: #fff;
	border-radius: 9px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-100%, 0) rotate(10deg);
	transform-origin: top left;
	transition: .2s transform ease-out;
	will-change: transform;
	z-index: -1;
}*/
.btn:hover {
/*border: 1px solid transparent;*/
	/*color: indigo;
	transform: scale(1.05);
	will-change: transform;*/
}
/*.btn:hover:before {
	transform: translate(0, 0);
}*/
.bdr-top {
	border-top: 3px solid #e5e5e5;
}
.internet_wrap {
	background: url(../images/interner-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 85px 0 533px;
}
#accordion {
	margin: 41px 0 0;
}
.accordian-title {
	background: url(../images/plus.png) no-repeat 99% 50%;
	font: 800 25px/38px 'Poppins', sans-serif;
	padding: 7px 65px 7px 0px;
	color: #000;
	margin: 0;
	cursor: pointer;
	border-radius: 0;
	border: none !important;
	text-align: left;
}
.accordian-title span {
	float: right;
}
.accordian-title a {
	float: right;
	margin: 0;
	color: #fff !important;
}
.ui-accordion-content {
	padding: 15px;
	border-radius: 0;
	border-top: none;
	text-align: left;
	border: 1px solid #000 !important;
}
.ui-accordion-content p {
	padding: 10px 0 0;
	color: #000;
	font-size: 14px;
}
.accordian-title.ui-accordion-header-active {
	background: url(../images/minus.png) no-repeat 99% 50%;
}
.search {
	position: relative;
	margin: 9px 0 0 0;
}
.search input[type="search"] {
	min-height: 59px;
	background: #fff;
	padding-left: 10px;
	width: 100%;
	min-width: 381px;
	float: left;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0px;
	font: 400 15px/59px 'Poppins', sans-serif;
	color: #000;
}
.search button[type="submit"] {
	width: 40px;
	height: 29px;
	border-radius: 0;
	float: left;
	background: url(../images/search.png) no-repeat;
	background-position: center;
	border: none;
	cursor: pointer;
	margin: 0px;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
}
.search input::-webkit-input-placeholder {
 font: 400 15px/59px 'Poppins', sans-serif;
 color: #6b6b6b;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}
.anl_area {
	text-align: center;
	margin: 47px 0 0 0;
}
.anl_area ul {
	display: flex;
	flex-flow: row wrap;
	align-items: inherit;
	justify-content: center;
}
.anl_area ul li {
	width: 24%;
	display: inline-block;
	margin: 5.5px 0.5%;
	border-radius: 5px;
	padding: 75px 41px;
	background: #138d8e;
}
.anl_area ul li:nth-child(even) {
	background: #9c9c9c;
}
.anl_area ul li h6 {
	color: #fff;
}
.tele_wrap {
	background: url(../images/tele-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 85px 0 400px;
}
.net_box_big {
	background: url(../images/net_box_big.png) no-repeat center;
	background-size: cover;
	padding: 45px 15px 194px;
	border-radius: 5px;
	text-align: center;
	margin: 15px 0;
}
.con_box {
	margin: 15px 0;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
}
.con_box .con_top {
	background: #138d8e;
	padding: 30px 22px;
	border-radius: 5px 5px 0 0;
	min-height: 270px;
}
.con_box .even {
	background: #9c9c9c;
}
.con_top h6, .con_top p {
	color: #fff;
}
.con_top h6 {
	text-transform: uppercase;
}
.con_box .con_bot {
	padding: 30px 22px;
}
.con_bot p {
	background: url(../images/cd.png) no-repeat top center;
	margin: 15px 0 0 0;
}
/*=============13-12-2022=========*/
.job_area {
	text-align: left;
	margin: 36px 0 0 0;
}
.anl_area ul li:hover {
	background: #000;
	border-radius: 0 9px;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.ban_img {
}
.ban_img img {
	width: 50%;
}
ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	list-style: none;
}
ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	cursor: pointer;
}
ul.accordion-list li.active .accordian-title {
	background: url(../images/minus.png) no-repeat 99% 50%;
}
ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 12px;
	cursor: pointer;
	border: 1px solid #333;
}
ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	padding: 10px 0 0 0;
	cursor: pointer;
	margin: 0 0 15px 0;
}
/*=============13-12-2022=========*/
.copy_txt {
}
.copy_txt h5 {
	margin: 15px 0 0 0;
}
/*=============20-12-2022=========*/
#customers {
	font-family: 'Poppins', sans-serif;
	border-collapse: collapse;
	width: 100%;
	border-radius: 9px;
	box-shadow: 0 0 9px #999;
}
#customers tr:first-child th:first-child {
	border-radius: 9px 0 0 0;
}
#customers tr:first-child th:last-child {
	border-radius: 0 9px 0 0;
}
#customers tr:last-child td:first-child {
	border-radius: 0 0 0 9px;
}
#customers tr:last-child td:last-child {
	border-radius: 0 0 9px 0;
}
#customers td, #customers th {
	border: 1px solid #ddd;
	padding: 12px 0;
}
#customers tr:nth-child(even) {
	background-color: #f2f2f2;
}
#customers tr:hover {
	background-color: #ddd;
}
#customers th {
	padding:12px;
	text-align: left;
	background-color: #138D8E;
	color: white;
	font-weight:400;
}
#customers tr:nth-child(odd) {
}
#customers tr:nth-child(even) {
}
#customers tr:nth-child(odd) td:nth-child(odd) span {
	background: #d5d5d5;
	display: block;
    padding: 9px 5px;
    width: 100%;
}
#customers tr:nth-child(odd) td:nth-child(even) span {
	background: #eae9e9;
	display: block;
    padding: 9px 5px;
    width: 100%;
}
#customers tr:nth-child(even) td:nth-child(odd) span {
	background: #eae9e9;
	display: block;
    padding: 9px 5px;
    width: 100%;
}
#customers tr:nth-child(even) td:nth-child(even) span {
	background: #d5d5d5;
	display: block;
    padding: 9px 5px;
    width: 100%;
}
#customers .location_form input[type="submit"]{
	padding:0;
	width:100%;
}
/*=============20-12-2022=========*/

/*=============22-12-2022=========*/
#owl-three .owl-stage, #owl-two .owl-stage {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#owl-three .item, #owl-two .item {
	margin: 0 15px;
	text-align: center;
}
#owl-three .item img, #owl-two .item img {
	display: inline-block;
}
#owl-three .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	position: absolute;
	margin-top: -20px;
	outline: 0;
	width: 49px;
	height: 49px;
	text-indent: -9999px;
	z-index: 999;
}
#owl-three .owl-nav button.owl-next, #owl-two .owl-nav button.owl-next {
	background-position: -63px -1px !important;
	right: -50px;
	top: 50%;
	background: url(../images/right.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-three .owl-nav button.owl-prev, #owl-two .owl-nav button.owl-prev {
	background-position: -3px -1px !important;
	left: -50px;
	top: 50%;
	background: url(../images/left.png) no-repeat !important;
	border-radius: 0;
	margin: 0;
}
#owl-three .owl-nav [class*=owl-], #owl-two .owl-nav [class*=owl-] {
	display: block;
}
#owl-three .owl-dots, #owl-two .owl-dots {
	display: none;
}
.order_7 {
	padding: 15px;
	border: 1px solid #ccc;
}
.order_7:focus {
	background-color: #ccc;
}
/*=============22-12-2022=========*/
