@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Roboto:wght@100;300;400&display=swap');

* {
	box-sizing: border-box;
}

html,
body {
	background:#ffffff;
	margin:0px;
	padding:0px;
}

body {
	background:#ffffff;
  color:#ffffff;
  width:100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, p, ul {
	padding:0px;
	margin:0px;
}

img {
	display:inline-block;
}

.clearfix:before,
.clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

.wrapper {
	//max-width:1920px;
	margin:0px auto;
}

.content {
	max-width:1280px;
	width:94%;
	margin:0px auto;
	position:relative;
}


header {
	position:fixed;
	width:100%;
	line-height:75px;
	z-index:1000;
	background:#1b2026;
}

header ul {
	float:right;
}

header ul li {
	display:inline-block;
	line-height:75px;
}

header ul li a {
	display:inline-block;
	padding:0px .9rem;
	color:#ffffff;
	text-decoration:none;
}

header ul li a:hover {
	background-color: rgba(241, 197, 14, 0.3);
}

header,
header ul li {
	transition: line-height 0.3s ease 0s;
}

.mainLogo,
.mainLogo img {
	transition: height 0.3s ease 0s;
}

header.narrow,
header.narrow ul li {
	line-height:50px;
}

header.narrow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(26,26,26,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(26,26,26,0.3);
	box-shadow: 0px 3px 5px 0px rgba(26,26,26,0.3);	
}

header.narrow .mainLogo,
header.narrow .mainLogo img {
	height:40px;
}

.mainLogo {
	display:inline-block;
}

.mainLogo img {
	height:55px;
	vertical-align:middle;
}


.hamburger {
	display:none;
	cursor:pointer;
	position:absolute;
	top:18px;
	right:0px;
	transition: top 0.3s ease 0s;
}

.hamburger div {
	width:35px;
	height:5px;
	background-color:#f1c50e;;
	margin:6px 0;
	transition:0.4s;
}

.hamburger.opened div:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
}

.hamburger.opened div:nth-child(2) {
	opacity: 0;
}

.hamburger.opened div:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
}


@media (max-width: 815px) {
	.hamburger {
		display:inline-block;
	}
	
	header.narrow .hamburger {
		top:7px;
	}
	
	header ul {
		position:fixed;
		right:-100vw;
		top:75px;
		background:#ffffff;
		transition: right 0.5s ease 0s, top 0.3s ease 0s;
		
		-webkit-box-shadow: -3px 3px 5px 0px rgba(26,26,26,0.3);
		-moz-box-shadow: -3px 3px 5px 0px rgba(26,26,26,0.3);
		box-shadow: -3px 3px 5px 0px rgba(26,26,26,0.3);
	}
	
	header.narrow ul {
		top:50px;
	}
	
	header ul.opened {
		right:0vw;
	}
	
	header ul li,
	header ul li a {
		display:block;
		line-height:50px;
		min-width:200px;
		color:#000000;
	}
	
	
}


.mmpad {
	padding-top:75px;
	background:#1b2026;
}

.landing {
	background:url("/image/landing.jpg") center center / cover no-repeat;
	width:100%;
	padding-bottom:8rem;
}

.landing .text {
	width:70%;
	margin:0 auto;
	text-align:center;
	padding-top:8rem;
	font-family: 'Petit Formal Script', cursive;
}


.landing .text h1 {
	font-size:4.5rem;
	text-shadow:0 0 8px rgba(0,0,0,1);
	
}

.landing .text h2 {
	font-weight:300;
	font-size:1.7rem;
	text-shadow:0 0 8px rgba(0,0,0,1);
	color:#f1c50e;
	padding-top:10px;
}

.landing .line {
	width:150px;
	height:6px;
	margin:32px auto 0;
	background:#ffffff;
}

@media (max-width: 540px) {
	.landing .text {
		width:100%;	
	}
	
	.landing .text h1 {
		font-size:3rem;
	}
	
	.landing .text h2 {
		font-size:1rem;
	}
}

.sTitle {
	padding: 20px 0px 20px 0px;
	margin-bottom:30px;
	font-size: 2.25rem;
	color:#ffffff;
	text-align:center;
	position:relative;
}

.sTitle.dark {
	color:#111111;
}

.sTitle:after {
	content:" ";
	display:inline-block;
	height:6px;
	width:150px;
	background:#f1c50e;
	position:absolute;
	left:50%;
	bottom:0px;
	transform:translateX(-50%);
}

.servicesSection {
	//background:#152736;
	background:#222a31;
	padding:30px 0px;
}

.servicesSection .services {
	margin-top:0px;
}

.services {
	display:flex;
	flex-wrap: wrap;
	margin-top:30px;
}

