/*
* ----------------------------------------------------------------------------------------
* ----------------------------------------------------------------------------------------
Template Name: WebToBlog Onepage Business Template
Author       : Golam
Author URI   : www.webtoblog.com
File Name    : Style CSS
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* Table of CSS Content
* ----------------------------------------------------------------------------------------
* :: 01. GLOBAL STYLE
* :: 02. CSS FOR Preloader Area
* :: 03. CSS FOR Header Area
* :: 04. CSS FOR About Us Area
* :: 05. CSS FOR Service Area
* :: 06. CSS FOR Team Area
* :: 07. CSS FOR Call To Action Area
* :: 08. CSS FOR Portfolio Area
* :: 09. CSS FOR Project Complete Area
* :: 10. CSS FOR Client Area
* :: 11. CSS FOR Pricing Area
* :: 12. CSS FOR Testimonial Area
* :: 13. CSS FOR Contact Area
* :: 14. CSS FOR Scroll To Top Area
* 
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

html,
body {
    height: 100%;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
}

h1,
h2,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #323232;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.5em;
}

h3 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #323232;
    letter-spacing: 3px;
    line-height: 1.5em;
}

p {
    color: #777;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 0 10px;
}

a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    color: #dddddd;
    text-decoration: none;
}

a:focus {
    outline: none;
    background: none;
    text-decoration: none;
}

img {
    width:auto;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.area-margin-row {
    margin-top: 140px;
}

.no-padding {
    padding: 0;
}

.area-padding {
    padding: 80px 0;
}

.area-title {
    margin-bottom: 50px;
    text-align: center;
}

.area-title h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
}

.area-title h2 span {
    color: #5ed9e8;
    font-weight: 700;
}

.area-title h2:before {
    background-color: #5ed9e8;
    bottom: -30px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
}

.area-title h2:after {
    /* background-color: #5ed9e8; */
    bottom: -39px;
    content: "";
    height: 20px;
    margin-right: -10px;
    position: absolute;
    right: 50%;
    -webkit-transform: rotate(45deg);
    -mox-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
}

.margin-row {
    margin-top: 50px;
}


/*
* ----------------------------------------------------------------------------------------
* 02.CSS FOR Preloader Area
* ----------------------------------------------------------------------------------------
*/

