/*=========================================================================

Template Name: Walco - One Page Business Html Template
Author: ThemeSio
Version: 1.0

===========================================================================
CSS INDEX
===========================================================================
1.  General Css
2.  Preloader & Bounce css
3.  Header Section Css
4.  Banner Section Css
5.  About Section Css
6.  Service Section Css
7.  Why Choose Section Css
8.  Portfolio Section Css
9.  Pricing Section Css
10. Video Section CssVideo Area
11. Team Area
12. Testimonial Area
13. Counter Area
14. Blog Area
15. Partner Area
16. Contact Area
17. Blog Page
18. Blog Details Page


-------------------------------------------------------------------------------------------------*/

/*======================
1. GENERAL STYLE
========================*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Playfair+Display:400i,700|Rubik:400,500,700');
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Noto 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: #1c1c1c;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6,
h1,
.h1,
.h2,
.h3 {
    font-weight: 400;
    margin-top: 0
}

h1 {
    font-size: 50px;
    line-height: 60px
}

h2 {
    font-size: 30px;
    line-height: 40px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 15px;
    color: #555;
    line-height: 24px;
}

.font-700 {
    font-weight: 700
}

.font-600 {
    font-weight: 600
}

.font-500 {
    font-weight: 500
}
.font-300 {
    font-weight: 300
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.color-primary {
    color: #ff2050
}

.text-white {
    color: #fff
}

.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
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60)
}

.bg-gray {
    background-color: #f5f5f5
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.m-0 {
    margin: 0
}

.p-0 {
    padding: 0
}

.d-table {
    display: table;
    width: 100%;
    height: 100%
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.full-height {
    height: 100vh
}


.section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.section-heading h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 55px;
    position: relative;
    font-family: 'Rubik', sans-serif;
}
.section-heading span{
    color: #ff2050;
}

.section-heading h2::before, .section-heading h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #ff2050;
    width: 110px;
    height: 3px;
    margin: 0 auto;
    bottom: -37px;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.section-heading h2::after {
    bottom: -25px;
    width: 60px;
}
.section-heading:hover h2::before {
    width: 60px;
}
.section-heading:hover h2::after {
    background: #f82462;
    width: 110px;
}
/*=========================
2. PRELOADER & BOUNCE CCS
===========================*/
.preload-main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ff2050;
    z-index: 9999999;
    top: 0;
    left: 0;
}
.preloader {
    position: absolute;
    width: 65px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fff;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #fff;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fff;
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fff;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #fff;
    }

    50%,
    100% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #fff;
    }
}

/*----------------------------------------------------------------------------------------
3. Header Section Css
----------------------------------------------------------------------------------------*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: 0
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    font-weight: 500;
}
nav.navbar.bootsnav.affix ul.nav > li > a {
    color: #000;
}

nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #ff2050;
}

.navbar.navbar-default.bootsnav.affix {
    background-color: #fff;
}
.navbar {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.navbar.affix {
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    top: 0;
    width: 100%;
}
.navbar.affix-top {
    position: static;
    top: -10px;
}
.affix {
    width: 100%;
}
.navbar.affix .navbar-brand.logo,.navbar .navbar-brand.logo-two {
    display: none
}
.navbar.affix .navbar-brand.logo-two {
    display: block
}

/*==============
4. Banner Section Css
================*/
#hero-area {
    position: relative;
    background-attachment: fixed;
    background-position: top
}
.hero-content {
    position: relative;
    padding-top: 4%;
}
.hero-content h1{
    font-size: 76px;
    letter-spacing: 3px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-top: 15px;
    font-family: 'Rubik', sans-serif;
}
.cd-headline {
    font-size: 50px;
    line-height: 60px;
    margin: 0
}
.small_title span {
    border: 2px solid #ffffff;
    padding: 8px 30px;
    background: transparent;
    border-radius: 4px;
    color: #fff;
}
.slide-single {
    position: relative;
    background-position: top;
    padding-top: 5%
}
.slide-caption {
    padding: 0 10%;
    width: 65%
}
.slide-btn a {
    background-color: #ff2050;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 32px;
    border-radius: 30px;
    border: 2px solid #ff2050
}