.serviceHolder {
	width:47%;
	margin:1.5%;
	position:relative;
}

.serviceHolder span {
	height:65px;
	width:65px;
	display:inline-block;
	padding:15px;
	background:#f1c50e;
	border-radius:50%;
	text-align:center;
	line-height:48px;
}

.serviceHolder span i {
	font-size:2em;
}

.serviceContent {
	margin-top:-65px;
	margin-left:65px;
	padding:0 0 14px 30px;
}

.serviceContent h3 {
	text-shadow:0 0 8px rgba(0,0,0,1);
	color:#f1c50e;
	font-weight:400;
	font-size:1.25rem;
}

.serviceContent ul {
	margin-top:20px;
	list-style:none;
	list-style-type:circle;
	padding-left:20px;
}

.serviceContent ul li {
	line-height:1.6rem;
}

@media (max-width: 667px) {
	.serviceHolder {
		width:97%;
	}
}


.news {
	padding:30px 0px;
	background:url("/image/newsv2.jpg") center center / cover no-repeat;
}

.newsHolder {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.newsBlock {
	width:30%;
	margin:1.5%;
	display:flex;
}

.newsInner {
	padding:10%;
	border:2px solid #f1c50e;
	background:rgba(0,0,0,0.4);
}

.newsInner h4 {
	height:40px;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}

.newsInner p {
	font-size:0.875rem;
	word-wrap:break-word;
	margin-bottom:20px;
}

.newsInner a {
	color:#f1c50e;
	float:right;
}

@media (max-width: 667px) {
	.newsBlock {
		width:97%;
	}
}


.videos {
	padding:30px 0px;
}

.videoHolder {
	width:30%;
	margin:1.5%;
	float:left;
}

@media (max-width: 667px) {
	.videoHolder {
		width:97%;
	}
}


.aboutUs {
	background:url("/image/aboutUs.jpg") center center / cover no-repeat;
	width:100%;
	padding:4rem 0;
}

.aboutText {
	font-size: 1.15rem;
	padding:30px 20px;
	border:2px solid #f1c50e;
	background:rgba(0,0,0,0.7);
	line-height:1.3em;
	font-weight:300;
}


.partners {
	padding:30px 0px;
	background:#efefef;
}

.partnerHolder {
	padding:20px 0px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	justify-content: space-around;
}

.partnerLogo {
	width:15%;
	padding:5px 1.5%;
}

.partnerLogo img {
	width:100%;
}

@media (max-width: 667px) {
	.partnerLogo {
		width:25%;
	}
}

@media (max-width: 460px) {
	.partnerLogo {
		width:33%;
	}
}


.contact {
	padding:30px 0px;
	//background:#0A131B;
	background:#222a31;
}

.contactLeft {
	width:96%;
	padding:0px 2%;
}

.contactLeft {
	max-width:50%;
	min-width:320px;
	margin:0px auto;
}

.contactLeft input[type="text"],
.contactLeft textarea {
	width:100%;
	color:#ffffff;
	background-color:#404040;
	padding: 10px 12px;
	border: none;
	margin-bottom:10px;
	font-size:1rem;
}

.contactLeft textarea {
	resize:none;
	height:180px;
	font:inherit;
}

.contactLeft button {
	padding: 10px 30px;
	border: none;
	font-size:1rem;
	color:#1a1a1a;
	background-color:#f1c50e;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:400;
	letter-spacing:2px;
}

.mailText {
	text-align:center;
}

.mailText.success {
	color:#119911;
}

.mailText.error {
	color:#ff1111;
}

.contactLeft h3 {
	font-size:3.75rem;
	font-weight:400;
	color:#f1c50e;
}

.contactLeft p {
	margin:8px 0px;
}

.contactLeft table a {
	color:#f1c50e;
}

.contactLeft table td {
	padding:5px 0px;
}

.contactLeft table tr td:nth-child(1) {
	padding-right:5px;
}


footer {
	background:#1a1a1a;
	color:#dedede;
	padding:30px 0px;
}

footer a {
	color:#f1c50e;
}


.toplink {
	background-color: rgba(241, 197, 14, 0.3);
	border-radius: 5px;
	bottom: -52px;
	color: #fff;
	display: block;
	font-size: 30px;
	height: 50px;
	line-height: 56px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: background-color 0.3s ease 0s, bottom 0.3s ease 0s;
	width: 50px;
	z-index: 100;
}

.toplink.active {
	bottom: 15px;
}

.toplink.active:hover {
	background-color: #f1c50e;
	color: #fff;
}

.toplink.active:active {
	color: #fff;
}

.toplink svg {
	width:30px;
}

.embed-container { 
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
}

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}