.footer-container{
    max-width : 1440px !important;
    width : 100%;
    
}
footer {
    background: #191340;
    padding-top: 7em;
}


.FooterMenu ul li, .FooterMenu ul li a {
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #b3aed5;
}

.FooterMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.FooterMenu h4, .FooterSocial h4, .FooterContact h4 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.FooterSocial p {
    font-size: 15px;
    color: #fff;
    line-height: 31px;
    opacity: 0.9;
}

.socialMedai h4 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #fff;
}

ul.smFooter {
    margin: 0;
    padding: 0;
}
ul.smFooter li {
    display: inline-block;
}
ul.smFooter li a {
    color: #fff;
}

.FooterMenu ul li a:hover {
    font-weight: 700;
}
ul.smFooter li a i {
    padding: 14px 16px;
    border: 1px solid #7e7b94;
    border-radius: 30px;
    margin-right: 3px;
}

.smFooter li:hover i {
    background: white;
    color: #19143f
}

.Copyright {
    border-top: 1px solid #19558A;
    padding: 20px 0;
    background: #6a54f6;
    color: #fff;
}
.Copyright p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.Copyright i {
    margin-right: 5px;
}
p.pull-right {
    float: right;
}
.connect-media{
    display : flex;
    flex-direction: column;
}
.top_footer {
    padding-top: 65px;
    padding-bottom: 50px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}
.footer-widget h3:after {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background: #00a67e;
    border-radius: 5px;
    margin: 10px 0;
}
footer p, footer a {
    color: #b6b8c9;
}
.widget_content p {
    font-weight: 500;
    font-size: 15px;
}
.widget_content ul {
    margin: 0;
    padding: 0;
}
.widget_content ul li {
    margin-bottom: 6px;
    display: block;
    position: relative;
}
.widget_content ul li a {
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.widget_content ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
footer a:hover {
    color:#fff;
}
.footer-widget select {
    background: #252e43;
    border: none;
    width: 100%;
    height: 34px;
    border-radius: 30px;
    padding: 0 12px;
    color: #fff;
    appearance: none;
    font-weight: 400;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    font-size: 15px;
    box-shadow: 0px 15px 25px 0px rgba(0, 166, 126, 0.15);
}
.footer-widget select:focus {
    border: none;
    outline: none;
}
.social_icons a {
    color: #b6b8c9;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-align: center;
    border: 1px solid #b6b8c9;
    border-radius: 30px;
    line-height: 38px;
    margin-right: 8px;
}
.social_icons a:hover {
    color: #fff;
    border: 1px solid #fff;
}
.copyright p, .copyright a {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.copyright a {
    margin-right: 10px;
}
.copyright {
    border-top: 2px solid #252e43;
    padding: 40px 0;
}
.contact-detail a {
    display: block;
    margin-bottom: 15px;
}
.contact-detail a i, .contact-detail a svg {
    color: #00a67e;
    margin-right: 10px;
    width: 18px;
}
.goto-top {
    position: fixed;
    bottom: 100px;
    right: -100%;
    width: 40px;
    height: 40px;
    display: flex;
    background: #00af85;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff6b;
    cursor: pointer;
    transition: all ease 1s;
}
.goto-top:hover {
    background: #1f212f;
    color: #fff;
    border: 1px solid #ffffff6b;
    transition: all ease 1s;
}
.hidden-goto-top {
    right: 30px;
    transition: all ease 1s;
}

@media(max-width: 767px){
   .FooterMenu,
   .FooterSocial,
   .socialMedai{
       text-align : center;
   }
 
    .Copyright {
        margin-top: 25px;
    }
    .Copyright p{
        text-align: center !important;
    }
    p.pull-right{
        float: initial;
    }
   
}


@media(max-width: 992px){
    .footer-widget h3 {
        font-size: 16px;
        cursor: pointer;
    }
    .footer-widget {
        margin-bottom: 20px;
    }
    .top_footer {
        padding-top:40px;
        padding-bottom:0px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    .copyright {
        padding: 30px 0;
    }
}