/*
***************************************************************
***************************************************************

Template Name  : Nova | One Page Multipurpose Template
Author         : Golam
Author URI     : http://golamnabi.com
File           : Style.css


@NOTE: This file contains the stylesheet for this template.
you may need to edit this file to change your contents style.
This file contents are outlined below

***************************************************************
***************************************************************

========== INDEX PAGE CSS ==========
------------------------------------

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -       1. Wellcome Background Css
*** -       3. Video Background Css
*** -       3. Slider Background Css
*** -  3. Header Area Css
*** -  4. WellCome Area Css
*** -  5. About Us Area Css
*** -  6. Service Area Css
*** -  7. CTA Area Css
*** -  8. Team Area Css
*** -  9. Why Choose Us Area Css
*** - 10. Video Area Css 
*** - 11. Work Area Css
*** - 12. Testimonial Area Css
*** - 13. Project Complete Area Css
*** - 14. Pricing Area Css
*** - 15. Brand Area Css
*** - 16. Blog Area Css
*** - 17. Map Area Css
*** - 18. Footer Area Css
*** - 19. Template Hover Css
*** - 20. Template Transition Css



========== BLOG PAGE CSS ===========
------------------------------------
*** -  1. Blog Header Area Css
*** -  2. BreadCrumb Area Css
*** -  3. Blog Content Area Css
*** -  4. Sidebar Area Css



========== BLOG SINGLE PAGE CSS ===========
-------------------------------------------
*** -  1. Blog Single Content Area Css
*** -  2. Comment Area Css



========== INDEX YOUTUBE PAGE CSS ===========
---------------------------------------------
*** -  1. YouTube Video Area Css
*** -  1. Video Video Area Css



========== INDEX SLIDER PAGE CSS ============
---------------------------------------------
*** -  1. Slider Area Css


*/


