 /*	################################################################
Theme Name: PERA
Theme URI: https://themengraph.com
Author URI: https://themengraph.com/
Description: 100% Responsive, Highly Customizable, Unlimited color schemes and SEO Friendly Theme using Twitter Bootstrap, Search Engine Friendly.
Author: Shah Zobayer Ahmed
Version: 1.0.0


    1) GENERAL STRUCTURES
    2) HEADER SECTION
    3) SLIDER SECTION
    4) MENU SECTION
    5) ABOUT SECTION
    6) SERVICE SECTION
    7) WORK SECTION
    8) TEAM SECTION
    9) TESTIMONIAL SECTION
    10) SKILL SECTION
    11) WE WORK SECTION
    12) TABLE SECTION
    13) PROJECT SECTION
    14) FOLLOW US SECTION
    15) CONTACT SECTION
    16) RESPONSIVE SECTION


################################################################# */
/* STYLE */
@import url(font-awesome.css) screen;
@import url(bootstrap.css) screen;
@import url(owl.carousel.css) screen;
@import url(prettyPhoto.css) screen;
@import url(animate.min.css) screen;
@import url(pe-icon-7-stroke.css) screen;
@import url(simpletextrotator.css) screen;
@import url(bootsnav.css) screen;

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,600italic,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);


* {
    margin: 0;
    padding: 0px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    background: #fff;
    color: #656565;
    padding: 0;
    margin: 0;
    overflow: visible;
}

