@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');



:root { --c-1: #f9f192; }
:root { --c-2: #efe281; }
:root { --c-3: #dabe59; }
:root { --c-4: #525252; }
:root { --c-5: #a11c20; }
:root { --c-6: #a3b1b5; }
:root { --c-7: #f5f5f5; }
:root { --c-8: #ededed; }


html {
    overflow-x: hidden;
} 

body {
	width:100%;
	margin:0 auto;
	min-width: 1024px;
	max-width: 3500px;
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
	background: var(--c-8);
}

* {
	transition: all 0.8s ease;
	margin:0;
	padding:0;
}

.zero {
	float: none;
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

.row {
	width: 96%;
	margin: 5px auto;
	padding: 1%;
}

.col-1 {
	width: 99%;
	margin: 0 auto;
	display: block;
	clear: both;
	float: none;
}

.col-2 {
	float: left;
	width: 50%;
}

.col-3 {
	float: left;
	width: 32.9%;
}

.col-4 {
	float: left;
	width: 24.9%;
}

.bordered {
	border: 1px dotted rgba(0,0,0,0.3);
}
.pointered {
	cursor: pointer;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}




header {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF;
	padding-top:10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 888;
}

.header-bg {
	padding-top:0px;
	padding-bottom: 10px;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
}


header .pc-logo {
	width: 20%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
}


header .pc-logo .main-logo {
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	transition: all 0.8s ease-out;
}






header .pc-ul-main {
	width: 60%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	list-style: none;
	font-size: 0px;
}
header .pc-ul-main .pc-li-main {
	min-width: 10%;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 2%;
	padding-bottom: 15px;
	border-bottom: 1px solid;
	font-size: 14px;
	position: relative;
}
header .pc-ul-main .pc-li-main .main-a {
	display: block;
	cursor: default;
}
header .pc-ul-main .pc-li-main .decorer {
	width: 104%;
	background: var(--c-3);
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sel .decorer {
	height: 6px !important;
}
header .pc-ul-main .pc-li-main:hover .decorer {
	height: 6px;
}

.pc-li-main .pc-ul-sub {
	width: 200%;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFFFFF;
	z-index: 999;
	padding: 15px;
	display: none;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	color: #000000;
}
.pc-li-main .has_subber {
	width: 600%;
}
.has_subber .mainer {
	width: 30%;
	float: left;
}


.has_subber .mainer_2 {
	width: 66%;
	padding-left: 2%;
	float: left;
	text-align: left;
	list-style: none;
}
.has_subber .mainer_2 li {
	width: 90%;
	margin: 5px auto;
	display: block;
	padding: 5px 0;
	border-left: 2px solid rgba(0,0,0,0.3);
	padding-left: 20px;
	transition: all 0.3s ease !important;
}
.has_subber .mainer_2 li:hover {
	margin-left: 1%;
}

.pc-li-main:hover .pc-ul-sub {
	display: block;
}
.pc-li-main .pc-ul-sub .pc-li-sub {
	border-bottom: 2px solid rgba(0,0,0,0.3);
	text-align: left;
	line-height: 2;
	padding: 5px 0;
	cursor: pointer;
	transition: all 0s ease !important;
	display: block;
}
.pc-li-main .pc-ul-sub .pc-li-sub:hover {
	font-weight: 600;
	transition: all 0s ease !important;
}








header .pc-searcher {
	width: 15%;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	
}
header .pc-searcher form {
	display: block;
	width: 100%;
	position: relative;
}
.header-bg .pc-searcher form {
	display: none !important;
}
header .pc-searcher form input {
	width: 92%;
	padding: 4%;
	border: none;
	border-bottom: 1px solid;
}
header .pc-searcher form i {
	position: absolute;
	right: 0;
	top: 25%;
	opacity: 0.5;
}

header .pc-searcher button {
	width: 100%;
	padding: 4%;
	border: none;
	margin-top: 15px;
	text-align: center;
	background: var(--c-4);
	font-family: inherit;
	font-size: 20px;
	color: #FFF;
	font-weight: 100;
	cursor: pointer;
}


#slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.slider-cont {
	width: 400%;
	margin: 0 auto;
	transform: translate(-0%,0%);
	transition: all 2s ease !important;
}

#slider_dots {
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.3);
	padding-bottom: 5px;
	padding-top: 5px;
}
#slider_dots div {
	width: 10px;
  height: 10px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	border-radius: 10px;
	padding: 1px;
	cursor: pointer;
}
#slider_dots .selected {
	background: #FFFFFF;
}

.slide-at-1 {
	transform: translate(-0%,0%) !important;
}
.slide-at-2 {
	transform: translate(-25%,0%) !important;
}
.slide-at-3 {
	transform: translate(-50%,0%) !important;
}
.slide-at-4 {
	transform: translate(-75%,0%) !important;
}

#slider .slide {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover !important;
	float: left;
	width: 25%;
	position: relative;
}
#slider .slide .texter {
	position: absolute;
	top: 40%;
	left: 0%;
	width: 40%;
	padding: 2% 5%;
	color: #FFFFFF;
	font-family: inherit;
	text-transform: capitalize;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#slider .slide .texter h1 {
	font-size: 38px;
	font-weight: 500;
	border-bottom: 1px solid;
}
#slider .slide .texter p {
	font-size: 16px;
	margin-top: 10px;
}
#slider .slide .texter p a {
	margin-top: 10px;
	cursor: pointer;
	display: block;
	font-weight: 800;
}

.bannered-slider {
	overflow: hidden;
}

.bannered-slider .slide {
	width: 100% !important;
	background-size: contain !important;
	background-repeat: round !important;
	float: none;
	clear: both;
}

.bannered-slider .slide {
	width: 100% !important;
}
.bannered-slider .slide h1 {
	top: 35% !important;
}



.content-holder {
	width: 90%;
	margin: 0 auto;
}




.indexed-blogs {
	width: 90%;
	margin: 5% auto;
	text-align: center;
}

.indexed-blogs .blog-title {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: left;
	position: relative;
}

.indexed-blogs .blog-title span {
	opacity: 0.5;
}

.indexed-blogs .blog-title h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-weight:400;
}