/*
=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');

body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #222;
    line-height: 1.5em;
}



a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

    a:focus {
        color: inherit;
    }

.navbar {
    margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    letter-spacing: 2px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 21px;
    font-weight: 400;
    color: #444;
}

img {
    max-width: 100%;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #189CBD;
}

    blockquote p {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        font-style: italic;
        margin: 0;
    }

.section-padding {
    padding: 20px 0;
}

.section-padding-small {
    padding: 10px 0;
}

.section-padding-top {
    padding: 20px 0 10px 0;
}

.section-padding-bottom {
    padding: 0 0 20px 0;
}

.section-heading {
    margin-bottom: 20px;
}

    .section-heading h3 {
        color: #302E2E;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 20px;
    }

        .section-heading h3:before,
        .section-heading h3:after {
            position: absolute;
            content: "";
            background-color: #189CBD;
        }

        .section-heading h3:before {
            width: 100px;
            height: 2px;
            bottom: 0;
            left: 50%;
            margin-left: -50px;
        }

        .section-heading h3:after {
            width: 40px;
            height: 6px;
            right: 50%;
            bottom: -2px;
            margin-right: -20px;
        }

    .section-heading p {
        padding: 0 200px;
        font-size: 15px;
        line-height: 22px;
    }

.noPadding {
    padding: 0;
}

/*========== Preloader Css ==============
========================================*/
.preloader-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader {
    background-image: url(../images/Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
}
/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/
/*======= 1. Wellcome Background Css ==========
==============================================*/
.wellcome-bg {
    background-image: url(../images/banner/bannerBackground1.jpg);
}


/*======= 2. Video Background Css =============
==============================================*/
.video-bg {
    background-image: url(../images/MD_MainInterfaceLarge.jpg);
}


/*======= 3. Slider Background Css =============
==============================================*/
.slide-bg-0 {
    background-image: url(../images/banner/bannerBackground0.jpg);
}

.slide-bg-1 {
    background-image: url(../images/banner/bannerBackground1.jpg);
}

.slide-bg-2 {
    background-image: url(../images/banner/bannerBackground2.jpg);
}

.slide-bg-3 {
    background-image: url(../images/banner/bannerBackground3.jpg);
}

.slide-bg-4 {
    background-image: url(../images/banner/bannerBackground4.jpg);
}

@media only screen and (max-width: 767px) {
    .slide-bg-0 {
        background-image: url(../images/banner/mobile/bannerBackground0.jpg);
    }

    .slide-bg-1 {
        background-image: url(../images/banner/mobile/bannerBackground1.jpg);
    }

    .slide-bg-2 {
        background-image: url(../images/banner/mobile/bannerBackground2.jpg);
    }

    .slide-bg-3 {
        background-image: url(../images/banner/mobile/bannerBackground3.jpg);
    }

    .slide-bg-4 {
        background-image: url(../images/banner/mobile/bannerBackground4.jpg);
    }
}

.wellcome-bg,
.slide-bg-0,
.slide-bg-1,
.slide-bg-2,
.slide-bg-3,
.slide-bg-4,
.video-bg {
    /*background-color: rgba(0, 0, 0, .80);*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    /*background-position: center center;
    background-size: contain;*/
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3,
.slide-bg-4 {
    background-repeat: no-repeat;
}

/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/



.header-area {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
}

@media only screen and (max-width: 480px) {
    .header-area {
        /*background-color: rgba(0,0,0,.5);*/
    }
}

.sticky {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 5px 0 2px;
    overflow: hidden;
}

    .logo a {
        color: #189CBD;
    }

.logo-text a {
    color: #7FBCCF;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
}

.sticky .logo-text a {
    font-size: 35px;
    margin-top: 6px;
}

.logo img {
    width: 100%;
}

.main-menu .navbar-nav li {
    display: inline-block;
}

    .main-menu .navbar-nav li a {
        font-size: 14px;
        text-transform: capitalize;
        padding: 23px 10px;
        color: #222;
        font-weight: 700;
        display: block;
        letter-spacing: 1px;
    }

        .main-menu .navbar-nav li a:before {
            background-color: #189CBD;
            position: absolute;
            content: "";
            top: -11px;
            left: 0;
            width: 100%;
            height: 3px;
            -webkit-transform: scale(.3);
            transform: scale(.3);
            visibility: hidden;
        }

.sticky .main-menu .navbar-nav li a:before {
    top: -1px;
}

.social-links {
    padding: 19px 0;
}

    .social-links li {
        display: inline-block;
    }

        .social-links li a {
            display: block;
            height: 30px;
            color: #fff;
            margin-right: 3px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            background-color: #222;
            border-radius: 50%;
            font-size: 13px;
        }

.col-md-2.text-right {
    /*border-left: 1px solid #E7E7E7;*/
}


/*
=========----------------------------------=========
            4.WellCome Area Css     
=========----------------------------------=========
*/

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

    .wellcome-area:before,
    .single-slide-item:before {
        position: absolute;
        content: "";
        /*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);*/
        /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);*/
        FF3 .6-15
        /* Chrome10-25,Safari5.1-6 */
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);*/
        /* IE6-9 */
        ;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.wellcome-item {
    height: 700px;
}

.wellcome-item-table,
.slider-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wellcome-item-tablecell,
.slider-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.tablecell-top {
    display: table-cell;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {

    .slider-item-tablecell, .tablecell-top {
        vertical-align: middle;
    }
}


.wellcome-item h4,
.single-slide-item h4 {
    font-weight: 400;
    text-transform: capitalize;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: #189CBD;
}

.wellcome-item h2,
.single-slide-item h2 {
    font-size: 35px;
    line-height: 45px;
}

.wellcome-item p,
.single-slide-item p {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
}

.default-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #222;
    color: #222;
    margin: 0 5px 5px 0;
    letter-spacing: 1px;
    background-color: #FEF9DB;
    border-radius: 5px;
}

.default-btn-wide {
    width: 100%;
}

    .default-btn-wide text {
        display: table-cell;
        padding-left: 5px;
    }

    .default-btn-wide i {
        display: table-cell;
    }


/*@media only screen and (max-width: 500px) {
   .default-btn {
    padding: 2px 8px;
    margin: 0 5px 5px 0;
}
}*/

.slide-btn {
    margin-top: 5px;
}


/*
=========----------------------------------=========
            5.About Us Area Css     
=========----------------------------------=========
*/

.about-us-area {
    padding: 30px 0 90px;
}

.video-bg {
    position: relative;
}

    .video-bg:before {
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, .80);
        width: 100%;
        height: 100%;
    }

