#slider{
	width: 100%;
	height: 100vh;
}
    #ul 
   {
   	  width: 200px;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
   	  right: 150px;
      position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 50px;
   	 height:50px;
   	 border-radius: 20px;
     display: inline-block;
     margin-left: 5px;
     font-size: 24px;
     cursor:pointer;
     font-family: 'bpg_nino_medium_capsregular';
     font-weight: bold;
     color: #fff;
   }
   
   #ul li:first-child 
   {
   color:#43c5f5
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center bottom;
	-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;
   }
  .aroow-left{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	right: 60px;
	bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left:hover{
	
	color: #43c5f5
}
.aroow-right{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	right: 115px;
	bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-right:hover{

	color: #43c5f5
}

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


.sst-title-big {
	display: block;
	position: relative;
	font-size: 45px;
	line-height: 1.4;
	color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
    -webkit-text-stroke-color: #fff;
    color: #fff;
	text-align: left;
    font-family: "Regular2";
    
}
.sst-title-big b{
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width:3px;
	padding: 10px 5px;
	color: transparent;
	font-size: 90px;
	box-sizing: border-box;
}
.sst-title-big b::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 2px;
    background-color: #50afff;
    height: 24px;
    width: 300px;
    z-index: -1;
}
.sst-title-big span{
	color: #eee77f;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color:  #eee77f;
	font-family: "Regular2";
	font-weight: bold;
	font-size: 55px;
	top: 80px;
	width: 400px;
	height: 25px;
	position: absolute;
	left: 0;
	padding:10px;
    border-radius: 5px;
}
.sst-title-big span:after{
	content: "";
    position: absolute;
    top: 47px;
    left: 10px;
    background-color: #42c3f5;
    height: 23px;
    width: 190px;
    z-index: -1;
}
.slider-link{
	color: #fff;
	background-color: #42c3f5;
	border: 3px solid #fff;
	font-weight: bold;
	margin-top: 130px;
	font-size: 22px;
	border-radius: 50px;
	position: absolute;
	height: 20px;
	line-height: 25px;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pulse 2s infinite;
	font-family: 'bpg_nino_medium_capsregular';
	-webkit-text-stroke-width: 0px;
}
.slider-link i{
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-link:hover{
	background-color:#eee77f;
	color: #4f4f53;
}
.slider-link:hover .fa-arrow-right{
	margin-left: 10px;
	color: #42c3f5;
}

.container_color{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 100%;
	animation: example 5s infinite;
	animation-duration: 10s;
	animation-delay: 2s;
	transition: all 0.3s ease-in-out 0s;
	
}
.slider_box{
	width: 150px;
	height: 190px;
	position: absolute;
	z-index: 9999;
	margin-top: -140px;
	margin-left: 15%;
}
.hr{
	height: 180px;
	width: 2px;
	margin-left: 55px;
	background-color: #fff;
	animation: examples 5s infinite;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.fa-angle-down{
	color: #fff;
	position: absolute;
	margin-left: 50.8px;
	margin-top: -7px;
	font-size: 13px;
}
.slider_box ul{
	list-style: none;
	position: absolute;
	left: 35px;
}
.slider_box ul li{
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-top: -5px;
	
}
.icons{
	width: 110px;
	position: absolute;
	left: 100px;
	top: 100px;
}
.icons a{
	text-decoration: none;
}
.icons a i{
	color: #fff;
	font-size: 20px;
	margin: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icons a i:hover{
	color: #f5b400;
}
@keyframes examples {
	0%   {
		height: 60%;
	}
	25%  {
		height: 100%;
	}
	50%  {
		height: 60%;
	}
	75%  {
		height: 100%;
	}
	100% {
		height: 60%;
	}
}

.title {
    color: #343536;
   font-family: 'dejavu_sansbold';
    text-align: center;
    font-size: 45px;
    border-radius: 30px;
    width: 380px;
    margin: 100px auto;
    position: relative;
}
.title::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 105px;
    background-color:#50afff;
    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;
}
.title::after {
    content: "";
    position: absolute;
    top: 81px;
    left: 130px;
    background-color:#343536;
    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;
}

#about{
    width:100%;
    background-color: #eff4fb;
    height: 840px;
    position: relative;
}
.about{
	width: 1200px;
	margin:  auto;
}
.about_image_left{
	position: absolute;
	width: 200px;
	height: 670px;
	margin-top: 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:#019cef;
	border: 2px solid #019cef;
	font-weight: bold;
	margin-top: 310px;
	margin-left: 20px;
	position: absolute;
	font-size: 15px;
	padding: 12px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	-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: transparent;
	color: #50afff;
}
.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: #50afff;
    height: 1px;
    width: 100px;
    border-radius: 10px;

}
.color-white_1 h3::after{
    content: "";
    position: absolute;
    top: 40px !important;
    left: 0px;
    background-color: #50afff;
    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;
}

#Feedback{
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center center;
	margin-top: 150px;
	position: relative;
}
.Feedback_color_blur{
    width: 500px;
    height: 550px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: 10%;
    border-left:1px solid rgba(255,255,255,0.1);
    border-right:1px solid rgba(255,255,255,0.1);
    margin-top:0px;
}
.Feedback_text{
	font-size: 70px;
	width: 700px;
	margin-top:60px;
	font-family: "Regular2";
	color: #fae499;
	margin-left: 21px;
}
.Feedback_text b{
	font-size:35px;
	color:  transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #50afff;
    margin-top: -5px;
    position: absolute;
}
.Feedback_text pre{
	font-size: 17px;
	display: inline-table;
	font-family: "Regular2";
	line-height: 50px;
	height: 35px;
	color: #fff;
	padding:0px 5px;
	margin-top: -50px;
	position: absolute;
	border-radius: 3px;
}
.forms{
	width:465px !important;
	margin-top: 10px  !important;
}
.block-footer-top{
	position: absolute;
    background-color: #50afff;
    border: 3px solid #50afff;
    background-color: rgba(255,255,255,0.1);
    background-image: url(/img/icons/awea.png);
    width: 90%;
    height: 48px;
    outline: none;
    border-radius: 50px;
    left: 4%;
    margin-top: 130px;
    font-size: 15px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.block-footer-top:hover{
	 background-color: rgba(0,163,224,0.5);
}
::placeholder {
  color: rgba(255, 255, 255, 0.3)
}

.header_text_auto{
	display:flex;
}
.auto_flex{
	margin: auto;
	height: 250px;
}
.sst-btn-test_2{
    width: 100px;
    height: 60px;
    color: #fae499;
    font-weight: bold;
    margin-top:20px;
    font-size: 17px;
    line-height: 25px;
    position: relative;
    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;
    transform: rotate(15deg);
     border-radius: 10px;
      color: #0cace9;
     
}
@-webkit-keyframes pulse{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(0,157,238,0.5);
		box-shadow: 0 0 0 0 rgb(0 157 238 / 50%);
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(0,157,238,0,0);
		box-shadow: 0 0 0 10px rgb(0 157 238 / 0%);
		}
	
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(0,157,238,0,0);
		box-shadow: 0 0 0 0 rgb(0 157 238/ 0%);
	}
}
@keyframes pulses{
	0%{
		-moz-box-shadow: 0 0 0 0 rgba(0,157,238,0.5);
		box-shadow: 0 0 0 0 rgb(0 157 238 / 50%);
	}
	70%{
		-moz-box-shadow: 0 0 0 10px rgba(0,157,238,0,0);
		box-shadow: 0 0 0 10px rgb(0 157 238 / 0%);
	}
	
	100%{
		-moz-box-shadow: 0 0 0 0 rgba(0,157,238,0);
		box-shadow: 0 0 0 0 rgb(0 157 238/ 0%);
	}
}

