section[data-cattype="802"] {
	background-color: #fff;
	padding: 120px;
	border-radius: 80px 80px 0px 0px;
	margin-top: -270px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 80vh;
	position: relative;
	z-index: 3;
}




[data-cattype="802"] h1 {
	font-size: 150px;
	color: #5fa7d9;
}

[data-cattype="802"] h2 {
	font-size: 45px;
	margin-top: -94px;
	padding-left: 18px;
	color: #000;
}

[data-cattype="802"] p {
	font-size: 17px;
	padding: 20px;
	width: 80%;
}

[data-cattype="802"] h5 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

[data-cattype="802"] ul.contact {
	display :flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
	padding: 20px 0px;
	width: 70%;
}


[data-cattype="802"] ul.contact li {
	padding: 10px;
	margin: 5px;
	width: 47%;
	list-style: none;
	text-align: center;
	/* color: #fff !important; */
	border-radius: 10px;
}

[data-cattype="802"] ul.contact li:nth-child(1), [data-cattype="802"] ul.contact li:nth-child(2){

	background-color: #000;
	color: #fff !important;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li:nth-child(3), [data-cattype="802"] ul.contact li:nth-child(4){
	
	background-color: #5fa7d9;
	color: white;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li:nth-child(1):hover , [data-cattype="802"] ul.contact li:nth-child(2):hover {
	background-color: #58585A;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li:nth-child(3):hover, [data-cattype="802"] ul.contact li:nth-child(4):hover{
	background-color: #58585A;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li:nth-child(3) a, [data-cattype="802"] ul.contact li:nth-child(4) a{
	color: #000 !important;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li:nth-child(3):hover a, [data-cattype="802"] ul.contact li:nth-child(4):hover a{
	color: #fff !important;
	transition: 0.3s;
}

[data-cattype="802"] ul.contact li a {
	color: #fff !important;
	width: 100%;
	height: 100%;
	display: inline-block;
}



[data-cattype="802"] .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

[data-cattype="802"] a {
	color: #fec21c;
	transition: 0.3s;
}

[data-cattype="802"] a:hover {
	color: #000 !important;
	transition: 0.3s;
}


[data-cattype="802"] .custom-elements {
	position: absolute;
	bottom: 180px;
	left: auto;
	display: grid;
	right: auto;
	text-align: center;
}



[data-cattype="802"] .line {
	width: 2px;
	background-color: #fec21c;
	height: 0px;
	margin: auto;
	transition: 0.3s;
}

.reached-bottom .line {
	height: 100px !important;
	transition: 0.3s;
}



/* Typical laptop screen size*/
@media (min-width: 1200px) and (max-width: 1700px) {

	section[data-cattype="802"] {
		height: 100vh;
	}

	[data-cattype="802"] .custom-elements {
		bottom: 15%;
	}

	.reached-bottom .line {
		height: 60px !important;
	}

	[data-cattype="802"] h1 {
		font-size: 90px;
	}

	[data-cattype="802"] h2 {
		margin-top: -60px;
	}

	[data-cattype="802"] p {
		font-size: 17px;
		padding: 0px 20px;
		width: 100%;
	}

	[data-cattype="802"] ul.contact {
		width: 100%;
	}

	[data-cattype="802"] ul.contact li {
		width: 43%;
	}


	section[data-cattype="802"] {
		margin-top: 0;
		margin-bottom: 200px;
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

	section[data-cattype="802"] {
		padding: 30px 0px 40px 0px;
		border-radius: 30px 30px 0px 0px;
		margin-top: -50px;
		opacity: 1 !important;
		height: 100vh;
	}

	[data-cattype="802"] h1 {
		font-size: 50px;
		color: #5fa7d9;
	}

	[data-cattype="802"] h2 {
		font-size: 40px;
		margin-top: -15px;
		padding-left: 0;
		color: #000;
	}

	[data-cattype="802"] p {
		font-size: 14px;
		padding: 0;
		width: 100%;
	}

	[data-cattype="802"] ul.contact {
		padding: 10px 0px;
		width: 100%;
	}

	[data-cattype="802"] ul.contact li {
		width: 47%;
	}

	[data-cattype="802"] .align-left{
		text-align: center;
	}


	[data-cattype="802"] .custom-elements {
		bottom: auto;
		top: 20px;
	}

	.reached-bottom .line {
		height: 140px !important;
	}
		
	[data-cattype="802"] .row {
  		padding: 0 20px;
      }


      
}