.about-intro {
    padding: 0 0 0 55px;
}

    .about-intro h4 {
        font-size: 20px;
    }

    .about-intro h5 {
        margin-bottom: 5px;
    }

    .about-intro p {
        color: #444;
        margin: 5px 0;
    }


/*
=========----------------------------------=========
            6.Service Area Css     
=========----------------------------------=========
*/

.services-area {
    background-color: #f2f2f2;
}

.single-service-item i {
    font-size: 35px;
    color: #189CBD;
}

.single-service-item h4 {
    position: relative;
    margin: 0;
}

    .single-service-item h4:before {
        position: absolute;
        content: "";
        background-color: #189CBD;
        width: 50px;
        height: 2px;
        bottom: -15px;
        left: 0;
    }

.single-service-item,
.work-details {
    margin-top: 5px;
}

    .work-details a {
        border: none;
        outline: none;
    }

/*     Service Style 1
=============================
.service-icon {
	margin-bottom: 20px;
}

.single-service-item p {
	margin-top: 45px;
}
*/


/*     Service Style 2   Please choose one of them
=============================*/

.single-service-item {
    padding-left: 60px;
    position: relative;
}

.service-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.single-service-item p {
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
}


/*
=========----------------------------------=========
            7.CTA Area Css     
=========----------------------------------=========
*/

.cta-area {
    background-color: #222222;
    color: #fff;
    padding: 50px 0;
}

    .cta-area h2 {
        color: #fff;
        margin: 0;
        text-transform: capitalize;
        font-weight: 400;
    }

.cta-btn {
    border: 3px solid transparent;
    background-color: #189CBD;
}

.icon-btn {
    position: relative;
}

    .icon-btn i {
        color: #222;
        position: absolute;
        top: 13px;
        right: 10px;
        visibility: hidden;
        font-size: 13px;
    }


/*
=========----------------------------------=========
            8.Team Area Css     
=========----------------------------------=========
*/

.single-team-member {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

    .single-team-member:before {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(216,232,219, .7);
        top: 99.5%;
        left: 0;
        z-index: -1;
        content: "";
    }

.member-img img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-testimonial {
    padding-top: 50px;
}

    .single-team-member h5,
    .single-testimonial h5,
    .single-work-item h5 {
        display: block;
        margin-top: 23px;
    }

    .single-team-member span,
    .single-testimonial span,
    .single-work-item span {
        display: block;
        margin: 3px 0 10px;
        font-weight: 400;
        letter-spacing: 0;
    }

    .single-testimonial p {
        font-style: italic;
    }

.member-social-link {
    padding: 0 0 19px;
}

.team-member-intro .owl-controls .owl-nav div,
.blog-slider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    width: 30px;
    border: 1px solid #333;
    text-align: center;
    left: -15px;
    height: 56px;
    font-size: 20px;
    visibility: hidden;
}

    .team-member-intro .owl-controls .owl-nav div.owl-next,
    .blog-slider .owl-controls .owl-nav div.owl-next {
        left: auto;
        right: -15px;
    }

    .team-member-intro .owl-controls .owl-nav div i,
    .blog-slider .owl-controls .owl-nav div i {
        display: block;
        line-height: 55px;
    }

.team-area:hover .team-member-intro .owl-controls .owl-nav div,
.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    visibility: visible;
}

