* 
{
	margin: 0; 
	padding: 0;
	box-sizing: border-box ;

}
html, body
{
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: white;

} 
main 
{
	font-family: "Heebo", sans-serif;
	min-height: 20vmin;
}

.landing 
{
	min-height: 100vh;
	background-image: url(images/couplewindow.jpg); 
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 900px) {
	.landing {
		background-image: url(images/couplewindow2.jpg); 
		max-width: 100%; 
		display:block; 
		height: auto;
		
	}
}

nav 
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 10vh;
	padding-top: 20px;
}
.nav-links 
{
	display: flex;
	list-style: none;
    position: absolute;
    top: 20px;
    right: 120px;
}

.nav-links ul { 
  margin: 0 auto 0; 
  padding: 0; 
  list-style: none; 
  display: table;
  width: 370px;
  text-align: center;
}
.nav-links ul li { 
  display: table-cell; 
  position: relative; 
  padding: 15px 0;
  margin-right: 200px;
}
.nav-links ul li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em; 
  display: inline-block;
  padding: 15px 10px;
  position: relative;
}
.nav-links ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #2EDFB1;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-links ul li a:hover:after { 
  width: 100%; 
  left: 0; 
}
@media screen and (max-height: 300px) {
	.nav-links ul {
		margin-top: 40px;
		float:left;
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.nav-links 
	{
		display: flex;
	list-style: none;
    position: absolute;
    top: 20px;
    left: 0px;
	}
	.nav-links ul { 
		margin: 0; 
         padding: 0; 
		 width: 300px;
	}

	.nav-links ul li {
		padding: 0;
		margin-right: 100px;

	}

	.nav-links ul li a {
		padding: 4px 4px;
		font-size: 14px;
		font-weight: 2000px;
		word-spacing: 2px;
		top: 22px;
		left: 10px;
		color:  #afb2b3;
	}

	.nav-links ul li a:after {

	}
}

.lang-menu {
	
    width: 100px;
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
	position: relative;
	color: white;
	
	
	
}
.lang-menu .selected-lang {
    display: flex;   
    justify-content: space-between;
    line-height: 5;
    cursor: pointer;
	
}
.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(images/united-kingdom.png);
    background-size: contain;
	background-repeat: no-repeat;
}

.lang-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #f8f8f8;
    position: absolute;
    top: 25px;
    right: 1px;
    width: 125px;
    border-radius: 5px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
}


.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 125px;
    padding: 5px 10px;
	display: block;
	color: black;
}

