@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Zhi+Mang+Xing&display=swap');

body {

	padding: 0;
	margin: 0;

}

* {

	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

/* Works on Firefox */
html {
  scrollbar-width: 10px;
  scrollbar-color: #1e90ff transparent;
}

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
width: 15px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
  
}

::-webkit-scrollbar-thumb {
  background-color: #1e90ff;

}


a {
	outline: none;
}



header {

		background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.8)), url(city.jpg);

		background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
	padding-top: 15px;
}





.social a i {

font-size: 14px;
float: right;
margin-right: 22px;
text-decoration: none;
transition: 0.3s;
}



.tit a {

    font-family: 'Sriracha', cursive;	
    font-size: 24px;
	color: #2f3542;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}

.menu a {

	margin-right: 20px;
	text-decoration: none;
    font-family: 'Sriracha', cursive;
    color: #34495e;
    font-size: 16px;
    transition: 0.3s;

}

.unsdd {
	position: relative;
	overflow: hidden;

}

.unsdd::after {

	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #1e90ff;
	transition:width 0.3s ease;
	transform-origin: left;

}


.unsdd:hover::after {
	left: 0;
	width: 100%;
	right: auto;
}





.menu a:hover {

	color: #1e90ff;
}


.social a i:hover {

		color: #1e90ff;

}


.words {

	text-transform: uppercase;
	color: #2f3542;
	font-size: 30px;
	font-family: 'Sriracha', cursive;
	width: 80%;
		padding-top: 200px;
	margin: 0 auto;
	text-align: center;


}

.words h2 {

	line-height: 1.3;
}




.typed-cursor {

		color: white;
		font-family: sans-serif;
}

.text-slider {

	color: #1e90ff;
	font-family: 'Sriracha', cursive;
	font-size: 43px;
	text-transform: uppercase;


}

.plo {

	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
}


.gghd {

}

.gghd a {

	text-decoration: none;
	background-color: #1e90ff;
	font-size: 12px;
	color: white;
	padding: 10px 60px;
	border-radius: 5px;
	line-height: 7;
	transition: 0.3s;
	border:1px solid #1e90ff;
}


.gghd a:hover {

	background-color: transparent;
	color: #1e90ff;

}
.hhiu {

	margin-left: 40px;

}

.hhiu a {

		text-decoration: none;
	background-color: transparent;
	font-size: 12px;
	color: #1e90ff;
	padding: 10px 70px;
	border-radius: 5px;
	line-height: 7;
	transition: 0.3s;
	border:1px solid #1e90ff;
}


.hhiu a:hover {

	background-color: #1e90ff;
	color: white;

}

#ab {

	padding-top: 60px;
}

.illu img {

	height: 350px;
	width: 400px;
}

.about {

	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 70%;
}

.mg {

	height: 550px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.8)), url(city.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	min-width: 350px;

transition: 0.3s;


}

.mg img {
height: 500px;
width: 300px;
margin-top: 30px;
border: 2px solid white;
transition: 0.3s;

}

#ssnm {

	transition: 0.3s;

}

.mg:hover {

	height: 500px;
min-width: 300px;
}

.mg:hover #ssnm {

	margin-top: 0;
}

.cont {

	margin-left: 25px;
	padding-top: 15px;
}

.cont h1 {

	text-transform: uppercase;
	color: #2f3542;
	font-size: 26px;
	font-family: 'Sriracha', cursive;
}

.cont #li {


}

.cont p, #li {

	    font-family: 'Montserrat', sans-serif;
}

#wh {

	width: 20px; 
	height: 24px;
	padding-top: 10px;
}


#ser {

	margin-top: 60px;
	background-color: #EBEBEB;
	padding-top: 40px;
	padding-bottom: 60px;
}

.kwq h1 {

	text-align: center;
	text-transform: uppercase;
	color: #2f3542;
	font-size: 26px;
	font-family: 'Sriracha', cursive;



}

.kwq p {

	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;


}

.secc {

	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 85%;
	margin: 0 auto;
	padding-top: 60px;
	flex-wrap: wrap;
	
}

  .secc > div {

  	margin: 30px 30px 15px;
  }


.kmmj a {
			margin-right: 0px;

}


.kmmj {

transition: 0.3s;
display: inline;
position: relative;
float: right;
cursor: pointer;
}


.kmmj i {

color:#34495e;
font-size: 13px;
transition: 0.3s;
}



.kmmj:hover i {

color: #1e90ff;

}