.team-area:hover .team-member-intro .owl-controls .owl-nav div,
.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0;
}

    .team-area:hover .team-member-intro .owl-controls .owl-nav div.owl-next,
    .single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

.team-member-intro .owl-controls .owl-nav div:hover,
.blog-slider .owl-controls .owl-nav div:hover {
    border: 1px solid transparent;
    background-color: #189CBD;
    color: #333;
}


/*
=========----------------------------------=========
            9.Why Choose Us Area Css    
=========----------------------------------=========
*/

.why-choose-us-intro,
.why-choose-us-img,
.testimonial-intro {
    margin-top: 5px;
}

.why-choose-us-intro {
    padding-top: 25px;
}

#accordion {
    padding: 0 26px 0 0;
}

.panel-default > .panel-heading {
    color: #302E2E;
    border: 1px solid #ddd;
    padding: 15px 10px 5px 10px
}

.panel-body {
    padding: 20px 40px;
    color: #777;
}

.panel.panel-default {
    position: relative;
    border: 1px solid ;
}

.panel-group .panel-default .panel-collapse > .panel-body {
    border-top: none;
}

h4.panel-title {
    font-size: 14px;
    padding-left: 5px;
}

.panel-heading a i,.panel-heading i,.panel-heading a span,.panel-heading span  {
    color: #444;
    font-size: 18px;
    margin-right: 5px;
    width: 30px;
    height: 42px;
    /*background-color: #189CBD;*/
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 43px;
}


/*
=========----------------------------------=========
            10.Video Area Css    
=========----------------------------------=========
*/
.video-bg {
    background-attachment: fixed;
}

.video-area,
.video-area h2 {
    position: relative;
    color: #E2B80E;
}

    .video-area:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .80);
    }

    .video-area h2 {
        color: #fff;
        padding-bottom: 25px;
        text-transform: capitalize;
    }

        .video-area h2:before {
            position: absolute;
            content: "";
            width: 100px;
            height: 2px;
            background-color: #189CBD;
            bottom: 0;
            left: 50%;
            margin-left: -50px;
        }

    .video-area p {
        color: #fff;
        margin-top: 15px;
    }

.video-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    color: #000;
    border-radius: 50%;
    line-height: 40px;
    margin: 10px 0 10px;
    background-color: #189CBD;
}

    .video-icon i {
        margin-left: 5px;
    }

.video-area h6 {
    color: #189CBD;
    text-transform: capitalize;
    display: block;
}


/*
=========----------------------------------=========
            11.Work Area Css    
=========----------------------------------=========
*/

.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
}

.work-filter {
    margin: 30px 0;
}

    .work-filter li {
        display: inline-block;
        padding: 5px 12px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
        cursor: pointer;
    }

        .work-filter li:before {
            position: absolute;
            content: "";
            top: 8px;
            right: 0;
            width: 1px;
            height: 15px;
            background-color: #222;
        }

        .work-filter li:last-child:before {
            width: 0;
            height: 0;
            background-color: inherit;
        }

.work-img img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(216,232,219, .80);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-desc,
.work-link {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-desc {
    top: 0;
    -webkit-transform: translateX(-46px) translateY(35px);
    transform: translateX(-46px) translateY(35px);
}

.work-link {
    bottom: 20px;
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
}

.single-work-item a label {
    cursor: pointer;
    font-style: italic;
}

.work-link a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
    margin-right: 2px;
}


/*
=========----------------------------------=========
            12.Testimonial Area Css    
=========----------------------------------=========
*/

.testimonial-area {
    background-color: #f2f2f2;
}

.testimonial-img {
    width: 175px;
    height: 175px;
    margin: 0 auto;
    border: 2px solid #189CBD;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

    .width-circle img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }


.testimonial-intro .owl-controls {
    margin-top: 30px;
}

    .testimonial-intro .owl-controls .owl-dots {
        text-align: center;
    }

        .testimonial-intro .owl-controls .owl-dots div {
            border: 1px solid #189CBD;
            width: 30px;
            height: 7px;
            display: inline-block;
            margin-right: 4px;
            background: none;
        }

            .testimonial-intro .owl-controls .owl-dots div.active {
                background-color: #189CBD;
            }


