@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Fredoka:wght@300;500&family=Heebo&family=Lobster&family=Roboto:wght@500&family=Rubik:wght@600&family=Secular+One&family=Ubuntu:wght@500&family=Work+Sans&display=swap');

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 8%;
	margin-top: 16px;
	z-index: 99;
}
.menu_border{
	width: 80px;
	height: 160px;
    position: absolute;
    background-color: #fff;
	margin-top:2vh;
	z-index: 9;
	right: 40px;
	border-radius: 50px;
}
.slider_icon{
	display: none;
}
.Cont_us_alert{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(33, 39, 44, 0.8);
	z-index: 999999999999999999999999999;
	display:flex;
	top:-120vh;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.ansver{
	color: #fff;
	margin: auto;
	width: 90%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	
}
.text_Cont{
	width: 90%;
	height: 25px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.0);
	border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
	outline: none;
	color: #fff;
	background-color: transparent;
	margin-top: 20px;
	margin-left: 4px;
	text-align: center;
	margin-left: 2.4%;
	
}
.fa-window-close {
    position: absolute;
    right: -34px;
    top: -34px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.fa-window-close:hover{
    color: var(--primary-hover-color);
}

.Course_a_Cont{
	width: 90%;
	height:100%;
	position: absolute;
	top: -3px;
	left: 0%;
	margin-left:5%;
}
.Course_a_Cont img{
	position: absolute;
	top: 50px;
	margin-left: 210px;
}
.form2{
	margin-top: 170px;
}
.alert_color>ul {
    position: absolute;
    z-index: 99;
    width: 35px;
    right: 25px;
    top: 10px;
    list-style: none;
    border-radius: 30px;
}
.alert_color>ul>li {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 10px 0px;
    text-align: center;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alert_color>ul>li>a {
    position: absolute;
    width: 35px;
    height: 30px;
    font-size: 16px;
    left: 0;
    color: #fff;
}
.alert_color>ul>li>a:hover{
    color: #fae499
}
.alert_left_text{
	width: 500px;
	height: 80%;
	margin-top: 5%;
    right: 0;
    position: absolute;
}
.alert_left_text div{
	 font-family: "Regular2";
     font-size:50px;
     color: #fae499;
     margin-top: 20px;
     margin-left: -380px;
}
.alert_left_text div b{
	font-size: 80px;
	color: #50afff;
}
.alert_left_text p{
     font-family: "Regular";
     font-size: 23px;
     color: #fff;
    
}
.send_namber{
	 position: absolute;
	 color: #fff !important;
	 width: 345px;
	 line-height: 35px;
	 font-size: 22px !important;
	 font-weight: normal;
	 font-family: "Regular" !important;
	
}

.fa-mobile-screen{
	color: #fff;
	width:45px;
	height:45px; 
	font-size: 20px;
	text-align: center;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	line-height: 45px !important;
	float: left;
}

.btn_call_Cont{
	cursor: pointer !important;
	width: 130px;
	margin-top: 50px;
	position: relative;
	z-index: 9999; 
}

.Course_booking_button{
    position: absolute;
    border: 3px solid #fff;
    background-color: var(--primary-color);
    background-image: url(/img/icons/awea.png);
    width: 60%;
    height: 48px;
    outline: none;
    border-radius: 50px;
    left: 19%;
    margin-top: 90px;
    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;
}
.Course_booking_button:hover{
    color: #000;
    background-color: var(--primary-hover-color);
}
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	position: absolute;
	z-index: 999;
	right: 65px;
	top: 40px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.Project_title{
	width: 1300px;
	margin:350px auto;
	color: transparent;
	font-family: "Regular2";
	color: #fff;
	font-size: 30px;
}
.Project_title i{
	color: var(--primary-color);
	font-size: 70px;
	position: absolute;
	margin-left: -50px;
	margin-top: -50px;
}
#form{
	width: 1100px;
	margin:200px auto;
	position: relative;
}
.form_text{
	width: 300px;
	float: left;
	margin:18px;
	position: relative;
}
.form_text i{
	position: absolute;
	margin-top: 6px;
	color: #f5b200
}
.text2{
	width: 90%;
	height: 30px;
	border:1px solid  rgba(255,255,255,0.0);
	background-color: transparent;
	border-bottom: 1px solid  rgba(255,255,255,0.3);
	outline: none;
	color: #fff;
	font-size: 16px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 0px 20px;
}

input:focus {
	background-color: rgba(255,255,255, 0.3);
}
.send_botton{
	display: inline-block;
	position: relative;
	margin-left: 86%;
	margin-top: 30px;
}
.send{
	background-color: transparent;
	width: 50px;
	height:50px;
	border: 1px solid rgba(195, 152, 100, 0.0);
	border: 3px solid #f4b301;
	background-color: #f4b301;
	text-align: left;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	background-image: url(../img/message.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: -90px;
	right: -130px;
}
.send:hover{
	background-color: rgba(255, 255, 255, 0.6);

}
.footer_title{
	font-family: "Regular2";
	color: #d0defd;
	font-size: 40px;
	margin-top: 60px;
	margin-left: 30px;
	
}
.leng{
		position: absolute;
		right: 52px;
	    top: 125px;
	    color: #fff;
	    background-color: transparent;
		height: 25px;
        text-align: center;
        line-height: 23px;
        border-radius: 5px;
        padding: 2px;
        z-index: 99;
	}
	
	
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 45px;
		height: 36px;
		border-radius: 5px;
		color: #000;
		cursor: pointer;
	}
	.leng>ul>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 16px;
	}
	.leng a:hover{
		color: #bfbfbf;
	}
	.dropdown1{
		display: none;
		list-style: none;
		margin-top: 3px;
	}
	.dropdown1>li{
		background-color: #fff;
		width: 45px;
		height: 30px;
		line-height: 30px;
	}
	.dropdown1>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
	}

