@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{
	
}
#logo{
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 999;
	text-align: left;
	line-height: 0px;
    color: #4471aa;
    font-size: 13px;
}
#logo2{
	position: absolute;
	right: 60px;
	top: 7px;
	z-index: 999;
	text-align: left;
	line-height: 0px;
    color: #4471aa;
    font-size: 13px;
    border-radius: 20px;
    overflow: hidden;
}
.head_text{
	font-size: 20px;
	font-family: "Regular2";
	width: 100%;
	height: 73px;
	line-height: 40px;
	color: #264975;
	text-align: center;
	border-bottom: 2px solid rgba(0,0,0,0.1);
	width: 650px;
	margin: auto;
}
.logo_text{
	position: absolute;
	font-size: 17px;
	font-family: "Regular2";
	margin-top: 35px;
	margin-left: 140px;
	z-index: 9999;
	color: #014a73;
	display: none;
}
.header-spase{
	height: 25px;
	width: 100%;
	position: absolute;
	z-index: 9999;
}
nav{
	width:100%;
	height: 140px;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /05%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / /05%);
	position: absolute;
	text-align: center;
	}
nav>ul{
	 margin-right: 100px;
	 width: 900px;
	 margin:4px auto;
}
	nav>ul>li{
        display: inline-block;
        position: relative;
        line-height: 35px;
        height: 60px;
        margin-left: 0px;
        margin-top: 10px;
        text-align: left;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
    }
  
    nav ul>li>a{
    display: block;
    padding: 8px 16px;
    font-size: 15px;
    color: #264975;
    text-decoration: none;
    font-family: "Regular2";
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
    }
    nav ul li a:hover{
        color: #fc6168;
    }
    nav>ul>li>ul{
		margin-top:1;
	}
    nav>ul>li>ul.dropdown{
        display: none;
       position: absolute;
        z-index: 999;
        left: -78px;
        margin-top: -2px;
    }
    nav ul li ul.dropdown li{
		  width: 300px;
		    background-color: rgba(255, 255, 255, 1);
		    border-bottom: 1px solid rgba(0,0,0, 0.1);
		    display: block;
		    text-align: center;
	}
    nav ul li ul.dropdown li a{
		padding: 2px 8px;
		font-size: 13px;
		color: #264975;
	}
	nav ul li ul.dropdown li a:hover{
		color: #fc6168
	}
		 nav>ul>li>ul:nth-child(3).dropdown{
		 	left: -162px;
		 }
		 
       .leng{
		position: absolute;
		right: 43px;
	    top: 83px;
	    color: #fff;
	    background-color: #014a73;
		width: 31px;
		height: 31px;
        text-align: center;
        line-height: 23px;
        border-radius:50%;
        z-index: 999;
        padding: 2px;
	}
	
	
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left:0px;
		margin-top:3px; 
	}
	.leng>ul>li{
		width: 31px;
		height: 31px;
		border-radius:50%;
		color: #fff;
		margin-top:-1px; 
		cursor: pointer;
		
	}
	.leng>ul>li>a{
		color: #fff;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 14px;
	}
	
	.leng a:hover{
		color: #bfbfbf;
	}
	.dropdown1{
		display: none;
		list-style: none;
		margin-top:6px;
	}
	.dropdown1>li{
		width: 31px;
		height: 31px;
		border-radius:50%;
		color: #fff;
		line-height: 30px;
		background-color: #014a73;
		cursor: pointer;
		border: 1px solid #014a73;
	}
	.dropdown1>li>a{
		color: #fff;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 13px;
	}
.icon ul{
	list-style: none;
	padding: 0;
	right: 10px;
	position: absolute;
	z-index: 9999;
}
.icon ul li{
	float: left;
	width:21px;
	height: 21px;
	margin-left: 10px;
	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 ul li:hover{
	opacity: 0.6;
}
.icon ul li a{
	position: absolute;
	width:30px;
	height: 30px;
}
.icon ul li:nth-child(1){
	background-image: url('../img/icons/fb.png');
	
}
.icon ul li:hover:nth-child(1){
	background-image: url('../img/icons/fb1.png');
	
}
.icon ul li:nth-child(2){
	background-image: url('../img/icons/ins.png');
	
}
.icon ul li:nth-child(3){
	background-image: url('../img/icons/tv.png');
	list-style: none;
}
.baner_title{
	width: 1300px;
	text-align: left;
	color: #ffffff;
	margin:200px auto;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 30px;
    display: none;
}

	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 83px;
    border: 1px solid rgba(0,0,0, 0.3);
    top: 43px;
    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;
    z-index: 9999;
    display: none;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(1,37,64, 0.8);
    top: 100px;
    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: 999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
}
.login{
	background-color: #014a73;
	display: inline;
	padding: 7.6px;
	position: absolute;
	top: 84px;
	right:132px;
	border-radius: 50%;
	color: #ddf3ff;
}
.login a{
	padding: 2px 2px;
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    letter-spacing: 1.3px;
    font-size: 13px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.login a:hover{
	color: #fd7980;
	
}
.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;
}