/*
=========----------------------------------=========
            13.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #222222;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 65px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #189CBD;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2,
.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

    .single-project-item h2:before,
    .single-contact-item h5:before,
    .contact-form h5:before {
        position: absolute;
        content: "";
        width: 83px;
        height: 2px;
        background-color: #189CBD;
        bottom: 0;
        left: 0;
    }


/*
=========----------------------------------=========
            14.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 25px;
}

    .single-pricing-item h2 {
        color: #444;
        font-size: 26px;
    }

    .single-pricing-item h6 {
        letter-spacing: 0;
        display: block;
        margin: 0;
        font-size: 18px;
        padding-bottom: 10px;
    }

.pricing-head > h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 10px 20px;
    overflow: hidden;
}

.pricing-price > h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 5px 0;
}

    .pricing-items li {
        font-size: 13px;
        text-transform: capitalize;
        padding: 8px 20px;
        color: #666;
        letter-spacing: 2px;
        list-style-type: none;
    }

        .pricing-items li:nth-child(2n) {
            background-color: #ececec;
        }

        .pricing-items li i {
            margin-right: 15px;
        }

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

    .pricing-footer p {
        color: white !important;
    }

.pricing-btn {
    padding: 7px 25px;
    color: #000;
    background-color: #fff;
}

    .pricing-btn:hover {
        background-color: #1470A0;
    }

/*
=========----------------------------------=========
            15.Brand Area Css     
=========----------------------------------=========
*/

.brand-desc,
.single-blog-item,
#map {
    margin-top: 30px;
}

.single-brand-item {
    text-align: center;
    border: 1px solid #e1e0e0;
}


/*
=========----------------------------------=========
            16.Blog Area Css     
=========----------------------------------=========
*/

.single-blog-item h4 {
    margin-top: 20px;
}

.single-blog-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.single-blog-item p,
.blog-btn {
    margin-top: 15px;
}

.blog-btn {
    text-transform: capitalize;
    color: #;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
    background-color: #189CBD;
}

    .blog-btn i {
        margin-left: 2px;
        font-size: 12px;
    }


/*
=========----------------------------------=========
            17.Map Area Css     
=========----------------------------------=========
*/

#map {
    overflow: hidden;
    widows: 100%;
    height: 400px;
}


/*
=========----------------------------------=========
            18.Footer Area Css     
=========----------------------------------=========
*/

.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    position: relative;
}

.single-contact-item {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 15px;
}

.contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    font-size: 18px;
    letter-spacing: 0;
}

.single-contact-item h6 {
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.contact-form .form-control {
    border-radius: inherit;
    height: 47px;
    color: #777;
    border: 1px solid #777;
    background-color: #222222;
}

.contact-form textarea.form-control {
    height: 192px;
    resize: inherit;
}

.contact-form h5 {
    margin-left: 15px;
    margin-bottom: 22px;
}

.contact-form .form-control:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

.contact-btn {
    background-color: #189CBD;
}

.copyright-text p {
    text-transform: capitalize;
}

/*======== Contact Success & Error Message Style =============
=============================================================*/
#successbar,
#errorbar {
    visibility: hidden;
    font-weight: 700;
    background-color: #189CBD;
    color: #222222;
    text-align: center;
    padding: 16px;
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 0;
    text-transform: capitalize;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: -50px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }

    to {
        bottom: -50px;
        opacity: 0;
    }
}