.preloader-area {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.preloader {
    -webkit-animation: preloader 700ms infinite linear;
    animation: preloader 700ms infinite linear;
    border-top: 5px double rgba(0, 0, 0, 0.1);
    border-right: 5px double rgba(0, 0, 0, 0.1);
    border-left: 5px double rgba(0, 0, 0, 0.1);
    border-bottom: 5px double rgba(74, 217, 232, 1);
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
}

@-webkit-keyframes preloader {
    0 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    0 {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.CSS FOR Header Area
* ----------------------------------------------------------------------------------------
*/

.header-top-area {
    padding: 10px 0;
}

.header-left-info {
    margin-top: 5px;
}

.header-left-info p {
    font-size: 13px;
    margin-bottom: 0;
}

.header-left-info p i {
    color: #5ED9E8;
    margin-right: 3px;
}

.header-left-info p span {
    color: #313234;
    font-weight: 300;
    margin-right: 20px;
}

.social-profile li {
    display: inline-block;
}

.social-profile li a {
    border-radius: 50%;
    color: #777;
    display: inline-block;
    font-size: 24px;
    height: 30px;
    margin-right: 3px;
    text-align: center;
    width: 30px;
    position: relative;
    padding-top: 5px;
    margin: 10px;
}

.social-profile li a:before {
    background-color: #5ed9e8;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.social-profile li:hover a:before {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.social-profile li:hover a {
    color: #FFFFFF;
}

.header-middle-area {
    background-color: #5ed9e8;
    padding: 8px 0;
}

.nav-fixed {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.logo a {
    border: 2px double #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 12px 10px;
}

.main-menu {
    margin-bottom: 0;
}

.main-menu ul > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 9px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: inherit;
}

.main-menu ul li a:after {
    border-bottom: 1px solid #ffffff;
    bottom: -12px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transition: bottom 0.3s ease 0s;
    transition: bottom 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}

.main-menu ul li:hover a:after {
    bottom: 0;
    visibility: visible;
}

.header-wellcome-area {
    background: rgba(0, 0, 0, 0) url("../images/1.jpg") no-repeat scroll 0 0 / cover;
    position: relative;
}

.header-wellcome-area:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.wellcome-text {
    padding: 210px 0;
}

.wellcome-text h1 {
    color: #fff;
    font-size: 35px;
    letter-spacing: 4.5px;
    line-height: 1.5em;
    text-align: center;
}

.wellcome-text p {
    color: #ffffff;
    font-size: 18px;
    padding: 0 110px;
}

.welcome-extra p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.wellcome-btn {
    margin-top: 35px;
}

a.btn-learn-more {
    border: 1px solid #5ed9e8;
    border-radius: 5px !important;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 10px 15px;
}

a.btn-learn-more:hover,
a.btn-active {
    background-color: #5ed9e8;
    border: 1px solid transparent;
    color: #000000;
}


/*
* ----------------------------------------------------------------------------------------
* 04.CSS FOR About Us Area
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
    padding-top: 135px;
}

.about-us-area .area-title {
    text-align: left;
}

.about-us-area .area-title h2:before {
    bottom: -22px;
    left: 0;
    margin-left: 0;
}

.about-us-area .area-title h2:after {
    background-color: inherit;
    height: inherit;
    position: inherit;
    width: inherit;
}

.about-short-desc {
    padding-right: 20px;
}

.about-text p {
    padding-right: 30px;
    font-size: large;
   margin-top: 40px;
}

a.btn-about {
    border: 1px solid #444;
    color: #444;
}

.about-text a.btn-learn-more:hover {
    color: #ffffff;
}

.about-short-desc a {
    margin-top: 0px;
}

.about-img {
    overflow: hidden;
}

.what-we-do-desc ol {
    margin-top: 35px;
}

.what-we-do-desc ol li {
    color: #666;
    letter-spacing: 0;
    line-height: 21px;
    margin: 0 0 7px;
}

.what-we-do-desc ol li i {
    border: 2px solid #5ED9E8;
    border-radius: 50%;
    color: #5ED9E8;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 16px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.single-skill {
    position: relative;
}

.single-skill p {
    letter-spacing: 1px;
    text-transform: capitalize;
    bottom: 0;
    position: absolute;
}

.skill-bar {
    background-color: #dedede;
    height: 4px;
    margin-bottom: 35px;
    width: 100%;
}

.skill-bar-overlay {
    background-color: #5ed9e8;
    height: 4px;
    width: 15%;
}

.single-skill span {
    color: #777;
    font-weight: 600;
    text-align: right;
    opacity: 0;
    text-transform: capitalize;
    width: 15%;
}

span.show {
    opacity: 1;
}


/*
* ----------------------------------------------------------------------------------------
* 05.CSS FOR Service Area
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background-color: #dfffff;
}

.service-area .area-title h2,
.team-area .area-title h2,
.portfolio-area .area-title h2,
.client-area .area-title h2,
.pricing-area .area-title h2,
.testimonial-area .area-title h2,
.contact-area .area-title h2 {
    margin-bottom: 60px;
}

.service-area .area-title p,
.team-area .area-title p,
.portfolio-area .area-title p,
.client-area .area-title p,
.pricing-area .area-title p,
.testimonial-area .area-title p,
.contact-area .area-title p {
    font-size: 16px;
    padding: 0 120px;
}

.single-service {
    background-color: white;
    margin-bottom: 35px;
    min-height: 295px;
    padding: 40px 20px 0;
}

.single-service.text-center h2{
   font-size:18px;
   color:#7d7474;
}

.blog-sidebar h2 {
   font-size:18px;
}

.service-icon {
    border: 2px solid #5ed9e8;
    border-radius: 50%;
    height: 67px;
    margin: 0 auto 20px;
    width: 67px;
}

.service-icon i {
    color: #5ed9e8;
    font-size: 25px;
    line-height: 2.6em;
}

.single-service h4 {
    color: #707070;
    letter-spacing: 1px;
}


/*
* ----------------------------------------------------------------------------------------
* 06.CSS FOR Team Area
* ----------------------------------------------------------------------------------------
*/

.single-team-member {
    overflow: hidden;
    margin-bottom: 30px;
}

.member-img {
    overflow: hidden;
    position: relative;
}

.member-img:before,
.portfolio-img:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.member-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.member-img:before,
.member-social-profile,
.portfolio-img:before,
.portfolio-desc .links {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    visibility: hidden;
}

.member-shor-desc {
    margin-top: 26px;
    border: 1px solid #5ed9e8;
    padding: 0 14px;
}

.member-shor-desc h4 {
    margin-bottom: 2px;
}

.member-shor-desc p {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.single-team-member:hover .member-img img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.member-social-profile {
    position: absolute;
    top: 35%;
    text-align: center;
    z-index: 2;
    left: 50%;
    margin-left: -55px;
}

.member-social-profile li {
    display: inline-block;
}

.member-social-profile li a {
    border: 1px solid #5ed9e8;
    color: #5ed9e8;
    display: block;
    font-size: 16px;
    height: 35px;
    margin-right: 3px;
    padding: 5px;
    width: 35px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.member-social-profile li:hover a {
    background-color: #5ed9e8;
    color: #ffffff;
}

.single-team-member:hover .member-img:before,
.single-team-member:hover .member-social-profile,
.single-portfolio-item:hover .portfolio-img:before,
.single-portfolio-item:hover .portfolio-desc .links {
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*
* ----------------------------------------------------------------------------------------
* 07.CSS FOR Call To Action Area
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
    background: #5ed9e8 url("../images/call-to-action-bg.jpg") no-repeat fixed 0 0 / cover;
    position: relative;
}

.call-to-action-area:before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.call-to-action-text h2 {
    color: #0fe3e4;
    font-size: 33px;
    margin-bottom: 20px;
}

.call-to-action-text p {
    color: #ffffff;
    padding: 0 170px;
}

.call-to-action-area a {
    border: 1px solid #0FE3E4;
    display: inline-block;
    margin-top: 20px;
    padding: 9px 15px;
    font-weight: 700
}

.call-to-action-area a:hover {
    color: #000;
    text-decoration: none;
    background-color: #5ed9e8;
}


/*
* ----------------------------------------------------------------------------------------
* 08.CSS FOR Portfolio Area
* ----------------------------------------------------------------------------------------
*/

.portfolio-area {
    padding-bottom: 120px;
}

.portfolio-area .col-md-12 {
    padding: 0
}

.portfolio-menu {
    margin-bottom: 65px;
}

.portfolio-menu ul {}

.portfolio-menu ul li {
    border: 1px solid #666;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 15px;
    padding: 6px 6px;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active {
    background-color: #5ed9e8;
    color: #ffffff;
    border: 1px solid transparent;
}

.portfolio-filter-items .mix {
    display: none;
}

.portfolio-img {
    overflow: hidden;
    position: relative;
}

.portfolio-desc {
    height: calc(100% - 65px);
    left: 32.5px;
    position: absolute;
    text-align: center;
    top: 32.5px;
    width: calc(100% - 65px);
}

.portfolio-desc:before,
.portfolio-desc:after {
    content: "";
    height: 0;
    position: absolute;
    -webkit-transition: width 0.5s linear 0s, height 0.5s linear 0s;
    transition: width 0.5s linear 0s, height 0.5s linear 0s;
    width: 0;
    z-index: 4;
}

.portfolio-desc:before {
    border-right: 1px solid #5ed9e8;
    border-top: 1px solid #5ed9e8;
    right: 0;
    top: 0;
}

.portfolio-desc:after {
    border-bottom: 1px solid #5ed9e8;
    border-left: 1px solid #5ed9e8;
    bottom: 0;
    left: 0;
}

.single-portfolio-item:hover .portfolio-desc:before,
.single-portfolio-item:hover .portfolio-desc:after {
    height: 100%;
    width: 100%;
}

.links {
    left: 50%;
    margin-left: -50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.links a {
    border: 1px solid #5ed9e8;
    color: #5ed9e8;
    font-size: 16px;
    margin-right: 5px;
    padding: 5px 15px;
    display: inline-block;
}

.portfolio-cat-title {
    color: #5ed9e8;
    font-size: 16px;
    margin-top: 16px;
    text-transform: capitalize;
}

.links a:hover {
    background-color: #5ed9e8;
    border: 1px solid transparent;
    color: #ffffff;
}


/*
* ----------------------------------------------------------------------------------------
* 09.CSS FOR Project Complete Area
* ----------------------------------------------------------------------------------------
*/

.project-completed-area {
    background-color: rgba(74, 217, 232, 0.8);
}

.singel-project h2.count {
    color: #ffffff;
    font-size: 35px;
}

.singel-project h6 {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5em;
    margin-top: 22px;
}


/*
* ----------------------------------------------------------------------------------------
* 10.CSS FOR Client Area
* ----------------------------------------------------------------------------------------
*/

.client-area {
    padding-bottom: 180px;
}

.single-client-item li {
    padding: 0 10px 0 0;
}

.single-client-item .owl-item li img {
    width: 100%;
    height: auto;
}

.client-area .custom-navigation-btn .owl-controls {
    left: 50%;
    margin-left: -70px;
    margin-top: 50px;
    position: absolute;
    top: 100%;
}

.custom-navigation-btn .owl-controls .owl-buttons {
    line-height: 0
}

.custom-navigation-btn .owl-controls .owl-buttons div {
    border: 1px solid #5ed9e8;
    color: #34bbde;
    display: inline-block;
    font-size: 30px;
    height: 35px;
    margin-right: 20px;
    padding: 0;
    text-align: center;
    width: 65px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.custom-navigation-btn .owl-controls .owl-buttons div:hover {
    background: #34bbde;
    color: #ffffff;
    border: 1px solid transparent
}

.custom-navigation-btn .owl-controls .owl-buttons .owl-prev {
    margin-left: -10px
}


/*
* ----------------------------------------------------------------------------------------
* 11. CSS FOR Pricing Area
* ----------------------------------------------------------------------------------------
*/

.pricing-area {
    background-color: #dfffff;
}

.pricing-area .margin-row {
    margin-bottom: 50px;
}

.single-pricing-item {
    background-color: #ffffff;
}

.pricing-header {
    background-color: #5ed9e8;
    padding: 20px 0;
    color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.pricing-header h4 {
    color: #ffffff;
    letter-spacing: 1px
}

.pricing-header h6 {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 2px;
}

.pricing-price {
    position: relative;
}

.pricing-price h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    left: 0;
    letter-spacing: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.pricing-price p {
    font-size: 10px;
    margin-bottom: -5px;
    color: #ffffff
}

.pricing-price:after,
.pricing-footer:after {
    border-left: 70px solid rgba(0, 0, 0, 0);
    border-right: 70px solid rgba(0, 0, 0, 0);
    border-top: 55px solid #5ED9E8;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top: -3px;
    width: 0;
    z-index: 0;
    -webkit-transition: border-top 0.3s;
    transition: border-top 0.3s;
}

.pricing-features {
    padding: 80px 0;
}

.pricing-features ul li {
    display: block;
    color: #333134;
    border-bottom: 1px dotted #dddddd;
    padding: 15px 0;
    text-transform: capitalize;
}

.pricing-features ul li:last-child {
    border-bottom: 0;
}

.pricing-footer {
    position: relative;
}

.pricing-footer:after {
    border-bottom: 65px solid #5ed9e8;
    border-top: 0px;
    bottom: 0;
    top: inherit;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

.pricing-footer a {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #ffffff;
    font-weight: 700;
}

.standered .pricing-header,
.single-pricing-item:hover .pricing-header {
    background-color: #333333;
}

.standered .pricing-price:after,
.standered .pricing-footer:after,
.single-pricing-item:hover .pricing-price:after {
    border-top: 55px solid #333333;
}

.standered .pricing-footer:after,
.single-pricing-item:hover .pricing-footer:after {
    border-bottom: 65px solid #333333;
    border-top: 0 none;
}


/*
* ----------------------------------------------------------------------------------------
* 12. CSS FOR Testimonial Area
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
    margin-bottom: 50px;
    overflow: hidden;
}

.testimonial-img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 0 auto 28px;
    overflow: hidden;
}

.testimonial-img img {
    width: 100%;
    height: auto;
}

.single-testimonial p {
    padding: 0 70px;
    margin-bottom: 30px;
}

.single-testimonial h5 {
    font-style: italic;
    color: #333;
    text-transform: capitalize;
}

.custom-navigation-btn .owl-controls .owl-pagination .owl-page {
    background-color: #5ed9e8;
    border-radius: 50px;
    display: inline-block;
    height: 12px;
    margin-right: 8px;
    width: 12px;
}

.custom-navigation-btn .owl-controls .owl-pagination .owl-page.active {
    background-color: #DFdFFF;
}

.testimonial-area .custom-navigation-btn .owl-controls {
    margin-top: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 13. CSS FOR Contact Area
* ----------------------------------------------------------------------------------------
*/

.contact-info .form-group {
    margin-bottom: 30px;
}

.contact-info input.form-control {
    border: 1px solid #5ed9e8;
    display: block;
    font-size: 16px;
    height: 50px;
}

.contact-info textarea.form-control {
    border: 1px solid #5ed9e8;
    color: #555555;
    display: block;
    height: 212px;
    padding: 15px 14px;
    resize: inherit;
}

.contact-info input.send-msg-btn {
    border: 1px solid #5ed9e8;
    color: #fff;
    background-color: #5ed9e8;
    font-weight: 700;
    margin-top: 30px;
}

.contact-info input.send-msg-btn:hover {
    border: 1px solid #5ed9e8;
    background-color: #ffffff;
    color: #5ed9e8;
}

.footer-area {
    background-color: #1c1c1c;
    padding: 46px 0 30px;
}

.footer-social-profile {
 margin-top: -32px;
}

.footer-copyright-text {
    margin-top: 20px;
}

.footer-copyright-text p {
    color: #ffffff;
}


/*
* ----------------------------------------------------------------------------------------
* 14. CSS FOR Scroll To Top Area
* ----------------------------------------------------------------------------------------
*/

a.scroll-top {
    background-color: #5ed9e8;
    bottom: 30px;
    box-shadow: 0 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    height: 45px;
    line-height: 1.4em;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 2;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.scroll-top:hover {
    background-color: transparent;
    border: 1px solid #5ed9e8;
    color: #5ed9e8;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.footer-copyright-text p a {
    text-transform: initial;
}
.footer-copyright-text a:hover {
    color: azure;
}
.span {
    position: absolute;
     margin-left: -43px;
}