.indexed-blogs .blog-title .decorer {
	width: 60%;
	height: 1px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: -50%;
	top: 25%;
	z-index: 0;
}

.inverted .decorer {
	left: -50% !important;
}



.indexed-blogs .blog-title .texter {
	width: 80%;
	margin: 10px 0;
	margin-left: 20%;
}
.indexed-blogs .blog-title .texter .dater {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
}
.indexed-blogs .blog-title .texter p {
	width: 98%;
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}
.indexed-blogs .blog-title .texter a {
	display: block;
}
.indexed-blogs .blog-title .texter button {
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 16px;
	color: var(--c-5);
	cursor: pointer;
}
.indexed-blogs .blog-title .texter button:hover i {
	margin-left: 10px;
}

.indexed-blogs .indexed-bg {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	height: 450px;
	margin-left: 8%;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.inverted .indexed-bg {
	margin-right: 8%;
	margin-left: 0% !important;
}











.content-title {
	width: 95%;
	margin: 10px auto;
	border-left: 1px solid;
	padding: 10px 2%;
}

.content-title h1 {
	font-size: 26px;
	font-weight: 100;
	line-height: 100px;
}


.content-data {
	width: 92%;
	margin: 5px auto;
	padding: 10px 0;
	font-weight: 100;
	margin-top: -50px;
}
.content-bg {
	width: 50%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: contain;
}

.content-data h2 {
    font-size: 20px;
    font-weight: 100;
	font-weight: 500;
}

.content-data p {
	width: 100%;
	margin: 0px auto;
	padding: 5px 0;
	font-weight: 100;
}


.service {
	width: 48%;
	float: left;
	margin: 1%;
	position: relative;
	cursor: pointer;
}
.service .ser-img {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.service .decorer {
	width: 1px;
	height: 80px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 10%;
	top: 100px;
	z-index: 1;
}
.service:hover .decorer {
	top: 70px;
}
.service .texter {
	width: 80%;
	margin: 20px 0;
	margin-left: 20%;
}
.service .texter h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 400;
	opacity: 0.7;
}
.service .texter p {
	width: 98%;
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}
.service .texter a {
	display: block;
}
.service .texter button {
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 16px;
	color: var(--c-5);
	cursor: pointer;
}
.service .texter button:hover i {
	margin-left: 10px;
}




.member {
	width: 23%;
	float: left;
	margin: 1%;
	position: relative;
	cursor: pointer;
}
.member .ser-img {
	width: 250px;
	margin: 0 auto;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.member .decorer {
	width: 1px;
	height: 80px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 10%;
	top: 250px;
	z-index: 1;
}
.member:hover .decorer {
	top: 70px;
}
.member .texter {
	width: 80%;
	margin: 20px 0;
	margin-left: 20%;
}
.member .texter h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 400;
	opacity: 0.7;
}
.member .texter p {
	width: 98%;
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}
.member .texter a {
	display: block;
}
.member .texter button {
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 16px;
	color: var(--c-5);
	cursor: pointer;
}
.member .texter button:hover i {
	margin-left: 10px;
}








.blog {
	width: 48%;
	float: left;
	margin: 1%;
	position: relative;
	cursor: pointer;
}
.blog .blog-title {
	width: 94%;
	padding: 3%;
	margin: 0 auto;
	height: 110px;
	background: var(--c-3);
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.blog .blog-title span {
	opacity: 0.5;
}
.blog .blog-title h1 {
	width: 100%;
	margin: 0 auto;
	font-size: 26px;
	font-weight:400;
	color:#FFFFFF;
}

.blog .decorer {
	width: 1px;
	height: 80px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 10%;
	top: 100px;
	z-index: 1;
}
.blog:hover .decorer {
	top: 70px;
}
.blog .texter {
	width: 80%;
	margin: 10px 0;
	margin-left: 20%;
}
.blog .texter .dater {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.7;
}
.blog .texter p {
	width: 98%;
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
}
.blog .texter a {
	display: block;
}
.blog .texter button {
	margin: 5px auto;
	font-size: 14px;
	font-weight: 400;
	opacity: 0.9;
	background: none;
	border: none;
	font-family: inherit;
	font-size: 16px;
	color: var(--c-5);
	cursor: pointer;
}
.blog .texter button:hover i {
	margin-left: 10px;
}


.form-group {
	width: 100%;
	margin: 10px auto;
}
.form-group label {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.form-group input {
	width: 92%;
	padding: 10px;
	margin: 5px auto;
	display: block;
	background: none;
	border: 1px solid var(--c-5);
	border-radius: 10px;
}
.form-group select {
	width: 92%;
	padding: 10px;
	margin: 5px auto;
	display: block;
	background: none;
	border: 1px solid var(--c-5);
	border-radius: 10px;
}
.form-group textarea {
	width: 92%;
	padding: 10px;
	margin: 0 auto;
	display: block;
	background: none;
	border: 1px solid var(--c-5);
	border-radius: 10px;
	min-height: 100px;
}

.form_submitter {
	width: 20%;
	margin: 0 auto;
	padding: 1%;
	border: none;
	margin-top: 15px;
	text-align: center;
	background: var(--c-4);
	font-family: inherit;
	font-size: 20px;
	color: #FFF;
	font-weight: 100;
	cursor: pointer;
}



footer {
	width: 100%;
	margin: 0 auto;
	background: var(--c-4);
	color: #FFFFFF;
	position: relative;
	margin-top: 50px;
}
footer .footer-decorer {
	width: 2px;
	height: 100px;
	background: var(--c-8);
	position: absolute;
	top: 0;
}
footer .decorer_left {
	left: 2.5%;
}
footer .decorer_right {
	right: 2.5%;
}

footer .footer-uls {
	width: 90%;
	margin: 0 auto;
}
footer .footer-uls .footer-ul {
	width: 20%;
	float: left;
	list-style: none;
	text-align: center;
	font-size: 0px;
}
footer .footer-uls .footer-ul .decorer {
	width: 1px;
	height: 40px;
	background: var(--c-8);
	margin: 0 auto;
	margin-bottom: 5px;
}
footer .footer-uls .footer-ul .titler {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 22px;
}
footer .footer-uls .footer-ul .item {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	opacity: 0.6;
}
footer .footer-uls .footer-ul .item:hover {
	opacity: 1;
	text-decoration: underline;
}




footer .rightser {
	width: 98%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 1%;
	background: rgba(0,0,0,0.3);
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

#mob_mnu_btn {
	display: none;
}

.socials {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	color: var(--color-red-dark);
	font-size: 0px;
}
.socials li {
	display: inline-block;
	margin: 10px;
	font-size: 24px;
	opacity: 0.8;
}
.socials li:hover {
	opacity: 1;
	cursor: pointer;
}

.mob_mnu {
	display: none !important;
}


.map {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#viewer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 96%;
	height: 96%;
	padding: 2%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	display: none;
}
#viewer img {
	width: 100%;
	margin: 0 auto;
	height: 96%;
	object-fit: contain;
}


