/*----------------------------------------------------------------------------------

Project     :   Expa - One Page Business and Agency HTML Template

-------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------

[Table of contents]

Default CSS
Preloader
Header
Hero Area
Slider Area
About Area
Services Area
Video Area
Portfolio Area
Why Choose Area
Counter Area
Pricing Area
Team Area
Testimonial Area
Blog Area
Newsletter Area
Contact Area
Partner Area
Footer
Blog Page
Blog Single Page
--------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------
    Default CSS
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700,700i');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #000;
    position: relative
}

#body-wrap {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a {
    color: #2c3e50;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 60px;
    line-height: 70px;
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

p {
    font-size: 16px;
    color: #555;
    line-height: 26px;
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.fix {
    overflow: hidden
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.text-uppercase {
    text-transform: uppercase
}

.text-primary {
    color: #00a8ff
}

.text-white {
    color: #fff
}

.bg-gray {
    background-color: #f6f6f7
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85)
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.form-control {
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0) inset;
    border-radius: 2px
}

/*-------------------------------------------------------------------------------------
    Preloader
--------------------------------------------------------------------------------------*/

.preloader {
    background-color: #00a8ff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    opacity: 0.8;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    margin: 22% auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Header
--------------------------------------------------------------------------------------*/

.header-top {
    padding: 10px 0;
    background-color: #1c1c1c
}

.header-top ul li {
    display: inline-block;
    font-weight: 600;
    color: #fff
}

.header-contact-info ul li {
    padding-right: 20px;
}

.header-contact-info ul li i {
    padding-right: 4px;
    color: #00a8ff;
}

.header-social li a {
    padding: 0 4px;
    color: #00a8ff;
    font-size: 16px;
    display: block;
}

nav.navbar.bootsnav {
    border-bottom: 0;
}

nav.navbar.bootsnav ul.nav li > a {
    color: #1c1c1c;
    padding: 30px 15px;
    font-weight: 700;
    font-size: 16px
}

nav.navbar.bootsnav ul.nav li > a.active:hover,
nav.navbar.bootsnav ul.nav li > a.active:focus,
nav.navbar.bootsnav ul.nav li > a.active,
nav.navbar.bootsnav ul.nav li > a:hover,
nav.navbar.bootsnav ul.nav li > a:focus {
    color: #00a8ff;
}

.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.affix {
    width: 100%;
}

nav.navbar.bootsnav.affix {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc
}

.navbar.affix {
    top: 0;
    width: 100%;
}

.navbar.affix-top {
    position: static;
    top: -10px;
}


/*-------------------------------------------------------------------------------------
    Hero Area
--------------------------------------------------------------------------------------*/

#hero-area {
    background-image: url(../images/banner-1.jpg);
    height: 650px;
    position: relative;
}

.hero-content {
    width: 70%;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.hero-content p {
    font-size: 18px;
    line-height: 28px
}

.hero-btn a {
    display: inline-block;
    background-color: #00a8ff;
    margin: 30px 15px 0 0;
    color: #fff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
}

.hero-btn a:hover {
    background-color: #0097e6;
}

#hero-area.animated-text {
    background-image: url(../images/banner-3.jpg);
    background-position: top;
    background-attachment: fixed
}

.cd-headline {
    font-size: 60px;
    line-height: 70px;
}

.cd-headline.clip span {
    padding: 0
}

/*-------------------------------------------------------------------------------------
    Slider Area
--------------------------------------------------------------------------------------*/

.slide-single {
    width: 100%;
    height: 650px;
    background-position: top;
    position: relative
}

.slide-content {
    width: 70%;
    margin: 0 auto
}

.slide-content p {
    font-size: 20px;
    line-height: 30px
}

.slide-btn a {
    display: inline-block;
    border: 2px solid #00a8ff;
    padding: 10px 30px;
    color: #00a8ff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    margin: 30px 0 0;
    background-color: #fff
}

.slide-btn a:hover {
    background-color: #00a8ff;
    color: #fff
}

.slider-carousel .owl-nav > div {
    position: absolute;
    left: 10px;
    top: 46%;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 10px 12px;
    font-size: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transform: translateY(-50%)
}

.slider-carousel .owl-nav > div:hover {
    background-color: #00a8ff;
}

.slider-carousel .owl-nav .owl-next {
    left: auto;
    right: 10px;
    padding: 11px 15px
}

.owl-stage {
    margin-left: -2px
}

.slider-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center
}

.slider-carousel .owl-dot {
    width: 30px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    margin: 0 4px
}

.slider-carousel .owl-dot.active {
    background-color: #00a8ff;
}


.owl-item.active .slide-content h3 {
    -webkit-animation: 1s .5s fadeInDown both;
    animation: 1s .5s fadeInDown both;
}

