.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 100;
    background: #26213C;
    border: 1px solid rgba(0, 0, 0, 0.57);
    box-shadow: 4px 7px 20px 11px rgba(0, 0, 0, 0.27);
}
.back-to-top i{
    color: #D83C3C;
}

footer {
    padding: 4em 0;
}

.karki-footer {
    background: #0d1824;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.karki-footer:after {
    position: absolute;
    top: -300px;
    left: -100px;
    width: 800px;
    height: 800px;
    content: '';
    background: url(../img/blob-shape.svg);
    background-position: center center;
    background-size: cover;
    z-index: -1;
    opacity: .05;
}

.karki-footer a {
    color: var(--theme-color);
}

.karki-footer p {
    color: rgba(255, 255, 255, 0.6);
}

.karki-footer .copyright {
    color: rgba(255, 255, 255, 0.3);
    color: #999999;
}

.karki-footer .footer-heading {
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
}

.karki-footer .footer-heading:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    background: var(--theme-color);
}

.karki-footer ul.list-unstyled li a {
    color: rgba(255, 255, 255, 0.7);
}

.karki-footer .karki-footer-plcofint .text .heading a {
    color: rgba(255, 255, 255, 0.7);
}

.karki-footer .karki-footer-plcofint .meta > div a {
    color: var(--theme-color);
}

.karki-footer .karki-footer-cont ul li {
    color: rgba(255, 255, 255, 0.6);
}

.karki-footer .karki-footer-cont ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.karki-footer .karki-footer-cont ul li .icon {
    color: rgba(255, 255, 255, 0.4);
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.karki-footer .ftco-footer-social li a {
    background: var(--theme-color);
    color: #fff;
}


.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
    color: #fff;
}

.karki-footer-plcofint .img {
    display: block;
    height: 52px;
    width: 52px;
    object-fit: cover;
}

.karki-footer-plcofint .text {
    width: calc(100% - 100px);
}

.karki-footer-plcofint .text .heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.karki-footer-plcofint .text .heading a {
    color: #000;
}

.karki-footer-plcofint .text .heading a:hover, .karki-footer-plcofint .text .heading a:active, .karki-footer-plcofint .text .heading a:focus {
    text-decoration: none;
}


.karki-footer-cont ul {
    padding: 0;
}

.karki-footer-cont ul li, .karki-footer-cont ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}

.karki-footer-cont ul li .icon, .karki-footer-cont ul li .text {
    display: table-cell;
    vertical-align: top;
}

.karki-footer-cont ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
}

