/*
* ----------------------------------------------------------------------------------------
Author       : Onepageboss
Template Name: JANNAT Onepage Creative Agency Template
Version      : 1.0

   ____                   _____                             ____     ____     _____    _____ 
  / __ \                 |  __ \                           |  _ \   / __ \   / ____|  / ____|
 | |  | |  _ __     ___  | |__) |   __ _    __ _    ___    | |_) | | |  | | | (___   | (___  
 | |  | | | '_ \   / _ \ |  ___/   / _` |  / _` |  / _ \   |  _ <  | |  | |  \___ \   \___ \ 
 | |__| | | | | | |  __/ | |      | (_| | | (_| | |  __/   | |_) | | |__| |  ____) |  ____) |
  \____/  |_| |_|  \___| |_|       \__,_|  \__, |  \___|   |____/   \____/  |_____/  |_____/ 
                                            __/ |                                            
                                           |___/                                             
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.HOW WE WORK CSS STYLE
* 06.SERVICE CSS STYLE
* 07.VIDEO CSS STYLE
* 08.TEAM CSS STYLE
* 09.WORK CSS STYLE
* 10.COMPLETE PROJECTS CSS STYLE
* 11.TESTIMONIAL CSS STYLE
* 12.PRICING CSS STYLE
* 13.HAVE A PROJECT IDEA CSS STYLE
* 14.BLOG CSS STYLE
* 15.MAP CSS STYLE
* 16.CONTACT CSS STYLE
* 17.FOOTER CSS STYLE
* 18.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    height: 100%;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.2s;
    font-family: "Montserrat", sans-serif;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 60px 0
}

.section-title {
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.section-title h2 span {
    color: #FF5252;
    display: block;
    font-size: 40px;
}

a.read-more {
    display: inline-block;
    background: #FF5252;
    color: #fff;
    padding: 6px 16px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

a.read-more:hover {
    margin-left: 10px;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #FF5252;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    cursor: pointer;
    display: none;
    box-shadow: 0px 1px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    z-index: 2;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

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

.status-mes {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgba(255, 82, 82, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

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

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

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

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

.bounce i {
    color: #fff;
}

.bounce {
    position: absolute;
    bottom: -220px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    font-size: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    text-align: center;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-20px);
    }
    60% {
        -o-transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg.jpg);
    background-size: cover;
    z-index: 1;
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.welcome-image-area h2 {
    color: #f8f8f8;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
}

.welcome-image-area p {
    color: #f8f8f8;
}

.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
    padding-top: 28px;
    -webkit-transition: 1s;
    transition: 1s;
}

.logo a {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #F8F8F8;
    letter-spacing: 3px;
}

.mainmenu .navbar-nav li a {
    color: #F8F8F8;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 600;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #FF5252;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #FF5252;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;
}

.menu-bg {
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu-bg .logo {
    padding-top: 10px;
    -webkit-transition: 1s;
    transition: 1s;
}

.menu-bg .logo a {
    /*color: #FF5252;*/
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #FF5252;
}

a.slide-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #FF5252;
    margin-top: 30px;
}

a.slide-btn:hover {
    margin-left: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* HOMEPAGE SLIDER BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 100%;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}