/*
=========----------------------------------=========
            19.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.sticky .logo img {
    width: 85%;
}

.main-menu .navbar-nav li a:hover {
    color: #189CBD;
    background: inherit;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.social-links li a:hover {
    background-color: #189CBD;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #7FBCCF;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}


.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #189CBD;
}

.single-work-item:hover:before,
.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(10px);
    transform: translateX(0) translateY(10px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    box-shadow: 0 1px 2px 0px #222222;
}

    .single-pricing-item:hover .pricing-head,
    .single-pricing-item:hover .pricing-footer,
    .pricing-current .pricing-head,
    .pricing-current .pricing-footer {
        background-color: #5F5F5F;
    }

        .single-pricing-item:hover .pricing-head h2,
        .single-pricing-item:hover .pricing-head h6,
        .single-pricing-item:hover .pricing-price sup,
        .single-pricing-item:hover .pricing-price span,
        .pricing-current .pricing-head h2,
        .pricing-current .pricing-head h6,
        .pricing-current .pricing-price sup,
        .pricing-current .pricing-price span {
            color: white;
        }

        .single-pricing-item:hover .pricing-head > h6 {
            border-bottom: 1px solid #000;
        }


/*
=========----------------------------------=========
            20.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}



/*==================================================================
 ========== BLOG PAGE CSS ==========================================
 ===================================================================

=========----------------------------------=========
            1.Blog Header Area Css     
=========----------------------------------=========
*/

.blog .header-area {
    position: relative;
}

.blog .sticky {
    position: fixed;
}


/*
=========----------------------------------=========
            2.BreadCrumb Area Css     
=========----------------------------------=========
*/

.breadcrumb-area {
    background-color: #F0F0F0;
    padding: 50px 0;
}

.breadcrumb-heading h4 {
    display: block;
    color: #666;
    letter-spacing: 0;
}

    .breadcrumb-heading h4 a {
        color: #333;
    }

.breadcrumb-heading h6 {
    margin: 0;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400;
}


/*
=========----------------------------------=========
            3. Blog Content Area Css     
=========----------------------------------=========
*/

.single-blog-content {
    margin-bottom: 95px;
    padding-right: 40px;
}

    .single-blog-content h3 {
        letter-spacing: 0;
        font-weight: 700;
        color: #302E2E;
    }

.entry-meta {
    margin: 5px 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
}

.blog-img {
    position: relative;
    text-align: center;
}

    .blog-img:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: "";
        background-color: rgba(216,232,219, .80);
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

.single-blog-content:hover .blog-img:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-img a i {
    position: absolute;
    top: 30%;
    left: auto;
    font-size: 60px;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content:hover .blog-img a i {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blog-content p {
    margin: 35px 0;
}

.blog-quete-post p {
    margin: 0;
}

.blog-slider .owl-controls .owl-nav div {
    height: 60px;
    margin-top: -30px;
    background-color: #189CBD;
    border: 1px solid transparent;
}

.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0px;
}

    .single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
        right: 0px;
    }


/*========== Pagination Css ==========
=====================================*/

.pagination {
    margin-top: 40px;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li a {
            font-size: 22px;
            border: 1px solid #222;
            padding: 10px 15px;
            margin-right: 5px;
            color: #222;
            display: block;
        }

            .pagination li a:hover,
            .pagination li a.current {
                border: 1px solid transparent;
                background-color: #189CBD;
                color: #222;
            }

            .pagination li a.current {
                cursor: inherit;
            }


/*
=========----------------------------------=========
            4. Sidebar Area Css     
=========----------------------------------=========
*/

.widget {
    margin-bottom: 80px;
}

    .widget h4,
    .comment-area h4,
    .comment-form h4 {
        margin: 25px 0 20px;
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        padding-bottom: 15px;
        position: relative;
        border-bottom: 1px solid #eee;
        display: block;
    }

        .widget h4:before,
        .comment-area h4:before,
        .comment-form h4:before {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 70px;
            height: 2px;
            background-color: #189CBD;
            z-index: 1;
            content: "";
        }

.search-form {
    position: relative;
}

    .search-form .search {
        height: 47px;
        font-size: 18px;
        color: #777;
        padding-right: 60px;
        border-radius: inherit;
        border: 1px solid #ddd;
    }

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: inherit;
    padding: 12px 15px;
    font-size: 20px;
    color: #777;
}

