#footer-section{
    padding: 50px 0px;
    background: rgb(43,145,207);
    color: #ffffff;
    text-align: center;
}















#section-copy{
    padding: 10px 0px;
    padding-top: 15px;
    color: #ffffff;
    line-height: 15px;
    font-size: 12px;
    background: #0f69af;
}


#section-copy h3{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-bottom: 15px;
    color: #ffffff;
}


#section-copy .contact-f{
    margin-bottom: 50px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}


#section-copy .border-top {
   border-top: 1px solid #2371ae!important;
}


#section-copy td:nth-child(1) i{
    font-size: 25px;
    
}


#section-copy td:nth-child(3) i{
    font-size: 32px;
    
}

#section-copy td:nth-child(5) i{
    font-size: 25px;
    
}

#section-copy img{
    /*width: 100px;*/
    /*margin-top: 5px;*/
}

#section-copy .material-icons{
    font-size: 35px;
    color: #9bc03b;
}


#section-copy .box-copyright span{
    color: #9bc03b;
}






#section-copy .box-wab-view{
   display: inline-block;
}


#section-copy .box-wab-view .view-item{

  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 15px;
}


#section-copy .box-wab-view .view-item i{
   font-size: 25px;

   float: left;
   margin-right: 5px;
}

#section-copy .box-wab-view .view-item:nth-child(1) i{
   font-size: 30px;


}

#section-copy .box-wab-view .view-item:nth-child(2) i{
   font-size: 25px;


}

#section-copy .box-wab-view .view-item:nth-child(3) i{
   font-size: 25px;


}


#section-copy .box-wab-view .view-item .text{
  font-size: 10px;
  float: left;
  line-height: 14px;
}









@media (max-width: 992px) {


}





@media (max-width: 789px) {
    #back-to-top {
        cursor: pointer;
        right: 0;
        display: block !important;
        width: 100%;
        background-color: #20334a;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 8px 5px 14px;
        letter-spacing: 0.02em;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }
    #section-footer{
        padding: 0px 0px;
    }

    #back-to-top .icon {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 2px
    }

    #back-to-top:hover {
        background: #c52434;
        color: #fff
    }
}

@media (max-width: 789px) and (max-width: 767px) {
    #back-to-top {
        display: block
    }
}

@media (min-width: 789px) {
    #back-to-top {
        cursor: pointer;
        /*display: none;*/
        opacity: 0;
        position: fixed;
        right: 0;
        bottom: 10%;
        z-index: 6;
        width: 62px;
        height: 62px;
        font-size: 39px;
        line-height: 39px;
        background-color: #20334a;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        backface-visibility: hidden
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #back-to-top .icon {
        font-size: 39px;
        line-height: 39px;
        position: relative;
        top: 10px;
        backface-visibility: hidden;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    #back-to-top .text {
        display: none;
    }

    #back-to-top:hover {
        background: #c52434;
        color: #fff
    }

    #back-to-top span {
        color: #fff
    }


    #back-to-top.show {
        /*display: block;*/
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 789px) and (max-width: 789px) {
    #back-to-top {
        /*display: none !important*/
    }
}