.slide-btn a.transparent {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.slide-btn a:hover {
    background-color: #e80738;
    border-color: #e80738
}

/*-------------------------------------------------------------------------------------
5. About Section Css
---------------------------------------------------------------------------------------*/
#about-area {
    padding: 80px 0
}
.about-content .column-title{
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #cecece;
    position: relative;
    font-weight: bold;
    color: #ff2050;
    line-height: 35px;
    font-family: 'Rubik', sans-serif;
}
.about-content h6 {
    margin-bottom: 5px;
}
.about-image {
    position: relative;
}
.about-image img {
    position: relative;
    z-index: 1;
}
.about-image:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    background: #f73859;
    top: -23px;
    left: -22px;
    -webkit-box-shadow: 0 38px 19px rgba(247, 56, 89, 0.3), 0 12px 15px rgba(247, 56, 89, 0.3);
    box-shadow: 0 38px 19px rgba(247, 56, 89, 0.3), 0 12px 15px rgba(247, 56, 89, 0.3);
}
.about-image:after {
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    background: #f73859;
    bottom: -21px;
    right: -22px;
    -webkit-box-shadow: 0 19px 38px rgba(247, 56, 89, 0.3), 0 15px 12px rgba(247, 56, 89, 0.3);
    box-shadow: 0 19px 38px rgba(247, 56, 89, 0.3), 0 15px 12px rgba(247, 56, 89, 0.3);
}
.about-content{
    padding-left: 35px;
}
.about-content h2{
    font-size: 42px;
    line-height: 50px;
}
.about-content a {
    background-color: #ff2050;
    color: #ffffff;
    display: inline-block;
    margin: 30px 10px 0 0;
    padding: 10px 32px;
    border-radius: 30px;
    border: 2px solid #ff2050;
}
.about-content a:hover {
    background-color: #e80738;
    border-color: #e80738;
}
/*-------------------------------------------------------------------------------------
6. Service Section Css
---------------------------------------------------------------------------------------*/
#services-area {
    padding: 70px 0 80px
}
.feature-box-one{
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f4fb;
  transition: 0.4s;
  border: 1px solid #f1f1f2;
  margin-bottom: 30px;
}
.feature-box-one .content-box-one{
  position: relative;
  padding: 40px 30px;
  z-index: 5;
  text-align: center;
}
.feature-box-one .content-box-one i {

    color: #ff2050;
    display: block;
}
.feature-box-one .content-box-one i:before {
  font-size: 50px;
}
.feature-box-one .content-box-one h4{
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: inherit;
}
.feature-box-one .content-box-one p {
  margin-bottom: 0;
  line-height: 26px;
  color: #989595;
  font-family: 'Open Sans', sans-serif;
}

.feature-box-one:hover{
  background: #ff2050;
}
.feature-box-one:hover .content-box-one i, .feature-box-one:hover .content-box-one h4, .feature-box-one:hover .content-box-one p
{
  color: #fff;
}

/*-------------------------------------------------------------------------------------
7. Why Choose Section Css
---------------------------------------------------------------------------------------*/
#why-choose-us {
    position: relative;
    padding: 70px 0;
    background-image: url(../images/banner-2.jpg);
    background-attachment: fixed
}
.why-choose-content {
    padding-right: 8%;
}
.why-choose-content p{
   line-height: 30px;
}
.why-choose-content ul {
    padding: 8px 0 0;
}

.why-choose-content ul li {
    padding: 6px 0;
}

.why-choose-content li i {
    font-size: 10px;
    padding-right: 4px;
}
.skill-bars {
    padding: 30px 0 0;
}
.progress {
    background-color: #ddd;
    border-radius: 0;
    height: 6px;
}
.progress-bar {
    background-color: #ff2050;
}
/*-------------------------------------------------------------------------------------
8. Portfolio Section Css
---------------------------------------------------------------------------------------*/
#portfolio-area {
    padding: 70px 0 75px
}
.portfolio-menu button {
    background-color: transparent;
    border: 1px solid #e6f0fa;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 2px;
    margin: 0 0 30px;
}
.portfolio-menu button.active,
.portfolio-menu button:hover,
.portfolio-menu button:focus {
    background-color: #ff2050;
    border-color: #ff2050;
    color: #fff
}
.portfolio-menu button:focus {
    outline: none;
}
.portfolio-list .grid-item {
    padding: 5px
}
.portfolio-single {
    position: relative;
    overflow: hidden
}
.portfolio-single:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible;
    top: 0
}
.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.portfolio-overlay a {
    color: #ff2050;
    font-size: 24px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 65px;
    margin: 0 0 15px;
}