.owl-item.active .slide-content h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-content p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-content .slide-btn {
    -webkit-animation: 1s .6s zoomIn both;
    animation: 1s .6s zoomIn both;
}

/*-------------------------------------------------------------------------------------
    About Area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 100px 0
}

/*-------------------------------------------------------------------------------------
    Section Heading
---------------------------------------------------------------------------------------*/

.section-heading {
    margin: 0 0 60px;
}

.section-heading h2,
.section-heading h5 {
    margin: 0 0 5px;
}

/*-------------------------------------------------------------------------------------
    Services Area
---------------------------------------------------------------------------------------*/

#service-area {
    padding: 90px 0 70px
}

.service-single {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 40px 20px 30px;
    margin: 0 0 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    border: 1px solid #e6f0fa
}

.service-single:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.service-single h4 {
    margin: 10px 0 5px;
}

.service-single > i {
    font-size: 40px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 70px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #00a8ff
}

.service-single:hover i {
    background-color: #00a8ff;
    color: #fff;
    border: 4px solid #e6f0fa
}

/*-------------------------------------------------------------------------------------
    Video Area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 100px 0;
    background-color: #1c1c1c
}

.video-image {
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.video-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 168, 255, 0.7);
}

.video-img-overlay a {
    display: inline-block;
    background-color: #fff;
    height: 80px;
    width: 80px;
    line-height: 90px;
    font-size: 30px;
    border-radius: 50%;
    padding-left: 8px;
    position: relative;
    z-index: 5
}

.video-img-overlay a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff
}

.pulse1 {
    position: absolute;
    width: 95px;
    height: 95px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid rgba(255, 255, 255, 0.9);
    -webkit-animation: pulsejg1 1.3s linear infinite;
    animation: pulsejg1 1.3s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .7);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pulse2 {
    position: absolute;
    width: 95px;
    height: 95px;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    border: 2px solid rgba(255, 255, 255, 0.9);
    -webkit-animation: pulsejg2 0.9s linear infinite;
    animation: pulsejg2 0.9s linear infinite;
    border-radius: 999px;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .9);
    box-shadow: inset 0px 0px 12px 5px rgba(255, 255, 255, .9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsejg1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsejg2 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    Portfolio Area
---------------------------------------------------------------------------------------*/

#portfolio-area {
    padding: 95px 0 90px
}

.portfolio-menu {
    width: 40%;
    margin: 0 auto 50px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 15px 0;
    border-radius: 55px;
    border: 1px solid #e6f0fa
}

.portfolio-menu button {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 15px;
    margin: 0 2px;
}

.portfolio-menu button:hover,
.portfolio-menu button.active {
    background-color: #00a8ff;
    color: #fff;
    border-color: #00a8ff;
}

.grid-item {
    padding: 0 5px;
}

.porifolio-single {
    margin: 0 0 10px;
    position: relative
}

.porifolio-single:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    border: 2px solid #00a8ff
}

.porifolio-single img {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.porifolio-single:hover img {
    -webkit-transform: scale(1.10);
    transform: scale(1.10)
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 70%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 20px
}

.portfolio-overlay a {
    font-size: 30px;
    display: block;
    color: #00a8ff
}

/*-------------------------------------------------------------------------------------
    Why Choose Area
---------------------------------------------------------------------------------------*/

#why-choose-us {
    padding: 100px 0
}

.why-choose-list ul li {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
}

.why-choose-list ul li i {
    padding-right: 4px;
    color: #00a8ff
}

/*-------------------------------------------------------------------------------------
    Counter Area
---------------------------------------------------------------------------------------*/

#counter-area {
    background-image: url(../images/banner-1.jpg);
    background-attachment: fixed;
    padding: 100px 0 80px;
    position: relative
}

.counter-single i {
    font-size: 30px;
    display: inline-block;
    color: #00a8ff
}

.counter-single h2 {
    margin: 15px 0 -5px;
}

/*-------------------------------------------------------------------------------------
    Pricing Area
---------------------------------------------------------------------------------------*/

#pricing-area {
    padding: 95px 0 100px
}

.pricing-table-single {
    padding: 40px 0 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd;
}

.pricing-table-single.recom {
    position: relative
}

.pricing-table-single:hover {
    -webkit-box-shadow: 0 0 30px #ddd;
    box-shadow: 0 0 30px #ddd;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.pricing-amount h2 {
    font-size: 60px;
    line-height: 70px;
}

.pricing-amount h2 span {
    font-size: 30px;
    margin-right: -10px
}

.pricing-amount h2 sup {
    font-size: 30px;
    margin-left: -10px
}

.pricing-amount h2 sub {
    font-size: 14px;
    color: #777;
    font-weight: 400;
}

.pricing-details {
    padding: 0 60px;
}