.footer_contact{
	width: 100%;
	height: 130px;
	background-color: #f4d22a;
	position: relative;
}
.footer_contact h1{
	color:#fff;
	position: absolute;
	left: 17%;
	top: 60px;
}
.footer_contact_shape{
	width: 4px;
	height: 150px;
	background-color: #f4d22a;
	margin-left: 49%;
}

.footer-contacts>li{
	width: 290px;
	height: 40px;
	margin-top: 60px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: -13px -5px;
	
}
.footer-contacts>li>p{
	position: relative;
	line-height: 25px;
	margin-top: -10px;
	margin-left: 40px;
	text-align: left;
	color: #616568;
	font-family: 'dejavu_sansbook';
}

.footer-contacts li:nth-child(1){
	 background-image: url(../img/icons/call.png);
}
.footer-contacts li:nth-child(2){
	 background-image: url(../img/icons/mail.png);
}
.footer-contacts li:nth-child(3){
	 background-image: url(../img/icons/adress.png);
}
.footer_f{
   width: 100%;
   height: 70px;
   background-color: #2d2e2f;
   font-family: 'dejavu_sansbook';
   color: #828486;
   text-align: center;
   line-height: 70px;
   font-size: 13px;
}
.checkbox-text {
    padding: 10px;
    width: 100px;
    position: absolute;
    font-size: 13px;
    color: #464d4d;
    left: -60px;
    margin-top: -10px;
}
.robot{
	width: 100px;
	margin-top: 10px;
	margin-left: -25px;
	position: relative;
}