.portfolio-overlay a:hover {
    color: #fff;
    background-color: #ff2050
}
/*-------------------------------------------------------------------------------------
Pricing Section Css
---------------------------------------------------------------------------------------*/
#pricing-area {
    padding: 70px 0 80px
}
.pricing-table-single {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 0 50px;
    -webkit-box-shadow: 0 0 10px #e6f0fa;
    box-shadow: 0 0 10px #e6f0fa;
    border: 1px solid #e6f0fa;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
.pricing-table-single:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-box-shadow: 0 22px 40px #e6f0fa;
    box-shadow: 0 22px 40px #e6f0fa;
}
.pricing-table-single.recom {
    position: relative;
    overflow: hidden
}
.p-table-price h2 {
    font-size: 40px;
    margin: 25px 0 20px
}
.p-table-price h2 sub {
    font-size: 12px;
    color: #555;
    font-weight: 600;
}
.p-table-price h2 span {
    font-size: 24px;
    font-weight: 500;
    padding-right: 4px;
}
.p-table-content ul li {
    padding: 6px 0;
    font-weight: 500
}
.p-table-btn a {
    display: inline-block;
    border: 2px solid #ff2050;
    padding: 8px 20px;
    border-radius: 2px;
    color: #ff2050;
    font-weight: 500;
    margin: 25px 0 0;
}
.p-table-btn a:hover {
    background-color: #ff2050;
    color: #fff
}
.ribbon {
    position: absolute;
    left: -120px;
    top: 40px;
    width: 100%;
    background-color: #ff2050;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding: 6px 0;
}
/*-------------------------------------------------------------------------------------
10. Video Section Css
---------------------------------------------------------------------------------------*/
#video-area {
    padding: 70px 0 85px;
    background-image: url(../images/banner-2.jpg);
    background-attachment: fixed;
    position: relative;
}
.video-popup-icon {
    position: relative;
    margin: 40px 0 0;
}
.video-content a {
    display: inline-block;
    font-size: 30px;
    color: #ff2050;
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    position: relative;
    z-index: 2
}
.video-content h2 {
    font-size: 45px;
    line-height: 1.3;
}
.video-content p{
    font-size: 17px;
    line-height: 26px;
    margin: 23px 0 18px;
    color: rgba(255, 255, 255, 0.62);
}
.video-content a:hover {
    background-color: #ff2050;
    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.3);
    -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, .5);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, .5);
    -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: 1px solid rgba(255, 255, 255, 0);
    -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;
    }
}


/*-------------------------------------------------------------------------------------
    Team Area
    ---------------------------------------------------------------------------------------*/

    #team-area {
        padding: 70px 0 80px
    }

    .team-single {
        border: 1px solid #e6f0fa;
        -webkit-box-shadow: 0 0 10px #e6f0fa;
        box-shadow: 0 0 10px #e6f0fa;
        padding: 0 0 20px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .team-single:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-box-shadow: 0 22px 40px #e6f0fa;
        box-shadow: 0 22px 40px #e6f0fa;
    }

    .team-member-info {
        padding: 20px 0 0;
    }

    .team-social-icons ul li {
        display: inline-flex;
    }

    .team-social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 13px;
        background-color: #ff2050;
        color: #fff;
        border-radius: 50%;
    }
    .team-social-icons li a:hover{
        background-color: #000;
    }


/*-------------------------------------------------------------------------------------
    Testimonial Area
    ---------------------------------------------------------------------------------------*/

    #testimonial-area {
        padding: 75px 0 115px;
    }

    .testimonial-single img {
        max-width: 100px;
        margin: 30px auto 0;
        border-radius: 50%;
        border: 4px solid #ff2050;
    }
    .client-comment{
        position: relative;
        text-align: center;
        padding: 0 130px;
    }
    .client-comment i{
        font-size: 40px;
        color: #ff2050;
    }

    .client-info h5 {
        margin: 15px 0 0;
    }

    .client-comment p {
        margin: 15px 0;
    }

    .testimonial .owl-dots {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px
    }

    .testimonial .owl-dot {
        border: 2px solid #ff2050;
        height: 12px;
        width: 12px;
        margin: 0 4px;
        display: inline-block;
    }

    .testimonial .owl-dot.active {
        background-color: #ff2050;
    }