.jkl {


	background-color: #ddd;
	position: absolute;

		text-transform: uppercase;
			border-radius: 5px;
				display: none;
				z-index: 1;


}

.jkl #llm {

	text-decoration: none;
	color: white;
	display: block;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 5px;
				border-radius: 5px;

	padding-bottom: 5px;
	transition: 0.3s;
	font-size: 18px;
	    font-family: 'Sriracha', cursive;


}


.jkl #llm:hover {

	background-color: rgba(0, 0, 0, 0.3);
}




.kmmj:hover .jkl {

	display: block;
}











.fi {

	width: 320px;
	background-color: white;
	text-align: center;
	border-radius: 10px;
	padding-bottom: 20px;
	transition: 0.3s;
}

.fi:hover {

transform: translateY(-20px);

}


.mge {

padding-top: 20px;

}


.hea h2 {

	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	padding-top: 5px;
	font-weight: bold;

}

.hea p {

		font-family: 'Montserrat', sans-serif;
		padding-top: 10px;
		font-size: 14px;
		width: 90%;
		margin: 0 auto;


}


#why {


margin-top: 60px;


}



.ww {

display: flex;
align-items: flex-start;
justify-content: center;
padding-top: 40px;
padding-bottom: 40px;

}


.lm {

	margin-left: 10px;
}

.lm img {

	width: 650px;
	height: 400px;
}

.cst {

margin-left: 15px;
padding-top: 10px;


}

.cst p {


	font-family: 'Montserrat', sans-serif;
	font-size: 14px;


}


.cst h2 {

	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	color: #2f3542;
	line-height: 1.6;
	font-size: 20px;

}



.cst img {

width: 42px;
height: 42px;
margin-bottom: -15px;

}

#pp {

	margin-left: 60px;
}


.nume {

	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 60px;
	width: 80%;
	margin: 0 auto;
}

.nums h1 {

    font-family: 'Alegreya', serif;
    color: #2f3542;
	font-size: 45px;
	text-align: center;
}


.nums p {

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	text-transform: capitalize;
	text-align: center;
	padding-top: 5px;
}


.uif {

	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2f3542;
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 60px;

}


.tex {
	width: 50%;

}

.tex h1 {

    font-family: 'Alegreya', serif;
    color: white;
	font-size: 22px;
	text-transform: capitalize;

}

.tex p {

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: white;
	text-transform: capitalize;
	

}

.btt {

	margin-left: 40px;
	margin-top: 40px;

}

.btt a {

	text-decoration: none;
	border: 2px solid white;
	font-size: 16px;
	color: white;
	padding: 9px 30px;
	border-radius: 1px;
	font-family: 'Montserrat', sans-serif;
	transition: 0.3s;
}

.btt a:hover {


background-color: rgba(0, 0, 0, 0.3);

}




#vrt {

	padding-top: 20px;
}


.poll {

	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	flex-wrap: wrap;
}



.se {
	width: 50%;
}

.se h2 {

	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;

}


.se p {
		
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform: capitalize;
}


.mnk {
	width: 50%;
}


.mnk h2 {

	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;

}


.mnk p {
		
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		text-transform: capitalize;
}


#prtt {
	margin-top: 60px;
	background-color: #EBEBEB;
	padding-top: 40px;
}



.lpoo {

		text-align: center;
		padding-top: 30px;
		padding-right: 30px;
}

.lpoo button {

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 30px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	


}


#coont {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 85%;
	margin: 0 auto;
	flex-wrap: wrap;
}


#coont > div {

	margin: 5px;
}

.ppq {

	margin: 5px;
}



.fif {

		height: 350px;
	width: 350px;
	margin-top: 20px;
	border-radius: 10px;
	background-image: url('san.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: 0.3s;
	margin: 5px;
}


.overlay {

	width: 100%;
	height: 350px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	opacity: 0;
	transition: 0.3s;
}

.overlay h1 {

	padding-top: 150px;
	text-align: center;
	color: white;
	font-family: 'Berkshire Swash', cursive;
	transition: 0.3s;

}

.fif:hover .overlay {

	opacity: 1;
	transition: 0.3s;
}



#bnt {

		color: #1e90ff;


}



#tesst {

	margin-top: 40px;
}


.slli {

	width: 45%;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;

}


.carousel {

	background: white;
}

.carousel-cell {

  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px; 

}




.miu img {

width: 120px;
height: 120px;
border-radius: 100%;


}

.yuiv {
	
	margin-left: 20px;
}



.yuiv h1 {

	text-transform: capitalize;
	color: #2f3542;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
}


