/* Footer section :Start */
footer {
    background-color: #000000;
    padding: 0px 15px;
    position: initial;
}


.fshort-links {
    padding: 70px 0px 50px 0px;
}
.fshort-links .fshortlinks-wrap {
    display: flex;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col {
    padding-right: 50px;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col.big {
    flex: 1.5;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col.small {
    flex: 1;
}
.fshort-links .fshortlinks-wrap .fshortlinks-col:last-child {
    margin-right: 0;
}
.fshort-links .fslinks-block > h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.fshort-links .fslinks-block ul.fslinksb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fshort-links .fslinks-block ul.fslinksb-list li {
    width: 100%;
}
.fshort-links .fslinks-block ul.fslinksb-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #7a7a7a;
    /* line-height: 30px; */
    padding: 5px 0px;
    display: inline-block;
    text-decoration: none;
}
.fshort-links .fslinks-block ul.fslinksb-list li a:hover {
    color: #4dbb7b;
}
.fshort-links .fslinks-block ul.fslinksb-list.col-two li {
    width: calc(50% - 5px);
    display: inline-block;
}



footer .fcontact .fcontact-wrap {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(111, 112, 112, 0.5);
    border-bottom: 1px solid rgb(111, 112, 112, 0.5);
}
footer .fcontact .fcontact-wrap .fcont-block {
    flex: 1;
    padding: 25px 15px;
    border-right: 1px solid rgb(111, 112, 112, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
footer .fcontact .fcontact-wrap .fcont-block:last-child {
    border-right: 0;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall {
    text-align: center;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0;
    color: #ffffff;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall a {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
    color: #ffffff;
    text-decoration: none;
}
footer .fcontact .fcontact-wrap .fcont-block.fcall a:hover {
    color: #4dbb7b;
}


footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li {
    margin-right: 5px;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li:last-child {
    margin-right: 0;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li span {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2e2e2e;
    border-radius: 100%;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li span i {
    color: #fff;
    transition: .7s;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.fb span {
    background-color: #3b5999;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.tt span {
    background-color: #55acee;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.li span {
    background-color: #0e76a8;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li.in span {
    background-color: #ea4c89;
}
footer .fcontact .fcontact-wrap .fcont-block.fsocialmedia ul.fsmwrap li:hover span i {
    transform: rotateY(360deg);
}



footer .fcopyright .ulfcpy {
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .fcopyright .ulfcpy li {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #555252;
}
footer .fcopyright .ulfcpy li a {
    color: #555252;
}
footer .fcopyright .ulfcpy li a:hover {
    color: #4dbb7b;
}
footer .fcopyright .ulfcpy li::after {
    content: '|';
    font-size: inherit;
    color: #555252;
    margin: 0px 15px;
    /* display: inline-block; */
}
footer .fcopyright .ulfcpy li:last-child::after {
    display: none;
}



@media (max-width: 1199px) {
    footer .fcontact .fcontact-wrap {
        flex-wrap: wrap;
    }
    footer .fcontact .fcontact-wrap .fcont-block {
        flex: auto;
        width: 50%;
    }
    footer .fcontact .fcontact-wrap .fcont-block:nth-child(1),
    footer .fcontact .fcontact-wrap .fcont-block:nth-child(2) {
        border-bottom: 1px solid rgb(111, 112, 112, 0.5);
    }
    footer .fcontact .fcontact-wrap .fcont-block:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 991px) {
    .fshort-links {
        padding: 50px 0px 20px 0px;
    }
    .fshort-links .fshortlinks-wrap {
        flex-wrap: wrap;
    }
    .fshort-links .fshortlinks-wrap .fshortlinks-col.big,
    .fshort-links .fshortlinks-wrap .fshortlinks-col.small {
        flex: auto;
        width: 50%;
        margin-bottom: 30px;
    }
    .fshort-links .fshortlinks-wrap .fshortlinks-col:nth-child(even) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    footer .fcontact .fcontact-wrap .fcont-block.fcall h4 {
        font-size: 16px;
        line-height: 32px;
    }
    footer .fcontact .fcontact-wrap .fcont-block.fcall a {
        font-size: 26px;
        line-height: 32px;
    }
    footer .fcopyright .ulfcpy {
        flex-wrap: wrap;
    }
    footer .fcopyright .ulfcpy li:first-child {
        width: 100%;
        text-align: center;
    }
    footer .fcopyright .ulfcpy li:first-child::after {
        display: none;
    }
}

@media (max-width: 575px) {
    footer .fcontact .fcontact-wrap .fcont-block {
        width: 100%;
        border-bottom: 1px solid rgb(111, 112, 112, 0.5);
        border-right: 0;
    }
    footer .fcontact .fcontact-wrap .fcont-block:last-child {
        border-bottom: 0;
    }
    .fshort-links {
        padding: 40px 0px 10px 0px;
    }
    .fshort-links .fshortlinks-wrap .fshortlinks-col.big,
    .fshort-links .fshortlinks-wrap .fshortlinks-col.small {
        width: 100%;
    }
    .fshort-links .fshortlinks-wrap .fshortlinks-col {
        padding-right: 0;
    }
}

/* Footer section :End */



/* Sticky buttons :Start */
.sticky-buttons {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sticky-buttons > ul {
    padding: 0;
    margin: 0;
}
.sticky-buttons > ul > li {
    margin: 5px 0px 5px 0px;
    overflow: hidden;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
            align-items: center;
}
.sticky-buttons > ul > li > a {
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}
.sticky-buttons > ul > li > a img {
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}
.sticky-buttons > ul > li > a:hover {
    transform: rotate(360deg);
}
/* Sticky buttons :End */