.sst-btn-test_2:hover{
  color: #fff
}
.sst-btn-test_2::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 80px;
    background-color: rgba(66,195,245,0.2);
    background-image: url(/img/icons/awea.png);
    border: 3px solid #019cef;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -11;
     left: 10px;
      animation: pulse 2s infinite;
    top: 10px;
}
.sst-btn-test_2:hover::before{
	 background-color: #019cef;
    border: 3px solid #019cef;
}
.sst-btn-test_2 img {
    transform: rotate(-15deg);
    margin-top: 24px;
    margin-left: 15px;
    position: absolute;
    width: 27px;
}
.sst-btn-test_2 p{
    transform: rotate(-15deg);
    margin-top: 38px;
    margin-left: -32px;
    text-align: center;
    font-size: 18px;
    width: 200px;
    color: #fff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}

#about{
    width:100%;
    background-color: #e7eefe;
    height: 830px;
    position: relative;
}
.about{
	width: 1200px;
	margin: 100px auto;
	position: relative;
}
.about_image_left{
	position: absolute;
	width: 200px;
	height: 670px;
	margin-top: 100px;
	background-color: #000;
	 background-position: center center;
	 background-size: cover;
   
}
.about-image{
    width: 48%;
    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;
}

.sst-btn-about{
	width: 100px;
	height: 15px;
	color: #fff;
	background-color:#019cef;
	border: 2px solid #019cef;
	font-weight: bold;
	margin-top: 290px;
	margin-left: 20px;
	position: absolute;
	font-size: 15px;
	padding: 12px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	-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: transparent;
	color: #50afff;
}
.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: 240px;
    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: 65px;
    left: 0px;
    background-color: #50afff;
    height: 1px;
    width: 100px;
    border-radius: 10px;

}
.color-white_1 h3::after{
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #50afff;
    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;
}
#Why_Choose_Us{
	width: 1300px;
	margin: auto;
	overflow: hidden;
}
.title2 {
    color: #343536;
    font-family: "Regular2";
    text-align: center;
    font-size: 45px;
    width: 680px;
    margin: 80px auto;
    position: relative ;
}
.title2::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 255px;
    background-color: #019cef;
    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;
}
.title2::after {
    content: "";
    position: absolute;
    top: 65px;
    left: 280px;
    background-color: #019cef;
    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;
}
.title {
    color: #343536;
    font-family: "Regular2";
    text-align: center;
    font-size: 45px;
    border-radius: 30px;
    width: 480px;
    margin: 80px auto;
    position: relative ;
   
}
.title::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 155px;
    background-color: #019cef;
    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;
}
.title::after {
    content: "";
    position: absolute;
    top: 65px;
    left: 180px;
    background-color: #019cef;
    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;
}
.Why_Choose_Us{
	width: 300px;
	height: 400px;
	float: left;
	margin-left: 33px;
	text-align: center;
	color: #878787;
	line-height:  23px;
}
.Why_Choose_Us:first-child {
 margin-left: 0px;
}
.Why_Choose_Us i{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #e7eefe;
	text-align: center;
	color: #019cef;
	font-size: 60px;
	line-height: 180px;
}
.Why_Choose_Us p{
	width: 100%;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    color: #000000;
}
.Why_Choose_Us div{
	margin-top: 10px;
}
#servise{
	width: 100%;
	background-color: #e7eefe;
	margin-top: 10px;
	overflow: hidden;
}
.servise_border{
	width: 1300px;
	margin: -40px auto;
	overflow: hidden;
	padding: 30px 0px;
}
.servise{
	width: 390px;
	height: 470px;
	float: left;
	margin: 25px 20px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.servise h3{
	width: 250px;
	margin: auto;
	background-color: #fff;
	color: #000;
	padding: 18px;
	text-align: center;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /25%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 25%);
    margin-top: 440px;
    z-index: 9999999;
}
.servise_rgb{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1,4,45, 0.4);
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.servise:hover .servise_rgb{
    position: absolute;
    width: 100%;
    height: 100%;
   background-color: rgba(1,4,45, 0.6);
}
.Works_bott {
    width: 340px;
    margin: 540px auto;
    text-align: center;
    position: relative;
    
}
.Works_bott a {
    background-color: #3e3e3e;
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Works_bott a i{
	color: #019cef;
	  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.Works_bott a:hover{
	background-color: #019cef;
}
.Works_bott a:hover i{
	color: #fae499;
}
#Customers{
	width: 1200px;
	height: 720px;
	margin-top: 10px;
	margin: auto;
}
.Customers:nth-child(1){
	margin-left: 44px;
	margin-top: 0px;
	
}
.Customers:nth-child(2){
	margin-top: 0px
}
.Customers:nth-child(3){
	margin-top: 0px
}
.Customers{
	background-image: url(/img/icons/mz.png);
	background-repeat: no-repeat;
	background-position: 155px 20px;
	-webkit-box-shadow: 0 0 25px 0 rgb(0 31 75 /08%);
    box-shadow: 0 0 25px 0 rgb(0 31 75 / 08%);
	border-radius: 50px;
	background-color: #e7eefe;
	width: 340px;
	height: 360px;
	float: left;
	margin-left: 45px;
	margin-top: 40px;
	position: relative;
}
.Customers_text{
	width: 96%;
	margin: auto;
	text-align: center;
    color: #9e9d9d;
    line-height: 21px;
    font-size: 14px;
    margin-top: 65px;
}
.Customers_image{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 130px;
	top: 190px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
		-webkit-box-shadow: 0 0 15px 0 rgb(0 31 75 /18%);
    box-shadow: 0 0 15px 0 rgb(0 31 75 / 18%);
}
.Customers_pre{
	width: 100%;
	text-align: center;
	font-family: "Regular2";
	top: 280px;
	color: #3e3e3e;
	position: absolute;
	font-size: 25px;
}
.Customers pre{
	width: 100%;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	top: 307px;
	color: #019cef;
	position: absolute;
	font-size: 13px;
}
.play{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 141px;
	bottom: -25px;
	background-color: #019cef;
	border: 2px solid #019cef;
	border-radius: 50%;
	color: #fae499;
	display: flex;
	font-size: 22px;
	cursor: pointer;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.play i{
	margin: auto;
}
.play:hover{
	background-color: rgba(1,156,239,0.2);
	color: #019cef;
}
#works{
	width: 1400px;
	margin:  auto;
	overflow: hidden;
	
}
.works:first-child{
	margin-left: 0px;
}
.works{
	width: 329px;
	height: 470px;
	float: left;
	margin-left: 27px;
	position: relative;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
}
.works_rgb{
	 position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(1,4,45, 0.6),rgba(1,4,45,0.3));
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.works_rgb .h3{
	width: 250px;
	left: 30px;
	position: absolute;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
	border-left: none;
	border-right:none;
	bottom: 30px;
	text-align: center;
	padding: 10px;
	
     -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.4s;
}
.works_top_title{
	background-color: rgba(255,255,255,0.3);
	z-index: 999;
	padding: 5px 15px;
	display: inline-table;
	font-family: "Regular";
	font-weight: bold;
	letter-spacing: 1.3px;
	color: #fff;
	line-height: 30px;
	border-radius: 30px;
	margin: 10px;
	
}
.works_rgb:hover .h3{
	opacity: 0;
	 -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    
	
}
.href_button{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 99;
}
.href_button li{
	transform: translateY(0px);
	color: #fff;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    text-align: center;
    transition: 0.7s;
    opacity: 0;
    position: relative;
}
.href_button li a{
	padding: 10px;
	color: #fff;
	border-radius: 50px;
	font-size: 17px;
	top: 10px;
}
.href_button li a:hover{
	color: #fae499;
}
.href_button li:nth-child(1){
    transition-delay: 0.1s;
    margin-top: 100px;
    text-align: center;
  }
  .href_button li:nth-child(2){
    
    transition-delay: 0.2s;
    width: 220px;
    height: 1px;
    padding: 0px 0px;
    margin-left: 54px;
    margin-top: 0px;
    background-color: rgba(255,255,255,0.3);
  }
  .href_button:hover li{
	transform: translateY(200px);
	opacity: 1;
}
#video_ply{
	  width: 100%;
    height: 100%;
    top:-100%;
    left: 0;
    z-index: 9999;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.video-h{
	height:15%;
}
.video-border{
	width:800px;
	margin: auto;
	position: relative;
	border-radius: 10px;
}
.video_ply{
	width: 800px;
	height: 900px;
	border-radius: 10px;
	
}
.videobg{
	width:800px;
	border-radius: 10px;
	border: 4px solid #fff;
	outline: none;
			}
			.close-button{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 9999999999999999;
	position: absolute;
	right:-45px;
	top:-35px;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
}
.close-button:hover{
	color: #30b6fe
}