/*
* ----------------------------------------------------------------------------------------
Author       : wordpressboss
Author URL   : https://themeforest.net/user/wordpressboss
Template Name: Blandi - Minimalist Onepage Agency HTML Template
Version      : 1.0                                          
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.TEAM CSS STYLE
* 07.WHY CHOOSE US CSS STYLE
* 08.KEY SKILL AREA CSS STYLE
* 09.WORK CSS STYLE
* 10.CALL TO ACTION US CSS STYLE
* 11.TESTIMONIAL CSS STYLE
* 12.PRICING CSS STYLE
* 13.NEWS LETTER CSS STYLE
* 14.BLOG CSS STYLE
* 15.CONTACT CSS STYLE
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


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

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

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hind', sans-serif;
}

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

img {
    width: 100%;
}

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

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

p {
    line-height: 30px;
}

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

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

.no-padding {
    padding: 0
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.section-title h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    position: relative;
    text-transform: lowercase;
    margin-bottom: 30px;
}

.section-title h2:before {
    position: absolute;
    left: 0;
    top: 40px;
    height: 3px;
    width: 50px;
    background: #3BC0FF;
    content: "";
}

.section-title p {
    font-weight: 400;
    padding-right: 600px;
}

a.read-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #36B0F9;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
}

a.read-more span {
    color: #fff;
    margin-left: 10px;
}

a.read-more:hover {
    background: #36B0F8;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.read-more:hover span {
    color: #fff;
}

.scrollup {
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 35px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #36B0F9;
}

.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: 80px;
    height: 80px;
    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 #36B0F9;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #36B0F9;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

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

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


/*
* ----------------------------------------------------------------------------------------
* 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, .1);
    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;
}

.header-text {
    margin-top: 60px;
}

.header-text h2 {
    color: #fff;
    font-size: 50px;
    margin: 0;
    font-weight: 700;
}

.header-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.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;
    background: rgba(0, 0, 0, .5);
}

.logo {
    padding-top: 26px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    font-size: 24px;
    text-transform: uppercase;
    color: #39BAFF;
    font-weight: 900;
    letter-spacing: 3px;
}

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

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

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

.menu-bg .mainmenu ul.nav.navbar-nav li.active:before {
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    background: #36B2FB;
    color: #000;
}

.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #000;
}

.menu-bg .logo {
    padding-top: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.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: #fff;
}

a.slide-btn {
    margin: 0px 5px;
    display: inline-block;
    color: #fff;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid #39BAFF;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
}

a.slide-btn:hover {
    background: #39BAFF;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

a.slide-btn.btn-color {
    background: #39BAFF;
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 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;
}

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

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

.slide-3 {
    background: url(../images/bg/slide-3.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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    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 li {
	display: inline-block;
	width: 60px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}

/*
* ----------------------------------------------------------------------------------------
* 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;
}


/*
* ----------------------------------------------------------------------------------------
* 04.OUR STRATGY CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-statragy-area {
    background: #F8F8F8;
}

.single-straty h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.about-us-area {}

.about-image,
.about-video {
    margin-top: 30px;
    padding: 10px;
}

.about-text h2 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    margin-top: 0;
}

.about-text h2 span {
    color: #fff;
}

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


/*
* ----------------------------------------------------------------------------------------
* 05.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F8F8F8;
}

.single-service {
    padding-right: 30px;
    margin-top: 30px;
}

.single-service span {
    color: #fff;
    font-size: 30px;
    background: #38B5FF;
    padding: 20px;
    display: inline-block;
}

.single-service h4 {
    font-size: 16px;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 600;
}

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


/*
* ----------------------------------------------------------------------------------------
* 06.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

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

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

.single-team h3 {
    margin: 0;
    font-size: 14px;
}

.single-team h4 {
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.team-description {
    background: #F8F8F8;
    text-align: center;
    padding: 10px;
}

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

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

.team-social ul li a {
    display: block;
    color: #333;
    font-size: 16px;
}

.team-social ul li a .fb {
    color: #3B5998;
}

.team-social ul li a .tw {
    color: #55ACEE;
}

.team-social ul li a .dri {
    color: #EC4A89;
}

.team-social ul li a .ins {
    color: #2D6B94;
}

.team-social ul li a:hover {
    color: #38B5FF;
}


/*
* ----------------------------------------------------------------------------------------
* 07.CALL TO ACTION US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-area {
    background: #36B0F9;
    padding: 30px 0px;
}

.call-to-action-area h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}

a.callto {
    display: inline-block;
    color: #333;
    background: #F8F8F8;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #F8F8F8;
    float: right;
}

a.callto:hover {
    background: #36B0F8;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #F8F8F8;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WHY CHOOSE US CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.why-chhose-us-area {
    background: #F8F8F8;
}

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

.single-about h4 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

.about-icon {
    float: left;
    margin-bottom: 100px;
    margin-right: 20px;
    margin-top: 10px;
}

.about-icon SPAN {
    font-size: 30px;
}

.single-about p {
    margin-bottom: 0
}

.why-choose-text p {
    margin-bottom: 30px;
}

.why-choose-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.why-choose-text ul li {
    margin-top: 20px;
    font-weight: 600;
}

.why-choose-text ul li span {
    color: #3BC0FF;
    font-size: 20px;
    margin-right: 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 08.KEY SKILL AREA CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.skill-text h2 {
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.skill-text p{
    margin-bottom: 0;
}
.progress-bar-text span {
    float: right
}

.progress-bar-text {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}

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

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


/*
* ----------------------------------------------------------------------------------------
* 06.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/

#work .col-md-3 {
    padding: 0;
    margin: 0;
}

.work {
    background: #F9F9F9;
}

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

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

ul.work li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    font-size: 12px;
}

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

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

.work .item {
    position: relative;
}

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

.work .item {
    position: relative;
    overflow: hidden;
}

.work .item .portfolio-overlay {
    background: #36B0F9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.work .item:hover .portfolio-overlay {
    opacity: 0.9;
    transform: scale(1);
}

.work .item .portfolio-overlay .portfolio-item {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.work .item .portfolio-overlay .portfolio-item h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.work .item .portfolio-overlay .portfolio-item i {
    height: 60px;
    width: 60px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 07.PROJECT COMPLETE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-area {
    background: #36B0F9;
}

.single-project-complete {}

.single-project-complete span {
    font-size: 40px;
    color: #fff;
}

.single-project-complete h2 {
    font-size: 30px;
    margin: 20px 0px;
    font-weight: 400;
    color: #fff;
}

.single-project-complete h6 {
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 07.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #fff;
}

.testimonial-list {}

.single-testimonial {
    padding: 40px 200px;
    background: #F9F9F9;
    margin: 0px 20px;
}

.single-testimonial h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-testimonial i {
    color: #3ABEFE;
    font-size: 30px;
    margin-bottom: 20px;
}

.single-testimonial p {
    line-height: 25px;
}
.single-testimonial h3 {
    font-size: 12px;
    font-style: italic;
    margin: 0;
}

.single-testimonial img {
    width: 50px;
    margin-top: 20px;
    border: 3px solid #3ABEFE;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #000;
}


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

.pricing-area {
    background: #F9F9F9;
}

.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 30px;
    background: #fff;
}

.pricing-header .plan-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-header .plan-price {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #fff;
    background: #36B0F9;
    display: inline-block;
    height: 100px;
    width: 100%;
    line-height: 100px;
}

.plan-features {
    margin-top: 20px;
}

.plan-features li {
    margin: 10px 0;
    padding-bottom: 15px;
}

a.learn-more {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #36B0F9;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
}

a.learn-more:hover {
    background: #3ABDFF;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 13.NEWS LETTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.our-news-letter {
    padding: 100px 0px;
    background: #fff;
}

.our-news-letter h2 {
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.our-news-letter input[type='text'] {
    display: block;
    width: 35%;
    text-align: center;
    margin: 0px auto;
    border-radius: 5px;
    border: none;
    height: 50px;
    background: none;
    border-bottom: 1px solid #ccc;
}

.our-news-letter input[type='submit'] {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #36B0F9;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border: 1px solid #36B0F9;
}

.our-news-letter input[type='submit']:hover {
    background: transparent;
    color: #000;
    border: 1px solid #36B0F9;
    -webkit-transition: .3s;
    transition: .3s;
}


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

.blog-area {
    background: #F9F9F9;
}

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

.blog-description {
    padding-top: 10px;
        padding: 20px;
}

.single-blog h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

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


/*
* ----------------------------------------------------------------------------------------
* 15.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-details {
    margin-top: 30px;
}

.single-details h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.single-contact-details span {
    font-size: 30px;
}

.contact-form p {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin: 0;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F8F8F8;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    background: #36B0F9;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, .5);
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0;
}

.contact-form button:hover {
    background: #3ABDFF;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.success {
    background: #fff none repeat scroll 0 0;
    color: #333;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}


/*
* ----------------------------------------------------------------------------------------
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    padding: 60px 0px;
    background: #000;
}

.footer-menu {
    margin-bottom: 15px;
}

.footer-text h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-social-link {
    margin-bottom: 10px;
    text-align: right;
}

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

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

.footer-social-link ul li a {
    display: block;
    color: #ccc;
}

.footer-social-link ul li a .fb {
    color: #3B5998;
}

.footer-social-link ul li a .tw {
    color: #55ACEE;
}

.footer-social-link ul li a .dri {
    color: #EC4A89;
}

.footer-social-link ul li a .ins {
    color: #2D6B94;
}


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

.single-blog-area {
    background: #000;
    padding: 100px 0px;
}

.single-blog-heading h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

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

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

.single-blog-details,
.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;
    padding: 10px;
}

.single-sidebar h4 {
    background: #36B0F9;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

a.re-button {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-top: 10px;
}

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

.single-blog-details h4,
.comment-section h4,
.contact-form h4 {
    font-size: 16px;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

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

.single-comment h5 {
    font-size: 16px;
    font-style: italic;
    color: #777;
}

.single-comment img {
    width: 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;
}

.blog-post {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}