.yuiv p {

	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	}



#teaam {

	margin-top: 60px;
	padding-top: 40px;
	background-color: #EBEBEB;
	padding-bottom: 70px;
}


.kmni {

	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;

}

.photq {

	width: 280px;
	height: 260px;
	background-image: url('44.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

		display: flex;
		transition: 0.3s;
		box-shadow: 5px 10px 8px #888888;



}


.photq:hover {

	transform: translateY(-15px);

}

.hgg {

	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	align-self: flex-end;
	width: 100%;
	margin: 0 auto;
}

.hgg h1 {

	text-transform: capitalize;
	color: white;
	font-size: 20px;
	font-family: 'Berkshire Swash', cursive;
}


.hgg p {

	text-transform: capitalize;
	padding-top: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: white;
	font-style: italic;
	}


#ourr {

	margin-top: 40px;

}

#hhn {

	width: 160px;
	height: 40px;
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  	filter: grayscale(100%); /* FF 35+ */
    transition: .5s;
    opacity: 0.6;

}


#hhn:hover {

    transition: .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
  opacity: 1;
}



#ppr {


	margin-top: 60px;
	padding-top: 40px;
	background-color: #EBEBEB;
	padding-bottom: 70px;

}


.loik {

	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 80%;
	margin: 0 auto;
	padding-top: 40px;
}


.pero {

	width: 280px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
}

.pero h1 {

	text-align: center;
	text-transform: uppercase;
	color: #2f3542;
	font-size: 60px;
	font-family: 'Sriracha', cursive;


}


sup {

	font-size: 30px;
}

sub {

	font-size: 14px;
	color: #636e72;
	text-transform: capitalize;
}



.pero h3 {


	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #2f3542;
	text-transform: uppercase;
	padding-top: 5px;

}

.pero p {


	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #636e72;

}

.pero button {

	outline: none;
	border:2px solid #2f3542;
	background-color: transparent;
	font-family: 'Berkshire Swash', cursive;
	color: #2f3542;
	padding: 12px 22px;
	cursor: pointer;
	font-size: 22px;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	transition: 0.3s ease;
}


.pero:hover {

	transform: translateY(-15px);
	box-shadow: 5px 10px 8px #888888;


}


#ssd {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #1e90ff;
  color: white;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 3.3;
  border: 2px solid white;
  transition: 0.3s;
	}

#ssd:hover {

	background-color: rgba(0, 0, 0, 0.6);
}




.pero button::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1e90ff;
  transform-origin:left;
  transition:width 0.3s ease;
  z-index:-1;

}

.pero button:hover::after {
  width: 100%;
}

.pero button:hover {

	color: white;
}


#freqq {

	margin-top: 60px;
	padding-bottom: 70px;


}


.fqrw {

	padding-top: 50px;
	width: 80%;
	margin: 0 auto;

}

.fqrw #lppq h1 {

		font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: lighter;
}


#lppq {


	cursor: pointer;

}

#aswee {

	cursor: pointer;
}


.fqrw #aswee h1 {

		font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: lighter;
}


.fqrw #aswee h1 span {

	float: right;
	font-size: 26px;
}



#asweep {

	cursor: pointer;
}

.fqrw #asweep h1 {

		font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: lighter;
}


.fqrw #asweep h1 span {

	float: right;
	font-size: 26px;
}


#aswepe {

	cursor: pointer;
}

.fqrw #aswepe h1 {

		font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: lighter;
}


.fqrw #aswepe h1 span {

	float: right;
	font-size: 26px;
}



#aswepp {

	cursor: pointer;
}

.fqrw #aswepp h1 {

		font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: lighter;
}


.fqrw #aswepp h1 span {

	float: right;
	font-size: 26px;
}



.hhrr {
	
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.6);
	color: white;

}

.fqrw #lppq h1 span {

	float: right;
	font-size: 26px;
}


#myDIV {

	display: none;
	width: 100%;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
}

#myDIV p {

		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 15px;
}

#myDIVe {

	display: none;
	width: 100%;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
}

#myDIVe p {

		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 15px;
}

#myDIVw {

	display: none;
	width: 100%;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;	
}

#myDIVw p {

		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 15px;
}

#myDIVq {

	display: none;
	width: 100%;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
}

#myDIVq p {

		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 15px;
}

#myDIVl {

	display: none;
	width: 100%;
	background-color: #EBEBEB;
	padding-top: 30px;
	padding-bottom: 30px;
}

#myDIVl p {

		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		padding-left: 15px;
}


