
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 15%;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #fff;
}
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	position: absolute;
	z-index: 99999999999;
	right: 70px;
	top: 30px;
	-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: 99999;
	
	left: -110%;
	background-color: rgba(31, 37, 53, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu_add_class{
	left: 0;
	
}
.menu_delete_class{
	top: -120vh;
}
.menu_image{
	width: 400px;
	height: 100vh;
	position: relative;
	background-image: url(../img/home_baner.jpg);
	background-size: cover;
	background-position: bottom center;
}
.menu_image_rgba{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(31, 37, 53, 1);
	display: flex;
}
.menu_image_rgba>ul {
	margin: auto;
	width: 300px;
}
.menu_image_rgba>ul>li{
	display: inline-block;
	margin: 20px 25px;
	position: relative;
	height: 43px;
	transform: translateY(100px);
    transition: 1.1s;
    opacity: 0;
    text-align: center;
   
}
.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>a{
	color: #fff;
	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>a:hover{
	color: #f5b400;
}
.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 {
	border-bottom: 1px solid   rgb(195, 152, 100);
	
}
.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{
	height: 770px;
	background-image: url(../img/footer_image.jpg);
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.contact_title div{
	width: 1300px;
	margin: auto;
	position: relative;
	z-index: 999;
}
.contact_title div h1{
    text-align: left;
    padding: 10px;
    font-family: 'dejavu_sansbold';
    border-left: 2px solid #f3b200;
    color: #fff;
    margin-top: -10px;
    position: relative;
}
.footer_rgba{
	background-color: rgba(37, 44, 51, 0.7);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#contacts_auto{
	width: 400px;
	margin: auto;
	margin-top: -100px;
}
#logo_footer
{
	width: 140px;
	height: 140px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}
#logo_footer img{
	margin-top: 22px;
	margin-left: 19px;
	width: 100px;
}
.fontact_info{
	width: 100%;
	text-align: center;
	color: #fff;
    font-size: 20px;
    font-family: 'bpg_nino_medium_capsregular';
    line-height: 40px;
    margin-top: 20px;
    font-weight: normal;
}
.footer_arrow{
	max-width: 1300px;
	text-align: center;
	margin: auto;
	border-top: 1px solid rgba(255,255,255,0.6);
	margin-top: 50px;
	position: relative;
}
.footer_arrow p {
    position: absolute;
    color: #808388;
    font-size: 15px;
    margin-left: 0px;
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
}
.footer_icons{
    width: 140px;
    position: absolute;
    right: -25px;
    top: 3px;
}
.footer_icons a{
   color: #808388;
   text-decoration: none;
   margin: 10px;
}
.footer_icons a:hover{
   color: #f4b301;
}
.contact_title{
	width: 100%;
	height: 100px;
	background-image: url(../img/footer_cin_wer.png);
}

#baner{
	width: 100%;
	height: 400px;
	background-image: url(../img/home_baner.jpg);
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.header-overlay_x{
	background-color: rgba(33, 39, 44, 0.4);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 90;
	transition: all 0.3s ease-in-out 0s;
}
.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: 170px;
    top: 51px;
    font-size: 16px;
    position: absolute;
    color: #fff;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}
.Feedback:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #f5b400
}
.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:600px;
	height:530px;
	border-radius: 10px;
	margin: auto;
	border-radius: 5px;
	position: relative;
	background-image: url(../img/background/164501733512.jpg);
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
	background-size: cover;
	background-repeat: no-repeat;
	border: 3px solid rgba(255, 255, 255,0.8);
	
}
.alert_color{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius:5px;
}
.text_Cont{
	width: 90%;
	height: 25px;
	padding: 10px;
	border: 2px solid  rgba(33, 39, 44, 0.0);
	border-bottom: 1px solid  rgba(255, 255, 255,1);
	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: #ffbb00;
    
}
#logo_footer2{
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    left: 220px;
    top: 100px;
}
#logo_footer2 img {
    margin-top: 2px;
    margin-left: -3px;
}
.Course_a_Cont{
	width: 98.8%;
	height: 98.8%;
	position: relative;
	margin-top: 0%;
	margin-left: 0%;
	background-color: rgba(33, 39, 44, 0.6);
	border: 4px solid rgba(255,255,255,0.0);
	
}
.form2{
	margin-top: 300px;
}
.btn_call_Cont{
	cursor: pointer !important;
	width: 130px;
	margin-top: 50px;
	position: relative;
	z-index: 9999; 
}
::placeholder {
    color:  #eaeaf0;
    font-family: 'dejavu_sansbook';
}
.Course_booking_button{
    width: 433px;
    height: 43px;
    border-radius: 4px;
    background-color:#ffbb00;
    border: 2px solid #ffbb00;
    outline: none;
    font-family: 'dejavu_sansbold';
    cursor: pointer;
    color:  #000;
    font-size: 13px;
    margin-top: 16px;
    margin-left:73px;
    padding: 1px 30px;
    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: transparent;
}
.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.1);
    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: block;
    display: flex;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
}
.container2 {
    width: 10px;
    height: 10px;
    margin: auto;
}
.loader {
  --color: white;
  --size-mid: 6vmin;
  --size-dot: 1.5vmin;
  --size-bar: 0.4vmin;
  --size-square: 3vmin;
  
  display: block;
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
  
}

.loader::before,
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
}

/**
  loader --6
**/
.loader.--6::before {
  width: var(--size-square);
  height: var(--size-square);
  background-color: var(--color);
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-6 {
  0%, 100% {
    transform: none;
  }
  
  25% {
    transform: translateX(100%);
  }
  
  50% {
    transform: translateX(100%) translateY(100%);
  }
  
  75% {
    transform: translateY(100%);
  }
}

/**
  loader --7
**/
.loader.--7::before,
.loader.--7::after {
  width: var(--size-square);
  height: var(--size-square);
  background-color: #fca903;
}

.loader.--7::before {
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

.loader.--7::after {
  top: 50%;
  left: 50%;
  animation: loader-7 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-7 {
  0%, 100% {
    transform: none;
  }
  
  25% {
    transform: translateX(-100%);
  }
  
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  
  75% {
    transform: translateY(-100%);
  }
}
.leng {
	width: 120px;
	position: absolute;
	right: 13px;
	top: 110px;
	color: #fff;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	z-index: 9999;
}
.leng>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.leng>ul>li{
	width: 50px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
}
.leng>ul>li>a{
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.leng a:hover{
	color: #bfbfbf;
}
.dropdown{
	display: none;
	list-style: none;
	margin-top: 1px;
}
.dropdown>li{
	background-color: #fff;
	width: 50px;
}
.dropdown>li>a{
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 15px;
}
.form3{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	margin-top: 0;
}