#slider{
	width: 100 vh;
    height: 850px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #ffffff;
     margin-left: 13px;
     cursor:pointer;
    
   }
   
   #ul li:first-child 
   {
   	background-color:#88a7d3;
   }

.slider_text{
	width: 450px;
	height: 750px;
	margin-left: 10%;
	display: flex;
}
.slider_text_content{
	width: 100%;
	height: 300px;
	margin: auto;
}
.slider_text_content h1{
	color: #fff;
	font-size: 33px;
	 font-family: 'dejavu_sansbold';
	 line-height: 60px;
	 margin-top: 150px;
}
.slider_text_content a{
	padding: 15px 30px;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 40px;
	position: absolute;
	text-align: right;
	margin-left: 20px;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
}
.slider_text_content a:hover{
	background-color: rgba(255,255,255,0.5)
}
.slider_text_content a .slider-hr{
	width: 40px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: -20px;
	top: 23px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider_text_content a:hover .slider-hr{
	width: 175px;
}
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .head-text{
	max-width: 800px;
    min-height: 120px;
    background-color: rgba(54,59,63, 0.6);
    margin: 320px auto;
    border-bottom: 10px solid rgba(255,255,255, 0.6);
    position: relative;
    text-align: center;
    font-size: 25px;
    transform: skewX(-20deg);
}
.slider-z-image {
    height: 100%;
    height: 500px;
    height: 100%;
    margin-top: 80px;
    background-image: url(/img/icons/slider-z-image.png);
    background-size: cover;
    background-position: center center;
}

.header_text{
	width: 1020px;
	height: 100vh;
	margin-left: 10%;
}

.sst-title-big {
	display: block;
	position: relative;
	font-size: 45px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	top: 45%;
	width: 100%;
	text-align: center;
	text-shadow: rgb(31 37 53) 0px 0px 5px;
	pointer-events: none;
	user-select: none;
	text-align: left;
	    font-family: "Regular2";
}
.sst-title-big b{
	color: #f5b400;
}

.sst-btn-test{
	color: #fff;
	background-color: #88a7d3;
	border: 2px solid #88a7d3;
	font-weight: bold;
	top: 60%;
	font-size: 16px;
	border-radius: 5px;
	position: absolute;
	height: 20px;
	line-height: 25px;
	padding:10px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    animation: pulse 2s infinite;
}
.sst-btn-test i{
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sst-btn-test:hover{
	background-color:rgba(136,167,211,0.3);
	animation: none;
}
.sst-btn-test:hover .fa-arrow-right{
	margin-left: 15px;
}
@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,172,242,0.5)}70%{-webkit-box-shadow:0 0 0 10px rgba(0,172,242,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(0,172,242,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(0,172,242,0.5);box-shadow:0 0 0 0 rgba(0,172,242,0.5)}70%{-moz-box-shadow:0 0 0 10px rgba(0,172,242,0);box-shadow:0 0 0 10px rgba(0,172,242,0)}100%{-moz-box-shadow:0 0 0 0 rgba(0,172,242,0);box-shadow:0 0 0 0 rgba(0,172,242,0)}}
#about{
	width: 100%;
	background-color: #e8edf0;
}
.about{
	width: 1200px;
	height: 550px;
	margin: 50px auto;
}
.about-text{
		width: 700px;
	height: 400px;
	float: right;
	position: relative;
	}
	
	.color-white{
		width: 500px;
	   height: 250px;
		position: absolute;
		left:200px;
		top: 0;
		
	}
	.color-white h1{
		font-size: 25px;
		color: #000100;
		 font-family: 'dejavu_sansbold';
		margin-left: 0px;
		margin-top: 120px;
	}
	.color-white p{
		font-size: 14px;
    line-height: 25px;
    color: #66788a;
    padding: 5px;
    margin-left: -5px;
    font-family: 'dejavu_sansbook';
	}
	.link{
		width: 80px;
		height: 20px;
		position: absolute;
		color: #fff;
		text-align: center;
		padding: 10px 15px;
		line-height: 23px;
		font-family: 'bpg_nino_medium_capsregular';
        font-weight: bold;
		font-size: 14px;
		overflow: hidden;
		left: 200px;
		top: 390px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
	}
	  
	.link:hover{
		background-color :#88a7d3;
		color: #fff;
		
	}
	

	.about-image{
		width: 680px;
		height: 501px;
		margin-left: 0px;
		margin-top: 0px;
		position: absolute;
		z-index: 9999;
		background-size: 100% 100%;
		background-size: cover;
		background-position: center center;
		z-index: 999;
		background-image: url(../img/marula/about-image.png);
	}
	
#team{
	width: 1200px;
	margin:auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}