#ennd {

		margin-top: 60px;
	padding-top: 40px;
	background-color: #EBEBEB;
}


.contanq {

	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.contanq > div {

	margin-left: 40px;
}

.tito a {

    font-family: 'Sriracha', cursive;	
    font-size: 24px;
	color: #2f3542;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
}

.tito p {

		font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	line-height: 2;

}

.tito h2 {

    font-size: 24px;
	color: #2f3542;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-top: 10px;


}

.tito input {

	height: 30px;
	width: 200px;
		font-family: 'Berkshire Swash', cursive;
		color: #2f3542;
}

.tito button {

	margin-top: 10px;
	padding: 8px 16px;
	background-color: #1e90ff;
	color: white;
	outline: none;
	font-family: 'Berkshire Swash', cursive;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	transition: 0.3s;
}

.tito button:hover {

	background-color: rgba(0, 0, 0, 0.6);
}



.tuioq {

	margin-left: 45px;

}

.blocc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 15px;
	justify-content: space-between;
}

.tuioq h1 {

	text-transform: uppercase;
	color: #2f3542;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	padding-top: 15px;



}


.tuioq h2 {

    font-size: 24px;
	color: #2f3542;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	padding-top: 30px;


}


.tuioq #kklj {

	display: block;
	text-decoration: none;
	color: #636e72;
	margin-top: 25px;
		font-family: 'Montserrat', sans-serif;
		transition: 0.3s;
}

.tuioq #kklj:hover {

	text-decoration: underline;
}

.tuioq p {

	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;


}



#mlki {


	

	color: white;
background-color: #1e90ff;
text-align: center;
padding: 10px 10px 10px 10px;
font-size: 20px;
border-radius: 5px;
transition: 0.3s;
}

#mlki:hover {

	background-color: rgba(0, 0, 0, 0.6);


}



.lkmj {

	margin-left: 80px;

}

.lkmj h1 {

	text-transform: uppercase;
	color: #2f3542;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	padding-top: 15px;

}

.lkmj  p {
		font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	line-height: 2;
		padding-top: 20px;


}

.lkmj input {

width: 420px;
height: 30px;
	font-family: 'Berkshire Swash', cursive;

color: #2f3542;
}

.lkmj textarea {

width: 420px;
height: 100px;
	font-family: 'Berkshire Swash', cursive;
color: #2f3542;
}

.lkmj button {

		margin-top: 15px;
	padding: 8px 16px;
	background-color: #1e90ff;
	color: white;
	outline: none;
	font-family: 'Berkshire Swash', cursive;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	transition: 0.3s;
}


.lkmj button:hover {

	background-color: rgba(0, 0, 0, 0.6);
}




footer {

display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 20px;
width: 87%;
margin: 0 auto;
}



footer .firsst p {

font-family: 'Kaushan Script', cursive;
color: #5D6163;

}



footer .secondd h3 a {

text-decoration: none;


}


footer .secondd h3 {
font-family: 'Zhi Mang Xing', cursive;
color: white;
font-size: 20px;
  text-shadow: 4px 4px 6px #2f3542;

}


footer .secondd h3 a span {
font-weight: 400;
color:#2f3542;
font-family: 'Shadows Into Light Two', cursive;
transition: 0.3s;
font-size: 18px;
text-shadow: none;
}

footer .secondd h3 a span:hover {

color: #1e90ff;

}

footer .thirdd a i {

color: #5D6163;
text-decoration: none;
transition: 0.4s;
}



#facc:hover {

color: #3B589C;

}


#ttii:hover {

color: #2EA9E4;


}

#inss:hover {

color: #D11272;


}



.loader_warper {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f7f1ef;
  display:flex;
  justify-content: center;
  align-items: center;
}

.contwe{
  position:absolute;
  left:50%;
  top:50%;
  transform:Translate(-50%, -50%);
}

#ploa{
  background-color:#1e90ff;
  color:#227093;
  border-bottom:6px solid #227093;
  border-top:5px solid #576574;
  width:180px;
  font-size:28px;
  padding:15px 0px 15px 35px;
  border-radius:0px 0px 15px 15px;
  box-shadow:0px 0px 15px 1px #1e90ff;
  position:relative;
  font-family: 'Berkshire Swash', cursive;
  outline: none;

}

#ploa:after{
  content:"";
  width:100%;
  height:1px;
  background-color:#c8d6e5;
  top:-3px;
  left:0;
  position:absolute;
}

.loader{
  position:absolute;
  top:30px;
  left:34px;
}

