@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: #fff;
}
#logo{
	position: absolute;
	left: 50px;
	margin-top:-5px;
	z-index: 999;
}
nav{
	width:100%;
	height:85px;
	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: #fff;
	}
	nav>ul{ 
	width: 100%;
	margin: auto;
	text-align: center;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 margin-left: 20px;
         line-height: 80px;
		 height: 55px;
		 position: relative;
		padding: 15px;
		 }
		  nav > ul> li>a{
		  color: #4c4c4c;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
		
		  }
		 nav > ul> li>a:hover{
		
		 color: #009dde;
		  
		 }
	nav > ul  >  li > ul{  
	padding:0;
	 margin:0;
	 margin-top:-11px;
	 margin-left: -80px;
	  list-style:none; 
	   display: none;
	     position:absolute;
	     z-index: 9999;
	     }
	nav > ul  >  li > ul>li{
		width: 250px;
		height: 45px;
		line-height: 40px;
		background-color: #fff;
		border-bottom: 1px solid rgba(19,39,89, 0.7);
		position: relative;
		text-align: center;
		
	}
	nav > ul  >  li > ul>li a{
		color: #000;
		width: 250px;
		height: 45px;
		position: absolute;
		font-size: 13px;
		line-height: 50px;
		left: 0;
		top: 0;
		font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
		text-align: center;
	}
	nav > ul  >  li > ul>li a:hover{
		color: #009dde;
	}

	.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{
		position: absolute;
		right: 10%;
	    bottom: 20px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
	}
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 50px;
		height: 32px;
		background-color:#009dde;
		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;
	}
	.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;
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 25px;
    border: 1px solid rgba(241,103,103, 0.3);
    top: 40px;
    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: 90px;
    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;
}

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

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/spinner-tide.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
}
.icon {
    position: absolute;
    top: 2px;
    right: 0;
    width: 80px;
    height: 30px;
    background-color: #009dde;
    z-index: 9999;
    border-bottom-left-radius: 14px;
}
.icon ul {
    list-style: none;
    padding: 0;
    right: 10px;
    top: 3px;
    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 .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.icon ul li:hover{
    opacity: 0.7;
}
.icon ul li a {
    position: absolute;
    width: 30px;
    height: 30px;
}
.baground_color{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(19,39,89, 0.6);
}
.h1 {
    width: 283px;
    margin: 300px auto;
    font-size: 20px;
    text-align: center;
    font-family: "BPG Arial Caps", sans-serif;
    height: 70px;
    position: relative;
    font-weight: bold;
    color: #fff;
}
.shape-top {
    width: 200px;
    border-bottom: 1px solid #40a1e5;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.shape-bottom {
    width: 200px;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
#baground{
	 position: relative;
	 z-index: -1;
	 height: 400px;
	 background-size: cover;
	 background-position: center center;
}
footer{
		width: 100%;
		height: 70px;
		position: relative;
		overflow: hidden;
		background-color:#000;
		margin-top: 100px;
		background-size: cover;
		background-position: center  center;
	}
	footer p{
		color: #fff;
		width: 100%;
		text-align: center;
		bottom:15px;
		position: absolute;
	}
	.footer ul{ 
	width: 100%;
	margin: 0px auto;
	text-align: center;
	list-style: none;
	
	 }	
	
	.footer ul> li{
		float: left;
		 margin-top: 10px;
		 height: 20px;
		 position: relative;
		  color: #fff;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    top: 10px;
    margin-left: 80px;
		
		  }
		  .footer ul> li>ul>li>a{
		
		 color: #A8ACB9;
		  	font-family: 'dejavu_sansbook';
		
		  }
		  .footer ul> li>ul>li>a:hover{
		
		  color: #fff;
		  	font-family: 'dejavu_sansbook';
		
		  }
		  
		  .footer ul>li:nth-child(1)>ul>li{
		  	width: 250px;
		  	text-align: left;
		  	color: #A8ACB9;
		  	font-family: 'dejavu_sansbook';
		  	font-weight: normal;
		  	line-height: 30px;
		  	font-size: 14px;
		  	margin-left: 70px;
		  }
		   
		  .footer ul>li:nth-child(2)>ul{
		   margin-left: -65px;
		   width: 200px;
		   
		  }
		   .footer ul>li:nth-child(2)>ul>li{
		   	display: block;
		  	text-align: left;
		  	color: #A8ACB9;
		  	font-family: 'dejavu_sansbook';
		  	font-weight: normal;
		  	line-height: 30px;
		  	font-size: 14px;
		  	width: 200px;
		  }
		  .footer ul>li:nth-child(2)>ul>li>a{
		  	color: #A8ACB9;
		  }
		   .footer ul>li:nth-child(2)>ul>li>a:hover{
		  	 color: #fff;
		  }
		 
		  .footer ul>li:nth-child(3)>ul{
		   margin-left: -35px;
		  }
		   .footer ul>li:nth-child(3)>ul>li{
		   	display: block;
		  	text-align: left;
		  	color: #A8ACB9;
		  	font-family: 'dejavu_sansbook';
		  	font-weight: normal;
		  	line-height: 30px;
		  	font-size: 14px;
		  	width: 200px;
		  }
		  .footer ul>li:nth-child(3)>ul>li>a{
		  	color: #A8ACB9;
		  }
		  .footer_logo{
		  	position: absolute;
		  	width: 130px;
		  	height: 130px;
		  	top:15px;
		  	background-image: url(../img/icons/footer_image.png); 
            background-position: center center;
            background-size: 100px 100px;
            background-repeat: no-repeat;
            border-radius: 50%;
            background-color: #ffffff;
            overflow: hidden;
            right: 200px;
		  }
.footer-icon {
    position: absolute;
    top: 140px;
    height: 1px;
    text-align: center;
    right: 155px;
}
.footer-icon ul{
	list-style: none;
	text-align: center;
}
.footer-icon ul li {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin: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;
   
}
.footer-icon ul li:hover{
	opacity: 0.3;
}
.footer-icon ul li a{
	position: absolute;
	width:30px;
	height: 30px;
	left: 0;
}
.menu-ul{
	display: none;
}