#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;
    background-color: #f2f4f6;
}
   #ul 
   {
   	  width: 18%;
   	  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: #014a73;
     margin-left: 13px;
     cursor:pointer;
    
   }
   
   #ul li:first-child 
   {
   	background-color:#fc6168;
   }
.container {
      color: #333;
      text-align: center;
      width: 400px;
      margin:-30px auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      align-items: center;
      justify-content: center;
      
    }

    .container>ul>li {
      display: inline-block;
      font-size: 1.5em;
      list-style-type: none;
      padding: 5px;
      
      text-transform: uppercase;
          font-family: "Regular2";
          color: #024975;
    }

    .container>ul>li span {
      display: block;
      font-size: 2.1rem;
      color: #fc6168
    }
.timer{
	width: 400px;
	margin: 50px auto;
	font-family: "Regular2";
	text-align: center;
}
.slider_border{
	width: 1400px;
	margin:200px auto;
	overflow: hidden;
	border-radius: 10px;
}
.sliderimage{
   	position: absolute;
	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;
	width: 600px;
	height: 400px;
	border-radius: 10px;
	margin-left: 800px;
	border: 3px solid #fff;
	    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / /15%);
	overflow: hidden;
   }
 

.aroow-left{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #014a73;
	background-color: #014a73;
	position: absolute;
	cursor: pointer;
	right: 6%;
	bottom: 1%;
	font-size: 23px;
	text-align: center;
	line-height: 43px;
	color: #fc6168;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left:hover{
	background-color: rgba(1,74,115,0.5);
}
.aroow-right{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #014a73;
	background-color: #014a73;
	position: absolute;
	cursor: pointer;
	right: 10%;
	bottom: 1%;
	font-size: 23px;
	text-align: center;
	line-height: 43px;
	color: #fc6168;
	
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-right:hover{
	background-color: rgba(1,74,115,0.5);
}

.fa-mobile-alt,.fa-envelope,.fa-map-marker-alt{
	font-size: 47px;
	color: #00a3e0;
	margin: 40px auto;
}
.slider_bg pre{
	color: #fff;
	font-size: 45px;
	font-family: "Regular2";
	margin-top: 15px;
	margin-left: 10px;
}
.slider_arr{
	position: absolute;
	opacity: 0;
	z-index: -1;
		-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider_arr:first-child{
	opacity: 1;
	z-index: 99;
}
.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)}}
.slider_tex{
	float: left;
	position: absolute;
	margin-left: 0;
}
.slider_tex h1{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	color: #004972;
	margin-top: 90px;
}
.slider_text{
	width: 600px;
	color: #29292b;
	font-family: "Regular";
	line-height: 24px;
	font-size: 15px;
}
.link_slider{
    width: 90px;
    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: 00px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #014a73;
    border-radius: 20px;
}
.link_slider:hover{
	 background-color: #fe6168;
}
#about{
	width: 100%;
}
.about{
	width: 1000px;
	height: 400px;
	margin: 50px auto;
}
.about-text{
		width: 100%;
	    
	}
	
	.color-white{
		width: 500px;
	   height: 250px;
		position: absolute;
		left:200px;
		top: 0;
		
		
	}
	.about h1{
		font-size: 33px;
		color: #000100;
		 font-family: "Regular2";
		width: 380px;
		margin: auto;
		text-align: center;
		position: relative;
	}
	.about p{
		font-size: 14px;
    line-height: 25px;
    color: #66788a;
    padding: 5px;
    margin-left: -5px;
    font-family: "Regular";
    text-align: center;
	}
	.about h1::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 105px;
    background-color: #81a6b9;
    border-radius: 10px;
    height: 1px;
    width: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about h1::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 130px;
    background-color: #81a6b9;
    border-radius: 10px;
    height: 1px;
    width: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

	.link{
		width: 100px;
		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;
		margin-left: 420px;
		margin-top: 10px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #024975;
    border-radius: 20px;
	}
	  
	.link:hover{
		background-color :#fc6168;
		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.jpg);
	}
	

#products h1{
    margin: 10px 0px;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 30px;
    color: #2d2d2d;
}

.section{
	width: 270px;
	height: 110px;
	margin: 14px;
	float: left;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	-moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    border-radius: 10px;
    overflow: hidden;
}
.section_image{
	height: 220px;
	background-size: cover;
	background-position: center center;
	
}
.section:hover{
	opacity: 0.6;
	border-radius: 0px;
}
.section p{
	width: 270px;
	margin: auto;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: -180px;
    position: relative;
    line-height: 20px;
    color: #343332;
}
.section p:after{
	content: "";
    position: absolute;
    width: 60px;;
	height: 3px;
	left: 105px;
   background-color: #024975;
   bottom: -5px;
   border-radius: 50px;
}
.h1 {
    width: 283px;
    margin: 20px auto;
    font-size: 26px;
    text-align: center;
    height: 70px;
    font-family: "Regular2";
    position: relative;
    color: #000;
}

#section_category{
    width: 100%;
    min-height: 50px;
	margin:0px auto;
	position: relative;
	background-color: #f3f4f6;
	overflow: hidden;
}

