@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
body{
	background-color: #f2f3f7;
}
#logo{
	margin: auto;
	margin-left: 3%;
	
}
#logo img{
	width: auto;
	height: 90px;
	margin-left: 15px;
	margin-top: 0px;
}
.header_icon{
	list-style: none;
	position: absolute;
	z-index: 9999;
	left: 300px;
	top: 35px;
}
.header_icon li{
	float: left;
	color: #70c04f;
	margin: 5px;
}
.header_icon li a i{
	color: #70c04f;
	font-size: 20px;
}
.header_icon li a i:hover{
	color: #014878
}
.header-spase{
	height: 95px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 999;
	top: 0;
	overflow: hidden;
}
.slider-color{
  	position: absolute;
  	width: 100%;
  	height: 100%;
	background-color: rgba(0,49,82, 0.6);
  	display: flex;
  }
  .slider-color-title {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 80px;
    color: #fff;
    font-size: 20px;
}
  .slider-color-title p{
    
    color: #001e33;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    padding: 10px 50px;
    background-color: #ffffff;
    border-radius: 50px;
   display: inline-table;
}

  #baground{
	width: 100%;
	height: 450px;
	background-size: cover;
    background-position: top center;
}
  #baground{
  	position: relative;
  }
  #top_cont{
  	width: 400px;
  	right: 10%;
  	position: absolute;
  	margin-top: 10px;
  }
  .top_cont{
  	width: 200px;
  	top: 8px;
  	float: left;
  }
  .solid{
  	width: 50px;
  	height: 50px;
  	border: 1px solid rgba(0,0,0, 0.1);
  	font-size: 23px;
  	border-radius: 50%;
  	display: flex;
  }
   .solid i{
  	margin: auto;
  	color: #fcc70e;
  }
  .top_cont pre{
  	position: absolute;
  	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
  	top: 10px;
  	margin-left: 60px;
  	color: #000;
  }
  .top_cont p{
   position: absolute;
    font-family: 'dejavu_sansextralight';
    font-weight: bold;
  	top: 27px;
  		font-size: 12px;
  	margin-left: 60px;
  	color: #6a707e;
  }