/*-------------------------------------------------------------------------------------
    Counter Area
    ---------------------------------------------------------------------------------------*/

    .counter {
        position: relative;
        background: url(../images/statics.jpg);
        padding: 70px 0 100px;
        background-position: 100% 100% !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .counter::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.93);
    }
    .counter-single .icon {
        float: left;
        color: #ff2050;
    }

    .blog-single {  
        box-shadow: 0 0 10px #e6f0fa;
        overflow: hidden;
        margin: 0 0 20px
    }
    .counter-single i {
        font-size: 32px;
        text-align: center;
        border-radius: 3px;
        width: 70px;
        height: 90px;
        background: #fff;
        line-height: 90px;
    }
    .s-info {
        padding-top: 10px;
    }
    .counter-single h3 {
        display: block;
        font-size: 30px;
        color: #fff;
        margin: 0 0 10px;
        font-weight: 700;
    }
    .counter-single p {
        color: #eee;
        font-size: 18px;
    }

/*-------------------------------------------------------------------------------------
    Blog Area
    ---------------------------------------------------------------------------------------*/

    #blog-area {
        padding: 70px 0 60px
    }

    .blog-details {
        padding: 20px;
    }

    .blog-details p a {
        display: inline-block;
        font-size: 12px;
        padding-right: 12px;
    }

    .blog-details p a i {
        color: #ff2050;
        padding-right: 2px;
    }

    .blog-details h5 a {
        display: block;
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 5px;
    }

    .blog-details h5 a:hover,
    .blog-details p a:hover {
        color: #ff2050
    }

/*-------------------------------------------------------------------------------------
    Partner Area
    ---------------------------------------------------------------------------------------*/

    #partner-area {
        padding: 50px 0 40px
    }

    .partner img {
        max-width: 130px;
        margin: 0 auto;
        -webkit-filter: grayscale(1);
        filter: grayscale(1)
    }

    .partner img:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }

/*-------------------------------------------------------------------------------------
    Contact Area
    ---------------------------------------------------------------------------------------*/

    #contact-area {
        padding: 70px 0 80px
    }

    .contact-content {
        -webkit-box-shadow: 0 0 10px #e6f0fa;
        box-shadow: 0 0 10px #e6f0fa;
        border-radius: 10px;
        padding: 50px;
        border: 1px solid #e6f0fa;
    }

    .contact-form input {
        height: 50px;
    }

    .contact-form button {
        background-color: #ff2050;
        border: 0;
        padding: 10px 20px;
        border-radius: 2px;
        color: #fff
    }

    .contact-form button:hover {
        background-color: #e80738;
    }

    .contact-info {
        padding-left: 30px;
    }

    .contact-info-single {
        margin: 0 0 30px;
    }

    .contact-info-single span i {
        color: #ff2050;
        padding-right: 6px;
    }

    .contact-info-single h6 {
        margin-bottom: 5px;
    }


/*-------------------------------------------------------------------------------------
    Blog Page
    ---------------------------------------------------------------------------------------*/

    .blog-wrap {
        padding: 80px 0 55px;
    }
    .btn-blog-bg{
        color: #ff2050;
    }

    .page-title {
        background-image: url(../images/banner-2.jpg);
        padding: 160px 0 60px;
        position: relative
    }

    .page-content {
        position: relative
    }

    .breadcrumb {
        background-color: transparent
    }

    .breadcrumb ul li {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        padding: 0 4px
    }

    .breadcrumb li a {
        display: block;
        font-weight: 500;
        color: #ff2050;
    }

    .blog-sidebar {
        padding: 20px 30px 0;
        -webkit-box-shadow: 0 0 10px #e6f0fa;
        box-shadow: 0 0 10px #e6f0fa;
        overflow: hidden;
        border-radius: 10px
    }

    .blog-sidebar .widget {
        margin: 0 0 30px;
    }

    .blog-sidebar .widget h4 {
        margin: 0 0 15px;
    }

    .widget.search {
        position: relative
    }

    .widget.search input {
        height: 45px;
    }

    .widget.search span {
        position: absolute;
        right: 20px;
        top: 58px;
    }

    .widget.recent-post {
        margin: 0 0 20px
    }

    .recent-post-single {
        margin: 0 0 10px;
        overflow: hidden
    }

    .recent-post-img {
        width: 30%;
    }

    .recent-post-img a {
        display: inline-block;
    }

    .recent-post-cont {
        width: 70%;
        padding-left: 4%;
    }

    .recent-post-cont h5 {
        font-weight: 600;
        margin: -10px 0 0
    }

    .recent-post-cont p span {
        font-size: 11px;
        font-weight: 600;
        margin: -4px 0 -12px;
        display: block;
    }

    .widget.category ul li {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #e6f0fa;
        font-weight: 500;
    }

    .widget.category ul li:first-child {
        border-top: 1px solid #e6f0fa;
    }

    .widget.category ul li a:hover,
    .recent-post-cont h5 a:hover {
        color: #ff2050
    }

    .widget.tags span a {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 4px 4px 0;
        border-radius: 4px;
        border: 1px solid #000;
        font-weight: 500
    }

    .widget.tags span a:hover {
        border-color: #ff2050;
        background-color: #ff2050;
        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: 30px;
        margin: 0 2px;
        border: 1px solid #e6f0fa;
    }

    .pagination > li > a:hover,
    .pagination > .active > a,
    .pagination > .active > a:hover,
    .pagination > .active > a:focus {
        background-color: #ff2050;
        border-color: #ff2050;
        color: #fff
    }

