/*-- Start Footer --*/
.footer {
    padding-top: 60px;
    padding-bottom: 20px; 
}
.footer-logo img {
    margin-bottom: 40px;
    height: 130px;
}

.footer .footer-contact {
   margin-right: 40px;
}

.footer-contact {
    margin-bottom: 40px;
}
.footer-contact p {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;    
    margin-bottom: 10px;
}
.footer-contact a {
    color: #666;
    text-decoration: underline;
    text-decoration: none;
}
.footer-social {
    margin-bottom: 40px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.footer-social ul li {
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    display: inline-flex;
}
.footer-social ul li a {
    font-size: 20px;
    color: #ccc; 
    margin: 0 5px;
}
.footer-social ul li a:hover {
    color: var(--mainTheme);
}
.footer-copy {
    margin-top: 10px;
    margin-bottom: 40px;
}
.footer-copy p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #b4b4b4;
    margin-bottom: 0;
}
.footer-copy a {
    color: var(--mainTheme);
}
.footer-copy a:hover {
    text-decoration: underline;
}
.footer-nav {
    text-align: right;
    margin-bottom: 40px;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.footer-nav ul li {
    margin-left: 35px;
    margin-top: 10px;
    line-height: 1;
    font-size: 13px;
    text-transform: uppercase;
    text-align: right;
    display: inline-flex;
}
.footer-nav ul li a {
    color: #666;
    position: relative;
}
.footer-nav ul li.active a, 
.footer-nav ul li:hover a {
    color: #c2c2c2;
}
.footer-nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--mainTheme);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
    -o-transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
    transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.footer-nav li.active a::after,
.footer-nav li:hover a::after {
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
}
/*-- End Footer --*/

/*-- Start Scroll to Top --*/
#go-top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    line-height: 50px;
    font-size: 22px;
    color: var(--colorWhite);
    text-align: center;
    text-decoration: none;
    background-color: var(--mainTheme);
    border: none;
    border-radius: 50%;
    opacity: .7;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
#go-top:hover {
    opacity: 1;
}
/*-- End Scroll to Top --*/


@media(max-width: 1599.98px) {
    
}
@media(max-width: 1399.98px) {
    
}
@media(max-width: 1199.98px) {
    
}    
@media(max-width: 991.98px) {
    .order-1 {
        order: -1!important;
    }
    .footer-nav {
        text-align: left;
    }
    .footer-nav ul li {
        margin-left: 0px;
        margin-right: 35px;
    }
    .footer .footer-contact {
        margin-right: 20px;
    }
} 
@media(max-width: 767.98px) {
    .footer .footer-contact {
        margin-right: 37px;
    }
}  
@media(max-width: 575.98px) {
    .footer .col-12.col-md.d-flex {
        display: block!important;
    }
} 
.wp-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.mywp-float{
	margin-top:16px;
}
