#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: #ffffff;
     margin-left: 13px;
     cursor:pointer;
    
   }
   
   #ul li:first-child 
   {
   	background-color:#ffd801;
   }

.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: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
   }
  .sliderimage:first-child 
   {
   	opacity: 1;
   }
.sliderimage::before {
    content: "";
    position: absolute;
    top:0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	position: absolute;
	cursor: pointer;
	right: 6%;
	bottom: 1%;
	font-size: 23px;
	text-align: center;
	line-height: 43px;
	color: #000;
	 -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(255,255,255,0.3);
}
.aroow-right{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	position: absolute;
	cursor: pointer;
	right: 10%;
	bottom: 1%;
	font-size: 23px;
	text-align: center;
	line-height: 43px;
	color: #000;
	
	 -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(255,255,255,0.3);
}
.page-mone-h {
    height: 100%;
    width: 900px;
    display: flex;
    margin: auto;
}
.page-mone {
    width: 100%;
    height: 10px;
    border: 1px solid rgba(255,255,255,0.0);
    position: relative;
    margin: auto;
}
.page-mone h1 {
    color: #fff;
    height: 50px;
    text-align: center;
    width: 100%;
    margin-left: 7px;
    margin-top: 0px;
    line-height: 50px;
    font-size: 45px;
    font-family: "Regular2";
}
.slider_link {
   width: 100px;
    height: 20px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 8px 13px;
    line-height: 23px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-left: 43%;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color:rgba(255,255,255,0.2);
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 20px;
}
.slider_link:hover{
	background-color:rgba(255,255,255,0.9);
	color: #000;
}

.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)}}
#about{
    width:100%;
    height: 940px;
    margin: 50px auto;
    position: relative;
}
.about{
	width: 1200px;
	margin:  auto;
}
.about_image_left{
	position: absolute;
	width: 490px;
	height: 630px;
	margin-top: 100px;
	margin-left: -100px;
	background-color: #000;
	 background-position: center center;
	 background-size: cover;
   
}
.about-image{
    width: 30%;
    height: 670px;
    margin-left: 100px;
    position: absolute;
    background-size: cover;
    background-position: center center;
   
    z-index: 2;
}
.about_fontact{
	position: absolute;
	bottom: 5px;
	left: -0px;
	color: #fff;
    color: #fff;
    border-radius: 50px;
    border-left:none !important;
}


.image_color {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(1,156,239,0.2);
    background-image: url(../img/icons/awea3.png);
    width: 100%;
    height: 100%;
}
.company{
	width: 275px;
	height: 528px;
	border: 5px solid rgba(255,255,255,0.4);
	margin: 50px;
}
.company img{
	margin-top: 170px;
	width: 170px;
	margin-left: 10px;
}

.sst-btn-about{
	width: 100px;
	height: 15px;
	color: #fff;
	background-color:#000000;
	border: 2px solid #000000;
	font-weight: bold;
	margin-top: 290px;
	margin-left: 20px;
	position: absolute;
	font-size: 15px;
	padding: 12px;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
	    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.sst-btn-about:hover{
	background-color: rgba(0,0,0,0.4);
	color: #fff;
}
.sst-btn-about:hover::before {
	
	left: -20px;
	width: 10px;
}
.about-text_1 {
    width:500px;
    height: 450px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 150px;
    margin-right: 10px;
    font-size: 15px;
   
}
.color-white_1 {
   width:100%;
    height: 250px;
    position: absolute;
    left: 20px;
}
.color-white_1 h3{
    font-size: 25px;
    color: #222;
    margin-left: 0px;
    margin-top: 0px;
    width: 500px;
    position: relative;
    font-family: "Regular2";
    font-weight: bold;
}
.color-white_1 h3::before {
    content: "";
    position: absolute;
    top: 35px !important;
    left: 0px;
    background-color: #000;
    height: 1px;
    width: 100px;
    border-radius: 10px;

}
.color-white_1 h3::after{
    content: "";
    position: absolute;
    top: 40px !important;
    left: 0px;
    background-color: #000;
    height: 1px;
    width: 50px;
    border-radius: 10px;

}
.color-white_1 h3 b{
	color: #019cef;
}
.color-white_1 h1::after{
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #f5c930;
    border-radius: 10px;
    height: 1px;
    width: 70px;

}
.color-white_1 p{
	font-weight: normal;

}

.link_1 {
    width: 180px;
    height: 20px;
    position: absolute;
    color: #ecad06;
    text-align: right;
    padding: 10px 15px;
    line-height: 23px;
    font-family: "BPG Arial Caps", sans-serif;
    font-size: 14px;
    overflow: hidden;
    left: 320px;
    top: 330px;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.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: 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: 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: left;
	}
	.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;
	}
	.sst-btn-about i{
		color: #ffd701;
	}
	.link:hover{
		background-color :#fc6168;
		color: #fff;
		
	}
	

	.about-image{
		width: 490px;
		height: 601px;
		margin-left: 0px;
		margin-top: 30px;
		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);
	}
	
.group_image{
	height: 220px;
	background-size: cover;
	background-position: center center;
	
}
#products h1{
    margin: 10px 0px;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 30px;
    color: #2d2d2d;
}

.group{
	width: 270px;
	height: 310px;
	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;
}
.group:hover{
	opacity: 0.6;
	border-radius: 0px;
}
.group p{
	width: 270px;
	margin: auto;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 20px;
    position: relative;
    line-height: 20px;
    color: #343332;
}
.group p:after{
	content: "";
    position: absolute;
    width: 60px;;
	height: 3px;
	left: 105px;
   background-color: #000;
   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;
}

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

