/* footer */
.footer {
    /* margin: 0 30px; */
    padding: 50px 0; /* for new footer */
}
.footer .col {
    display: inline-block;
    width: 15%;
    text-align: left;
    vertical-align: top;
}
.footer .col.two {
    width: 40%;
    text-align: left;
}
.footer .col.one {
    width: 35%;
    
}
@media all and (max-width: 767px){
    .footer .col {
        width: 100%!important;
    }
    .footer {
        margin: 0 15px;
    }
}
@media all and (min-width: 768px){
    .footer .one {
        left: -58%;
    }
    .footer .two, .footer .three {
        left: 38%;
        text-align: center;
    }
    .footer .v-icon.phone {
        display: none;
    }
}
.footer .col.license {
    font-size: 12px;
    font-weight: 400;
    color: #8b8a8a;
    max-width: 420px;
}
.footer .title {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.footer .phone_block > *{
    display: inline-block;
    vertical-align: middle;
}
.footer .phone_block .v-icon {
    margin: 0 5px;
}
.footer .phone {
    font-size: 20px;
    font-weight: 600;
    /* color: #8b8a8a; */
    margin-top: -3px;
}
.footer .phone-lines {
    font-size: 10px;
    font-weight: 600;
    color: #8b8a8a;
}
.footer .phone-lines:after {
    content: '';
    border-left: 1px solid #8b8a8a;
    height: 15px;
    margin: 0 15px;
}
.footer .fa-facebook-square {
    font-size: 30px;
    color: #89bf42; 
}
@media all and (max-width: 767px){
    .footer .col {
        text-align: justify;
        max-width: 500px!important;
    }
    .footer .title {
        font-size: 21px;
        color: #6d6d6d;
        text-transform: uppercase;
    }
    .footer .phone {
        font-size: 30px;
        color: #fff;
        margin-left: 50px;
    }
    .footer .phone-lines {
        font-size: 18px;
    }
    .footer .phone.main {
        display: block;
    }
    .footer .phone_block {
        text-align: left;
    }
    .footer .phone_block .v-icon {
        position: absolute;
        left: 0;
        top: 3px;
        height: 30px;
        width: 30px;
    }
    .footer .phone-lines:after {
        display: none;
    }
    .footer .v-icon.phone {
        top: auto;
        bottom: 3px;
    }
}
.top-block-footer {
    /* margin: 0 30px 30px; */
    text-align: left;
}
.top-block-footer .block-f {
    width: 19%;
    display: inline-block;
    padding: 15px 0 15px 30px;
    min-width: 200px;
    vertical-align: top;
}
.top-block-footer .block-f ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.top-block-footer .block-f .links li {
    margin: 15px 0 0 0;
}
.top-block-footer .block-f .links a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
}
.top-block-footer .block-f ul .name-link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
/* .top-block-footer .block-f:nth-child(3) ul .name-link,  */
.top-block-footer a:hover {
    color: #89bf42 !important
}

.top-block-footer .block-f ul .arrow {
    display: none;
    font-size: 16px;
    float: right;
    color: #89bf42;
    padding-top: 5px;
    cursor: pointer;
}
@media (min-width: 768px){
    .top-block-footer .block-f .links li {
        display: block!important;  
    }
}
@media all and (max-width: 767px){
    .top-block-footer {
        text-align: center;
    }
    .top-block-footer .block-f .links li:not(:nth-child(1)) {
        display: none;
    }
    .top-block-footer .block-f ul .arrow {
        display: block;
    }
}
/* for new footer */
.footer .license {
    font-size: 12px;
    font-weight: 400;
    color: #8b8a8a;
    text-align: left;
}
.footer .connect-ous {
    text-align: left;
}
.footer .connect-ous .title {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
}
.footer .connect-ous .connect {
    display: inline-block;
}
.footer .connect-ous .connect a {
    margin: 10px 10px 0 0;
    display: inline-block;
}
.footer .social-icons .fa {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: contain;
}
.footer .social-icons .fa.fa-facebook-img {
    background-image: url(/img/icons/social_icons_fb.png);
}
.footer .social-icons .fa.fa-youtube-img {
    background-image: url(/img/icons/social_icons_yb.png);
}
.footer .social-icons .fa.fa-linkedin-img {
    background-image: url(/img/icons/social_icons_in.png);
}
.footer .social-icons .fa:hover,
.footer .social-icons .fa:active {
    color: #FFF;
}
.footer .social-icons.icon-rotate .fa:hover,
.footer .social-icons.icon-rotate .fa:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}
