/*
this style footer
*/
.grey.darken-3 {
    background-color: #424242 !important;
    width: 100%;
    height: 100px;
}



.footer-social-icons.no-pad > ul > li:nth-child(1) {
    margin-left: 0
}

.social-icons {
    margin: 20px 0 0;
    display: inline-block;
    float: left
}

.footer-social-icons ul li {
    float: left
}

.hovicon {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    margin: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff
}

.hovicon:before {
    font-size: 20px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased
}

.facebook-footer {
    background-color: #3765A3 !important;
    color: #fff !important
}

.googleplus-footer {
    background-color: #DC4A38 !important;
    color: #fff !important
}

.linkedin-footer {
    color: #fff !important;
    background-color: #007BB5 !important;
}

.twitter-footer {
    color: #fff !important;
    background-color: #00ACED !important;
}

.instagram-footer {
    color: #fff !important;
    background: #A36E53;
}

.telegram-footer {
    color: #fff !important;
    background-color: #34ABE3 !important
}

.hovicon.effect-7.sub-b:after {
    box-shadow: 3px 3px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform .2s;
    -moz-transition: opacity 0.2s, -moz-transform .2s;
    transition: opacity 0.2s, transform .2s
}

.hovicon.effect-7.sub-b:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.hovicon.effect-7.sub-b:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: .8;
    -webkit-transition: -webkit-transform 0.2s, opacity .2s;
    -moz-transition: -moz-transform 0.2s, opacity .2s;
    transition: transform 0.2s, opacity .2s
}

.hovicon.effect-7.sub-b:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.copyright-text {
    white-space: nowrap
}

.footer-text {
    font-size: 15px
}

.page-footer {
    background-color: inherit !important
}

.footer-menu {
    margin: 20px 0 5px !important
}

.footer-menu li {
    color: #fff !important;
    display: inline-block;
    margin-right: 5px
}

.footer-menu li a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    color: #fff !important
}

.footer-menu li a:hover {
    color: #7CD3FF !important
}

.footer-center-text {
    margin-top: 20px
}

.footer-logo-image img {
    margin-top: 10px;
    display: inline-block;
    width: 60px;
    height: 60px
}

.footer-logo {
    margin-top: 5px
}

.institute-text {
    margin-top: 33px;
    margin-left: 5px;
    font-size: 14px
}

.my-fixed-btn {
    /*opacity: .5;*/
    right: inherit;
    left: 30px !important;
    bottom: 85px !important
}

.my-fixed-btn ul li {
    left: 50px !important
}

.salamat-btn {
    padding: 0
}

.salamat-btn img {
    width: 100%;
    height: 100%
}

.hasScrolled {
    opacity: 1
}
.right{
    float: right;
}
.left{
    float: left;
}

@media screen and (max-width: 425px) {
    .footer-text {
        margin-bottom: 10px;
        font-size: 11px !important
    }
    .footer-logo-image img {
        margin-top: 15px;
        height: 100%
    }
    .hide-on-small-and-down, .hide-on-small-only {
        display: none!important;
    }
}

@media screen and (min-width: 425px) and (max-width: 600px) {
    .hide-on-small-and-down, .hide-on-small-only {
        display: none!important;
    }
    .footer-text {
        margin-bottom: 10px;
        font-size: 13px !important
    }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
    .footer-text {
        margin-bottom: 10px;
        font-size: 15px !important
    }
}