#ploa .loader div{
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#227093;
  position:absolute;
  transform-origin: -8px;
  animation: light 3s linear infinite;
}

#ploa .loader div:nth-child(1){
  transform:rotate(0deg);
  animation-delay:0s;
}

#ploa .loader div:nth-child(2){
  transform:rotate(60deg);
  animation-delay:.5s;
}

#ploa .loader div:nth-child(3){
  transform:rotate(120deg);
  animation-delay:1s;
}

#ploa .loader div:nth-child(4){
  transform:rotate(180deg);
  animation-delay:1.5s;
}



#ploa .loader div:nth-child(5){
  transform:rotate(240deg);
  animation-delay:2s;
}

#ploa .loader div:nth-child(6){
  transform:rotate(300deg);
  animation-delay:2.5s;
}

@keyframes light{
  0%{background-color:#227093;}
  40%{background-color:#227093;}
  50%{background-color:white;}
  60%{background-color:#227093;}
  100%{background-color:#227093;}
}

.paper{
  width:150px;
  height:160px;
  box-shadow:0px 0px 10px 1px rgba(55,55,55,.3);
  left:0;
  right:0;
  margin: auto;
  animation: paper 4s ease infinite;
  position:absolute;
  transform-origin:top;
  transform:translateY(0px) rotate(180deg);
  background-color:#fff;
}

.g-contwe{
  margin:0 auto;
  width:150px;
  text-align:center;
  position:absolute;
  top:73px;
  left:10px;
  right:0;
  margin: auto;
  z-index:10;
}

.garbage{
  height:160px;
  width:6px;
  box-shadow:0px 0px 10px 1px rgba(55,55,55,.3);
  display:inline-block;
  vertical-align:top;
  margin-right:9px;
  animation: garbage 4s ease infinite;
  background-color:#fff;
}

@keyframes garbage{
  0%{height:0px;transform:translateY(0px);opacity:0;}
  20%{height:0px;transform:translateY(0px);opacity:1;}
  70%{height:160px;transform:translateY(0px);opacity:1;}
  90.1%{height:160px;transform:translateY(100px);opacity:0;}
  100%{height:0px;opacity:0;}
}

@keyframes paper{
  0%{height:160px;opacity:0;transform:translateY(-100px) rotate(180deg);}
  20%{height:160px;opacity:1;transform:translateY(0px) rotate(180deg);}
  70%{height:0px;opacity:1;transform:translateY(0px) rotate(180deg);}
  70.1%{height:0px;opacity:0;transform:translateY(0px) rotate(180deg);}
  100%{height:160px;opacity:0;transform:translateY(-100px) rotate(180deg);}
}

#olol {

width: 500px; 
height: 500px;

}

.contets {
	display: none;
}

.overlaysdf {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, .9);
  overflow: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.overlaysdf a {
  text-decoration: none;
  font-size: 36px;
  color: #2f3542;
  display: block;
  transition: 0.3s;
      font-family: 'Sriracha', cursive; 

}

.overlaysdf a:hover, .overlaysdf a:focus {
  color: #1e90ff;
}

.overlaysdf .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlaysdf a {font-size: 20px}
  .overlaysdf .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



#hambb {

	border: 1px solid #2f3542;
	display: inline-block;
	cursor: pointer;
}



#hambb span {
background-color: #2f3542;
width: 25px;
border-radius: 5px;
display: block;
border:0.5px solid #2f3542;
margin: 5px;


}


.contass {
	display: none;
}

@media only screen and (max-width: 1265px) {


nav {
	width: 100%;
	justify-content: space-between;

}

#olol {

width: 400px; 
height: 500px;

}

.slli {

	width: 90%;
	margin: 0 auto;
}

.tit {

	margin-left: 20px;
}


.ww {

flex-wrap: wrap;

}


.contets {
	display: block;
	margin-right: 20px;
}



.menu {
	display: none;
}


.about {
	flex-wrap: wrap;
}

.cont {
	margin-top: 5px;
}


.se {
	width: 80%;
	margin-bottom: 30px;
	padding-top: 0;
}

.mnk {

	width: 80%;
	order: 4;

}

.lm {


margin: 0 10px;


}
.lm img{
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;

}


.cst { 

width: 50%;
margin: 0 auto;
padding-top: 15px;
padding-left: 12px;
}

.kmni {

	flex-wrap: wrap;
}

.kmni > div {
	margin: 30px 30px 15px;
}

.loik {

	flex-wrap: wrap;
}

.loik > div {
	margin: 30px 30px 15px;
}

.pero {

	box-shadow: 5px 10px 8px #888888;
}


.contass {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
	width: 80%;
	margin: 0 auto;


}


.ffst {
	padding-right: 90px;


}

.ffst a {
	    font-family: 'Sriracha', cursive;	
    font-size: 24px;
	color: #2f3542;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	
}


.ffst p {

		font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	line-height: 2;

}

.tfst {
padding-right: 100px;

}

.sfst h2 {

    font-size: 24px;
	color: #2f3542;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;


}

.sfst {
	padding-right: 90px;
	padding-top: 30px;

}


.sfst p {

		margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

.sfst input {

	height: 30px;
	width: 200px;
		font-family: 'Berkshire Swash', cursive;
		color: #2f3542;
}

.sfst button {

	margin-top: 10px;
	padding: 8px 16px;
	background-color: #1e90ff;
	color: white;
	outline: none;
	font-family: 'Berkshire Swash', cursive;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	transition: 0.3s;
}

.sfst button:hover {

	background-color: rgba(0, 0, 0, 0.6);
}

.tfst h1 {
		text-transform: uppercase;
	color: #2f3542;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
}


.tfst #kklj {

	display: block;
	text-decoration: none;
	color: #636e72;
	padding-top: 20px;
		font-family: 'Montserrat', sans-serif;
		margin-top: 5px;
		transition: 0.3s;
}

.tfst #kklj:hover {

	text-decoration: underline;
}

