p.footAbout {
    color: #C1BFBF;
     height: 130px;
    line-height: 1.8em;
    text-align: justify;
    margin-right: 50px;    padding-right: 10px;
}

.footpad {
    padding: 20px;
}

.footlinks {
    margin: 0 0 0 16px;
    padding: 0;
    list-style-type: inherit;
    line-height: 24px;
}

    .footlinks li a {
    text-decoration: none;
    color: #C1BFBF;
    display: block;
 
    }

        .footlinks li a:hover, .footlinks ul li .current {
            color: #02bbd2;
        }


.footcontact {
    margin: 0 0 0 0px;
    padding: 0;
    list-style-type: none;
    line-height: 26px;
}


.Foothead1{
	text-align:left;}


.Foothead1 h3{
    margin-top: 30px;
    font-family: 'Bigshot One', cursive;
	    padding: 10px;
	font-size: 1.5em;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 1em;
	    text-transform: uppercase;
    
   
    
}


.footcontIcon {
    color: #02bbd2;
    margin-right: 10px;
}

.copyright.footbottom {
    margin: 1.5em 0 0;
    background: #292929;
    padding: 0.5em 0;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 20px;
    
    padding-top: 10px;
    text-align: center;
}


.user-menu li a {
    margin-right: -7px !important;
}

.socialfoot {
    margin-left: -20px;
}

.copyright_foot {
    padding-top: 10px;
}



@media (max-width:500px) {

    p.footAbout {
        margin-right: 10px;
    }

    h3.Foothead1 {
        margin-top: 30px;
        font-size: 19px;
    }
}


.footer-bottom-area {
	
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
   
    background-color: #333 !important;
    color: #fff;
    bottom: 0px;
    width: 100%;
}



.copyright.footbottom p[data-attr="poweredby"] {
	    color: #02bbd2  !important;
		font-weight:bold;
    margin-left: 5px; display: inline-block;
}
.copyright.footbottom p[data-attr="footercompanyname-13-54"]{display: inline-block;}
ul.footcontact{min-height:90px;}
ul.footcontact > li {
    position: relative;    
	
    color: #C1BFBF;
}
ul.footcontact > li > .footcontIcon {
    position: absolute;
    left: 0;
    top: 7px;
}
ul.footcontact > li {
    padding-left: 21px; min-height:23px; margin-bottom:5px;
}
ul.footcontact>li>span {
    width: 100%;
    display: inline-block;
}
i.fa.fa-arrow-up {
    color: #ffffff  !important;
}
i.fa.fa-arrow-up:hover{
    color: #c7dad8 !important;
}



.Foottxtwithscroll {

    text-align: justify;
    
    color: #777;
    margin-bottom: 10px;
	padding: 3px;
    height: 130px;overflow-y: auto;
    
	   
}




/*New Add Change*/
.Foottxtwithscroll::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
margin-right:10px;
}

.Foottxtwithscroll::-webkit-scrollbar
{
width: 8px;
background-color: #F5F5F5;
}

.Foottxtwithscroll::-webkit-scrollbar-thumb
{
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #02bbd2), color-stop(0.72, #02bbd2), color-stop(0.86, #02bbd2));
}