.section_category{
	margin: auto;
	width: 1200px;
	overflow: hidden;
}
#section_category h1{
	font-family: "Regular2";
	width: 1300px;
	margin: 20px auto;
	text-align: left;
}
.projects_border{
	width: 1090px;
	margin: auto;
}
.category{
	width: 100px;
	height: 17px;
	background-color: rgba(9,117,197,0.5);
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	padding: 5px;
	border: 2px solid rgba(9,117,197);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-top: 30px;
	position: absolute;
	color: #fff;
}
#news{
	width: 1300px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
#news h1{
	font-size: 33px;
    color: #000100;
    font-family: "Regular2";
    width: 380px;
    margin: auto;
    text-align: center;
    position: relative;
}
#news h1::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 105px;
    background-color: #81a6b9;
    border-radius: 10px;
    height: 1px;
    width: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#news h1::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 130px;
    background-color: #81a6b9;
    border-radius: 10px;
    height: 1px;
    width: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news{
	width: 372px;
	height: 350px;
	background-color: #f3f4f6;
	float: left;
	margin: 15px 30px;
	border-radius: 20px;
	 -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.news:hover{
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / /15%);
}
.news_image{
	height: 220px;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.news_link{
    width: 100px;
    height: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 11px 30px;
    line-height: 23px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 16px;
    left: 45%;
    top: 500px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #ffffff;
    color: #514d4f;
    border-radius: 20px;
        -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 /10%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / /10%);
}
.news_link:hover{
	  background-color: #014a73;
    color: #fff;
}
.date{
	background-color: #014a73;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	position: absolute;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 1.3px;
    margin-left: -20px;
    margin-top: 30px;
}
.news h3{
	padding: 10px;
	color: #292929;
}
.news p{
	padding: 0px 10px;
	color: #292929;
	font-family: "Regular";
	line-height: 20px;
	font-size: 13px;
}
.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;
 
}

.slider_border{
		width: 1200px;
	}

.slider_text{
	width: 450px;
}
.sliderimage {
   height: 350px;
   width: 500px;
    margin-left: 700px;
}}
@media only screen and (max-width: 1350px) {
	#products{
    width: 1200px;
}
.products {
    width: 280px
	}
	.products p:after {
    left: 102px;
	}
	#section_category h1{
		width: 100%;
		text-align: center;
	}
	#news{
		width: 1200px;
	}
	.news {
    width: 362px;
  
    float: left;
    margin: 15px 18px;
	}
}		
@media only screen and (max-width: 1300px) {
	#slider {
    height: 650px;
 
}
.slider_border{
		width: 1000px;
	}

.slider_text{
	width: 400px;
}
.sliderimage {
   height: 300px;
   width: 400px;
    margin-left: 600px;
}

.aroow-left {
    right: 5%;
	}
.slider_tex h1 {
    margin-top: 33px;
}}
@media only screen and (max-width: 1220px) {
	#slider {
    height: 600px;
}
	.section_category{
		width: 901px;
	}
	#news{
		width: 800px;
		    height: 900px;
	}
	.news_link {
  
    top: 845px;
	}
}

@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: 1200px) {
	.sliderimage{
		display: none;
	}
	.slider_border {
    width: 376px;
}
.about{
	width: 90%;
}
.link{
	margin-left: 37%;
}
}
@media only screen and (max-width: 950px) {

	#products {
    width: 603px;
}
.link{
	margin-left: 34%;
}
.aroow-left {
    right: 2%;
}
.section_category{
		width: 601px;
	}
}
@media only screen and (max-width: 850px) {

#news{
		width: 400px;
		    height: 1300px;
	}
	.news_link {
  
       top: 1244px;
       left: 31%;
	}
}

@media only screen and (max-width: 800px) {
	#slider {
    height: 500px;
 
}
.slider_border {
    margin: 126px auto;
	}
.sst-title-big{
	font-size: 24px;
}
#projects{
	width: 364px !important;
	margin: 50px auto;
	
}
.projects_border {
    width: 362px;
    margin: auto;
}
.header_text {
    height: 595px;
}
#ul {
    width: 25%;
	}
	
.aroow-right {
    right: 12%;
}
}
@media only screen and (max-width:650px) {
	.products {
    width: 300px;
	}
	#products {
    width: 322px;
}
	.products p:after {
    left: 107px;
	}
.header_text {
    width: 360px;
}
.about {
    width: 360px;
}
.about-text {
    width: 350px;
}
.color-white {
	 width: 360px;
}
.slider_bg pre {
    font-size: 24px;
}
.link {
    margin-left: 17%;
}
.section_category{
		width: 301px;
	}
	#ul li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    display: inline-block;
    background-color: #014a73;
    margin-left:5px;
    cursor: pointer;
}
}

@media only screen and (max-width:500px) {
	.link {
    margin-left: 24%;
}
.slider_text {
       width: 336px;
       font-size: 13px;
}
#ul {
    width: 35%;
	}
	.aroow-right {
    right: 18%;
}
.slider_border {
    width: 326px;
}
.slider_tex h1 {
   font-size: 20px;
}
}

@media only screen and (max-width:450px) {
.link {
    margin-left: 27%;
}

}