.lang-menu ul li:hover {
    background-color:#2EDFB1;
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

.de:before {
	margin-top: 5px;
    background-image: url('./images/germany.png');
}

.es:before {
	margin-top: 5px;
    background-image: url(images/spain.png);
}

.lang-menu:hover ul {
    display: block;
}

@media screen and (max-width: 900px) {
	.lang-menu {
		margin-top: 20px;
		left: 20px;
		width:80px;
	}
	
	.lang-menu ul {
		right: 20px;
		width: 75px;
	}
	.lang-menu ul li a {
		width: 80px;
	}
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	top: 550px;
	left: 50%;
	margin-left: -30px;
	margin-bottom: 20px;
}

.arrows path {
	stroke: rgb(16, 214, 181);
	fill: transparent;
	stroke-width: 5px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@media screen and (max-width: 900px) 
{
	.arrows path 
	{
	stroke-width: 3px;
	}
}


@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
} 

#logo 
{
	display: block;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: lighter;
	font-size: 3.5rem;
	background: linear-gradient(to right, #30CFD0 0%, #cccbd6 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 900px) {
	#logo {
		font-size: 1.8rem;
		margin-top: -40px;
		float: center;
		width: 100%;
	}
}
.big-text 
{
	position: absolute;
	top: 30%;
	left: 35%;
	color: white;
}

.intro {
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
  }
  .slider {
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
  }
  
  .intro-text {
	color: rgb(233, 233, 233);
	font-family: "Heebo", sans-serif;
	font-size: 3rem;
	text-align: center;
  }
 
  @media screen and (max-width: 900px) 
  {
	  .intro-text 
	  {
		  font-size: 30px;
	  }
  }
  
  .hide {
	background: black;
	overflow: hidden;
  }
  
  .hide span {
	transform: translateY(100%);
	display: inline-block;
  }

  #changecolor
  {

	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

.fade 
{
  opacity: 1;
  height: 300px;
}
  
.column 
{
  float: left;
  height: 600px; /* Should be removed. Only for demonstration */
}
	
.left
{ 
  width: 10%;
  height: 600px;
 
}
  
.middle 
{
	height: 600px;
padding-top: 100px;
width: 50%;
padding-left: 40px;
padding-right: 50px;
line-height: 50px;
font-size: 28px;
background-color:white;


} 

  
.right 
{
	width: 30%;
	margin-top: 120px;
	height:400px;
	margin-left: 60px;
	display: visible;
	background-image: url(images/logo_gocleanmywindows.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px;	
	background-color:white;
}


.row .right img 
{
	width: 320px; 
	height: 320px;
	margin-top: 50px;
	-moz-force-broken-image-icon: 1;
}


  @media screen and (max-width: 900px) {
	.right img {
		width: 100px; 
		height: 100px;	
	}
  }
.row
{
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: white;

}
	/* Clear floats after the columns */
.row:after 
{
content: "";
display: table;
clear: both;
}

@media screen and (max-width: 900px) {
	.column {
		float: left;
		height: 500px;
	}
	.left {
		width: 15%;
		height: 600px;
	}
	.middle {
		width: 80%;
		margin: 0;
		margin-left: 10px;
		padding: 0;
		font-size: 20px;
		margin-top: 50px;
		line-height: 8vh;
		background-color: white;
	}
	.right {
		width:5%;
		display: none;
		background-color: white;;
	}
}
  
.services 
{
	width:100%;
	border-bottom-style: solid;
	min-height: 30vh;
}

.services::after
{
  content: "";
  display: table;
  clear: both;
}

.row1
{
  float: left;
  width: 78%;
  min-height: 60vh;
  background-color:white;
  
}
.row2
{
  float: left;
  width: 22%;
  min-height: 60vh;
  background-color: #2EDFB1;
  padding-left: 10px;
  padding-top: 15px;
}


.row1 .process::after 
{
	content: "";
   display: table;
   clear: both;

}


.row1 .process-circle-text 
{
	width: 25%;
	display: inline;
	min-height: 60vh;
}

.row1 .process-circle-text p
{
	line-height: 45px;
	font-size: 32px;
	color: #000000;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 120px;
	padding-right: 100px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	

}
.row1 .process-circle-text p + p
{
	margin-top: 60px;
}

@media screen and (max-width: 900px) {
	.row1 .process-circle-text p {
		font-size: 23px;
		padding-left: 25px;
		padding-right: 15px;
		line-height: 36px;
		height:100%;
		

	}
	.row1 .process-circle-text p + p
	{
		margin-top: 10px;
	}
	
}

.row2 .column1 
{
	min-height: 25vh;
}
.row2 .column1 p
{ 
text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  color: #fff;
  padding-top: 5px;
}

.row2 .column1 img 
{
	width: 105px;
	height: 105px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width:900px) {
	.row2 .column1 img  {
		width: 90px; 
		height: 90px;
		max-width: 100%; 
		display:block; 
		height: auto;
	}
	.row2 .column1 p 
	{
		font-size: 3.5vw;
		padding-right: 10px;
	}

	.row2 .column1 #imageone 
	{
		margin-right: 15px;
	}
}

.row2 .column1 img:hover 
{
	-webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
  0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}
}

@ms-keyframes wiggle {
  0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
  0% {transform: rotate(10deg);}
  25% {transform: rotate(-10deg);}
  50% {transform: rotate(20deg);}
  75% {transform: rotate(-5deg);}
  100% {transform: rotate(0deg);}
}


@media screen and (max-width:900px) {
	.column1-image2 {
		background-size: 90px;
	}
}
.services-title h2
{
	text-align:center;
	margin: auto;
	padding: 15px;
	color: #1BB3E9;
	font-size: 80px;
	background-color: #021020;
	width: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

@media screen and (max-width:900px) {
	.services-title h2 {
		font-size: 55px;
		padding: 30px;
	}
}

.services-work h1
{
	margin: auto;
	padding: 40px;
	padding-left: 50px;
	padding-right: 50px;
	color: #020202;
	font-size: 60px;
	font-weight: 100px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: center;
	padding-bottom: 25px;
	min-height: 20vh;
	border-bottom: 2.5px dotted #000; 
}

@media screen and (max-width: 900px) {
	.services-work h1 {
		font-size: 35px;
		padding: 30px;
		padding-left: 25px;
	padding-right: 25px;
	}
}

.process
{
	background-color:white;
}

.process:after
{
	content: "";
	display: table;
	clear: both;
}

.prices 
{
	background-color:white;
}
.prices-title 
{
	text-align:center;
	margin: auto;
	padding: 20px;
	color: #1BB3E9;
	font-size: 55px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: #021020;
	width:100%;
}

@media screen and (max-width: 900px) 
{
	.prices-title {
		font-size: 40px;
		padding: 35px;
	}
}
.prices-title-subtext
{
	margin-left: 50px;
	margin-right: 50px;
	font-size: 40px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 40px;
	line-height: 80px;
}

.prices-title-subtext p 
{
	padding-right: 100px; 
	padding-left: 100px;
	padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
	.prices-title-subtext p {
		text-align: center;
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		margin-left: 5px;
		margin-right: 5px;
		line-height: 35px;
	}
	.prices-title-subtext h3 {
		text-align: center;
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
		margin-left: 5px;
		margin-right: 5px;
		line-height: 35px;
	}
}

.pricecolumn 
{
	background-color:white;
	margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
.pricecolumn 
{
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: center;
	width: 100%;
}
}

.pricecolumn1 
{
	float: left;
	width: 50%;
	padding-left: 200px;
	padding-right: 30px;
	border-right-style: solid;
	border-right-color: #2EDFB1;
	border-right-width: 5px;
	background-color:white;
	padding-bottom: 20px;
	
}

.pricecolumn1 h1
{
	text-align: right;
}

.pricecolumn1 p
{
	line-height: 40px;
	font-size: 18px;
	font-family: "Roboto";
	text-align: right;
}

@media screen and (max-width: 900px) {
	.pricecolumn1 {
	padding-left: 40px;
	padding-right: 20px;
	padding-left: 45px;
	padding-right: 45px;
	float: center;
	width: 100%;
	border: none;
	}

	.pricecolumn1 h1 {
		font-size: 21px;
		word-break: break-all;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 10px;
        border-bottom: 1px solid #2EDFB1;	
	}
	.pricecolumn1 p {
		text-align: center;
	}
}

.pricecolumn2 
{
	float: left;
	width: 50%;
	padding-left:40px;
	padding-right: 200px;
	background-color:white;
	
}
.pricecolumn2 h1 
{
	
	text-align: left;
}
.pricecolumn2 p
{
	line-height: 40px;
	font-size: 18px;
	font-family: "Roboto";
	text-align: left;
}

.pricecolumn
{
	max-width:100%;
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 900px) {
	.pricecolumn2 {
	padding-left: 20px;
	padding-right: 20px;
	padding-left: 45px;
	padding-right: 45px;
	float: center;
	width: 100%;
	}

	.pricecolumn2 h1 {
		font-size: 20px;
		word-break: break-all;
		text-align: center;
		padding-top: 50px;	
		padding-bottom: 10px;
        border-bottom: 1px solid #2EDFB1;
	}
	
	.pricecolumn2 p {
		text-align: center;
	}
}

.prices-conclusion 
{
	background-color:white;
}
.prices-conclusion h1
{
	
	position: relative;
	left: 100px;
	text-align: center;
	color: black;
	min-height: 50vh;
	padding: 200px;
	font-size: 30px;
	line-height: 40px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.prices-conclusion img 
{
	height: 500px;
	width: 50%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-left: 100px;
}

@media screen and (min-width: 900px) {
	.prices-conclusion {
	  font-size: 18px;
	}
  }
  @media screen and (max-width: 900px) {
	.prices-conclusion h1 {
		text-align: center;
	font-size: 22px;
	padding: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 100px;
	line-height: 35px;
	left: 0;
	}

	.prices-conclusion img 
	{
		display: none;
	}

	.align-left 
{
	display: none;
}

  }

  .align-left {
	float: left;
	margin-right: 20px;
}

.slide-in {
	opacity: 0;
	transition: all .5s;
}

.align-left.slide-in {
	transform: translateX(-15%) scale(0.95);
}

.slide-in.active {
	opacity: 1;
	transform: translateX(0%) scale(1);
}

.estimateprices 
{
    height: 1300px;
	background-color:white;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 10vh;
}
.estimateprices-title 
{
	text-align:center;
	margin: auto;
	padding: 60px;
	color: #1BB3E9;
	font-size: 40px;
	background-color: #021020;
	width:100%;
}

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

	.estimateprices {
		height: 1000px;
	}
	.estimateprices-title 
	{
		font-size: 7vw;
		line-height: 70px;
		padding: 35px;
	}
}

.estimateprices-introduction 
{
	text-align: center;
	line-height: 55px;
	font-size: 33px;
	padding-top: 100px;
	margin-left: 50px;
	margin-right: 50px;
	padding-left: 170px;
	padding-right: 170px;
}

@media screen and (max-width: 900px) {
	
	.estimateprices-introduction {
		text-align: center;
		font-size: 22px;
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 20px;
		margin-left: 25px;
		margin-right: 25px;
		line-height: 35px;
} 
}

.column3 {
	float: center;
	width: 100%;
	padding: 100px;
	margin-top: 10px;
  }
  
 
  @media screen and (max-width: 900px) 
  {
	.column3 {
		float: center;
		width: 100%;
		padding: 30px;
	  }
	  
  }
.estimateprices-image img
{

	display: block;
    margin-left: auto;
	margin-right: auto;
	object-fit:cover;
   object-position:50% 50%;
   width:60%;
   height: auto;
}

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

 .estimateprices-image img
	{
		margin-left: auto;
	margin-right: auto;
	object-fit:cover;
   object-position:50% 50%;
	 width: 100%; 
	height: auto;	
	}	
}

.estimateprices-reason p
{
	text-align: center;
	font-size: 33px;
	margin-top: 500px;
	margin-bottom: 100px;
	padding-bottom: 100px;
	
}

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

.estimateprices-reason 
{
	padding-top: 10px;
	margin-top: 5px;
}
	
.estimateprices-reason p {
	text-align: center;
	font-size: 22px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 35px;
	margin-top: 100px;
	margin-bottom: 100px;	
	
}
}

.why-choose-us
{
	background-color: #021020;	
}

.why-choose-us-title
{
	text-align:center;
	margin: auto;
	padding: 40px;
	color: #1BB3E9;
	font-size: 50px;
	background-color: #021020;
	width:100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width: 900px) 
{
	.why-choose-us-title h2 
	{
		font-size: 12vw;
	}
}


.moving-telephone-title
{
	text-align: center;
	
	padding: 150px;
	background-color: white;
	line-height: 70px;
	color: #007cba;

}

.moving-telephone-title h2
{
	font-size: 42px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media screen and (max-width: 900px) {
	
.moving-telephone-title  {
	
	padding-left: 50px;
		padding-right:50px;
		 line-height: 50px;
}
.moving-telephone-title h2
{
	font-size: 30px;
}
}



.moving-telephone-animation 
{
  color:black;
  text-align: center;
  font-size: 50px;
  padding-top: 20px;
}


.contact-title 
{
	text-align:center;
	margin: auto;
	padding: 40px;
	color: #1BB3E9;
	font-size: 60px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	background-color: black;
	width:100%;
}

@media screen and (max-width: 900px) 
{
	.contact-title {
		padding: 30px; 
		font-size: 40px;
	}
}

.contact-subtitle h2
{
	color: white;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 3.5vw;
	text-align: center;
	background-color: rgb(14, 13, 13);
	padding: 40px;

}

@media screen and (max-width: 900px) 
{
	.contact-subtitle h2 {
		padding: 40px; 
		background-color: rgb(14, 13, 13);
		font-size: 7vw;
		
	}
}

.full-container 
{
	content: "";
  display: table;
  clear: both;
  min-height: 120vh;
  position: relative;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.container 
{
	float: left; 
	width: 50%;
}



.feature-contact
{
	border-radius: 5px;
	padding: 20px;
	text-align: left;
	color: #f4f4f4;
	line-height: 50px;
	font-size: 25px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	align-items: center;
  justify-content: center;
  word-break: break-all;
	
} 
.feature-contact-form
{
	display: block;
}

@media screen and (max-width: 900px) {
	.feature-contact {
		font-size: 18px;
		text-align: left;
		line-height: 32px;
		padding: 10px;
		border-radius: 1px;
		word-break: break-all;
		
	}
}

.feature-contact h2 
{
	padding-bottom: 40px;
}
.feature-contact h3
{
	color: #1BB3E9
}


footer  
{
   background-color: rgb(14, 13, 13);
   padding: 10px;
   display: flex;
  align-items: center;
  justify-content: center;
}

#scrollToTopBtn 
{
  display: visible;
  border: none;
  cursor: pointer;
  font-size: 80px;
  line-height: 48px;
  width: 100px;
  align-items: center;
  margin: 5px 5px 10px 20px;
  animation: bounce 2s infinite; 
  background-color: rgb(14, 13, 13); 
  color: #1BB3E9;
  width:50%;
  margin-left:25%;
  margin-right:25%;
}


@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-20px);
	}
	60% {
	  transform: translateY(-10px);
	}
  }

  #scrollToTopBtn:hover 
  {
	color:seashell;
  }

  @media screen and (max-width: 900px) {
	#scrollToTopBtn {
		font-size: 60px;
		 
justify-content: center;  
align-items: center;  
	}
  }
