@charset "utf-8"
/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Life-Coach-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
## Preloader
## Genaral Styles- font-sizes,buttons,forms
## Navbar
## Header-img
## Physical-care
## Call-out Action 
## Services
## Stories
## Appointment
## Testimonials
## Pricing
## Map and Contact
## Footer
## Back-To-Top Button
## Color-Themes

Typography
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
    background: #fff;
}

#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px) {
    #preloader > img {
        margin: 350px auto;
        display: block;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}


@media(min-width:300px) and (max-width:575px) {
    #preloader > img {
        margin: 200px auto;
        display: block;
    }
}

/* --------------------------------------------------------------------------
-----------------Genaral Styles font-sizes,buttons,forms---------------------
----------------------------------------------------------------------------- */

.lc-cm {
    margin-top: 150px;
}

.lc-hero {
    font-size: 45px;
    line-height: 62px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}

.lc-h1 {
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 54px;
    text-align: left;
}

.lc-h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 400;

}

.lc-h3 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.lc-h4 {
    font-size: 32px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.lc-h5 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 59px;
}

.lc-h6 {
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0;
}

.lc-p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #949494;
    line-height: 28px;
    margin-bottom: 0;
}

.lc-hd-p {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-bottom: 55px;
    padding-top: 20px;
    line-height: 26px;
    color: #777;
}

.lc-btn {
    padding: 11px 29px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: all .3s ease;
    font-family: 'Roboto', sans-serif;
}

.lc-btn:hover {
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    transition: 0.3s all ease;
    transform: scale(1.1);
    transition: all .3s ease;
    background-color: #2c2421;
}

.lc-btn:hover {
    background-color: #2c2421;
}

.lc-btn-bt {
    color: #fff;
}

.lc-btn-bt:hover {
    color: #fff;
}

.lc-link-bg {
    color: #242c41;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px
}

.lc-link-bg:hover {
    text-decoration: none;
    color: #242c41;
    cursor: pointer;
}

.lc-link {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px
}

.lc-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.btn-round {
    border-radius: 50px;
    padding: 9px 35px;
}

/* -------------------------------------
common media query for padding,h3 and p
----------------------------------------- */

@media (max-width:992px) {
    .lc-cm {
        margin-top: 80px;
    }
    .lc-hero {
        font-size: 30px;
        line-height: 30px;
    }
    .lc-h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .lc-h2 {
        font-size: 28px;
    }
    .lc-h4 {
        font-size: 22px;
    }
    .lc-h5 {
        font-size: 18px;
    }
    .lc-h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .lc-p {
        font-size: 14px;
        line-height: 22px;
    }
    .lc-hd-p {
        padding-bottom: 30px;
    }
}



@media (max-width:768px) {

    .lc-cm {
        margin-top: 50px;
    }
    .lc-h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .lc-h2 {
        font-size: 24px;
    }
    .lc-h4 {
        font-size: 20px;

    }
    .lc-h5 {
        font-size: 18px;
    }
    .lc-h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .lc-p {
        font-size: 14px;
        line-height: 20px;
    }
    .lc-hd-p {
        padding-bottom: 30px;
    }
}





/*-----------------------
-------Navbar------------
------------------------*/

.c-offcanvas {
    left: 0;
    padding: 1rem;
    overflow-y: scroll;
}

.js-offcanvas a {
    color: #777777;
    outline: 0;
}


.js-offcanvas .dropdown-menu {
    position: relative;
    border: none;
}

.navbar {
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
}