.pricing-details ul li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e6f0fa;
    color: #555;
    font-size: 16px
}

.pricing-details ul li:last-child {
    border: 0;
}

.pricing-btn a {
    display: inline-block;
    border: 2px solid #00a8ff;
    color: #00a8ff;
    padding: 10px 35px;
    border-radius: 25px;
    margin: 20px 0 0;
    font-weight: 500
}

.pricing-btn a:hover {
    background-color: #00a8ff;
    color: #fff;
}

.ribbon {
    position: absolute;
    left: -130px;
    top: 35px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #00a8ff;
    color: #fff;
    width: 100%;
    padding: 4px 0;
    font-weight: 500;
}

/*-------------------------------------------------------------------------------------
    Team Area
---------------------------------------------------------------------------------------*/

#team-area {
    padding: 95px 0 100px
}

.team-single {
    position: relative;
    border-radius: 4px;
    border: 6px solid #fff;
}

.team-single:hover .team-img-overlay {
    opacity: 1;
    visibility: visible;
    padding: 0
}

.team-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 40px 0 0
}

.team-img-overlay ul li {
    display: inline-block;
}

.team-img-overlay li a {
    display: block;
    color: #00a8ff;
    padding: 8px 12px;
    margin: 0 2px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 4px
}

.team-img-overlay li a:hover {
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff
}

.team-member-details {
    padding: 25px 0 20px;
    background-color: #1c1c1c
}

.team-member-details p {
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Testimonial Area
---------------------------------------------------------------------------------------*/

#testimonial-area {
    background-image: url(../images/banner-1.jpg);
    background-attachment: fixed;
    padding: 100px 0 155px;
    position: relative;
}

.testimonial-single img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #fff
}

.client-details h4 {
    margin: 20px 0 0;
}

.client-comment p {
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1px
}

.client-comment p i {
    font-size: 40px;
    margin: 20px 0 0;
    display: block;
}

.client-comment span i {
    color: #f1c40f;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    text-align: center
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #00a8ff;
    display: inline-block;
    margin: 0 4px
}

.testimonial-carousel .owl-dot.active {
    background-color: #00a8ff
}

/*-------------------------------------------------------------------------------------
    Blog Area
---------------------------------------------------------------------------------------*/

#blog-area {
    padding: 100px 0 60px
}

.blog-single {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    margin: 0 0 40px
}

.blog-content {
    padding: 0 20px 30px;
}

.blog-content h3 a {
    font-size: 24px;
    line-height: 34px;
    display: inline-block;
    margin: 20px 0 4px;
    color: #000;
    font-weight: 700;
}

.blog-content h3 a:hover,
.blog-content p a:hover {
    color: #00a8ff;
}

.blog-content p a {
    font-weight: 700;
    color: #777;
    padding-right: 20px;
    font-size: 12px
}

.blog-content p a i {
    color: #00a8ff;
    padding-right: 4px;
}

.blog-content > a {
    color: #00a8ff;
    display: block;
    margin: 15px 0 0;
    font-weight: 600
}

.blog-content > a:hover {
    color: #0097e6;
}

/*-------------------------------------------------------------------------------------
    Newsletter Area
---------------------------------------------------------------------------------------*/

#newsletter-area {
    padding: 30px 0;
    background-color: #00a8ff;
}

.newsletter-title h2 {
    margin: 6px 0 0
}

.subscribe-input {
    margin-right: -15px;
}

.subscribe-input input {
    height: 50px;
    border-radius: 0
}

.subscribe-btn {
    margin-left: -15px;
}

.subscribe-btn button {
    background-color: #1c1c1c;
    height: 50px;
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    width: 100%
}

.subscribe-btn button:hover {
    background-color: #000;
}

/*-------------------------------------------------------------------------------------
    Contact Area
---------------------------------------------------------------------------------------*/

#contact-area {
    padding: 100px 0
}

.contact-info {
    margin: 0 0 40px;
}

.contact-info-single {
    -webkit-box-shadow: 0 0 6px #e6f0fa;
    box-shadow: 0 0 6px #e6f0fa;
    padding: 20px 0;
}

.contact-info-single i {
    color: #00a8ff;
    border: 2px solid #00a8ff;
    padding: 8px 10px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 20px;
    border-radius: 2px
}

.contact-form {
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 50px;
}

.contact-form h3 {
    margin: 0 0 20px;
}

.contact-form input {
    height: 50px;
}

.contact-form button {
    background-color: #00a8ff;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 2px;
    margin: 0 auto
}

.contact-form button:hover {
    background-color: #0097e6;
}

/*-------------------------------------------------------------------------------------
    Partner Area
---------------------------------------------------------------------------------------*/

#partner-area {
    padding: 40px 0 30px
}

