﻿body {
}
.fooAllBack
{
    width:100%; 
    background-color:#062433; 
    display:inline-block; 
    text-align:left;

    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #efae50 30%, #efae50 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%,rgba(0,0,0,.0) 100%), url(../Images/Home/ft.jpg);
    background-attachment: fixed;
    
    
}
.Footer-Container
{
    width:100%;
    height:auto;
    padding: 30px 10% 20px 10%;
    margin: 0 0 0 0 !important;
    display:inline-block;    
    font-size:14px;
    font-weight:400;
    line-height:18px;
    border-top:4px solid #5d4a1f;
    background-color:#062433;    
    background-color:transparent;    

    font-family: Poppins, sans-serif;

    
}

.fooLeft
{
    width:30%;
    height:auto;
    background-color:transparent;
    float:left;    
    display:inline-block;
    padding:0 10% 0 10px;
}
.fooLeft2
{
    width:20%;
    height:auto;
    background-color:transparent;
    font-weight:500;
    float:left;
    display:inline-block;
    padding:0 10px 0 50px;
}

.fooCenter
{
    width:25%;
    height:auto;
    background-color:transparent;
    float:left; 
    display:inline-block;  
     padding:0 10px 0 0px;     
}

.fooRight
{
    width:25%;
    height:auto;
    background-color:transparent;
    float:left;
    display:inline-block;
   color:inherit;
   padding:0px 0 0 5%;
}
.li2
{
    padding: 7px 7px 7px 7px;
    float:left;
    border:1px solid rgba(255, 255, 255, 0.27);
    height:auto;
    float:left;
    font-size:13px;
    margin:5px 0 5px 5px;
    text-align:Left;
    display:block;
    color:inherit;
}
.fooLeft2>a
{
    width:100%;
    height:auto;
    float:left;
    font-size:13px;
    padding: 8px 0 8px 0;
    margin:0 0 0 0;
    text-align:Left;
    display:block;
    color:inherit;
    text-transform:uppercase;
}
.fooLeft2>a:hover
{
   text-decoration:none;
   text-shadow:2px 2px 2px rgba(93, 74, 31, 0.70);
   color:#5d4a1f;
}
.li
{
    width:50%;
    height:auto;
    padding: 8px 0 8px 0;
    margin:0 0 0 0;
    text-align:Left;
    display:block;
    color:inherit;
    
}
.fooLeft>a:hover,.fooCenter>a:hover,.fooRight>a:hover
{
    text-decoration:none;
    color:#fff;
    color:#0d3549;
}


.FooterHead
{
    
    text-rendering: optimizeLegibility;
    color: #333333;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #062433;
    font-size: 17px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    position: relative;

}
.FooterHead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #5d4a1f;
}


.fooDown
{
    width:100%;
    height:auto;
    padding: 20px 10% 20px 10%;
    margin:0 0 0 0;
    display:inline-block;
    background-color:rgba(3, 7, 16, 0.5);
    background-color:rgba(0, 0, 0, 0.47);

    color:#d3d3d3;
    text-align:center;
    
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:18px;
    margin: 0 0 0 0 !important;

}

.fooDown>a
{
    color:#d3d3d3;
}
.fooDown>a:hover
{
    color:Red;
    text-decoration:none;
}
.Social
{
    font-size:18px;
    color:#fff;
    margin:10px 10px  0 0;
    padding:7px 0 0 0;
    background-color:#4267b2;
    border-radius:50%;
    text-align:center;
    width:30px;
    height:30px;
    display:inline-block;
    border:2px solid rgba(255, 255, 255, 0.13);
}
.Social:hover
{
     -webkit-animation:pulse 600ms;
    animation: pulse 600ms;
}
.twitBlue
{
    background-color:#1da1f2 !important;
}

.line {
    border-bottom: 2px solid #ff2851;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 auto 45px;
    padding: 5px;
    position: relative;
    width: 120px;
}
.fooSep>img {
    
    width: 120px;
}


.spfoologo
{
    width:70px;
    height:auto;
    padding: 0 0 0 0;
    margin:0 0 0 0;
    display:inline-block;
    margin: 0 0 0 0 !important;

}


@media(max-width:1500px) {
    .fooLeft, .fooCenter, .fooRight {
        height: auto;
    }
}
@media(max-width:768px)
{
      .fooLeft,.fooLeft2,.fooCenter,.fooRight
{
   
    width:100%;
    height:auto;
    padding:20px 0 0 0;
    

}
}