/*-------------------------------------------------------------------------------------
    Blog Details Page
    ---------------------------------------------------------------------------------------*/

    .blog-details-wrap {
        padding: 80px 0
    }

    .post-comments h4 {
        margin: 40px 0 30px;
    }

    .comment-single .media-body p a {
        font-weight: 500;
        padding-right: 5px;
        font-size: 12px
    }

    .comment-single .media-body p a:hover {
        color: #ff2050;
    }

    .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;
        border-radius: 25px;
        padding-left: 20px;
    }

    .comment-form textarea {
        border-radius: 25px;
        padding: 15px 0 0 20px
    }

    .comment-btn button {
        color: #ff2050;
        font-weight: 600;
        padding: 10px 30px;
        border-radius: 25px;
        border: 2px solid #ff2050;
        background-color: transparent;
    }

    .comment-btn button:hover {
        background-color: #ff2050;
        border-color: #ff2050;
        color: #fff;
    }

/*-------------------------------------------------------------------------------------
     Live Demo
     ---------------------------------------------------------------------------------------*/

     .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(255, 32, 80, 0.9);
        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: #000;
        padding: 10px 20px;
        border-radius: 4px;
        font-weight: 600;
        color: #fff
    }

    .demo-cell a:hover {
        background-color: #f5f5f5;
        color: #ff2050
    }

    .demo-item h3 {
        text-align: center
    }

    .demo-item h3 a {
        display: inline-block;
        font-weight: 600;
        font-size: 18px;
        margin: 15px 0 30px;
    }

    .demo-item h3 a:hover {
        color: #ff2050;
    }

    .demo-heading-content h1 {
        font-weight: 700;
    }

    .demo-heading-content a {
        display: inline-block;
        background-color: #ff2050;
        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;
    }
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer { 
    background: #222;
    padding: 70px 0 80px;
}
.footer h6 {
    font-size: 18px;
    color: #fff!important;
    font-weight: 400!important;
}
.footer_logo img {
    margin-bottom: 30px;
}
.footer .footer_menu_list li a {
    color: rgba(255, 255, 255, 0.42) !important;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s;
}
.footer .footer_menu_list li a:hover {
    color: #fff !important;
}
/*START FOOTER SOCIAL DESIGN*/
.footer_social { 
    margin-bottom: 10px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { 
    display: inline-block;
}
.footer_social ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: 2px;
    padding: 9px 12px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
@media only screen and (max-width:768px) { 
    .footer_social ul li a { font-size: 12px }
}
@media only screen and (max-width:360px) { 
    .footer_social ul li a { font-size: 14px }
}
.footer_social ul li a:hover { color: #fff }
.f_facebook:hover {
    background: #5D82D1;
    border: 1px solid #5D82D1;
}
.f_twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
.f_google:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
.f_linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
.f_youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
.f_skype:hover {
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
    border-top: 1px solid #1f2428;
    font-size: 14px;
    color: #eee;
    margin-bottom: 0;
    padding: 30px 0;
}
.copyright a {
    color: #fb4275;
    font-family: "Cousine",sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.copyright a:hover { color: #fff }