/*********** footer section start *********/
footer .container_custom {
    background-color: #0083A6;
    border-radius: 30px;
    padding: 2rem 5rem 1rem;
}

footer .container_custom h2 {
    font-family: "Montserrat";
    font-size: 24px !important;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.footer-logo img {
    padding-bottom: 2rem;
    margin-left: 2rem;
}

.footer-item h2 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #111111;
    padding-bottom: 1.2rem;
    padding-top: 26px;
    font-family: Gilroy;
}

.footer-item p {
    font-family: "Montserrat";
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    padding: 5px 0;
    margin: 0;
}

.footer_quick_links p {
    /*max-width: 155px;*/
}

.footer-item p a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    /*transition: all .5s ease;*/
}

.footer-item p a:hover {
    color: #000 !important;
    text-decoration: underline;
}

.row-2 {
    padding: 3rem 0 0 0;
}

hr {
    border-top: 1px solid #fff !important;
    opacity: 0.75 !important;
}

.copyright {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    font-family: Gilroy;
}

.gotop {
    position: fixed;
    width: 56px;
    height: 56px;
    right: 20px;
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #c6c6c6;
    border-radius: 50%;
    outline: none;
    background-color: #000;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    z-index: 3;
    background-color: #2D607A;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px;
}

.gotop:hover {
    background-color: #000;
}

.gotop img {
    max-width: 25px;
}

#chat-widget-container {
    right: 12px !important;
}

/*********** footer section end *********/