/*
SOCIAL*/
.social-links {
    position: relative;
    padding-top: 24px
}

 .social-links ul {
    position: relative
}

 .social-links li {
    position: relative;
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 44px;
    border-radius: 100%
}

 .social-links li a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease
}

 .social-links li a:hover {
    color: #fff
}

 .social-links .facebook {
    background: #1f73e6;
    background: -moz-linear-gradient(-45deg, rgba(31, 115, 230, 1) 0, rgba(40, 35, 163, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(31, 115, 230, 1) 0, rgba(40, 35, 163, 1) 100%);
    background: linear-gradient(135deg, rgba(31, 115, 230, 1) 0, rgba(40, 35, 163, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f73e6', endColorstr='#2823a3', GradientType=1);
    border: 1px solid #2165db
}

 .social-links .facebook:hover {
    background: #2823a3;
    background: -moz-linear-gradient(-45deg, rgba(40, 35, 163, 1) 0, rgba(31, 115, 230, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(40, 35, 163, 1) 0, rgba(31, 115, 230, 1) 100%);
    background: linear-gradient(135deg, rgba(40, 35, 163, 1) 0, rgba(31, 115, 230, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2823a3', endColorstr='#1f73e6', GradientType=1)
}

 .social-links .twitter {
    background: #00c9fa;
    background: -moz-linear-gradient(-45deg, rgba(0, 201, 250, 1) 0, rgba(0, 134, 255, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 201, 250, 1) 0, rgba(0, 134, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 201, 250, 1) 0, rgba(0, 134, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c9fa', endColorstr='#0086ff', GradientType=1);
    border: 1px solid #00befb
}

 .social-links .twitter:hover {
    background: #0086ff;
    background: -moz-linear-gradient(-45deg, rgba(0, 134, 255, 1) 0, rgba(0, 201, 250, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 134, 255, 1) 0, rgba(0, 201, 250, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 134, 255, 1) 0, rgba(0, 201, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086ff', endColorstr='#00c9fa', GradientType=1)
}

 .social-links .instagram {
    background: #b932c1;
    background: -moz-linear-gradient(-45deg, rgba(185, 50, 193, 1) 0, rgba(255, 87, 98, 1) 47%, rgba(252, 197, 79, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(185, 50, 193, 1) 0, rgba(255, 87, 98, 1) 47%, rgba(252, 197, 79, 1) 100%);
    background: linear-gradient(135deg, rgba(185, 50, 193, 1) 0, rgba(255, 87, 98, 1) 47%, rgba(252, 197, 79, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b932c1', endColorstr='#fcc54f', GradientType=1);
    border: 1px solid #fd9d56
}

 .social-links .instagram:hover {
    background: #fcc54f;
    background: -moz-linear-gradient(-45deg, rgba(252, 197, 79, 1) 0, rgba(255, 87, 98, 1) 53%, rgba(185, 50, 193, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(252, 197, 79, 1) 0, rgba(255, 87, 98, 1) 53%, rgba(185, 50, 193, 1) 100%);
    background: linear-gradient(135deg, rgba(252, 197, 79, 1) 0, rgba(255, 87, 98, 1) 53%, rgba(185, 50, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc54f', endColorstr='#b932c1', GradientType=1)
}

 .social-links .tripadvisor {
    background: #32da9c;
    background: -moz-linear-gradient(-45deg, rgba(50, 218, 156, 1) 0, rgba(0, 191, 108, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(50, 218, 156, 1) 0, rgba(0, 191, 108, 1) 100%);
    background: linear-gradient(135deg, rgba(50, 218, 156, 1) 0, rgba(0, 191, 108, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32da9c', endColorstr='#00bf6c', GradientType=1);
    border: 1px solid #32da9c
}

 .social-links .tripadvisor:hover {
    background: #00bf6c;
    background: -moz-linear-gradient(-45deg, rgba(0, 191, 108, 1) 0, rgba(50, 218, 156, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 191, 108, 1) 0, rgba(50, 218, 156, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 191, 108, 1) 0, rgba(50, 218, 156, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bf6c', endColorstr='#32da9c', GradientType=1)
}

 .social-links .linkedin {
    background: #0354a7;
    background: -moz-linear-gradient(-45deg, #0354a7 0, #044c95 100%);
    background: -webkit-linear-gradient(-45deg, #0354a7 0, #044c95 100%);
    background: linear-gradient(-45deg, #0354a7 0, #044c95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0354a7', endColorstr='#044C95', GradientType=1);
    border: 1px solid #044c95
}

 .social-links .linkedin:hover {
    background: #044c95;
    background: -moz-linear-gradient(-45deg, #044c95 0, #0354a7 100%);
    background: -webkit-linear-gradient(-45deg, #044c95 0, #0354a7 100%);
    background: linear-gradient(-45deg, #044c95 0, #0354a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#044C95', endColorstr='#0354a7', GradientType=1)
}

.social-links .youtube {
    background: #b41919;
    background: -moz-linear-gradient(-45deg, #D32222 0, #b41919 100%);
    background: -webkit-linear-gradient(-45deg, #D32222 0, #b41919 100%);
    background: linear-gradient(-45deg, #D32222 0, #b41919 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D32222', endColorstr='#b41919', GradientType=1);
    border: 1px solid #b41919
}

.social-links .youtube:hover {
    background: #b41919;
    background: -moz-linear-gradient(-45deg, #b41919 0, #D32222 100%);
    background: -webkit-linear-gradient(-45deg, #b41919 0, #D32222 100%);
    background: linear-gradient(-45deg, #b41919 0, #D32222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b41919', endColorstr='#D32222', GradientType=1)
}