.navbar ul li a {
    font-family: Roboto;
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

.navbar-nav {
    padding: 13px 0 !important;
     padding-left:15px;
    padding-top:30px; 
}

.navbar ul li {
    margin-right: 40px;
    font-size: 18px;
}

@media (max-width:992px) {}



@media (max-width:768px) {

    .navbar ul li {
        margin-right: 20px;
        font-size: 16px;
    }
    .navbar .ra-btn {
        margin-bottom: 20px;
    }
    .navbar-toggler {
        border: 0px !important;
        cursor: pointer;
    }
    .navbar-toggler:focus {
        outline: none;
    }
     .suffix{
   position:fixed;
   top:0;
   right:0;
   left:0;
   z-index:6; 
   background-color: #FFFFFF;
 }
}



/*-----------------------
-------Header-img------------
------------------------*/

.header-img {
    background-image: linear-gradient( rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url('../images/banner.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    height: auto;
}

.header-txt {
    padding: 290px 0;
}

.header-txt h1 {
    text-transform: uppercase;
}

.header-txt p {
    padding: 40px 0;
    color: #fff;
}


@media(max-width:992px) {
    .header-txt {
        text-align: center;
        padding: 100px 0;
    }

    .header-txt p {
        font-size: 22px;
        margin-bottom: 0;
    }

}


@media (max-width:768px) {
    .header-txt {
        padding: 80px 0;
        text-align: left;
        margin-top: 0;
    }
    .header-txt p {
        padding: 15px 0;

        font-size: 16px;
    }
    .lc-hero br {
        display: none;
    }
}

/*--------------------------------
--------------career--------------
----------------------------------*/


.lc-lbr {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lc-rbr {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.lc-nbr {
    background-color: #242c41;
}

.career1 {
    padding: 60px 40px;
    color: #fff;
}

.career1 {
    position: absolute;
    top: -120px;
    max-height: 374px;
}

.career1 img {
    padding-bottom: 25px;
}

.career1 h6 {
    text-transform: uppercase;
}

.career1 p {
    font-size: 16px;
    padding: 30px 0;
    color: #fff;
    line-height: 26px;
}

@media (max-width:992px) {
    .career1 {
        position: static;
        padding: 30px;
        margin-top: 15px;
    }
    .career {
        text-align: center;
        margin: 0 auto;
    }
    .lc-lbr {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .lc-rbr {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (max-width:768px) {

    .career1 img {
        padding-bottom: 10px;
    }
    .career1 p {
        padding: 16px 0;
    }
    .career1 {
        padding: 30px 50px;
        max-width: 330px;
        max-width: 330px;
        margin: 15px auto;
    }


}

/*--------------------------------
--------------physical-care--------------
----------------------------------*/

.physical-care {
    position: relative;
    margin-top: 390px;
    padding-bottom: 150px;
    background-image: url(../images/physical-care.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 75%;
}
.physical-care .container {
    padding-left: 0;
    padding-right: 0;
}

.physical-care ul {
    padding: 25px 0;
    margin-bottom: 0;
}

.physical-care ul li {

    color: #444;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-bottom: 30px;
}

.physical-care p {
    font-size: 16px;
    color: #444;
    line-height: 54px;
}

.split-list span {
    color: #fff;
    border-radius: 50%;
    padding: 2px;
    font-size: 11px;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

.physical-care i {
    float: left;
    margin-right: 10px;
}

@media (max-width:992px) {
    .physical-care img {
        padding-top: 20px;
    }
    .physical-care {
        margin-top: 80px;
    }
}

@media (max-width:768px) {
    .physical-care {
        padding-top: 50px;
        padding-bottom: 0;
        padding-left: 15px;
        margin-top: 0;
        overflow-x: hidden; 
    }
    .physical-care::before{
        content:"";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: #f5f5f5;
        opacity: .6;
    }
    .physical-care ul {
        padding: 10px 0;
    }
}

/*--------------------------------
--------------call-out--------------
----------------------------------*/

.call-out {
    background-image: url('../images/dream-callout.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.call-out button {
    margin-top: 30px;
}

.call-out-txt {
    padding: 130px 0;
}

.call-out-txt h1 {
    text-transform: uppercase;
    color: #fff;
}

/*--------------------------------
--------------services--------------
----------------------------------*/

.services .card {
    border: none;
    max-width: 370px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.service-img{width: 100%; height: 150px;}
.service-img img{height: 100%; width: 100%; position: relative;}
.service1 a{text-decoration: none;}
.service1 h6 {
    color: #000;
}

.service1 img {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.services-txt h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.services-txt p,
.services .card-body p {
    font-size: 14px;
}

.services .card-body {
    padding: 27px 0;
}

.services .card-text {
    padding: 20px 0;
}

.services-txt p {
    line-height: 26px;
    padding: 28px 0;
}

.service1 .icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 110px;
}


.service1:hover .icon {
    background-color: #2c2421;
    transition: all 0.3s ease;
}


@media (max-width:1200px) {
  
}

@media (max-width:992px) {

}

@media (max-width:768px) {
    .service1 {
        padding-top: 30px;
    }

    .services .card-body {
        padding: 15px 0;
    }
    .services .card-text {
        padding: 10px 0;
    }
    .services-txt p {
        padding: 10px 0;
    }
}

@media (max-width:576px) {
  
    .services .card-body {
        padding: 15px 0;
    }
    .services .card-text {
        padding: 10px 0;
    }
    .services-txt p {
        padding: 10px 0;
    }
    
}

/*--------------------------------
--------------stories--------------
----------------------------------*/

.story-1 {
    position: relative;
    background-color: #f8fafc;
}

.story-1::before {
    content: '';
    background-image: url('../images/story-1.png');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
}

.stories h5 {
    text-transform: uppercase;
    color: #333333;
    font-size: 31px;
    font-weight: 700;
    line-height: 39px;
}

.st-ml {
    margin-left: 40px;
}

.story-1-txt {
    padding: 120px 0;
}

.story-1-txt p {
    padding: 35px 0;
    font-size: 17px;
    color: #777;
}

.story-2 {
    position: relative;
    background-color: #f8fafc;
}

.story-2::before {
    content: '';
    background-image: url('../images/story-2.png');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}

@media (max-width:992px) {
    .story-1::before {
        right: 0%;
        background-color: #fafafa;
        opacity: 0.4
    }
    .story-2::before {
        left: 0%;
        background-color: #fafafa;
        opacity: 0.4
    }
    .stories .lc-p {
        color: #000;
    }
    .story-1-txt p {
        padding: 20px 0;
    }
}

/*------------------------------------
--------------appointment--------------
-------------------------------------*/

.appointment-txt {
    text-transform: capitalize;
}

.lc-calendar {
    padding: 0px 55px;
    position: relative;
}

.lc-calendar table thead tr td {
    font-family: 'Roboto', sans-serif;
    font-size: 31px;
    line-height: 26px;
    text-align: center;
}

.lc-calendar table tbody .days td {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 25px 35px;
    text-align: center;
}

.lc-calendar table tbody tr .not-current,
.lc-calendar table tbody tr .normal {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 25px 35px;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
    transition: all 1s ease;
}

.lc-calendar table tbody tr .today {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    padding: 25px 35px;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
}

.lc-calendar table tbody tr .not-current:hover,
.lc-calendar table tbody tr .normal:hover {
    color: #fff;
}

.lc-calendar table {
    width: 100%;
    height: 100%;
}

.fa-angle-right, .fa-angle-left   {
    font-size: 16px;
    border: 1px solid #c2c2c2;
    width: 53px;
    height: 53px;
    color: #909090;
    padding: 20px;
    transition: all 1s ease;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 50%;
    position: absolute;
}
.calendar-wrapper .fa-angle-left{left: -5px;}
.calendar-wrapper .fa-angle-right{right: -5px;}

.fa-angle-right:hover, .fa-angle-left:hover  {
    color: #fff;
}

@media (max-width:1200px) {

    .lc-calendar {
        padding: 0;
    }
     .calendar-wrapper .fa-angle-left{left: 25px;top: -30px; width:40px; height:30px;}
    .calendar-wrapper .fa-angle-right{ left: 75px; top: -30px; width:40px; height:30px;}
}

@media (max-width:992px) {

    .fa-angle-right, .fa-angle-left   {
        padding: 10px;
        font-size: 14px;
    }
    .lc-calendar table tbody .days td,
    .lc-calendar table tbody tr .not-current,
    .lc-calendar table tbody tr .normal,
    .lc-calendar table tbody tr .today {
        padding: 20px;
    }

    .lc-calendar {
        padding: 0;
    }
    .calendar-wrapper .fa-angle-left{left: 25px;top: -30px; width:40px; height:30px;}
    .calendar-wrapper .fa-angle-right{ left: 75px; top: -30px; width:40px; height:30px;}
}

@media (max-width:768px) {

    .lc-calendar table tbody .days td,
    .lc-calendar table tbody tr .not-current,
    .lc-calendar table tbody tr .normal,
    .lc-calendar table tbody tr .today {
        padding: 10px;
    }
    .calendar-wrapper .fa-angle-left{left: 25px;top: -30px; width:30px; height:30px;}
    .calendar-wrapper .fa-angle-right{ left: 60px; top: -30px; width:30px; height:30px;}
}

@media (max-width:576px) {
     .lc-calendar table tbody .days td,
    .lc-calendar table tbody tr .not-current,
    .lc-calendar table tbody tr .normal,
    .lc-calendar table tbody tr .today {
        padding: 5px;
    }
    .calendar-wrapper .fa-angle-left{left: 25px;top: -45px; width:30px; height:30px;}
    .calendar-wrapper .fa-angle-right{ left: 60px; top: -45px; width:30px; height:30px;}
}

/*-----------------------------------
--------------testimonials--------------
-------------------------------------*/

.testimonials {
    background-color: #242c41;
    padding: 150px 0;
}

.testimonials-txt h4,
.testimonials-txt p {
    color: #fff;
}

.client p {
    font-size: 16px;
    line-height: 26px;
    color: #d4d4d4;
}

.client {
    background-color: #3a4254;
    padding: 40px;
    margin-right: 30px;
}

.client .media-body {
    padding-left: 20px;
}

.client .media-body h6 {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

.client .media-body p {
    font-size: 13px;
}

@media (max-width:992px) {
    .testimonials {
        padding: 70px 0;
    }
}

@media (max-width:768px) {
    .testimonials {
        padding: 50px 0;
    }
    .client {
        margin: 0 auto;
    }
}

/*-----------------------------------
--------------pricing--------------
-------------------------------------*/

.pricing ul li {
    text-align: center;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #949494;
    font-family: 'Open Sans', sans-serif;
}

.pricing ul li p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 6px;
}

.pricing ul li h2 {
    font-size: 52px;
}

.pricing ul li h6 {
    font-weight: 500;
}

.pricing .basic li:first-child {
    background-color: #242c41;
    color: #fff;
    padding: 25px 0;
}

.pricing .business li:first-child {
    color: #fff;
    padding: 55px 0;
}

.pricing ul li:last-child {
    position: relative;
    padding: 30px 0;
    border-top: none;
}

.pricing button {
    position: absolute;
    right: 98px;
    bottom: -25px;
}

.pricing .basic {
    margin-top: 60px;
}
.pricing ul:hover{ box-shadow: 5px 0px 40px rgba(0,0,0, .2); transition: .5s all ease;}
@media (max-width:1200px) {

    .pricing button {
        right: 70px;
    }
}

@media (max-width:992px) {
    .pricing button {
        right: 30px;
    }
}

@media (max-width:768px) {
    .pricing .basic,
    .pricing ul {
        margin-top: 35px;
    }
    .pricing .lc-hd-p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .pricing button {
        position: static;
    }
    .pricing .basic,.pricing .business{max-width: 270px;}
    
    .pricing ul li h2 {
        font-size: 32px;
    }
    .pricing ul li p {
        letter-spacing: 2px;
    }
    .pricing .basic li:first-child {
        padding: 12px 0;
    }
    .pricing .business li:first-child {
        padding: 12px 0;
    }
    .pricing {
        width: 60%;
        margin: 50px auto;
    }
    .pricing ul li {
        font-size: 14px;
    }
    .pricing ul li:last-child {
        padding: 10px 0;
    }
}

/*-----------------------------------
--------------map and contact--------------
-------------------------------------*/
   
.lc-pos .container-fluid {
    padding-left: 0 !important;
}

.lc-pos {
    position: relative;
    overflow-x: hidden;
    height: 550px;
    width: 100%;
}

.contact {
    padding: 200px;
}

.contact1 {
    position: absolute;
    padding: 100px;
    background-color: #fff;
    top: -330px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
/*    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.13);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.contact1 input,
.contact1 textarea {
    border-radius: 0;
    padding: 15px 30px;
}

::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
}

.contact1 textarea {
    resize: none;
}

.contact1 button {
    border-radius: 0;
}

.get-in-touch-txt,
.details-txt {
    padding-bottom: 30px;
}

.details {
    padding-left: 20px;
}

.details .media-body {
    padding-left: 20px;
}

.details .media {
    padding-bottom: 20px;
}

.details .media span {
    color: #333;
    font-size: 19px;
    line-height: 26px;
}

.details .media-body p {
    color: #777;
    font-size: 15px;
    line-height: 26px;
}

.social-media span {
    padding: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 2px;
    background-color: #242c41;
    color: #fff;
}

@media (max-width:1530px) {}

@media (max-width:1200px) {
    .contact1 {
        padding: 60px;
        overflow-x: hidden;
    }
}

@media (max-width:992px) {
    .contact {
        padding: 0;
        overflow-x: hidden;
    }
    .contact1 {
        position: static;
        padding: 0;
        box-shadow: none;
    }
    .get-in-touch-txt,
    .details-txt {
        padding-bottom: 10px;
        padding-top: 80px;
    }
}

@media (max-width:768px) {
    .contact {
        padding: 0;
        overflow-x: hidden;

    }
    .contact1 {
        position: static;
        padding: 0;
        box-shadow: none;
    }
    .get-in-touch-txt,
    .details-txt {
        padding-bottom: 10px;
        padding-top: 50px;
        margin-top: 45px;
    }
    
}

/*--------------------------------
--------------footer--------------
----------------------------------*/

.footer {
    background-color: #181818;
    font-family: 'Open Sans', sans-serif;
}

.footer p,
.footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}
.footer ul{text-align: right;}
.footer ul,
.footer p {
    padding: 30px 0;
}

.footer ul li a {
    margin-right: 30px;
}
.footer ul li a:hover{text-decoration: none;}
@media (max-width:1200px) {
    .footer ul li a {
        margin-right: 10px;
    }
}

@media (max-width:992px) {
    .footer p {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    .footer ul {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .footer ul li a {
        margin-right: 5px;
    }
}

@media (max-width:768px) {
    .footer p {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    .footer ul {
        padding-bottom: 20px;
        padding-top: 0;
        text-align: center;
    }
}

/*-------------------------------------
--------------back-to-top--------------
--------------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top .fa {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}




/*color changer*/

#switcher {
    position: fixed;
    bottom: 25%;
    left: -220px;
    width: 220px;
    z-index: 9999;
    font-size: 15px;
    padding-bottom: 20px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    height: 130px;
    background: #fff;
    box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.2);
}

#switcher.active {
    left: 0px;
}

#switcher p {
    color: #fff;
    bottom: -6px;
    position: absolute;
    left: 21px;
    font-size: 13px;
}

#switcher .theme-click {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -40px;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
}

#switcher .theme-color {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

#switcher .theme-active {
    background: #f4276a;
}

#switcher .theme-color-two {
    background: #e84e40;
    left: 40px;
}

#switcher .theme-color-three {
    background: #0798bc;
    left: 80px;
}

#switcher .theme-color-four {
    background: #069a97;
    left: 120px;
}

#switcher .theme-color-five {
    background: #ffe600;
    left: 160px;
    top: 0px;
}

#switcher .theme-color-six {
    background: #7e57c2;
    left: 0px;
    top: 40px;
}

#switcher .theme-color-seven {
    background: #009688;
    left: 40px;
    top: 40px;
}

#switcher .theme-color-eight {
    background: #ec407a;
    left: 80px;
    top: 40px;
}

#switcher .theme-color-nine {
    background: #8bc34a;
    left: 120px;
    top: 40px;
}

#switcher .theme-color-ten {
    background: #5c6bc0;
    left: 160px;
    top: 40px;
}

#switcher .theme-color-eleven {
    background: #ff9800;
    left: 0px;
    top: 80px;
}

#switcher .theme-color-twelve {
    background: #ce0c21;
    left: 40px;
    top: 80px;
}

#switcher .theme-color-thirteen {
    background: #7aa93c;
    left: 80px;
    top: 80px;
}

#switcher .theme-color-fourteen {
    background: #3065b5;
    left: 120px;
    top: 80px;
}

#switcher .theme-color-fifteen {
    background: #17ad94;
    left: 160px;
    top: 80px;
}