.partner-carousel img {
    max-width: 170px;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.partner-carousel img:hover {
    max-width: 170px;
    margin: 0 auto;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/*-------------------------------------------------------------------------------------
    Footer
---------------------------------------------------------------------------------------*/

.copy-right-text {
    background-color: #1c1c1c;
    padding: 20px 0;
}

.click-to-top {
    background-color: #00a8ff;
    position: fixed;
    bottom: 30px;
    right: 15px;
    overflow: hidden;
    border-radius: 50%
}

.click-to-top > a {
    background-color: #00a8ff;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 10px 12px 5px;
}

.click-to-top > a:hover {
    background-color: #0097e6;
}

/*-------------------------------------------------------------------------------------
    Blog Page
---------------------------------------------------------------------------------------*/

.blog-wrap {
    padding: 100px 0 75px;
}

.page-title {
    background-image: url(../images/banner-1.jpg);
    padding: 90px 0 60px;
    position: relative
}

.page-content {
    position: relative
}

.breadcrumb {
    background-color: transparent
}

.breadcrumb ul li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 0 4px
}

.breadcrumb li a {
    display: block;
    font-weight: 600;
    color: #00a8ff;
}

.blog-sidebar {
    padding: 20px 20px 0;
    border: 1px solid #e6f0fa;
    overflow: hidden;
    border-radius: 10px
}

.blog-sidebar .widget {
    margin: 0 0 30px;
}

.widget.search {
    position: relative
}

.widget.search input {
    height: 45px;
}

.widget.search span {
    position: absolute;
    right: 20px;
    top: 58px;
}

.widget.category ul li {
    display: block;
    padding: 10px 0;
    font-weight: 600;
}

.widget.category ul li a:hover {
    color: #00a8ff
}

.recent-post-single {
    margin: 0 0 15px
}

.recent-post-single h5 a {
    font-size: 15px;
    line-height: 25px;
    color: #00a8ff;
    font-weight: 500;
}

.recent-post-single p {
    font-size: 14px;
    line-height: 24px;
    color: #1c1c1c
}

.recent-post-single p span {
    font-size: 12px;
    font-weight: 600;
}

.widget.tags span a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 4px 4px 0;
    border-radius: 4px;
    border: 1px solid #e6f0fa;
    font-weight: 600
}

.widget.tags span a:hover {
    border-color: #00a8ff;
    background-color: #00a8ff;
    color: #fff
}

.pagination > li > a,
.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-weight: 500;
    color: #000;
    line-height: 34px;
    margin: 0 2px;
    border: 1px solid #e6f0fa;
}

.pagination > li > a:hover,
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff
}

/*-------------------------------------------------------------------------------------
    Blog Single Page
---------------------------------------------------------------------------------------*/

.blog-single-wrap {
    padding: 100px 0
}

.post-comments h4 {
    margin: 40px 0 30px;
}

.comment-single .media-body p a {
    font-weight: 600;
    padding-right: 5px;
    font-size: 12px
}

.comment-single .media-body p a:hover {
    color: #00a8ff;
}

.comment-single img {
    border-radius: 50%;
    width: 60px;
}

.comment-single .media-body {
    padding: 0 0 10px;
}

.comment-single.inner {
    padding: 30px 0 0;
}

.comment-form input {
    height: 50px;
    padding-left: 20px;
}

.comment-form textarea {
    padding: 15px 0 0 20px
}

.comment-btn button {
    color: #00a8ff;
    font-weight: 600;
    padding: 10px 30px;
    border: 2px solid #00a8ff;
    background-color: transparent;
}

.comment-btn button:hover {
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    Live Demo
---------------------------------------------------------------------------------------*/

.demo-heading-content {
    padding: 0 0 100px;
}

.demo-item {
    margin: 0 0 30px;
}

.demo-item:hover .demo-overlay {
    opacity: 1;
    visibility: visible
}

.demo-inner {
    -webkit-box-shadow: 0 0 6px #e6f0fa;
    box-shadow: 0 0 6px #ccc;
    position: relative
}

.demo-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 186, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.demo-table {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.demo-cell {
    display: table-cell;
    vertical-align: middle
}

.demo-cell a {
    display: inline-block;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    color: #00a8ff
}

.demo-cell a:hover {
    background-color: #130f40;
    color: #fff
}

.demo-item h3 {
    text-align: center
}

.demo-item h3 a {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0 30px;
}

.demo-item h3 a:hover {
    color: #00a8ff;
}

.demo-heading-content h1 {
    font-weight: 700;
    color: #130f40
}

.demo-heading-content a {
    display: inline-block;
    background-color: #00a8ff;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 2px;
    margin: 30px 10px 0;
}

#demo-heading {
    padding: 90px 0 0;
}

#demo-area {
    padding: 100px 0 60px;
}