.single-slide-item-table {
    display: table;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    /*position: relative;*/
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.single-slide-item h2 {
    color: #f8f8f8;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
}

.single-slide-item p {
    color: #f8f8f8;
}

.slide-1 {
    background: url(../images/bg/splash.jpg) scroll 0 0;
    background-size: cover;
}

.slide-2 {
    background: url(../images/bg/slide2.jpg) scroll 0 0;
    background-size: cover;
}

.slide-3 {
    background: url(../images/bg/slide3.jpg) scroll 0 0;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-indicators {
    left: 10%;
}


/*
* ----------------------------------------------------------------------------------------
* VIDEO BACKGROUND CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.welcome-video-area {
    position: relative;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-position: center center;
}

.welcome-video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.welcome-video-area h2 {
    color: #f8f8f8;
    font-size: 80px;
    letter-spacing: 5px;
    margin: 0;
}

.welcome-video-area p {
    color: #f8f8f8;
}
/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {
    padding-top: 120px;
    padding-bottom: 60px;
}

.about-image {
    margin-top: 30px;
}

.about-text {
    margin-top: 30px;
}

.about-text h4 {
    margin-bottom: 18px;
}

.about-text p {
    margin-bottom: 18px;
}

.our-skill {
    margin-top: 30px;
}

.progress-bar-text span {
    float: right
}

.progress-bar {
    background: #e8e8e9 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 25px;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

.progress-bar > span {
    background: #FF5252 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 05.HOW WE WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.how-we-work {
    background: #EFEFEF;
}

.single-how-we-work {
    margin-top: 30px;
}

.single-how-we-work i {
    font-size: 80px;
    color: #FF5252;
}

.single-how-we-work i {
    font-size: 42px;
    color: #FF5252;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-how-we-work:hover i {
    margin-left: 10px;
}

.single-how-we-work h4 {
    margin: 20px 0px;
}


/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #EFEFEF;
}

.single-service {
    padding-right: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-service i {
    color: #FF5252;
}

.single-service:hover i {
    margin-left: 12px;
}

.single-service i {
    font-size: 42px;
    line-height: 95px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-service p {
    margin-top: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 07.VIDEO CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.video-area {
    padding: 200px 0px;
    background: url(../images/testi-bg.jpg);
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.video-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.video-area-text h2 {
    color: #fff;
    font-size: 18px;
}

.video-area-text i {
    font-size: 50px;
    border: 1px solid #FF5252;
    color: #FF5252;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    padding-left: 15px;
}

.mfp-iframe-holder {
    padding-top: 80px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.single-team {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-team:hover {}

.single-team img {
    width: 100%;
}

.single-team h4 {
    margin-top: 30px;
}

.single-team p {
    margin: 20px 0;
}

.team-image {
    position: relative;
}

.team-social {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 82, 82, .6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team-image:hover .team-social {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 70px;
    margin-top: 180px;
}

.team-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.team-social ul li a {
    display: block;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    color: #FF5252;
    border-radius: 50%;
    line-height: 40px;
    font-size: 22px;
}


/*
* ----------------------------------------------------------------------------------------
* 09.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.work {
    background: #EFEFEF;
}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-left: 8px;
}

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #787980;
    border: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

ul.work li:hover {
    color: #FF5252;
    border: none;
}

ul.work li.active {
    border: none;
    color: #FF5252;
}

.work .item {
    margin-top: 30px;
    position: relative;
}

.work .item img {
    width: 100%;
}

.portfolio-caption {
    color: #FF5252;
}

.portfolio-caption {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.portfolio-caption h4 {
    margin-top: 140px;
}

.work .item:hover .portfolio-caption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/*
* ----------------------------------------------------------------------------------------
* 10.COMPLETE PROJECTS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-project-complete {
    margin-top: 30px;
}

.single-project-complete h2 {
    font-size: 40px;
    margin: 20px 0px;
    font-weight: 400;
}

.single-project-complete i {
    font-size: 42px;
    color: #FF5252;
}


/*
* ----------------------------------------------------------------------------------------
* 11.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #EFEFEF;
}

.testimonial-list {
    padding: 30px;
    margin-top: 30px;
}

.single-testimonial img {
    height: 120px;
}

.single-testimonial {
    padding: 0px 100px;
}

.single-testimonial h6 {
    margin-top: 20px;
}

.company-logo-area {
    margin-top: 50px;
}

.single-logo {
    padding: 20px;
}

.single-logo {
    width: 160px;
    margin: 0 auto;
}


/*
* ----------------------------------------------------------------------------------------
* 12.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {}

.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    border: 1px solid #EFEFEF;
}

.pricing-box.active .plan-price {
    color: #00BCD4;
}

.pricing-header .plan-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.pricing-header .plan-price {
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #FF5252;
}

.plan-features {
    margin-top: 40px;
    border-top: 1px dotted #ccc;
}

.plan-features li {
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}


/*
* ----------------------------------------------------------------------------------------
* 13.HAVE A PROJECT IDEA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.have-a-project-idea {
    background: #FF5252;
}

.have-a-project-idea-white {
    background: #fff;
}

.have-a-project-idea-white .project-idea h2,
.have-a-project-idea-white .project-idea p {
    color: #FF5252;
}

.project-idea h2,
.project-idea p {
    color: #fff;
}

a.discuss-btn {
    display: inline-block;
    color: #FF5252;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #fff;
    margin-top: 30px;
}

.have-a-project-idea-white a.discuss-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #FF5252;
    margin-top: 30px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {
    background: #EFEFEF;
}

.single-blog {
    margin-top: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.single-blog:hover {}

.single-blog h4 {
    color: #3F3333;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin: 20px 0px;
}

.single-blog h4:hover {
    color: #00BCD4;
}


/*
* ----------------------------------------------------------------------------------------
* 15.MAP CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.map {
    height: 500px;
    border: 1px solid rgba(238, 238, 238, 0.65);
    margin-top: 30px;
    border-radius: 3px;
}


/*
* ----------------------------------------------------------------------------------------
* 16.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-form {
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 3px;
}

.contact-form input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    font-size: 18px;
}

.contact-form textarea {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 200px;
    border-radius: 0px;
    resize: none;
    font-size: 18px;
}

.contact-form button {
    color: #fff;
    background: #FF5252;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.4s;
    transition: all 0.2s;
}

.contact-form button:hover {
    margin-left: 10px;
}

.contact-details {
    background-color: #ffffff;
    margin-top: 30px;
    border-radius: 3px;
}

.contact-details {}

.single-contact {
    margin-top: 28px;
}

.single-contact i {
    font-size: 20px;
    color: #FF5252;
}

.contact-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-details ul li {}

.contact-details ul li i {
    height: 40px;
    width: 40px;
    text-align: center;
    background: #000;
    padding: 20px;
    margin-right: 20px;
    border-radius: 50%;
    background: #00BCD4;
    color: #fff;
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 17.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #232328;
}

.footer-text h6 {
    color: #fff;
}

.footer-social-link {}

.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-social-link ul li {
    display: inline-block;
    margin: 0px 3px;
}

.footer-social-link ul li a {
    display: block;
    padding: 10px;
    background: #FF5252;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 18.SINGLE BLOG PAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-area {
    height: 300px;
    background: #232328;
}

.single-page-heading-area {
    padding-top: 150px;
}

.single-blog-heading-text h4 {
    color: #f8f8f8;
}

.single-blog-heading-text h4 a {
    color: #f8f8f8;
}

.comment-section {
    margin-top: 30px;
}

.single-blog-details,
.comment-section,
.single-sidebar {
    border-radius: 3px;
    padding-top: 30px;
}

.search input {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-sidebar,
.recent-single {
    margin-bottom: 30px;
}

.single-blog-details h4 {
    margin: 20px 0px;
}

.single-comment {
    margin-bottom: 20px;
}

.single-comment img {
    height: 120px;
}

.recent-single h4 {
    color: #333333;
}

.categories {}

.categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.categories ul li {
    margin-bottom: 10px;
    color: #333333;
}

.categories ul li a {
    color: #333333;
}