@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");

*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.a{
	cursor: pointer;
}
#logo {
	position: absolute;
	left: 15%;
	margin-top: 10px;
	z-index: 99;
}
.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;
}
.line {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 4;
	
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 4;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 4;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 4;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 4;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 4;
}


.menu_top{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99;
	top: -110%;
	background-color: rgba(33, 39, 44, 0.9);
	-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: 330px;
}
.menu_image_rgba>ul>li{
	display: inline-block;
	padding: 15px 0px;
	position: relative;
	height: 43px;
	width: 330px;
	transform: translateY(100px);
    transition: 1.1s;
    opacity: 0;
    text-align: center;
}
.menu_image_rgba>ul>li::before{
    content: "";
    position: absolute;
    margin-top: 47px;
    left: 140px;
    background-color: rgba(49,150,163,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%;
	  background-color: #fae499;
	  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:last-child a{
    font-size: 17px;
    margin-left: 10px;
  }
  .menu_image_rgba>ul>li:last-child a:first-child{
  	 margin-left: 0px;
  }
.star_1{
	display: none !important;
}
.menu_image_rgba>ul>li>div{
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-family: "Regular2";
	font-weight: bold;
	-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{
	color: #fff;
	display: inline-block;
	font-size: 28px;
	font-family: 'dejavu_sansbook';
	font-weight: bold;
	-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:last-child pre{
	width: 40px;
	height: 40px;
	background-color: #3196a3;
	color:#fae499;
	border-radius: 50%;
	display: flex;
}
.menu_image_rgba>ul>li:last-child pre:hover{
	width: 40px;
	height: 40px;
	background-color: #fae499;
	color:#3196a3;
	border-radius: 50%;
	display: flex;
}
.menu_image_rgba>ul>li:last-child pre i{
	margin: auto;
}
.menu_image_rgba>ul>li>div:hover{
	color: #fae499;
}
.menu_image_rgba_logo{
	width: 360px;
	margin: 100px auto;

}
.site-footer {
	overflow: hidden;
}
.site-footer .footer-contact-container .h1 {
	text-align: center;
	width: 70%;
	margin: 0px auto;
}
.site-footer .footer-contact-container {
	background-color: rgb(49, 61, 91);
	position: relative;
	overflow: hidden;
	padding: 70px 0px 250px;
}
.site-footer .footer-contact-container .contact-form .x1 {
	width: 30%;
}
.form-item {
	position: relative;
	margin-bottom: 30px;
}

#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;
	
}


footer {
    width: 100%;
    height: 500px;
    position: relative;
}
.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_rgba{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 2, 18, 0.8);
	top: 0;
	position: absolute;
}
.footer_info{
	width: 60%;
	height: 350px;
	margin-top: 150px;
	border-top-right-radius: 50px;
	background-color: #e7eefe;
	position: absolute;
	z-index: 9;
}
.footer_logo_and_text{
	width: 300px;
	font-size: 12px;
	font-family: "Regular";
	color: #858689;
	margin-left: 50px;
	margin-top: 50px;
	text-align: justify;
	line-height: 20px;
}
.footer_info_bottom{
	position: absolute;
	width: 600px;
	left: 40%;
	top: 20px;
}
.footer_info_bottom li{
	width: 200px;
	text-align: left;
	margin: 20px;
}
.footer_info_bottom li i{
	color: #37a7b7
}
.footer_info_bottom li b{
	font-weight: normal;
	width: 100%;
	margin-left: -5px;
	font-size: 15px;
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.footer_info_bottom>li>a>i{
	margin-left: 10px;
	color: #343434;
}
.footer_info_bottom>li>a>i:hover{
	color: #37a7b7;
}
footer ul {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
footer ul li {
    display: inline-block;
    margin: 0px 0px;
    color: #7b7f82;
    padding: 10px;
    text-align: right; 
}

footer ul li b{
	margin-left: 13px;
}
footer ul li a {
    color: #7b7f82;
     font-family: "Regular";
     font-size: 12px;
    	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ul{
	position: absolute;
	left: -10px;
	width: 600px;
	bottom: 30px;
	height: 40px;
}
.ul li:first-child{
	left: -110px;
}
footer ul li a:hover{
    color: #37a7b7;
   
}
.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;
}
.footer_arrow {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 0;
    color: #7b7f82;
}
#baner{
	width: 100%;
	height: 400px;
	background-image: url(../img/home_baner.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
}
.header-overlay_x{
	background-image: linear-gradient(rgba(0, 2, 18,  0.6),rgba(0, 2, 18, 0.1));
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.Feedback {
    padding: 1px 14px;
    height: 28px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
    z-index: 99;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    right: 190px;
    margin-top: 12px;
    font-size: 16px;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 33px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.Feedback:hover{
background-color: #3196a3;
color: #fae499;
border: 2px solid #3196a3;
}
.leng{
    width: 130px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
    right: 40px;
    color: #fff;
    margin-top: 12px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    line-height: 27px;
    z-index: 99
}
.leng a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1.3px;
}
.leng a:hover{
    color: #fcdf7c;
}
.icon_header{
	 width: 55px;
	 right: 76px;
	 position: absolute;
	 height: 100vh;
	 z-index: 9;
	 display: flex;
}
.icon_header>ul {
    height: 217px;
    margin: auto;
    z-index: 9;
    width: 35px;
    list-style: none;
    border-radius: 30px;
   
}
.icon_header>ul>li {
    width: 40px;
    height: 35px;
    position: relative;
    margin: 30px 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;
}
.icon_header>ul>li:first-child{
	 margin: 0px 0px;
}
.icon_header>ul>li>a {
    position: absolute;
    width: 35px;
    height: 30px;
    font-size: 20px;
    left: 0;
    color: #fff;
}
.icon_header>ul>li>a:hover{
    
    color:rgb(252, 223, 124);
}
.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;
	
}
.Course_booking{
	width:900px;
	height:530px;
	margin: auto;
	position: relative;
	background-image: url(/img/slider/165221269112.jpg);
	border: 4px solid #fff;
	background-size: cover;
	background-repeat: no-repeat;
	
}
.alert_color{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius:5px;
	background-image: linear-gradient(rgba(0, 2, 18, 0.5),rgba(0, 2, 18, 0.5));
}
.text_Cont{
	width: 90%;
	height: 25px;
	padding: 10px;
	border: 2px solid  #fff;
	outline: none;
	color: #fff;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	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: #fae499;
}

.Course_a_Cont{
	width: 430px;
	height:100%;
	position: absolute;
	top: -3px;
	left: 0%;
	margin-left: 440px;
}
.form2{
	margin-top: 240px;
}
.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: 400px;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
   
    
}
.alert_left_text div{
	 font-family: "Regular2";
     font-size: 50px;
     color: #fae499;
     margin-top: 100px;
     margin-left: 30px;
}
.alert_left_text div b{
	font-size: 68px;
	color: #37a7b7;
}
.alert_left_text p{
     font-family: "Regular";
     font-size: 23px;
     color: #fff
     
}
.btn_call_Cont{
	cursor: pointer !important;
	width: 130px;
	margin-top: 50px;
	position: relative;
	z-index: 9999; 
}
::placeholder {
   color:  #fff;
   font-family: "Regular2";
}
.Course_booking_button{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background-image: url(../img/icons/awea.png);
    background-color: #fae499;
    border: 2px solid #fae499;
    outline: none;
    font-family: "Regular2";
    cursor: pointer;
    color:  #000;
    font-size: 13px;
    margin-top: 16px;
    margin-left:163px;
    border-radius: 50px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.Course_booking_button:hover{
    color: #fff;
    background-color: rgba(0,0,0,0.1);
}
.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: 9999;
    cursor: pointer;
    opacity: 0;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: flex;
    left: 0%;
    background-color: #fff;
  
}
.preloader2{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: flex;
    left: -100%;
    background-color: #fff;
   
}

.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;
}
.loader {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.loader div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #37a7b7;
  -webkit-animation: go 0.8s infinite alternate ease;
          animation: go 0.8s infinite alternate ease;
  box-shadow: 0 0 20px #37a7b7;
}
.loader div:nth-child(1) {
  -webkit-animation-delay: -0.72s;
          animation-delay: -0.72s;
}
.loader div:nth-child(2) {
  -webkit-animation-delay: -0.64s;
          animation-delay: -0.64s;
}
.loader div:nth-child(3) {
  -webkit-animation-delay: -0.56s;
          animation-delay: -0.56s;
}
.loader div:nth-child(4) {
  -webkit-animation-delay: -0.48s;
          animation-delay: -0.48s;
}
.loader div:nth-child(5) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.loader div:nth-child(6) {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.loader div:nth-child(7) {
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s;
}
.loader div:nth-child(8) {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}
.loader div:nth-child(9) {
  -webkit-animation-delay: -0.08s;
          animation-delay: -0.08s;
}
.loader div:nth-child(10) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes go {
  100% {
    background: transparent;
    -webkit-box-flex: 10;
            flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}

@keyframes go {
  100% {
    background: transparent;
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
    box-shadow: 0 0 0 transparent;
  }
}
#forms{
width:60%;
height:295px;
float: right;
margin-right: 3%;
margin-top: 50px;
display:block;
position:relative;
}



.text-footer{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.3);
    width:100%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    font-size:15px;
     color: #fff;
     margin-top: 10px;
     }
::placeholder {
    color:#fff ;
   font-family: 'bpg_nino_medium_capsregular' !important;
}
.footer_forms_title{
	margin: 40px auto;
	width: 300px;
	text-align: center;
    font-family: "Regular2";
    font-size: 24px;
    font-weight: bold;
    color: #ffff;
    position: relative;
}
.footer_forms_title::before{
   content: "";
    border-bottom: 3px solid #1876d6;
    border-radius: 10px;
    width: 60px;
    top:33px;
    left: 117px;
    position: absolute;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.namber-text{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.3);
    width:100%;
    height:50px;
    background-color:transparent;
    outline:none;
    color: #fff;
    float: left;
    margin-left: 0px;
    font-size:15px;
     margin-top: 30px;
}

.block-footer{
	position:absolute;
	background-color: #37a7b7;
	border: 3px solid #37a7b7;
	background-color: rgba(55,167,183,0.1);
	background-image: url(/img/icons/awea.png);
	width:90%;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:5%;
	margin-top:230px;
	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:#37a7b7;
		color: #fae499;
		background-image: none;
	}