.ffsst {
	padding-right: 47px;
	padding-top: 30px;

}


.ffsst h2 {

    font-size: 24px;
	color: #2f3542;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;


}


.ffsst p {

	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;


}

.ffsst a {
	text-decoration: none;
}



.fgst {
	text-transform: uppercase;
	color: #2f3542;
	font-size: 20px;
	font-family: 'Sriracha', cursive;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	

}

.fgst p {
		font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #636e72;
	line-height: 2;
		padding-top: 20px;


}

.fgst input {

width: 420px;
height: 30px;
	font-family: 'Berkshire Swash', cursive;

color: #2f3542;
}

.fgst textarea {

width: 420px;
height: 100px;
	font-family: 'Berkshire Swash', cursive;
color: #2f3542;
}

.fgst button {

		margin-top: 15px;
	padding: 8px 16px;
	background-color: #1e90ff;
	color: white;
	outline: none;
	font-family: 'Berkshire Swash', cursive;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	font-size: 18px;
	transition: 0.3s;
}


.fgst button:hover {

	background-color: rgba(0, 0, 0, 0.6);
}




.contanq {


	display: none;
}

.thirdd {
	display: none;
}




.firsst {
display: none;
}



footer {
	justify-content: center;


}


.secondd h3 {

	font-size: 16px;
}

}


@media only screen and (max-width: 850px) { 

.ffst {
	padding-right: px;
	margin: 0 auto;

}


.sfst {
	padding-right: px;
	margin: 0 auto;

}

.tfst {
	margin: 0 auto;
	padding-top: 20px;
}

.ffsst {
	margin: 0 auto;
}



}

@media only screen and (max-width: 700px) {


	.ffst {
	padding-right: 0px;
	margin: 0 auto;

}


.sfst {
	padding-right: 0px;
	margin: 0 auto;
	
}



.plo {

	
	width: 65%;
	margin: 0 auto;
	flex-wrap: wrap;
}




.fgst input {

width: 320px;
height: 30px;
	font-family: 'Berkshire Swash', cursive;

color: #2f3542;
}

.fgst textarea {

width: 320px;
height: 100px;
	font-family: 'Berkshire Swash', cursive;
color: #2f3542;
}


.hhiu {

	margin-left: 0px;

}

.hhiu a {
	line-height: 2;
}



#sloks {
	display: none;
}

.cst { 

width: 80%;
margin: 0 auto;

}


.tex h1 {

	font-size: 20px;
}

.tex p {

	font-size: 12px;
}

.btt a {

	padding: 7px 28px;
	font-size: 14px;
}

.uif {
		margin-top: 30px;
		padding-top: 30px;
	padding-bottom: 30px;
}

.nume {
	width: 90%;
	justify-content: space-between;
}

.nums h1 {
	font-size: 35px;
}

.nums p {

font-size: 12px;

}



.fi {

margin-top: 30px;
}

/* Works on Firefox */
html {
  scrollbar-width: initial;
  scrollbar-color: initial;
}

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
width: initial;
    background-color: initial;
}


}