section 
{
	background-color: black;
}
  

  section video 
  {
	  position: relative;
	  width: 100%; 
	  height: 600px; 
	  object-fit: cover;  
	  pointer-events: none;
	  background-color: black; 
  }

  @media screen and (max-width: 900px) 
  {
	  section video
	  {
		  display: none;
	  }
  }

  .content
  {
	  position: relative;
	  min-height: 90vh;
	  background-color: #fffbf1;
	  padding-top: 100px;
	  color: black;
  }
  
  .content::after
  {
	content: "";
	display: table;
	clear: both;
  }
  
  .contentcolumn
  {
	  width: 50%;
	  float: left;
	  background-color: white;
  }
  .contentcolumn ul 
  { 
    font-size: 0; 
	list-style: none;
  }
  
  .contentcolumn ul li
  {
	  
	  margin-left: 70px;
	  padding: 30px;
	  padding-left:100px;
	  padding-right: 100px;
	  color: black;
	  font-size: 27px; 
	  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	  animation: type 4s steps(60, end);
  }

  .contentcolumn ul li::before {
	content: "\2022";
	color:#2EDFB1;
	font-weight: bold;
	display: inline-block; 
	width: 1em;
	margin-left: -1em;
  }

  @keyframes type {
	  from ( width: 0;)
  }
  
  @media screen and (max-width: 900px) {
	.content 
	{
		padding-top: 30px;
		padding-bottom: 10px;
		background-color: white;

	}
	.contentcolumn {
	padding-left: 5px;
	padding-right: 5px;
	float: center;
	width: 100%;
	background-color: white;
	}

	.contentcolumn ul li {
		font-size: 20px;
		padding-left:10px;
	    padding-right: 20px;
	}
}
  