.topRight {
	position: absolute;
	right:8%;
	top: 29px;
	list-style: none;
	width: 200px;
}
.topRight>li {
	top: 70px;
	right: 50px;
	height: 30px;
	text-align: center;
	padding: 0;
	line-height: 10px;
	margin: 0px;
}
.topRight>li:first-child a {
	color: #01385e;
}
.topRight>li:first-child {
	font-size: 17px;
	border-left: none;
	margin-top: -30px;
	margin-left: 270px;
	position: relative;
}
.cart {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #70c04f !important;
	z-index: 999;
	position: absolute;
	top: -42px;
	left: 18px;
	font-size: 14px;
	line-height:18px;
	background-color: rgba(112,192,79, 0.6);
	color: #fff;
}
.cart:hover{
	animation: none;
	background-color: rgba(112,192,79, 1);
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,70,70, 0.7);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,70,70, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,70,70, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,70,70, 0.7);
		box-shadow: 0 0 0 0 rgba(255,70,70, 0.7);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(255,70,70, 0);
		box-shadow: 0 0 0 10px rgba(255,70,70, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,70,70, 0);
		box-shadow: 0 0 0 0 rgba(255,70,70, 0);
	}
}
.fa-shopping-cart{
	margin-top: -25px;
	position: absolute;
}
nav{
	width:100%;
	height: 60px;
	top: 95px;
	z-index: 99;
	position: absolute;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	background-color: #01385e;
	border-bottom:1px solid rgba(255,255,255,0.6)
	}
	nav>ul{ 
	width: 90%;
	margin-left: 1.6%;
	text-align: left;
	list-style: none;
	z-index: 99
	 }	
	
	nav > ul> li{
		 float: left;
		 margin-left: 50px;
		 margin-top: 22px;
		 height: 40px;
		 }
		  nav > ul> li>a{
		  color: #fff;
          font-family: 'bpg_nino_medium_capsregular';
           font-weight: bold;
		  }
		 nav > ul> li>a:hover{
		
		 color: #80c761;
		  
		 }
		 	.menu{
	width: 100%;
	height: 480px;
    background-color: #ffffff;
    margin-top:19px;
    left: 0;
    display: none;
    position: absolute;
    z-index: 0;
	}
	.menu_border{
		width: 1200px;
		text-align: center;
	}
	.menu_ul{
		float: left;
		margin: 10px;
		text-align: left;
	}
	.menu_ul ul{
		    list-style: none;
	}
	.menu_ul ul li{
		  text-align: left;
	}
		 .menu_ul ul li:first-child{
		   font-family: 'bpg_nino_medium_capsregular';
           font-weight: bold;
           border-bottom: 1px solid #70c04f;
           display: inline-table;
           padding: 5px 2px;
           color: #70c04f;
           font-size: 15px;
		 }
		 .menu_ul ul li:nth-child(2){
		  margin-top: 10px;
		 }
		 .menu_ul ul li a{
		   font-family: 'bpg_nino_medium_capsregular';
           font-weight: bold;
           display: inline-table;
           padding: 5px 2px;
           color: #1e1e1e;
           font-size: 14px;
		 }
		  .menu_ul ul li a:hover{
           color: #70c04f;
		 }
	
	.ulcontacts{
	list-style: none;
	position: absolute;
	border-radius: 10px;
	right: 30px;
	height: 30px;
}
.ulcontacts li{
	padding:4px 20px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin: 5px;
	color: #fff;
	
}
.ulcontacts li:nth-child(1){
	background-image: url('../img/icons/mob.png');
	background-repeat: no-repeat;
	background-size: 10px 15px;
	background-position-y: 5px;
	
}
.ulcontacts li:nth-child(2){
	background-image: url('../img/icons/mail.png');
	background-repeat: no-repeat;
	background-size: 20px 13px;
	background-position-y: 6px;
	
}
.ulcontacts li p{
	color: #fff;
	font-size: 14px;
}
    .leng{
		width: 40px;
		position: absolute;
		right: 6%;
	    top: 15px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 2px;
        z-index: 999;
	}
	
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 50px;
		height: 32px;
		background-color:#fff;
		border-radius: 2px;
		color: #033153;
		cursor: pointer;
	}
	.leng>ul>li>a{
		color: #033153;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
		
	}
	.leng a:hover{
		color: #bfbfbf;
	}
	.dropdown{
		display: none;
		list-style: none;
		margin-left: -100px;
	}
	.dropdowns{
		display: none;
		list-style: none;
		
	}
	.dropdowns>li{
		background-color: #fff;
		width: 50px;
	}
	.dropdowns>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
	}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 2%;
    border: 1px solid rgba(112,192,79, 0.3);
    top: 10px !important;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(54,59,63, 0.8);
    top: 60px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
}
.baner{
	width: 700px;
	height: 60px;
	
	margin: auto;
	background-size: 100% 100%;
}
#sfsf {
    width: 60px;
    height: 40px;
    background-image: url(../img/icons/chati.png);
    background-position: 3px 3px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0px 0px 5px #1b1b4a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
    top: 30%;
    position: fixed;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}