.group_category{
	margin: auto;
	width: 1200px;
	overflow: hidden;
}
#group_category h1{
	font-size: 33px;
    color: #000100;
    font-family: "Regular2";
    width: 380px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

#group_category 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;
}
#group_category h1::after {
    content: "";
    position: absolute;
    top: 43px;
    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;
}
.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;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.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: 46%;
    margin-top: 600px;
    -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{
	width: 100px;
	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;
}
.Advantages_2 {
    width: 1210px;
    margin: auto;
    overflow: hidden;
    height: 350px;
}
iframe {
    width: 1225px;
}
#Advantages h1{
	font-size: 33px;
    color: #000100;
    font-family: "Regular2";
    width: 380px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

#Advantages 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;
}
#Advantages h1::after {
    content: "";
    position: absolute;
    top: 43px;
    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;
}
@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) {
	
.aroow-left {
    right: 5%;
}
	#slider {
    height: 700px;
 
}
.sst-title-big{
	margin-top: -30px;
}
#projects{
	width: 1200px !important;
}
.news{
	width: 364px;
}
#projects h1{
	margin-left: 10px;
}
.all_news{
	right:15px;
}
}
@media only screen and (max-width: 1350px) {
	#products{
    width: 1200px;
}
.products {
    width: 280px
	}
	.products p:after {
    left: 102px;
	}
	.page-mone h1 {
    font-size: 35px;
	}
	.aroow-right {
    right: 12%;
	}
	
}		
@media only screen and (max-width: 1300px) {
	#slider {
    height: 650px;
 
}

}
@media only screen and (max-width: 1220px) {
	#slider {
    height: 600px;
}
	#products{
    width: 900px;
}
.pr_7,.pr_6{
	display: none;
}
.group_category {
    width: 605px;
	}
.about{
	width: 839px;
}
.about-text{
	width: 380px;
}
.slider_bg pre{
	font-size: 34px;
}
.color-white{
	width: 380px;
	left: 0;
}
.about-image {
    width: 328px;
	}
	.about_image_left {
    width: 317px;
	}
.color-white h1{
	width: 300px; 
	margin-top: 50px;
}
.link{
	left: 0px;
    top: 320px;
}
.about{
	height: 450px;
}
#team {
    width: 805px;
}

.team_color{
	height: 213px;
	background-color: rgba(1,74,127,0.8);
}
.team_color b{
	color: #fff;
}
.team_color pre{
	color: #9b9b9b;
}
.team_color p{
	color: #f1f1f1
}
#projects{
	width: 747px !important;
	margin: 50px auto;
	
}
.news{
	width: 364px;
	margin: 10px 0px;
}
#projects h1{
	margin-left: 10px;
}
.all_news{
	right:15px;
}
.projects_border {
    width: 726px;
    margin: auto;
}
}

@media only screen and (max-width: 1210px) {
	.sst-title-big{
	margin-top: -110px;
}
.header_text{
	width: 500px;
}
.sst-btn-test{
	top: 64%;
}
.Advantages_2 {
    width: 850px;
}
.sdfsdfsdf{
    width: 850px;
}
}
@media only screen and (max-width: 1100px) {
	.about_image_left {
    display: none;
	}
}
@media only screen and (max-width: 950px) {

	#products {
    width: 603px;
}
.pr_4,.pr_5{
	display: none;
}
.page-mone-h {
    width: 600px;
}
.slider_link {
    margin-left: 40%;
}
.page-mone h1 {
    line-height: 40px;
	}
.slider_link {
    margin-top: 19px;
	}
	.about-image {
    display: none;
	}
	.about {
    width: 502px;
        height: 447px;
        margin:0px auto;
	}
	#about {
    width: 100%;
    height: 640px;
    margin: -8px auto;
	}
	
}
@media only screen and (max-width: 850px) {
#team{
	width: 380px;
	overflow: hidden;
}
.Advantages_2 {
    width: 370px;
}
.sdfsdfsdf {
    width: 400px;
}
}

@media only screen and (max-width: 800px) {
	#slider {
    height: 500px;
 
}
.sst-title-big{
	font-size: 24px;
}
#projects{
	width: 364px !important;
	margin: 50px auto;
	
}
.projects_border {
    width: 362px;
    margin: auto;
}
.header_text {
    height: 595px;
}
}
@media only screen and (max-width:650px) {
	.products {
    width: 300px;
	}
	#products {
    width: 322px;
}
	.products p:after {
    left: 107px;
	}
.header_text {
    width: 360px;
}
.about {
    width: 380px;
    overflow: hidden;
}
.about-text_1 {
    width: 378px;
    height: 450px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 150px;
    margin-right: 12px;
    font-size: 15px;
}
.sst-btn-about {
   margin-top: 318px;
 
	}
	.group_category {
    width: 290px;
	}
	.about-text_1 {
   
    margin-top: 60px;
	}
.about-text {
    width: 350px;
    
}
.color-white {
	 width: 360px;
}
.slider_bg pre {
    font-size: 24px;
}
.aroow-left{
    right:3%;
}
.page-mone-h{
	width: 350px;
}
.page-mone h1{
	font-size: 28px;
}
#ul {
    width: 21%;
	}
#ul li {
    margin-left: 6px;
	}
	.slider_link {
    margin-left:33%;
}
}

@media only screen and (max-width:500px) {
.aroow-right {
    right: 17%;
}
#ul {
    width: 25%;
}
}

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


}