#fcf-form {
    display:block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: rgb(14, 13, 13);
    padding: 10px;
	margin-top: 15px;
    padding-bottom: 10px;
    border-radius: 0.25rem;
    max-width: 100%;
	color: white;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 2px;
    color: rgb(14, 13, 13);
}

.fcf-credit a {
    color: rgb(14, 13, 13);
    text-decoration: underline;
	font-size: 2px;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fcf-btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}

.gallerytitle
{
	text-align:center;
	margin: auto;
	padding: 40px;
	color: #1BB3E9;
	font-size: 50px;
	background-color: #021020;
	width:100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.gallery {
	display: flex;
	padding:50px;
	transition: .3s;
 
}

.gallery__column {
		display: flex;
		flex-direction:column;
		width: 50%;
		padding:5px;
		
	}


	.gallery img 
	{
		display: block;
		max-width: 100%;
		padding: 20px;
		transition: transform .4s;
	}

	.gallery img:hover 
	{
		transform: scale(1.5)
	}
		

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

		.gallery {
			padding: 5px;
			flex-wrap: wrap;
		}
		.gallery__column {
			flex: 100%;
    max-width: 50%;
		}
		.gallery img 
		{
			width: 100%;
			vertical-align: middle;
		}
		.gallery img:hover 
	    {
		transform: scale(1.2)
	    }
		
	}
	



	.follow-us{
		position: relative;
		background: white;
		width: 100%;
	  }
	  .follow-us::before{
		content: '';
		position: absolute;
		right: 0;
		top: 1px;
		height: 1px;
		width: 100%;
		background: #AFAFB6;
	  }
	  .follow-us .content{
		width: 100%;
		padding: 60px 60px 60px 60px;
		background-color: black;
		min-height: 10vmin;
		float: center;
	  }
	  .follow-us .content .top{
		display: flex;
		align-items: center;
		justify-content: space-between;
		
	  }
	  .content .top .logo-details{
		color: #fff;
		font-size: 30px;
		font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	  }

	  @media screen and (max-width: 900px) 
	  {
		.follow-us .content
		{
			width: 100%;
			padding: 40px 40px 40px 40px;
		}
		.content .top .logo-details 
		{
			font-size: 3vw;
		}
		.content .top .media-icons
		{
			display:inline-block;
			
		}

		.content .top .media-icons a 
		{
			height: 10px;
			width: 10px;
			font-size: 12px;
			margin: 0 2px;
		}
		  
	  }
	  .content .top .media-icons{
		display: flex;
	  }
	  .content .top .media-icons a{
		height: 40px;
		width: 40px;
		margin: 0 8px;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		color: #fff;
		font-size: 17px;
		text-decoration: none;
		transition: all 0.4s ease;
	  }

	  @media screen and (max-width:900px)
	  {
		.content .top .media-icons a
		{
		height: 30px;
		width: 30px;
		margin: 0 8px;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		transition: all 0.4s ease;
		}
	  }
		  
	  
	  .top .media-icons a:nth-child(1){
		background: #4267B2;
	  }
	  .top .media-icons a:nth-child(1):hover{
		color: #4267B2;
		background: #fff;
	  }
	  .top .media-icons a:nth-child(2){
		background: #1DA1F2;
	  }
	  .top .media-icons a:nth-child(2):hover{
		color: #1DA1F2;
		background: #fff;
	  }
	  .top .media-icons a:nth-child(3){
		background: #E1306C;
	  }
	  .top .media-icons a:nth-child(3):hover{
		color: #E1306C;
		background: #fff;
	  }
	  .top .media-icons a:nth-child(4){
		background: #0077B5;
	  }
	  .top .media-icons a:nth-child(4):hover{
		color: #0077B5;
		background: #fff;
	  }
	  .top .media-icons a:nth-child(5){
		background: #FF0000;
	  }
	  .top .media-icons a:nth-child(5):hover{
		color: #FF0000;
		background: #fff;
	  }
	  

	  