#team h1{
    margin: 10px 0px;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 30px;
    color: #2d2d2d;
}
.team_a{
    position: absolute;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 0;
    color: #c6c6c6;
    font-weight: normal;
    font-size: 20px;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.team_a:hover{
   text-decoration: underline;
}
.team{
	width: 380px;
	height: 430px;
	margin: 10px;
	float: left;
	background-image: url(../img/Untitdfgdfled-2.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	
}


.h1 {
    width: 283px;
    margin: 20px auto;
    font-size: 26px;
    text-align: center;
    height: 70px;
    font-family: "Regular2";
    position: relative;
    color: #000;
}
.shape-top {
    width: 200px;
    border-bottom: 1px solid #014a7f;
    position: absolute;
    bottom: 23px;
    left: 20px;
}
.shape-bottom {
    width: 200px;
    border-bottom: 1px solid #88a7d3;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.team_href{
	width: 160px;
	height: 40px;
	background-color: #e8edf0;
	margin: 30px auto;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    line-height: 44px;
    color: #000;
    border-radius: 30px;
      -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.team_href i{
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #014a7f;
}
.team_href:hover{
	background-color: #014a7f;
    color: #fff;
}
.team_href:hover.team_href i{
	 color: #fff;
}
#Download-the-file{
	width: 100%;
	height: 400px;
	background-size: cover;
	position: relative;
}
.Download-the-file{
	position: relative;
	z-index: 9;
	
}

.Download-the-file p{
	    font-family: "Regular2";
	    text-align: center;
	    color: #000;
	    font-size: 19px;
	    text-align: left;
}

.Download-the-file a i{
	 color: #014a7f;
    font-size: 24px;
    width: 50px;
    height: 50px;
    margin-top: 20px;
}
.Download-the-file a:hover{
	opacity: 0.4;
}
::placeholder { 
  color: #807d82;
  font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
}
#news{
    width: 1300px;
    min-height: 50px;
	margin:30px auto;
	position: relative;
}
#news h1{
	font-family: 'dejavu_sansbold';
	margin-left: -70px;
	 font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.news{
	width: 400px;
	height: 380px;
	display: inline-block;
	margin: 14px;
	background-color: #ecf3fd;
	position: relative;
}

.news-image{
	width: 100%px;
	height: 230px;
	background-size: cover;
	background-position: center center;
}
.date {
    width: 85px;
    height: 20px;
    color: #000;
    font-size: 12px;
    margin-top: 12px;
    line-height: 12px;
    margin-left: 10px;
    text-align: right;
}
.news h2{
	width: 100%;
	text-align: center;
    font-size: 20px;
        font-family: "Regular2";
    text-align: left;
    position: relative;
    padding: 10px;
    color: #000;
}
.news p{
	width: 95%;
	margin: auto;
	height: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
	margin-top: -3px;
	text-align: left;
	font-family: 'dejavu_sansbook';
	border-bottom: 1px solid rgba(0,0,0,0.2)
}
.news a{
    margin-top: -26px;
    position: absolute;
    right: 10px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news a::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 10px;
    background-color: #014a7f;
    border-radius: 10px;
    height: 1px;
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_a{
color: #014a7f;
margin-left: 4px;
}

.news a:hover{
	color: #014a7f;
}
.news a:hover::before{
	 width: 76px;
}
.all_news{
    position: absolute;
    width: 150px;
    color: #000;
    right: -80px;
    margin-top: -25px;
    font-size: 17px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    text-decoration: none;
}
.all_news:hover{
    color: #014a7f;
}

@media only screen and (max-width: 1700px) {
	#slider {
    height: 800px;
}
.header_text{
	height: 800px;
}
.sst-title-big{
	margin-top: 10px;
}
}
@media only screen and (max-width: 1600px) {
	#slider {
    height: 750px;
 
}

}
@media only screen and (max-width: 1500px) {
	#slider {
    height: 700px;
 
}
.sst-title-big{
	margin-top: -30px;
}
#news{
	width: 1200px;
}
.news{
	width: 364px;
}
#news h1{
	margin-left: 10px;
}
.all_news{
	right:15px;
}
}
		
@media only screen and (max-width: 1300px) {
	#slider {
    height: 650px;
 
}

}
@media only screen and (max-width: 1220px) {
	#slider {
    height: 600px;
}
.about{
	width: 380px;
}
.about-text{
	width: 380px;
}
.color-white{
	width: 380px;
	left: 0;
}
.about-image{
	display: none;
}
.color-white h1{
	width: 300px; 
	margin-top: 50px;
}
.link{
	left: 0px;
    top: 320px;
}
.about{
	height: 450px;
}
#team {
    width: 805px;
}

#news{
	width: 747px;
	margin: 50px auto;
	
}
.news{
	width: 364px;
	margin: 10px 0px;
}
#news h1{
	margin-left: 10px;
}
.all_news{
	right:15px;
}
}
@media only screen and (max-width: 1210px) {
	.sst-title-big{
	margin-top: -110px;
}
.header_text{
	width: 500px;
}
.sst-btn-test{
	top: 64%;
}
}
@media only screen and (max-width: 950px) {

	
}
@media only screen and (max-width: 850px) {
#team{
	width: 380px;
	overflow: hidden;
}
}

@media only screen and (max-width: 800px) {
	#slider {
    height: 500px;
 
}

#news{
	width: 364px;
	margin: 50px auto;
	
}
}
@media only screen and (max-width:600px) {
.header_text {
    width: 360px;
}
.about {
    width: 360px;
}
.about-text {
    width: 350px;
}
.color-white {
	 width: 360px;
}

}

@media only screen and (max-width:500px) {
.header_text {
   margin-left: 2%;
}
.sst-btn-test{
font-size: 12px !important;
}
 .sst-title-big {
          line-height: 35px;
    }
}

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


}