.cal-list li a {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    display: block;
    border-bottom: 1px dotted #e7e7e7;
}

    .cal-list li a:hover {
        color: #D6B222;
    }

.post-thumb {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

    .post-thumb:last-child {
        border-bottom: none;
    }

.post-thumb-img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb .post-meta {
    overflow: hidden;
}

    .post-thumb .post-meta h6 {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 1.5em;
        margin: 0 0 8px;
    }

        .post-thumb .post-meta h6 a {
            color: #222;
        }

    .post-thumb .post-meta p {
        font-size: 12px;
        line-height: 19px;
    }

.tags li {
    display: inline-block;
}

    .tags li a {
        display: block;
        text-transform: uppercase;
        padding: 8px 15px;
        border: 1px solid #777;
        margin-top: 10px;
        margin-right: 5px;
        color: #777;
    }

        .tags li a:hover {
            background-color: #189CBD;
            color: #000;
            border: 1px solid transparent;
        }



/*==================================================================
 ========== BLOG SINGLE PAGE CSS ===================================
 ===================================================================

=========----------------------------------=========
            1.Blog Single Content Area Css     
=========----------------------------------=========
*/

.single-blog-content-list {
    margin-bottom: 35px;
}

    .single-blog-content-list ul {
        list-style: inside;
    }

        .single-blog-content-list ul li {
            font-size: 16px;
            line-height: 22px;
            padding-left: 10px;
        }


/*
=========----------------------------------=========
            2. Comment Area Css     
=========----------------------------------=========
*/

.single-comment {
    margin-top: 25px;
    overflow: hidden;
}

.comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px;
}

.comment-text {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.single-comment h6 {
    font-size: 16px;
}

.single-comment span {
    display: block;
    color: #777;
    font-size: 10px;
    margin-top: 5px;
}

.comment-reply-btn {
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    background-color: #189CBD;
    padding: 3px 8px;
    border-radius: 2px;
}

.single-comment.reply-comment {
    margin-left: 80px;
}

.reply-comment .comment-author-img {
    margin-left: 0;
}

*/========Comment Form Css============ =====================================*/ .blog-single-content-area .comment-form {
    margin-top: 60px;
    overflow: hidden;
}

.comment-form h4 {
    margin-left: 15px;
}

.comment-form .form-control {
    background-color: #fff;
}

.comment-btn {
    background-color: transparent;
}



/*==================================================================
 ========== INDEX YOUTUBE PAGE CSS =================================
 ===================================================================

=========----------------------------------=========
            1.YouTube Video Area Css     
=========----------------------------------=========
*/

.youtube-video-area:before {
    z-index: 2;
}

.slide-content-wrap,
.youtube-item {
    position: relative;
    z-index: 3;
}
/*.youtube-item p {padding: 0 120px;}*/

/*==================================================================
 ========== INDEX SLIDER PAGE CSS ==================================
 ===================================================================

=========----------------------------------=========
            1. Slider Area Css     
=========----------------------------------=========
*/
.single-slide-item {
    height: 450px;
}

.slide-content-wrap {
    /*margin-top: 320px;*/
}

.slider-area .owl-controls .owl-dots {
    text-align: center;
    height: 0;
}

    .slider-area .owl-controls .owl-dots div {
        background-color: #F0CF40;
        width: 30px;
        height: 6px;
        display: inline-block;
        margin-right: 4px;
        position: relative;
        left: auto;
        bottom: 60px;
        z-index: 5;
    }

        .slider-area .owl-controls .owl-dots div.active {
            background-color: #242424;
        }

.slider-area .owl-controls .owl-nav div {
    position: absolute;
    background-color: #189CBD;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
    top: 50%;
    left: 0;
    color: #000;
    border: 1px solid transparent;
}

    .slider-area .owl-controls .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }

    .slider-area .owl-controls .owl-nav div:hover {
        background-color: transparent;
        border: 1px solid #189CBD;
    }