#baground{
	width: 100%;
	height:519px;
	background-size: cover;
    background-position: center center;
    position: relative;
}
.slider_tr_color{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0, 0.2);
}
.footer_rgba{
	background-color: rgba(0,0,0, 0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#contacts_auto{
	width: 400px;
	margin:10px auto;
	height: 120px;
}
#logo_footer
{
	width: 130px;
	height: 140px;
	overflow: hidden;
	margin: auto;
}
#logo_footer img{
	margin-top: 8px;
	margin-left: 12px;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
   
}
.preloader_center {
    width: 110px;
    margin: auto;
    height: 100%;
    display: flex;
   
}
.pr_align {
    width: 40px;
  height: 40px;
    margin: auto;
    
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 0px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #014a73;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}
.sirkle .fa{color:#fff;margin:0;padding:0;animation:animate 1.6s linear infinite}@keyframes animate{0%{transform:translateY(10px);text-shadow:0 50px 0 #fff;opacity:0}20%{transform:translateY(0px);text-shadow:0 10px 0 #fff}40%{transform:translate(0px);text-shadow:0 -10px 0 #fff;opacity:1}60%{transform:translateY(0px);text-shadow:0 0 0 #fff}100%{transform:translateY(-30px);text-shadow:0 -50px 0 #fff;opacity:0}}
.sirkle {
    transform: translate (-80%,-80%) !important;
    background-color: rgba(52,54,56,0.6);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 15px;
    opacity: 0;
    border: 2px solid #343638;
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    z-index: 999999;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.sirkle:hover{
    
    background-color: rgba(52,54,56,0.9);
   
}
#add_folder {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 39, 44, 0.8);
    z-index: 9999999999999;
    display: none;
}
.add_border {
    margin: auto;
    height: 100vh;
    width: 805px;
    display: flex;
}
.test_left_bg {
    width: 0%;
    height: 600px;
    background: linear-gradient(135deg, rgba(0,0,0, 0.4), rgba(0,0,0, 0.4));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: absolute;
    border-radius: 9px;
    display: flex;
    z-index: 9999;
    transition: 1.2s;
    transition-delay: 0.4s;
    overflow: hidden;
}
.add_folder_border{
    width: 800px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin: auto;
    border: 2px solid #fff;
}
.close_button_up {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -50px;
    right: -50px;
    z-index: 9999;
    display: flex;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
    cursor: pointer;
}
.close_button_up i {
    margin: auto;
    font-size: 30px;
}
.close_button_up:hover{
	 color: #fed770;
}
.pre_1{
	font-family: "Regular2";
	text-align: center;
	font-size: 20px;
	margin-top: 60px;
}
.pre_2{
	font-family: "Regular2";
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	
}
.Language_selection{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 55px;
	
}
.Language_selection li{
	width: 200px;
	float: left;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	background-color: #50afff;
	color: #fff;
	line-height: 23px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
}
.amout{
	width: 100%;
	text-align: center;
	font-family: "Regular";
	margin-top: 20px;
	opacity: 0;
	 -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}
.add {
    width: 90px;
    height: 90px;
    background-color: transparent;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    left: 355px;
    display: flex;
    line-height: 40px;
    background-color: rgba(80,175,255,0.0);
    top: 230px;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #87a6d2;
    color: #014a7f;
    font-size: 15px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    background-image: url(../img/icons/awea.png);
}
.add p{
	margin: auto;
}
.add:hover{
	background-color: rgba(134,165,209,0.3);
}
.file{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 55px;
}
.file li{
	width: 315px;
	float: left;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	background-color: rgb(254, 215, 112);
	color: #666666;
	line-height: 23px;
	height: 20px;
	border-radius: 10px;
	cursor: pointer;
}


.file_name{
	width: 490px;
	height: 50px;
	margin-left: 150px;
	margin-top: 10px;
	border: 3px solid #50afff;
	-webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	outline: none;
}

input:focus ,textarea:focus{
	border: 2px solid #86c9ff;
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 10%)
}
footer {
  background-color: #f3f4f6;
  overflow: hidden;
}
.footer_border{
	margin: auto;
	max-width: 1300px;
	height: 300px;
	margin-top: 120px;
	position: relative;
}
.footer_contact{
	width: 100%;
	height: 130px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.footer_contact_tr_color {
    width: 100%;
    height: 100%;
    background-color: #014a73;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.footer_contact pre{
	color:#fff;
	position: absolute;
	left: 17%;
	top: 60px;
	font-family: "Regular2";
	font-size: 20px;
}
.footer_contact_shape{
	width: 8px;
	height: 100px;
	margin-top: 34px;
	background-color: #d2dffd;
	margin-left: 49%;
	display: none;
}
.footer_contact_border{
	width: 98%;
	height: 110px;
	margin-top: 8px;
	margin-left: 1%;
	
}
.footer-contacts{
	position: absolute;
	list-style: none;
	left: 90px;
	top:-110px;
}
.footer-contacts>li{
	width: 290px;
	height: 40px;
	margin-top: 30px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: -13px -10px;
	
}
.footer-contacts>li>p{
	position: relative;
	line-height: 25px;
	margin-top: -10px;
	margin-left: 60px;
	text-align: left;
	color: #616568;
	font-family: 'dejavu_sansbook';
}
.footer-contacts>li>p>a{
	color: #616568;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}

.form{
    position: absolute;
    max-width: 600px;
    right: 90px;
    top: -80px;
}
.text1 {
    width: 40%;
    height:30px;
	border: 2px solid #fff;
	border-radius: 30px;
    outline: none;
    color:  #000;
    font-size: 16px;
    padding: 10px;
    float: left;
    background-color: #fff;
}
.textarea1 {
    width: 95%;
    height: 100px;
     background-color: #fff;
	border: 2px solid #fff;
    outline: none;
    color: #000;
    border-radius: 30px;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
}
.aBooking1 {
    width: 98%;
    height: 40px;
    color: #fff;
    float: right;
    margin-right: 8px;
    background-color: #014a73;
    border: 1px solid #00acf2;
    border-radius: 20px;
    cursor: pointer;
    font-family: 'bpg_nino_medium_capsregular';
        font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking1:hover{
	
	opacity: 0.6
}

::-webkit-input-placeholder { /* Chrome */
  color: #798286;
  font-size: 15px;
  font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #b9bdbf;
  font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #b9bdbf;
 font-size: 12px;
}
:placeholder { /* Firefox 4 - 18 */
   color: #b9bdbf;
  font-size: 12px;
  font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}



.footer_menu{
    width: 100%;
    height: 90px;
    background-color: #fff;
    font-family: 'dejavu_sansbook';
    color: #828486;
    text-align: center;
    line-height: 70px;
    font-size: 13px;
    
}
.footer_menu .ul_left{
	list-style: none;
	margin-left: 30px;
}
.footer_menu .ul_right{
	position: absolute;
	right: 30px;
	list-style: none;
}
.footer_menu .ul_left li{
	float: left;
	padding: 5px;
	
}
.footer_menu .ul_left li a{
	color: #000000;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.footer_menu .ul_left li a:hover{
	opacity: 0.7
}
.footer_menu .ul_left li i{
	margin-left: 10px;
	color: #014a73;
}
.footer_menu .ul_right li{
	float: left;
	padding: 5px;
	
}
.footer_menu .ul_right li a{
	color: #000000;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 20px;
}
.footer_menu .ul_right  li a:hover{
	opacity: 0.7
}
.footer_menu .ul_right li i{
	margin-left: 10px;
	color: #014a73;
}
.div{
    color: #b6b6cf;
    font-size: 15px;
    width: 200px;
    margin: -25px auto;
    height: 35px;
    text-align: center;
}
.fa-times-circle{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: #02c0ff;
    cursor: pointer;
}
.menu_logo{
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	border-radius: 50%;
	background-color: #02c0ff;
	 -webkit-box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.15);
     background-image: url(../img/logo.png);
     background-repeat: no-repeat;
     background-size: 90% 60%;
     background-position-y: 20px;
}
.face{
	position: absolute;
	font-size: 36px;
	color: #014a73;
	top: 83px;
	right: 90px;
}
.face:hover{
	opacity: 0.7;
}
