






/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/





.footer-social-list{
    
    padding: 0px;
    margin: 20px 0px;
    
    
}



.footer-social-list li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social-list .icon {
    overflow: hidden;
    text-align: center;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    background: rgba(255,255,255,.1);
    z-index: 1;
    position: relative;
    color: #ccc;
}



.footer-social-list .icon::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    background: #eeaf5e;
    transform-origin: 0 0;
    transform: rotate(45deg) translate3d(-50%,50%,0);
    transition: all .35s cubic-bezier(.05,.29,.11,1.54);
    pointer-events: none;
    z-index: -1;
}


footer{
      background: #343c49 url(../img/footer.jpg) 50% 50% no-repeat;
    background-size: cover;
    color:#cbc6c6;
    position: relative;
}


footer .f-head2{
    position: absolute;
    right: 0px;
    top: 20px;
    width: 34%;
    height: 100%;
    
}




footer .f-head2:before{
    
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    
}



footer .lineleft:nth-child(2) .f-head h1:before{
	width: 104%;
    left: -4%;
}



.lineleft{
    
  border-right: 1px solid rgba(200, 198, 198, 0.48); 
    padding-right: 0px;
    height: 350px;
   
    
}


.f-head{
    position: relative;
}


.f-head h1 {
       font-size: 18px;
    margin-top: 40px;
    padding-bottom: 30px;
    color: #fff;
margin-bottom: 30px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}



.f-head h1:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(200, 198, 198, 0.48);
}



.f-widget {
padding: 0px;
margin: auto;

}
.f-widget li {
list-style: none;
    line-height: 25px;
    margin-bottom: 10px;
    /* float: left; */
    width: 49%;
    transition: 0.5s;
    color: #fff;
    display: inline-block;
    
}

.f-widget li a {
    color: #ccc;
    position: relative;
}







.f-widget2 {
    padding: 0px;
    margin: 0px;
}
.f-widget2 li {
        list-style: none;
    line-height: 25px;
    
    display: inline-block;
    margin-bottom: 29px;
    width: 100%;
    padding-left: 15%;
}
.f-widget2 li i {
     width: 35px;
    height: 35px;
    line-height: 35px;
    background: #5e6572;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    position: absolute;
    left: 0;
}
.f-widget2 li a {
    color:#fff;
}



	
.copyright{
    background: #343c49;
    padding: 10px 0px;
    position: relative;
    color: #fff;
}

.copyrights-text{
    
    margin: 0px;
  color:#ccc;
    
}

.newsletter-area{
    
    margin-bottom: 50px;
    
}



.panel .active{
	color:#50c2ff !important;
	font-weight:500 !important;
}



