@import url('https://fonts.googleapis.com/css?family=Montserrat|Nanum+Gothic|Open+Sans+Condensed:300');
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #FFF;
}
header{
	top: 0;
	z-index: 1;
	width: 100%;
}
#logo {
    position: absolute;
    z-index: 9999;
    margin-left: 5%;
    top: 14px;
    cursor: pointer;
    width: 75px;
}
#callnowbutton{
    display: none;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.3);
    transform: scale(.8);
    bottom: 16px;
    right: 17px;
    background: url('../img/icons/cal.svg') center/45px 45px no-repeat #314759;
    z-index: 0;
}
nav{
	width:100%;
	height: 70px;
	margin-top: 0;
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
	z-index: 9999;
	
	}
	.nav-beckground-right{
		position: absolute;
		width: 400px;
		height: 80px;
		right: 0;
		z-index: -1;
		background-image: url('../img/slider/nav-beckground.png');
		background-size: 100% 100%;
		
	}
	nav>ul{ 
	list-style:none; 
	position: absolute;
	left: 11%;
	top: -42px;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 height:72px;
		 width: 150px;
		 text-align: center;
		 margin-top: 40px;
		 margin-left: 0px;
		 line-height: 80px;
		 position: relative;
		 overflow: hidden;
		 }
		 nav > ul> li:nth-child(4){
		 	width: 145px;
		 }
		  nav > ul> li>a{
		  	position: absolute;
		  	width: 100%;
		  	height: 100%;
		  	letter-spacing: 0.5px;
		  	top: 0;
		  	left: 0;
		  	color: #fff;
		  	font-size: 16px;
		  font-family: "BPG Arial Caps", sans-serif;
		  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
		  }
		 nav > ul> li>a:hover{
		background-color: rgba(255,255,255, 1);
		 color: #000;
		  
		 }
	nav > ul  >  li > ul{  
	padding:0;
	 margin:0;
	 margin-top:16px;
	 margin-left: -75px;
	  list-style:none; 
	   display: none;
	     position:absolute;
	     z-index: 9999;
	     }
	nav > ul  >  li > ul>li{
		width: 250px;
		height: 45px;
		line-height: 40px;
		background-color: rgba(54,59,63, 0.8);
		border-bottom: 1px solid rgba(255,255,255, 0.1);
		position: relative;
		text-align: center;
		
	}
	nav > ul  >  li > ul>li a{
		color: #fff;
		width: 250px;
		height: 45px;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	nav > ul  >  li > ul>li a:hover{
		color: #bfbfbf;
	}
		
	.leng{
		width: 120px;
		position: absolute;
		right: 20px;
	    top: 23px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 5px;
        
	}
	
	.leng a{
		margin: 4px;
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Nanum Gothic', sans-serif;
	}
	
	.leng a:hover{
		color: #bfbfbf;
	}
	.ulcontacts {
    list-style: none;
    position: absolute;
    top: 15px;
    right: 190px;
    z-index: 9999;
}
.ulcontacts li {
    padding: 4px 30px;
    font-size: 16px;
    margin: 10px;
    color: #fff;
    background-image: url(../img/icons/mob.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 5px 5px;
}
.ulcontacts li p {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-family: "Arial GEO", sans-serif;
}
#baner{
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
 
}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
   right: 40px;
    border: 1px solid rgba(255,255,255, 0.3);
    top: 15px;
    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;
      z-index: 99;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(54,59,63, 0.8);
    top: 71px;
    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: 9;
    text-align: center;
}
#sfsf{
    width: 60px;
    height: 60px;
   background-image: url(../img/icons/chati.png);
	background-position:8px 8px;
    background-size: 45px 45px;
	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: 22%;
    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:17px;
}
#sfsf:hover{
    width: 170px;
}
	footer{
		width: 100%;
		height: 50px;
		background-color:rgba(0,0,0, 0.7);
		position: absolute;
		bottom:0px;
		
		z-index: 9999;
	}
	
	footer p{
    position: absolute;
    color: #fff;
    text-align: right;
    left: 0;
    font-size: 13px;
    width: 170px;
    padding: 5px;
    bottom: 0px;
}
.iconfooter>ul{
	width: 177px;
	margin: auto;
	list-style: none;
}
.iconfooter>ul>li{
	float: left;
	width:30px;
	height: 30px;
	margin-top: 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;
	
}
.iconfooter>ul>li>a{
	position: absolute;
	width:30px;
	height: 30px;
	margin-left: 0px;
}
.iconfooter>ul>li:hover{
	opacity: 0.5;
}
.iconfooter >ul>li:nth-child(1){
	background-image: url('../img/icons/fb.png');
	margin-left: 27px;
	width:30px;
}
.iconfooter >ul>li:nth-child(2){
	background-image: url('../img/icons/ins.png');
	margin-left: 10px;
}
.iconfooter >ul> li:nth-child(3){
	background-image: url('../img/icons/pinterest.png');
	margin-left: 15px;
}
.iconfooter >ul> li:nth-child(4){
	background-image: url('../img/icons/gogle.png');
	width:50px;
	margin-left: 15px;
}
.iconfooter >ul> li:nth-child(4) a{
	
	width:50px;
	
}
.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: #2c3a45;
  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);
  } 
}