#sfsf>pre {
    position: absolute;
    font-size: 18px;
    color: #1b1b4a;
    left: 60px;
    top: 10px;
}
#sfsf:hover{
    width: 210px;
}
.sirkle {
    background-image: url(../img/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: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}
.namber{
	position: absolute;
	color: #fff;
	background-color: rgba(252,45,45,0.7);
	width: 17px;
	height: 17px;
	border:2px solid #fc2d2d;
	border-radius: 50%;
	right: -15px;
	font-size: 13px;
	top: -20px;
}
.search{
	position: absolute;
	top: 0px;
	right: 0%;
}
.serchtext{
    width: 190px;
    height: 35px;
	background-color:#01385e;
	border-radius: 7px;
    border: 2px solid #fff;
    outline: none;
    color: #ffff;
    font-size: 13px;
	padding: 0px 5px;
    float: left;
}
.aBookingtext {
    width: 31px;
    height: 28px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    margin-left: -40px;
    margin-top: 4px;
    border-radius: 5px;
    position: absolute;
    font-size: 15px;
    background-image: url(../img/icons/search.png);
    font-family: 'dejavu_sansbook';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.aBookingtext:hover{
	opacity: 0.6;
}
::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
  font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
 font-size: 12px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
   color: #fff;
  font-size: 12px;
}
.bottom_image{
width: 400px;
margin: auto;
}
footer {
    width: 100%;
    height: 320px;
	background-color: #001e33;
    position: relative;
    border-top: 4px solid #6fc04e;
    background-image: url('../img/footer-image.png')
}

.container {
    width: 10px;
    height: 10px;
    margin: auto;
}
.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;
    
}
.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: #57b53d;
}

.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%);
  }
}
footer>ul {
	width: 100%;
	text-align: center;
	margin: auto;
	height: 10px;
	margin-top: 0px;
}
footer ul li{
	display: inline-block;
	margin-top: 40px;

}
footer ul li a{
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: normal;
	font-size: 15px;
	padding: 20px 5px;;
}
footer ul li a:hover{
	color: #6fc04e;
}
footer p{
	position: absolute;
	color: #798080;
	font-size: 14px;
	width: 100%;
	text-align: center;
	bottom: 16px;
}
.footer_menu{
	width: 1200px;
	height: 200px;
	margin: 30px auto;
	position: relative;
}
.footer_menu_left{
	width: 200px;
}
.footer_menu_left li:first-child{
	color: #6fc04e;
	font-family: 'dejavu_sansbold';
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: left;
	width: 130px;

}
.footer_menu_left li{
	margin-top: 5px;
	position: relative;
	width: 200px;
}

.footer_menu_leftP{
	width: 200px;
	position: absolute;
	top: 0px;
	margin-left: 250px;
}
.footer_menu_leftP li:first-child{
	color: #6fc04e;
	font-family: 'dejavu_sansbold';
	border-bottom: 1px solid #fff;
	padding: 5px;
	text-align: left;
	width: 130px;

}
.footer_menu_leftP li{
	margin-top: 5px;
	position: relative;
	width: 300px;
}
.Cont_us_alert{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: rgba(33, 39, 44, 0.8);
	z-index:99999;
	display:flex;
	top:0vh;
	-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:380px;
	height:310px;
	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: 380px;
	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%;
	
}

#logo_footer2{
    width: 140px;
    height: 140px;
    background-color: #fff;
   box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
   
    margin-left: 110px;
    margin-top: 10px;
}
#logo_footer2 img {
    margin-top: 14px;
    margin-left: 20px;
}
.swer18{
	width: 380px;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
}
.Course_a_Cont{
	width: 98.8%;
	height: 98.8%;
	position: relative;
	margin-top: 0%;
	margin-left: 0%;
	background-color:#fff;
	border: 4px solid rgba(255,255,255,0.0);
	
}
#swer18{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}
#swer18 li{
	width: 50px;
	height: 50px;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
	text-align: center;
	float: left;
	margin: 40px;
	border-radius: 50%;
	background-color: #dedce7;
	color:#000;
	line-height: 50px;
}
#swer18 li a{
	color: #000;
}
#swer18 li:hover{
	background-color: #024705;
	color: #fff;
	cursor: pointer;
}
#swer18 li a:hover{
	color: #fff;
}
#map {
    width: 600px;
    height: 220px;
    mix-blend-mode: luminosity;
    position: relative;
    margin-left: 10px;
    border: 2px solid #6a707e;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
}
.leaflet-shadow-pane{
			display: none;
		}