.hidden {
    display: none;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::-webkit-input-placeholder {
    color: #373737 !important;
}

:-moz-placeholder {
    color: #373737 !important;
}

::-moz-placeholder {
    color: #373737 !important;
}

:-ms-input-placeholder {
    color: #373737 !important;
}

.header-serach::-webkit-input-placeholder {
    color: #fff !important;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    color: #0098d7;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #01090C;
}

a img {
    border: none;
    vertical-align: bottom;
}

a.remove {
    display: block;
    height: 18px;
    width: 18px;
    margin: 10px;
    padding-left: 0 !important;
    text-indent: -9999px;
    background: url(images/remove.png) #01090C;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
    line-height: 140%;
    color: #01090c;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}
.first {
    clear: both;
}

.last {
    margin-right: 0;
}

audio, video {
    max-width: 100%;
    height: auto;
}

iframe, embed, object {
    max-width: 100%;
}

input, textarea {
    color: #373737;
}

html, body, .wrapper{
    height: 100% !important;
}

.section{
    padding: 100px 0;
}
/* == SECTION TITLE== */
.section-title {
    text-align: left;
    display: block;
    margin-bottom: 140px;
}

.section-title > h2 {
    font-size: 48px;
    color: #373737;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}

.section-title > h2:before{
    content: "";
    height: 40px;
    width: 2px;
    background: #373737;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 0 auto;
}

.white-title > h2:before{
    content: "";
    height: 40px;
    width: 2px;
    background: #fff;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 0 auto;
}

.white-title h2{
    color: #FFF;
}

.section-title > h2:after{
    content: "\e689";
    height: 10px;
    width: 50%;
    position: absolute;
    bottom: -52px;
    font-size: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'Pe-icon-7-stroke';
}

.follower-title{
    margin-bottom: 0;
    text-align: left;
}

.follower-title h2{
    margin-bottom: 0;
    text-align: left;
}

.follower-title > h2:before, .follower-title > h2:after{
    display: none !important;
}

.follower-title span{
    color: #fff;
}

.section-title > h2 > span {
    color: #FF4C83;
}

.follow-us-section .section-title > h2 > span{
    color: #fff !important;
}

.skill-section .meet-title > h2 > span {
    color: #fff !important;
}

.contact-section .contact-title > h2 > span {
    color: #fff !important;
}

.section-title > p > span {
    color: #FF4C83;
}

.title-section > span {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #fff;
    margin-top: 5px;
    line-height: 1;
    font-weight: 700;
}

.title-section > h2 {
    margin: 0;
    padding: 0;
    font-size: 50px;
    padding-right: 5px;
    line-height: 1;
}

.title-section > h1:before, .title-section > h1:after{
    height: 5px;
}
/* ==SUB SECTION TITLE== */
.sub-section-title {
    text-align: left;
    display: block;
    margin: 80px 0 50px;
}

.sub-section-title > h4 {
    font-size: 48px;
    color: #373737;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    padding-right: 5px;
    text-align: center;
    text-transform: uppercase;
}
.sub-section-title > h4 span {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #FF4C83;
    margin-top: 5px;
    line-height: 1;
    font-weight: 700;
}
/* PAGE TITLE SECTION */
.page-title{
    background-image: url(../images/section-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}
.page-title:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6)
}

.portfolio-cover{

}
.title-header{}
.title-header h2{
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}
/* BREADCRUMB */
.breadcrumb-section{
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

ol.breadcrumb{
    background: transparent;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}
ol.breadcrumb li{}
ol.breadcrumb li a{
    color: #FF4C83;
    font-size: 14px;
}
ol.breadcrumb li.active{
    color: #FFF;
    font-size: 14px;
}
/* =======================
    HEADER TOP SECTION
========================= */
.header-top-section {
    display: block;
    background: #FF4C83;
    width: 100%;
    padding: 11px 0;
}
    .contact-info{
        text-align: left;
    }
    .contact-info > p {
        display: inline-block;
        color: #fefefe;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        padding: 0;
        margin-right: 10px;
    }
    .contact-info > p > i{
        font-size:18px;
    }
    .contact-info > p > i.pe-7s-mail{
        font-size:25px;
        position: relative;
        top: 4px;
    }
    .social-media {
        display: block;
        text-align: right;
        margin-top: 5px;
    }
    .social-media > ul {
        margin: 0;
        padding: 0;
    }
    .social-media > ul > li {
        list-style: none;
        display: inline-block;
    }
    .social-media > ul > li > a {
        padding: 0 10px;
    }
    .social-media > ul > li > a > .fa {
        font-size: 18px;
        color: #fefefe;
    }
    .social-media > ul > li > a:hover .fa{
        color: #fff;
    }

/* =======================
    HEADER SECTION
========================= */

.header-section {
    background: rgba(255, 255, 255, 0.80);
    display: block;
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
/* ==HEADER  V1== */
.top-menu{
    top: 0;
    position: relative;
    background: rgba(255, 255, 255, 1);
}
/* ==HEADER V2== */
.rev-header{
    position: relative;
    background: rgba(255, 255, 255, 1);
}
/* ==HEADER V3== */
.agency-header{
    position: relative;
    bottom: auto;
    display: block;
}


.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    top: 0;
    background: #fff;
    bottom: inherit;
    box-shadow: 0 1px 5px 0 #A8A8A8;
}

.navbar {
    height: auto;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    background: transparent;
}

.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    position: relative;
    background: transparent !important;
    border: none;
    color: #FF4C83;
    padding: 0;
    width: 40px;
    height: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-top: 17px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #FF4C83;
    display: block;
    width: 100%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.navbar-toggle .icon-bar:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FF4C83;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.navbar-toggle .icon-bar:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FF4C83;
    display: block;
    bottom: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.navbar-header{
    z-index: 9;
    position: relative;
}

/* MENU CLICK ACTIVE STYLE */
.collapsed .icon-bar{
    display: block;
}

.collapsed .icon-bar:before{
    top: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.collapsed .icon-bar:after{
    bottom: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mbl-menu .icon-bar{
    background: transparent !important;
}
/* LOGO TITLE STYLE */

.navbar-brand{
    font-size: 30px;
    font-weight: 700;
    color: #000 !important;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    text-transform: uppercase;
    height: 100%;
    outline: none;
    margin-top: 6px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

/* MEGA MENU LEFT */
.mm-right{
    float: right !important;
}

.navbar-brand > span {
    color: #FF4C83;
}

.navbar-brand > b {
    font-size: 40px;
}

.fixed .navbar-brand > span {
    color: #FF4C83;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    position: relative;

}

.navbar-right > li {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.navbar-right > li > a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    outline: none;
    text-align: left;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
nav.navbar.bootsnav ul.nav > li:last-child > a{
    padding-right: 0px !important;
}

.navbar-right > li.active{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.navbar-right > li.active > a{
    background: transparent !important;
    color: #FF4C83;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #FF4C83;
}
nav.navbar.bootsnav ul.nav li:hover a{
    color: #FF4C83 ;
}

.navbar-right > li.active > a:before{
    content: "\f175";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FF4C83;
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.fixed .navbar-right > li > a{
    padding: 10px 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    text-align: left;
}

.fixed .navbar-brand{
    margin-top: 7px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.fixed nav.navbar.bootsnav ul.nav > li > a {
    padding: 20px 15px;
}


/* =======================
    SLIDER SECTION
========================= */
.slider-section {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}

.slider-section.style1{
    background-image: url(../images/section-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.slider-section.style1:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
}

.slider-section .container-fluid {
    height: 100%;
}

.slider-section .row {
    height: 100%;
}

.slider-section .carousel {
    height: 100%;
}

.slide {
    height: 100%;
}

.carousel-indicators {
    height: 100%;
    display: none;
}

.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.item {
    height: 100%;
    position: relative;
}

.carousel-caption {
    top: 0%;
    text-shadow: none;
    z-index: 9999;
    padding-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0 !important;
    right: 0 !important;
}

.slider-caption{
    display: table;
    position: relative;
    height: calc(100% - 86px);
    width: 100%;
}

.slider-content{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel-caption h2 {
    font-size: 48px;
    color: #373737;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.carousel-caption h2 span {
    color: #FF4C83;
}

.carousel-caption h3 {
    font-size: 48px;
    color: #373737;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 6px;
}

.carousel-caption p{
    color: #373737;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.carousel-caption a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 300;
    background: #FF4C83;
    padding: 15px 35px 12px;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #FF4C83;
}

.carousel-caption a:hover{
    background: #fff !important;
    border: 1px solid #FF4C83;
    color: #373737;
}
/* ==REVULATION== */
.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 h2 {
    font-size: 48px;
    color: #373737;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 h2 span {
    color: #FF4C83;
}

.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 h3 {
    font-size: 48px;
    color: #373737;
    font-weight: 300;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 6px;
}

.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 p{
    color: #373737;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 a{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 300;
    background: #FF4C83;
    padding: 15px 35px 12px !important;
    text-transform: uppercase;
    outline: none;
    font-size: 14px !important;
    line-height: 24px !important;
    position: relative;
    display: inline-block;
    margin: 0 auto !important;
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #FF4C83;
}

.tp-caption.News-Title.tp-resizeme.rs-parallaxlevel-0 a:hover{
    background: #fff !important;
    border: 1px solid #FF4C83;
    color: #373737;
}

.carousel-caption a.go-to-about{
    display: block;
    width: 100%;
    background: transparent;
    position: absolute;
    border: none !important;
    bottom: 55px;
    margin: 0;
    padding: 60px;
    background: url(../images/bottom-arrow.png) no-repeat;
    background-position: center;
}

.carousel-caption a.go-to-bottom{
    display: block;
    background: transparent;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 6%;
    outline: none;
    border: none !important;
}

.carousel-caption > h3 > span {
    color: #FF4C83;
}

.carousel-caption > p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10%;
    margin-top: 10px;
}

.item > a {}

.item > a > img {
    display: block;
    height: auto;
}

.item > img {
    width: 100%;
    display: block;
    height: 100% !important;
}

.carousel-control.left, .carousel-control.left:hover, .carousel-control.left:active, .carousel-control.left:focus {
    cursor: url(../images/left-arrow.png) 100 0, auto;
    z-index: 999;
}

.carousel-control.right, .carousel-control.right:hover, .carousel-control.right:active, .carousel-control.right:focus{
    cursor: url(../images/right-arrow.png), auto;
    z-index: 999;
}

/* ==VIDEO BACKGROUND */
video {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url('../images/poster.png') no-repeat;
    background-size: cover;
    -webkit-transition: 1s opacity;
    -moz-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
}

#polina {
    font-weight: bold;
    color: white;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}

#polina button {
    display: inline-block;
    border: none;
    font-size: 1.3rem;
    background: rgba(10, 0, 0, 0.5);
    color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s -webkit-background;
    -moz-transition: .3s -moz-background;
    -o-transition: .3s -o-background;
    transition: .3s background;
    position: relative;
    z-index: 99;
    outline: none;
    height: 70px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    bottom: 120px;
    right: 30px;
    z-index: 999999;
    background: rgba(10, 0, 0, 0.5) url(../images/pause.png) no-repeat;
    background-position: center;
    background-size: auto;
}

#polina button.video-play-btn{
    background: rgba(10, 0, 0, 0.5) url(../images/play.png) no-repeat;
    background-position: center;
    background-size: auto;
}

#polina button .fa{
    font-size: 30px;
}

video:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(10, 0, 0, 0.5);
    z-index: 1;
}



/* =======================
    ABOUT SECTION
========================= */
.about-section {
    background: #fff;
    display: block;
    padding-bottom: 70px;
}

.about-item {
    margin-bottom: 30px;
    text-align: center;
    background: #f8f8f8;
    display: block;
    text-align: left;
    padding: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.about-item:hover{
    box-shadow: 4px 6px 10px -2px #808080;
}

.about-item > a > i{
    font-size: 14px;
    color: #1d1d1d;
    margin: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block;
}

.about-item .title-area > i{
    font-size: 48px;
    color: #FF4C83;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block;
    float: left;
}

.about-item a:hover i, .about-item:hover a i, .about-item:hover a{
    color: #FF4C83;
}

.about-item a.icon{
    position: relative;
    display: inline-block;
    min-width: 100px;
    overflow: hidden;
}

.about-item a.icon:before{
    content: "";
    height: 10px;
    width: 50%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.about-item a.icon:after{
    content: "";
    height: 10px;
    width: 50%;
    background: #1d1d1d;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.about-item a.icon:hover:before, .about-item:hover a.icon:before{
    left: 50%;
    background: #FF4C83;
}

.about-item a.icon:hover:after, .about-item:hover a.icon:after{
    right: 50%;
    background: #FF4C83;
}

.about-item h2 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-top: 11px;
    margin-left: 14px;
}

.about-item .title-area{
    display: block;
    overflow: hidden;
}

.about-item > p {
    padding: 0;
    display: block;
    margin-top: 15px;
}

.about-item > a {
    color: #373737;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}

.about-item > a:hover {
    color: #FF4C83;
}

/* ABOUT 3 STYLE */
.about-item-v3{}
.about-item-v3 h3{
    font-size: 30px;
    font-weight: 700;
    color: #373737;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
}
.about-item-v3 p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #373737;
    display: block;
    margin-top: 10px;
}
.about-item-v3 a{
    color: #fff;
    background: #FF4C83;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
}


/* =======================
    RECENT PROJECT SECTION
========================= */
.recent-project{
    display: block;
    width: 100%;
    background: #f8f8f8;
    padding-bottom: 0;
}
.recent-project .owl-wrapper-outer{
    width: 100%;
}
.recent-items{
    position: relative;
}
.recent-items img{}
.recent-items .recent-details{
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden
}
.recent-items .recent-details:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -100%;
    background: #FF4C83   ;
    transition: all 0.5s
}
.recent-items:hover .recent-details:before{
    left: 0
}

.recent-items .recent-details h4{
    color: #fff;
    font-size: 16;
    font-weight: 700;
    margin: 0;
    padding: 0;
    padding: 15px 20px;
    padding-right: 120px;
    position: absolute;
    left: -100%;
    transition: all 0.5s
}
.recent-items:hover .recent-details h4{
    left: 0;
}

.recent-items .recent-details a{
    color: #fff;
    background: #FF4C83;
    top: 0px;
    right: 0px;
    padding: 16px 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 140px;
    text-align: center;
    float: right;
    position: relative;
    z-index: 9
}
.recent-items .recent-details a i{
    display: inline-block;
    margin-left: 5px;
    transition: all 0.5s;
}
.recent-items:hover .recent-details a i{
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.recent-project{
    display: block;
    position: relative;
}
.recent-project-area{
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

.recent-project-area .owl-arrow{
    position: absolute;
    width: 100%;
    background: #ccc;
    display: block;
    top: 40%;
}
.recent-project-area .owl-arrow a{
    position: absolute;
    display: inline-block;
    background: #FF4C83;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FF4C83;
}

.recent-project-area .owl-arrow a.recent-next{
    right: -100px;
    transition: all 0.5s
}

.recent-project-area .owl-arrow a.recent-prev{
    left: -100px;
    transition: 0.5s;
}
.recent-project-area:hover .owl-arrow a.recent-next{
    right: 10px;
}

.recent-project-area:hover .owl-arrow a.recent-prev{
    left: 10px;
}



/* =======================
    SERVICE SECTION
========================= */
.service-section {
    background: #373737;
    overflow: hidden;
    display: block;
}

.service-section .container-fluid{
    padding: 0;
}

.service-bg{
    background: url(../images/section-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
}

.service-items{
    padding: 0;
    background: #373737;
}

.service-item {
    text-align: center;
    padding: 30px 0;
    color: #fff;
}

.service-items:hover{
    background: rgba(55, 55, 55, 0.90);
}

.service-item > h2 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    margin-bottom: 0;
}

.service-item a{
    display: block;
    text-align: center;
}

.service-item a i{
    font-size: 50px;
    color: #fff;
    margin: 20px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
    text-align: center;
}

.service-item a:hover i, .service-item:hover a i,.service-item:hover h2{
    color: #FF4C83;
}

.service-item h2:hover:before, .service-item:hover h2:before{
    left: 50%;
    background: #FF4C83;
}

.service-item h2:hover:after, .service-item:hover h2:after{
    right: 50%;
    background: #FF4C83;
}

.service-item > p {
    padding: 0 10%;
    font-size: 14px;
    line-height: 26px;
}

/* SERVICE VERSION 2 */
.service-section-v2{
    background: #fff;
}
.service-v2{
    background: #fff
}

.service-v2 .service-item{
   color: #373737;
}
.service-v2:hover{
    background: rgba(255, 255, 255, 0.90);
}
.service-v2 .service-item > h2{
    color: #373737;
}
.service-v2 .service-item > p{
    color: #373737
}
.service-v2 .service-item > a > i{
    color: #373737
}
.service-v2 .service-item a:hover i, .service-v2 .service-item:hover a i, .service-v2 .service-item:hover h2{
    color: #FF4C83;
}

/* SERVICE VERSION 3 */
.service-section-v3{
    background: #fff;
}
.service-v3{
    background: #fff;
    padding: 0;
    transition: all 0.5s;
}

.service-v3 .service-item{
   color: #373737;
   overflow: hidden;
   transform: scale(1,1);
   transition: linear all 0.5s;
}
.service-v3:hover .service-item{
   color: #373737;
   overflow: hidden;
   transform: scale(1.1, 1.1);
}
.service-v3:hover{
    background: #fff;

}
.service-v3 .service-item > h2{
    color: #373737;
}
.service-v3 .service-item > p{
    color: #373737;
   /* position: absolute;
    bottom: -220px;*/
    transition: all 0.5s
}
.service-v3 .service-item > a > i{
    color: #373737
}
.service-v23.service-item a:hover i, .service-v3 .service-item:hover a i, .service-v3 .service-item:hover h2{
    color: #FF4C83;
}
.service-v3:hover {
    /*padding-bottom: 50px  */
}

.service-v3:hover .service-item > p{
    color: #373737;

}
/* =======================
    WORK SECTION
========================= */
.work-section {
    background: #fff;
    display: block;
}

.work-title{
    text-align: right;
}

.section-caption {
    margin-top: 15px;
    padding-left: 20%;
}

.section-caption > p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    color: #808080;
}

.section-caption > p > span {
    color: #FF4C83;
}
.button-group {
    margin: 30px 0;
}

.button-group > li{
    display: block !important;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #373737;
    margin: 10px 15px;
    position: relative;
}
.button-group > li:hover{
    color: #FF4C83;
}

.button-group > li.active{
    color: #FF4C83;
    display: inline-block;
    position: relative;
}

.button-group > li.active:hover:before{
    left: 50%;
}

.button-group > li.active:hover:after{
    right: 50%;
}

.button-group > li:hover:before{
    left: 50%;
    background: #FF4C83;
}
.button-group > li:hover:after{
    right: 50%;
    background: #FF4C83;
}
.horizontal-nav{}
.horizontal-nav ul{
    margin-top:0;
    text-align: center;
}
.horizontal-nav ul li{
    display: inline-block !important;
}
.work-item {
    position: relative;
}

.work-content {
    background: #FF4C83;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
}
.work-item:hover .work-content{
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    padding: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.work-caption{
    height: 100%;
    text-align: center;
    display: table;
    width: 100%;
}

.work-caption .work-caption-details{
    vertical-align: middle;
    display: table-cell;
    padding: 0px 10px;
}

.work-content > .work-caption > .work-caption-details > h2 {
    width: 100%;
    text-align: center;
    margin: 0 !important;
    position: relative;
    top: 15px;
    font-family: 'Roboto Slab';
    color: #fff;
}

.work-content > .work-caption > .work-caption-details > p {
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 10px;
    color: #373737;
    font-size: 14px;
    font-weight: 400;
}

.work-content > .work-caption > .work-caption-details > p > a{
    color: #373737;
    background: #fff;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 5px;
    border: 1px solid #FF4C83;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.work-content > .work-caption > .work-caption-details > p > a:hover{
    background: #FF4C83;
    border: 1px solid #fff;
    color: #fff;
}

.work-content > .work-caption > .work-caption-details > p > a > i{
    font-size: 20px;
}
.work-item {
    float: left;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.work-item img{
    width: 100%;
    height: auto;
}
/* ==GUTTER== */
.gutter .work-item{
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.gutter .work-item:hover .work-content{
    top: 0px;
    left: 15px;
    bottom: 0px;
    right: 15px;
    opacity: 1;
    padding: 0;
    transform: scale(1, 1);
}
.work-col-5 .work-item {
    width: 20%;
}

/* ==PORTFOLIO SINGLE== */
.portfolio-title{}
.portfolio-title h2{
    margin: 0;
    padding:7px 0;
    text-align: left;
    font-weight: 300;
    color: #373737;
    font-size: 20px;
    font-family: 'Roboto Slab';
}
.portfolio-nav{
    text-align: right;
}
.portfolio-nav a{
    display: inline-block;
    background: #FF4C83;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FF4C83;
}
.portfolio-nav a:hover{
    background: transparent;
    color:#FF4C83;
    border: 1px solid #FF4C83;
}

.portfolio-nav a i{
    font-size: 15px;
}
.single-portfolio-thumb{
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-portfolio-thumb .owl-carousel .owl-wrapper-outer{
    width: 100%;
}

.single-portfolio-thumb img{
    width: 100%;
    height: auto;
}
.single-portfolio-thumb .single-portfolio-nav{
    position: absolute;
    width: 100%;
    background: #ccc;
    display: block;
    top: 40%;
}
.single-portfolio-thumb .single-portfolio-nav a{
    position: absolute;
    display: inline-block;
    background: #FF4C83;
    padding: 10px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FF4C83;
}

.single-portfolio-thumb .single-portfolio-nav a.testimonial-next{
    right: -100px;
    transition: all 0.5s
}

.single-portfolio-thumb .single-portfolio-nav a.testimonial-prev{
    left: -100px;
    transition: 0.5s;
}
.single-portfolio-thumb:hover .single-portfolio-nav a.testimonial-next{
    right: 10px;
}

.single-portfolio-thumb:hover .single-portfolio-nav a.testimonial-prev{
    left: 10px;
}
.portfolio-info{}
.portfolio-info ul{}
.portfolio-info ul li{
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    color: #B1B1B1;
}
.portfolio-info ul li a{
    color: #B1B1B1 ;
    font-size: 12px;
}
.portfolio-single-content h5.mt-sm{
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    text-align: left;
    font-family: 'Roboto Slab';
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.portfolio-single-content p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px
}
.portfolio-single-content a{
    background: #FF4C83;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FF4C83;
}
.portfolio-single-content a:hover{
    background: transparent;
    color: #FF4C83;
    border: 1px solid #FF4C83;
}
.portfolio-single-content a i{
    margin-right: 3px;
}

.portfolio-single-content ul{
    display: block;
}
.portfolio-single-content ul li{
    display: inline-block;
}
.portfolio-single-content ul li i{
    color: #FF4C83
}
.portfolio-single-content span{
    margin-bottom: 30px;
    display: block;
}
.related-item{
    margin-top: 50px;
    display: block;
}
.related-item h4{
    font-size: 20px;
}



/* =======================
    TEAM SECTION
========================= */
.team-section {
    display: block;
    background: #f6f6f6;
}

.team-profile {
    position: relative;
    margin-top: 0px;
    overflow: hidden;
    border: 10px solid #fff;
    text-align: center;
}

.team-profile > img {
    width: 100%;
    height: auto;
}

.team-area {
    position: absolute;
    bottom: 0;
    background: #FF4C83;
    padding: 10px 15px 14px;
    bottom: -100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

.team-profile:hover .team-area{
    bottom: 0;
}

.team-details > h2 {
    font-family: 'Roboto Slab', Arial, sans-serif;
    margin: 0;
    padding-bottom: 0 !important;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.team-details > h3 {
    margin: 0;
    padding-bottom: 0 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto Slab', Arial, sans-serif;
}

.team-details > p {
    margin: 0;
    padding-bottom: 0 !important;
    font-size: 14px;
    margin-top: 10px;
    color: #000;
}

.team-social {
    margin-bottom: 0 !important;
}

.team-social > li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
    margin-top: 10px;
    margin-left: 2.9px;
}

.team-social > li > a i{
    font-size: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    padding: 8px 0;
    text-align: center;
    color: #FF4C83;
    background: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 3px;
}

.team-social > li > a:hover i{
    color: #fff !important;
    background: #FF4C83;
    border: 1px solid #fffff;
}

.fa-envelope {
    padding-top: 3.5px !important;
}
/* ==TEAM V2== */
.team-v2{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.team-v2 .team-area {
    top: 300px;
}
.team-v2:hover .team-area {
    bottom: 0;
    top: 0;
}
.team-v2 .team-details {
    padding-top: 40px;
}
.team-v2 .team-details > h2{
    font-size: 17px;
}
.team-v3:hover{
    border-radius: 0px;
}
/* ==TEAM V3== */
.team-v3{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.team-v3:hover .team-area {
    bottom: 0;
    top: 0;
}
.team-v3 .team-details {
    padding-top: 50px;
}
.team-v3 .team-details > h2{
    font-size: 17px;
}
.team-v3:hover{
    border-radius: 0px;
}

/* =======================
    TESTIMONIAL SECTION
========================= */

.testimonial-section {
    display: block;
    background: #fff;
}

.testimanial-area {
    margin-top: 13px;
    padding-top: 50px;
}

.testimonial-details {
    position: absolute;
    bottom: 0;
    z-index: 9;
    background-color: #FF4C83;
    width: 100%;
    padding: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #fff;
    display: block;
}

.testimanial-area .item:hover .testimonial-details {
    bottom: -150px;
}

.item.testimanial-itmes{
    display: block;
    background: #f6f6f6;
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding: 70px 30px 30px;
}

.item.testimanial-itmes > a{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -42px;
    margin: 0 auto;
    background: red;
    left: 0;
    right: 0;
    overflow: hidden;
    border: 5px solid #FF4C83;
}

.item.testimanial-itmes > a > img {
    position: relative;
    width: 100%;
    height: auto;
}

.item.testimanial-itmes{}

.testimonial-details > h3 {
    margin: 0 !important;
    padding: 0;
}

.item.testimanial-itmes > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Open Sans';
    margin: 0 10%;
    margin-bottom: 15px;
    display: block;
}

.item.testimanial-itmes > p > span {
    font-weight: 300;
}

.testimonial-navigation a, .testimonial-navigation a:hover, .testimonial-navigation a:focus, .testimonial-navigation a:active{
    text-decoration: none;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.testimonial-navigation a:first-child{
    padding-left: 0;
}

.testimonial-navigation a i{
    color: #373737;
    font-size: 30px;
    background: transparent;
    padding: 15px 5px;
    border: 2px solid #f6f6f6;
}

.testimonial-navigation a:hover i{
    border: 2px solid #f6f6f6;
    background: #FF4C83;
    color: #1d1d1d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.testimonial-area .owl-controls{
    text-align: center;
    position: relative;
    top: -16px;
}

.testimonial-area .owl-controls .owl-page{
    width: 20px;
    height: 20px;
    border: 1px solid #FF4C83;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin: 5px;
    border-radius: 50%;
}

.testimonial-area .owl-controls .owl-page.active{
    border: 1px solid #FF4C83;
    background: #FF4C83;
}

.customNavigation.testimonial-navigation {
    position: absolute;
    top: 43%;
    display: block;
    width: 100%;
}

.testimonial-prev{
    left: -90px;
    position: absolute;
}

.testimonial-next{
    position: absolute;
    right: -60px;
}

.testimonial-navigation a.testimonial-next i{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


/* =======================
    SKILL SECTION
========================= */
.skill-section {
    display: block;
    background: url(../images/section-4.jpg) no-repeat;
    background-size: cover;
    padding-bottom:0;
    background-attachment: fixed;
}

.skill-title p{
    color: #fff;
}

.skillst1{
    width: 100%;
    color: #fff;
}

.skillst1 .skillbar{
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 30px;
}

.skillst1 .skillbar:before{
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 0;
    background: #FF4C83;
    display: block;
}

.skillst1 .count-bar{
    position: absolute;
    background-color: #373737;
    height: 10px;
    left: 0;
    bottom: 0;
}

.skillst1 .title{
    font-size: 15px;
    font-weight: 700;
    padding-left: 0px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
}

.skillst1 .count{
    width: 100%;
    height: 100%;
    position: relative;
}

.skillst1 .count span{
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #373737;
}

.skillst1 .count span:before {
    content: "\f176";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #373737;
    font-size: 25px;
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    text-align: center;
}
/* ==Accordion-v2== */
.accordion-v2 .panel-title > a:before{
    left: 10px;
}
.accordion-v2 .panel-title > a {
    padding-left: 50px;
}
/* ==Accordion-v3== */
.accordion-v3 .panel-title > a.collapsed{
    background: url(../images/section-7.jpg);
    background-size: 100%;
    background-position: center;
    position: relative;
    z-index: 99;
}
.accordion-v3 .panel-title > a.collapsed:after{
    background: rgba(255, 76, 131, 0.8);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* RIGHT CONTNENT */
.why-content {}
.panel-default {
    border: none;
    background: #fff !important;
}

.title-active .panel-title > a {
    color: #fff;
}

.panel-heading {
    border: none;
    padding: 0 !important;
}

.panel-title {
    margin: 0;
    padding: 0px;
    display: block;
}

.panel-title > a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    background: #FF4C83;
    padding: 13px 25px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title > a:before{
    content: url(../images/minus.png);
    display: block;
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title > a.collapsed {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    background: #FF4C83;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-title > a.collapsed:before{
    content: url(../images/plus.png);
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.panel-collapse {}

.panel-body > p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    color: #373737;
    line-height: 24px;
}

.mockup-area{
    display: block;
    margin-top: 120px;
}



/* =======================
    CLIENT SECTION
========================= */
.client-section {
    display: block;
    background: #ffff;
}

#client {
    display: block;
}

.client-item{
    border: 1px solid #EDEDED;
    margin: 0 15px;
}

.client-item > a {
    display: inline-block;
    position: relative;
    display: block;
    text-align: center;
}

.client-item > a:before{
    content: "";
    background: #FF4C83;
    position: absolute;
    width: 1%;
    height: 1%;
    padding: 10px;
    margin: 30px auto;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.client-item > a:hover:before{
    content: "";
    background: #FF4C83;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 1;
}

.client-item > a:hover{
    cursor: url(../images/plus.png), auto;
}

.client-item > a > img {
    display: inline-block;
    margin: 20px auto;
    text-align: center;
}

.client-navigation {
    float: right;
    padding-right: 50px;
    margin-top: 10px;
}

.client-navigation a, .client-navigation a:hover, .client-navigation a:focus, .client-navigation a:active{
    text-decoration: none;
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.client-navigation a i{
    color: #fff;
    font-size: 40px;
    background: #FF4C83;
    padding: 3px 15px;
    border: 1px solid #FF4C83;
}

.client-navigation a:hover i{
    border: 1px solid #FF4C83;
    background: transparent;
    color: #1d1d1d;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}


/* =======================
    WE WORK SECTION
========================= */
.we-work-section{
    background: #f6f6f6;
    padding-bottom: 70px;
}

.we-work-item {
    text-align: center;
    position: relative;
    border: 1px solid #636363;
    padding: 20px 0 30px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    margin-bottom:30px;
}

.we-work-item i{
    font-size: 50px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #FF4C83;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.we-work-item > h3 {
    font-size: 20px;
    font-weight: 300;
    color: #636363;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-family: 'Roboto Slab';
}

.we-work-item:hover i, .we-work-item:hover h3{
    color: #FF4C83;
}

.we-work-item:hover i{
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}


/* =======================
    TABLE SECTION
========================= */
.table-title-section {
    display: block;
    position: relative;
}

.table-section {
    background: #fff;
    position: relative;
    width: 100%;
    display: block;
}

.table-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

.table-item {
    text-align: center;
    background: #fff;
    position: relative;
    top: -0px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 10px solid #f6f6f6;
}

.table-item:hover{
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    top: -09px;
    box-shadow: 0 6px 26px 0 #858585;
}

.table-item > ul {
    margin-bottom: 0;
}

.table-item > ul > li {
    list-style: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #857f7f;
    padding: 15px 0;
}

.table-item > ul > li:nth-child(even){
    background: #bdbdbd;
    color: #fff;
}
.table-item > ul > li:nth-child(odd){
    background: #fff;
    color: #bdbdbd;
}

.table-header {
    display: block;
    background: #FF4C83;
    color: #fff;
    padding: 20px 0;
    transition: all 0.5s
}

.table-header > h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Slab';
}

.table-header > span {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.table-footer {}

.table-footer > a {
    display: inline-block;
    margin: 30px auto;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    background: #FF4C83;
    color: #fff;
    font-family: 'Open Sans';
    transition: all 0.5s
}
.single-table{
    padding-top: 0;
}
/* ==TABLE V2== */
.table-v2 .table-header {
    padding: 45px 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 15px auto;
    transition: all 0.5s
}
.table-v2{
    transition: all 0.5s;
}

.table-v2:hover{
    background:#FF4C83;
}

.table-v2:hover .table-header {
    background:#fff;
}
.table-v2:hover .table-header > h2, .table-v2:hover .table-header > span{
    color: #373737
}
.table-v2:hover .table-footer > a{
    background: #fff;
    color: #373737
}
/* ==TABLE V3== */
.table-v3 .table-header {
    padding: 45px 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 15px auto;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    border: 10px solid #f6f6f6;

}
.table-item.table-v3 {
    margin-top: 100px;
    padding-top: 80px;
}
.table-v3{
    transition: all 0.5s;
}

.table-v3:hover{
    background:#FF4C83;
}

.table-v3:hover .table-header {
    background:#fff;
    border: 10px solid #f6f6f6;
}
.table-v3:hover .table-header > h2, .table-v3:hover .table-header > span{
    color: #373737
}
.table-v3:hover .table-footer > a{
    background: #fff;
    color: #373737
}
/* =======================
   CALL TO ACTION
========================= */
.call-action-section{
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #FF4C83
}
.headline-title{
    text-align: left;
}

.headline-title h1{
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    padding: 0;
}
.headline-title p{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.contact-btn{
    text-align: right;
}

.contact-btn a{
    display: inline-block;
    background: #fff;
    color: #FF4C83;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
/* VERSION 2 */
.call-action-v2{
    background: #fff;
}

.call-action-v2 .headline-title h1{
    color: #373737
}
.call-action-v2 .headline-title p{
    color: #373737
}
.call-action-v2 .contact-btn a{
    background: #FF4C83;
    color: #fff
}

/* VERSION 3 */
.call-action-v3{
    background: #373737;
}
/* VERSION 4*/

.call-action-v4 .headline-title{
    text-align: center;
}
.call-action-v4 .contact-btn{
    text-align: center;
}

/* =======================
    PROJECT COUNTER SECTION
========================= */
.project-counter-section {
    display: block;
    background: url(../images/section-8.jpg) no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.project-counter-section:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(55, 55, 55, 0.95);
}

.project-counter-section .section-title, .project-counter-section .section-title p{
    text-align: center;
}

.col-lg-offset-3 > p {
    margin-bottom: 60px;
    margin-top: 20px;
}

.col-sm-offset-1 > h3{
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}

.counter-area {
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.counter-area i{
    font-size: 48px;
    text-align: center;
    color: #FF4C83;
}

.counter-area > h3{
    text-align: center;
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    margin-top: 10px;
    font-family: 'Roboto Slab';
    text-transform: uppercase;
}

.counter-area > span{
    text-align: center;
    margin: 0;
    font-size: 30px;
    color: #fff;
    display: block;
;
    font-weight: 700;
    margin: 15px 0;
    font-family: 'Roboto Slab';
}

.counter {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 99;
}

.counter-area:hover .counter:after{
    background: #FF4C83;
    color: #fff;
    margin: 15px;
    opacity: 1;
}

.counter-area:hover .counter{
    color: #fff;
}


/* =======================
    FOLLOW US SECTION
========================= */
.follow-us-section {
    padding: 50px 0;
    background: #FF4C83;
}

.social-follow {
    margin-top: 15px;
    text-align: right;
}

.social-follow > ul {
    display: inline-block;
}

.social-follow > ul > li {
    list-style: none;
    display: inline-block;
}

.social-follow > ul > li > a {}

.social-follow > ul > li > a > i {
    color: #FF4C83;
    font-size: 18px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 11px 0;
    border: 1px solid #FF4C83;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px;
}

.social-follow > ul > li > a:hover > i{
    background: #FF4C83;
    color: #fff !important;
    border: 1px solid #fff;
}


/* =======================
    NEWS SECTION
========================= */
.news-section {
    display: block;
    background: #fff;
}

.news-section-content{
    margin-top: 0px;
    display: block;
    text-align: center;
}

.news-post-area {
    display: block;
}

.grid .news-post-area{
    margin-bottom: 30px;
}

.news-thumb {
    float: left;
    position: relative;
    width: 100%;
}

.news-thumb > img {
    width: 100%;
    height: auto;
}

.post-author {
    position: absolute;
    background: #FF4C83;
    width: 125px;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    text-align: left;
}

.post-author > h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.post-author > p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.news-post-content {
    text-align: left;
    display: block;
    overflow: hidden;
    float: left;
}

.news-post-content > h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Roboto Slab';
    margin-bottom: 0;
    padding-top: 0;
    color: #373737;
}

.news-post-content > p {
    font-size: 14px;
    line-height: 24px;
}

.news-post-content > p > span {
    color: #FF4C83;
}

.news-post-content > a, .load-more-btn{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #FF4C83;
    padding: 10px 25px 10px;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    position: relative;
    display: inline-block !important;
    margin-top: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #FF4C83;
}

.news-post-content > a:hover, .load-more-btn{
    background: transparent !important;
    border: 1px solid #FF4C83;
    color: #FF4C83;
}

.news-section-content a.load-more-btn{
    text-align: center !important;
    display: inline-block !important;
    margin: 0 auto;
    margin-top: 70px;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 39px 18px;
}

.news-post-content > a {
    text-align: center;
    color: #fff;
}
.news-post-area .single-portfolio-thumb{
    margin-bottom: 0 !important;
}
.news-post-area .news-post-content{
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.search .input-group, .search .input-group input{
    width: 100%;
    display: block;
}
.search .input-group input:hover, .search .input-group input:active, .search .input-group input:focus{
    border: 1px solid #FF4C83;
}

.sidebar .widget{
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

.widget h3.headline{
    font-weight: 700;
    color: #373737;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}
.widget h3.headline:before{
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    display: block;
    background: #FF4C83;
    position: absolute;
}

.widget ul{
    display: block;
    margin: 0;
}
.widget ul li{
    list-style: none;
    display: block;
}
.widget ul li a{
    text-transform: capitalize;
    color: #373737;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left;
    line-height: 26px;
    transition:  all 0.5s;
}
.widget ul li a:hover{
    color: #FF4C83
}

.widget ul li a span{
    float: right;
}

/* ==RECENT ITEM== */
.recent-item .recent-post{
    display: block;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.recent-item .recent-post:last-child{
    margin-bottom: 0;
}

.recent-item .recent-post img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.recent-item .recent-post a .recent-hover{
    text-align: center;
}
.recent-item .recent-post h5{
    margin: 0;
    padding: 0;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    bottom: -100%;
    transition: all 0.5s;
}
.recent-item .recent-post:hover h5{
    bottom: 0;
}

.recent-item .recent-post p{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: auto;
    background: #FF4C83;
    text-align: center;
}

.tagcloud a {
    font-size: 14px;
    padding: 3px 6px;
    background: #FF4C83;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    margin-right: 2px;
}
/* BLOG SINGLE PAGE */

.single-blog-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.single-blog-thumb .owl-carousel .owl-wrapper-outer{
    width: 100%;
}

.blog-post-item .blog-meta h2 {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-family: 'Roboto';
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.blog-post-item .blog-meta span{
    display: block;
    width: 100%;
}
.blog-post-item .thumb img{
    margin-bottom: 15px;
}

.blog-post-item h3{
    font-size: 20px;
    color: #373737;
    display: block;
    text-align: left;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 10px;
}
.blog-post-item .blog-meta p{
    padding-left: 0;
}
.blog-post-item .blog-meta p b,.blog-post-item p a{
    color: #FF4C83
}
.blog-post-item p{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
.blog-post-item .blog-contnet h3{
    font-size: 24px;
    font-weight: 300;
    color: #808080;
}
.blog-post-item .blog-contnet h2{
    font-size: 30px;
    font-weight: 300;
    color: #808080;
    text-transform: uppercase;
    margin-bottom: 0;
}

.author-profile{
    display: block;
    background: #FF4C83;
    overflow: hidden;
    padding: 15px 0;
    text-align: left;
}
.author-profile .social-follow{
    text-align: left;
}

.author-profile h4{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin: 0;
    padding: 0;
}
.author-profile i{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.author-profile p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 5px;
}
.author-profile-pic img{
    display: block;
    border-radius: 5px;
    border: 10px solid #fff;
    height: auto;
    width: 100%;
}
.author-profile
/* COMMENT */
.blog-comment{}
.blog-comment h3{
    border-bottom: 1px solid #FF4C83;
    padding: 0;
}
.blog-comment h3 span{
    display: inline-block;
    background:#FF4C83;
    text-align: center;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.blog-comment .contact-form .form-control{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}
.blog-comment .contact-form textarea.form-control{
    height: 120px;
}

.blog-comment .contact-form .form-control:focus{
     border: 1px solid #FF4C83
}



.blog-comment .contact-form {
    margin-top: 15px;
    display: block;
}


.blog-comment .contact-form input.submit-btn{
    font-family: 'Roboto Slab', sans-serif;
    color: #ffffff;
    font-weight: 700;
    background: #FF4C83;
    padding: 15px 50px;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    position: relative;
    display: inline-block !important;
    margin-top: 0px;
    transition: all 0.3s;
    border: 1px solid #FF4C83;
    border-radius: 0px;
}

.blog-comment .contact-form input.submit-btn:hover{
    background:  #fff !important;
    border: 1px solid #FF4C83;
    color: #FF4C83;
    outline: none;
}

.blog-comment .contact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.blog-comment .contact-form .col-md-6, .blog-comment .contact-form .col-md-12{
    padding-left: 7px;
    padding-right: 7px;

}


/* =======================
    CONTACT SECTION
========================= */
.contact-section {
    display: block;
    background: #f6f6f6;
}

.footer-infomation {
    display: block;
}

.footer-infomation .social-follow{
    text-align: left;
    margin-top: 30px;
}

.footer-infomation h2{
    display: block;
    margin: 0;
    margin-bottom: 10px;
}

.footer-infomation h2 a{
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.footer-infomation > h1 > span {
    color: #FF4C83;
}

.footer-infomation > p {
    color: #373737;
}

.footer-infomation > p > br {}

.contact-area {
    display: block;
}

.contact-area > form .form-group{
    padding: 2px 10px;
}

.contact-area input{
    background: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    border: 1px solid #373737;
    padding: 9px 15px;
    color: #FF4C83;
    height: 40px;
}

.contact-area input:hover, .contact-area input:focus, .contact-area #message:focus{
    box-shadow: none;
    color: #FF4C83;
    outline: none;
    border-color: #373737;
    border-bottom: 1px solid #FF4C83 !important;
}

.contact-area textarea{
    background: transparent;
    border-radius: 0px;
    border: none;
    box-shadow: none !important;
    border: 1px solid #373737;
    padding: 15px;
    width: 100%;
}

.contact-area #message:hover, .contact-area #message:focus{
    box-shadow: none !important;
    color: #FF4C83;
    border-bottom: 1px solid #FF4C83;
    outline: none !important;
}

.contact-area .contact-submit{
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-weight: 700;
    background: #FF4C83;
    padding: 11px 50px 12px;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    position: relative;
    display: inline-block !important;
    margin-top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #FF4C83;
    border-radius: 0px;
}

.contact-area .contact-submit:hover{
    background:  #fff !important;
    border: 1px solid #FF4C83;
    color: #FF4C83;
    outline: none;
}

#message .error_message{
    display: block;
    width: 100%;
    color: red;
    padding: 5px 0;
}

#message fieldset{
    display: block;
    width: 100%;
}

#message fieldset h1{
    color: #46bfa9;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

div#map {
    height: 400px;
    width: 100%;
}
/* =======================
    FOOTER TOP SECTION
========================= */
.footer-top-section{
    display: block;
    background: #373737;
}
.footer-top-section .widget h3.headline{
    color: #fff;
}

.widget ul li{
    list-style: none;
    display: block;
}
.footer-top-section .widget ul li a{
    color: #fff;
}
.widget ul li a:hover{
    color: #FF4C83
}

.widget ul li a span{
    float: right;
}

.footer-top-section .tagcloud a{
    color: #fff;
    font-size: 14px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.footer-top-section .widget-item p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.susbcribe{
    display: block;
    margin-top: 5px;
}

.susbcribe input{
    height:40px;
    border-radius: 0px;
    border: none;
    display: block;
    position: relative;
    color:  #FF4C83;
}
/*.susbcribe input:focus, .susbcribe input:hover, .susbcribe input:active{
    border: 1px solid #FF4C83;
}*/
.subscribe-btn{
    width: 100%;
    display: block;
    text-align: center;
    background: #FF4C83;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}
.subscribe-btn:hover, .subscribe-btn:focus, .subscribe-btn:active{
    background:#FF4C83;
/*    border: 1px solid #FF4C83;     */
    outline: none
}

.subscribe-message {
     display: block;
     font-family: "Open Sans", sans-serif;
     font-size: 14px;
     width:100%;
     margin:0 auto;
     border-radius:4px;
     -webkit-transform:scale(0);
     transform:scale(0);
     opacity:0;
     max-height:0;
     padding:0;
     border-width:0;
     -webkit-transition:0.5s;
     transition:0.5s;
     color: green;
     }
     .subscribe-message a { font-weight:600; }
     .subscribe-message.valid,
     .subscribe-message.error {
     -webkit-transform:scale(1);
     transform:scale(1);
     opacity:1;
     padding:14px 0;
     color: red;
     }
     .subscribe-message.valid{
         color: green !important;
     }

/* PAGENATION */
.pagination > li > a, .pagination > li > span{
    border-color: #FF4C83;
    color: #FF4C83;
    font-size: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #FF4C83;
    border-color: #FF4C83;
    color: #fff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background: #FF4C83;
    border-color: #FF4C83;
    color: #fff;
}

/* =======================
    FOOTER SECTION
========================= */

.footer-section {
    background: #000;
    text-align: center;
    padding: 70px 0;
    position: relative;
}

.footer-section p {
    margin: 0 !important;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.footer-section p a{
    color: #FF4C83;
}

.top-btn{
    display: block;
}

.top-btn a{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    position: absolute;
    top: -115px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #000;
    border: 5px solid #000;
}
.top-btn a:hover{
    background: #FF4C83;
    border: 5px solid #000;
}
.top-btn a i{
    font-size: 72px;
    color: #fff;
}
/* =======================
    404 NOT FOUND PAGE
========================= */
.page-not-found{
    display: block;
    text-align: center;
}
.page-not-found h1{
    margin: 0;
    padding: 0;
    font-size: 120px;
    font-weight: 700;
    line-height: 100px;
}
.page-not-found h2{
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.page-not-found h4{
    font-size: 16px;
}
/* =======================
    404 NOT FOUND PAGE
========================= */
.coming-section{
    display: block;
    text-align: center;
    background: url(../images/skill-bg.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.coming-section:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
}
.counter-item{
    position: relative;
    text-align: center;
    color: #ffffff;
}
.counter-item h2{
    font-size: 70px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 60px;
    font-weight: 700;
}
.counter-item p{
    font-size: 18px;
    display: block;
    color: #fff;
    position: relative;
    margin-top: 10px;
}
.counter-item ul{
    display: block;
    margin-top: 40px;
}
.counter-item ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    border: 1px solid #fff;
    width: 200px;
    height: 200px;
    padding: 50px 0;
    overflow: hidden;
    margin-bottom: 1px;
}
.counter-item ul li span{
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
    display: block;
    overflow: hidden;
}
.counter-item ul li p{
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    margin-top: 10px;
}
.coming-v2 {}
.coming-v2 ul{}
.coming-v2 ul li{
    border-radius: 50%;
    border-color: #FF4C83;
    margin: 5px;
}


/* PRELOADER */

#preloader{
    width: 100%;
    height: 100%;
    -webkit-animation: preloader_6 5s infinite linear;
    -moz-animation: preloader_6 5s infinite linear;
    -o-animation: preloader_6 5s infinite linear;
    animation: preloader_6 5s infinite linear;
    background: #fff;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 999999;
    opacity: 0.9;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    border: 3px solid transparent;
    border-top-color: #FF4C83;
    border-radius: 50%;
    display: block;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    border: 3px solid transparent;
    border-top-color: #FF4C83;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    border: 3px solid transparent;
    border-top-color: #FF4C83;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* =======================
    RESPONSIVE SECTION
========================= */

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
/* ==== HEADER SECTION ==== */

    .navbar-brand{
        margin-top: 10px;
    }

    .navbar-right > li > a {
        padding: 22px 14px;
        font-size: 12px;
    }

    .fixed .navbar-right > li > a{
        padding: 22px 14px;
    }
/* ==== SLIDER SECTION ==== */

    .carousel-caption > h2 {
        font-size: 60px;
        line-height: 1;
    }

    .carousel-caption > h3 {
        font-size: 25px;
    }

    .carousel-caption > p {
        padding: 0 20%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
/* ==== HEADER SECTION ==== */

    .navbar-brand{
        margin-top: 20px;
    }

    .navbar-right > li > a {
        padding: 33px 15px;
        font-size: 14px;
    }

    .fixed .navbar-right > li > a{
        padding: 20px 15px;
    }
/* ==== SLIDER SECTION ==== */

    .carousel-caption > h2{
        font-size: 75px;
    }

    .carousel-caption > h3 {
        font-size: 30px;
    }

    .carousel-caption > p {
        padding: 0 25%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
/* ==== HEADER SECTION ==== */

    .navbar-brand{
        margin-top: 20px;
    }

    .navbar-right > li > a {
        padding: 33px 22px;
        font-size: 14px;
    }

    .fixed .navbar-right > li > a{
        padding: 20px 22px;
    }
/* ==== SLIDER SECTION ==== */

    .carousel-caption > h2{
        font-size: 48px;
    }

    .carousel-caption > h3 {
        font-size: 48px;
    }

    .carousel-caption > p {
        padding: 0 25%;
    }
}

@media (max-width: 1200px){
    /*.slider-section{
        height: auto;
    }*/

    .slider-section.style1{
        height: 100%;
    }
}

@media (max-width: 992px){
    #polina button{
        bottom: 90px;
    }
    .button-group {
        text-align: center;
        display: block;
        margin-top: 0;
    }
    .section {
        padding: 70px 0;
    }
    .recent-project{
        padding-bottom: 0
    }
    .about-section {
        padding-bottom: 40px;
    }
    .skill-section{
        padding-bottom: 0;
    }
    .table-section{
        padding-bottom: 40px;
    }

    .carousel-caption h2, .carousel-caption h3 {
        font-size: 37px;
    }
    .carousel-caption p {
        padding: 0 10%;
    }
    .section-title > h2 {
        font-size: 37px;
    }
    .section-title {
        margin-bottom: 110px;
    }
    .table-item{
        display: block;
        margin-bottom: 30px;
    }

    .follower-title{
        margin-bottom: 0;
    }
    .work-col-5 .work-item {
        width: 50%;
    }

}

@media (max-width: 768px){
    .contact-info, .social-media{
        display: block;
        text-align: center;
    }
    nav.navbar.bootsnav .navbar-toggle{
        display: block;
    }

    .customNavigation.testimonial-navigation{
        display: none;
    }

    .qoute-caption {
        margin: 80px 0 0;
    }

    .button-group > li{
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .follower-title, .follower-title h1, .social-follow{
        text-align: center;
    }

    .contact-area > form .form-group{
        padding: 0;
    }

    .navbar-right > li.active > a:before{
        top: -5px;
    }

    .carousel-caption h2{
        font-size: 20px;
    }

    .carousel-caption h3{
        font-size: 20px;
    }

    .carousel-caption a{
        padding: 10px 20px;
        font-size: 13px;
    }

    .carousel-caption p{
        margin: 0 15px;
        font-size: 12px;
        line-height: 22px;
    }

    .team-profile{
        margin-bottom:30px;
    }
    .table-item{
        margin-bottom: 30px;
    }

    .news-post-area{
        overflow: hidden;
        margin-bottom: 30px;
    }

    .news-section-content a.load-more-btn{
        margin-top: 30px;
    }

    .social-follow > ul > li{
        margin-bottom: 3px;
    }

    .follower-title h2{
        text-align: center;
    }

    .button-group{
        text-align: center;
    }
    .section-title > h2 {
        font-size: 28px;
    }
    .section {
        padding: 50px 0;
    }
    .recent-project{
        padding-bottom: 0
    }

    .team-section{
        padding-bottom: 20px;
    }

    .about-section {
        padding-bottom: 20px;
    }
    .skill-section {
        padding-bottom: 0;
    }
    .we-work-section{
        padding-bottom: 20px;
    }

    .table-section{
        padding-bottom: 20px;
    }


    .section-title > h2:before {
        height: 30px;
        bottom: -45px;
    }
    .section-title > h2:after {
        bottom: -40px;
        font-size: 25px;
    }
    .section-title {
        margin-bottom: 80px;
    }
    .follower-title{
        margin-bottom: 0;
    }

    .post-author {
        right: 0;
        top: 0;
    }
    .mockup-area {
        margin-top: 30px;
    }
    video{
        height: 100%;
         -webkit-transform: scale(4);
         -moz-transform: scale(4);
         -o-transform: scale(4);
         transform: scale(4);
    }
    .carousel-caption h3 {
        letter-spacing: 2px;
    }
    .counter-area{
        padding: 15px 0;
    }
    .footer-infomation {
         margin-top: 0px;
    }
    .work-col-5 .work-item {
        width: 100%;
    }
    .headline-title{
        text-align: center;
    }
    .contact-btn{
        text-align: center;
    }
    .navbar-right > li.active > a:before{
        left: 25px;
        right: inherit;
    }

}


@media (max-width: 600px){
    .qoute-caption {
        margin: 80px 0 0;
    }

    .client-item > a {
        display: block;
        position: relative;
    }

    .section-title > h2{
        font-size: 34px;
    }

    .section-title > h1:before, .section-title > h1:after{
        height: 5px;
    }

    #polina button{
        bottom: 85px !important;
    }

    .slider-caption{
        height: 100%;
    }

    .carousel-caption h2{
        font-size: 16px;
    }

    .carousel-caption h3{
        font-size: 16px;
        margin-top: 5px;
    }

    .carousel-caption p{
        margin: 0 10px;
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }

    .carousel-caption a{
        padding: 5px 10px;
        font-size: 10px;
        margin-top: 10px;
    }
    .work-content > .work-caption > .work-caption-details > h2{
        font-size: 16px;
    }
    .work-content > .work-caption > .work-caption-details > p{
        font-size: 12px;
        line-height: 20px;
    }
    .work-content > .work-caption > .work-caption-details > p > a{
        width: 35px;
        height: 35px;
        margin: 0 5px;
    }
    .work-content > .work-caption > .work-caption-details > p > a > i{
        font-size: 18px;
    }
    .follower-title{
        margin-bottom: 30px;
    }

}

@media (max-width: 400px){
    .work-item{
        width: 100%;
        padding: 0px;
    }

    .carousel-caption {
        top: 0;
    }

    .carousel-caption > h2 {
        font-size: 28px;
    }

    .carousel-caption > h3 {
        font-size: 14px;
    }
}