footer {
    width: 100%;
    height: 500px;
    position: relative;
    border-top: 5px solid #d2dffd;
    background-image: url(/img/footer_image-min.jpg);
	background-size: cover;
}
.footer_image{
	width: 60%;
	height: 500px;
	background-image: url(/img/slider/165221271012.jpg);
	background-size: cover;
	position: relative;
	float: right;
	border-top-left-radius: 50px;
	overflow: hidden;
}

  
.footer_icons{
	width: 100%;
	text-align: center;
}
.footer_icons a{
	color: #fff;
	display: inline-block;
	margin: 20px;
	    font-size: 20px;
}
.footer_icons a:hover{
	color:  #fae499;
}
.header-overlay_x {
    background-image: linear-gradient(rgba(1,16,39, 0.6),rgba(1,16,39,0.6));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#menu{
	list-style: none;
	position: absolute;
	right: 50px;
	top: 40px;
	cursor: pointer;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
    z-index: 999999;
}
#menu li{
	width: 4px;
	height: 40px;
	background-color: #000;
	float: left;
	margin: 8px;
	border-radius: 50px;
} 

#menu li:nth-child(2) {
 margin-top: 30px;
 -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#menu li:nth-child(2).marginTopZero {
  margin-top: 8px;
}

.menu_top{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: -120%;
	background-color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_add_class{
	top: 0;
	
}
.menu_delete_class{
	top: -120vh;
}

.menu_image_rgba{
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
}
.menu_image_rgba>ul {
	margin: auto;
	width: 380px;
}
.menu_image_rgba>ul>li{
	display: inline-block;
	padding: 20px 0px;
	position: relative;
	height: 43px;
	width: 380px;
	transform: translateY(100px);
    transition: 1.1s;
    opacity: 0;
    text-align: center;
}
.menu_image_rgba>ul>li::before{
    content: "";
    position: absolute;
    margin-top: 54px;
    left: 163px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    height: 1px;
    width: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu_image_rgba>ul>li:hover::before{
	  width: 100%;
	  left: 0px;
}
.menu_image_rgba>ul>li:last-child::before{
	 background-color: transparent;
}
.menu_image_rgba>ul>li:last-child{
	border: none;
}
.menu_image_rgba>ul>li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .menu_image_rgba>ul>li:nth-child(2){
    transition-delay: 0.15s;
  }
  .menu_image_rgba>ul>li:nth-child(3){
    transition-delay: 0.2s;
  }
  .menu_image_rgba>ul>li:nth-child(4){
    transition-delay: 0.25s;
  }
  .menu_image_rgba>ul>li:nth-child(5){
    transition-delay: 0.3s;
  }
  .menu_image_rgba>ul>li:nth-child(6){
    transition-delay: 0.35s;
  }
    .menu_image_rgba>ul>li:nth-child(7){
    transition-delay: 0.4s;
  }
  


.menu_image_rgba>ul>li>a{
	color: var(--primary-color);
	display: inline-block;
	font-size: 30px;
	font-family: "Regular2";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}


.menu_image_rgba>ul>li>a:hover{
	color: rgba(0,0,0,0.8);
}
.menu_image_rgba_logo{
	width: 360px;
	margin: 100px auto;

}
.Cont_us_alert{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(33, 39, 44, 0.8);
	z-index: 999999999999999999999999999;
	display:flex;
	top:-120vh;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.ansver{
	color: #fff;
	margin: auto;
	width: 90%;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	
}

.alert_color{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius:5px;
	background-image: linear-gradient(rgba(0, 2, 18, 0.7),rgba(0, 2, 18, 0.7));
}

.alert_color>ul {
    position: absolute;
    z-index: 99;
    width: 35px;
    right: 25px;
    top: 10px;
    list-style: none;
    border-radius: 30px;
}
.alert_color>ul>li {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 10px 0px;
    text-align: center;
    border-radius: 50%;
    background-position: center;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.alert_color>ul>li>a {
    position: absolute;
    width: 35px;
    height: 30px;
    font-size: 16px;
    left: 0;
    color: #fff;
}
.alert_color>ul>li>a:hover{
    color: #fae499
}
.alert_left_text{
	width: 500px;
	height: 80%;
	margin-top: 5%;
    right: 0;
    position: absolute;
}
.alert_left_text div{
	 font-family: "Regular2";
     font-size:50px;
     color: #fae499;
     margin-top: 20px;
     margin-left: -380px;
}
.alert_left_text div b{
	font-size: 80px;
	color: #50afff;
}
.alert_left_text p{
     font-family: "Regular";
     font-size: 23px;
     color: #fff;
    
}
.send_namber{
	 position: absolute;
	 color: #fff !important;
	 width: 345px;
	 line-height: 35px;
	 font-size: 22px !important;
	 font-weight: normal;
	 font-family: "Regular" !important;
	
}

.fa-mobile-screen{
	color: #fff;
	width:45px;
	height:45px; 
	font-size: 20px;
	text-align: center;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.2);
	border-radius: 50%;
	line-height: 45px !important;
	float: left;
}

.btn_call_Cont{
	cursor: pointer !important;
	width: 130px;
	margin-top: 50px;
	position: relative;
	z-index: 9999; 
}

.sirkle {
    background-image: url(../img/icons/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.3);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 15px;
    bottom: 100px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    z-index: 9;
    cursor: pointer;
    display: none;
}


.wrapper {
  width: 150px;
  height: 4px;
  border-radius: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.wrapper img{
	margin-top: -100px;
	margin-left: 15px;
}

footer{
width:100%;
height:215px;
position:relative;
background-size:cover;
background-position:center center;
overflow: hidden;
}
.footer_icon{
	position: absolute;
	list-style: none;
	bottom: 0px;
	z-index: 999;
}
.footer_icon li{
	float: left;
	margin: 10px;
	opacity: 0.4;
	
}
.footer_icon li:hover{
	opacity: 0.6;
}
.footer_icon li a{
	color: #fff;
	
}
.footer_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: rgba(5,15,31, 0.9)
}

#baner {
    height: 420px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.footer_text{
	opacity: 0.4;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 14px;
	z-index: 99;
	right: 10px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
#top-ge-counter-container{
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 9999;
}
#baground{
	width: 100%;
	height: 400px;
	position: relative;
}
.title_page{
	width: 1500px;
	text-align: left;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: "Regular2";
    font-size: 40px;
    margin: 350px auto;
}
#forms{
width:1050px;
height:295px;
margin:auto;
margin-top:70px;
display:block;
position:relative;
}
.text-footer{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:96%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    margin-left: 10px;
    font-size:15px;
     color: #fff;
     }


.text-footer1{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:27%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    margin-left: 40px;
    font-size:15px;
     color: #fff;
     padding: 0px 5px;
     }

.footer_forms_title{
	margin: 40px auto;
	width: 380px;
	text-align: center;
    font-family: "Regular2";
    font-size: 24px;
    font-weight: bold;
    color: #ffff;
    position: relative;
}
.footer_forms_title::before{
    content: "";
    position: absolute;
    top: 35px;
    left: 145px;
    background-color: #42c3f5;
    border-radius: 10px;
    height: 1px;
    width: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_forms_title::after {
    content: "";
    position: absolute;
    top:41px;
    left: 160px;
    background-color: #fae499;
    border-radius: 10px;
    height: 1px;
    width: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.namber-text{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:92%;
    height:50px;
    background-color:transparent;
    outline:none;
    color: #fff;
    float: left;
    margin-left: 40px;
    font-size:15px;
    margin-top: 30px;
    padding: 0px 5px;
}

.block-footer{
	position:absolute;
    background-color: #00a3e0;
    border: 3px solid #00a3e0;
    background-color: rgba(255,255,255,0.1);
    background-image: url(/img/icons/awea.png);
	width:290px;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:380px;
	margin-top:150px;
	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:hover{
		background-color:#1876d6;
	}
	footer img{
		position: absolute;
		z-index: 9;
		margin-left: 15px;
		margin-top: 70px;
	}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
    display: block;
}
.preloader_auto{
	width: 40px;
  height: 60px;
  height: 100vh;
  margin: auto;
  display: flex;
}
	.loader11111111111 {
  width: 40px;
  height: 60px;
  margin: auto;
  position: relative;

}
.loader11111111111::before,
.loader11111111111::after {
  content: "";
  position: absolute;
  inset: 0;
  background:var(--primary-color);
  clip-path: polygon(0 0,100% 0, 100% 67%,50% 67%,50% 34%,0 34%);
  animation: sp7 2s infinite;
}
.loader11111111111::after {
  --s:-1,-1;
}
@keyframes sp7 {
    0%,
    10%  {transform:scale(var(--s,1)) translate(0,0)        rotate(0deg)}
    33%  {transform:scale(var(--s,1)) translate(0,-20px)    rotate(0deg)}
    66%  {transform:scale(var(--s,1)) translate(10px,-20px) rotate(-90deg)}
    90%,
    100% {transform:scale(var(--s,1)) translate(10px,-10px) rotate(-90deg)}
}
.footer_menu{
    width: 900px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.footer_menu li {
    display: inline-block;
    margin: 20px 15px;
}
.footer_menu li a {
    color: #fff;
    font-size: 16px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer_menu li a:hover{
	color: var(--primary-color);
}
.footer_menu::before {
    content: "";
    position: absolute;
    top: 80px;
    margin-left: 15%;
    background-color: rgba(255,255,255,0.4);
    height: 1px;
    width: 42%;
    border-radius: 50px;
}
.footer_menu p{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
	opacity: 0.2;
}
.footer_icon{
    margin: 10px;
    display: inline-block;
    text-align: left;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 130px;
}
.footer_icon li a {
    float: left;
    margin: 24px 0px;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.footer_contacts{
	 margin: 10px;
    display: inline-block;
    text-align: left;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 130px;
    list-style: none
}
.footer_contacts li{
	float: left;
	margin: 10px;
}
.footer_contacts li a {
    float: left;
    margin: 24px 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    opacity: 0.6
}