/*
***************************************************************
***************************************************************

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: 14px;
    color: #222;
    line-height: 1.5em;
}

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

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: 18px;
}

h5 {
    font-size: 16px;
}

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 #F3D13D;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.section-padding {
    padding: 90px 0;
}

.section-heading {
    margin-bottom: 50px;
}

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

.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/preloader.gif);
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -32px;
	margin-left: -32px;
}
/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/
/*======= 1. Wellcome Background Css ==========
==============================================*/
.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}


/*======= 2. Video Background Css =============
==============================================*/
.video-bg {
    background-image: url(../images/video-bg.jpg);
}


/*======= 3. Slider Background Css =============
==============================================*/
.slide-bg-1 {
    /*background-image: url(../images/slider/Slider1.jpg);*/
    background-image: url(../images/slider/1.jpg);
}

.slide-bg-2 {
    background-image: url(../images/slider/2.jpg);
}

.slide-bg-3 {
    background-image: url(../images/slider/3.jpg);
}

.slide-bg-4 {
    background-image: url(../images/slider/4.jpg);
}

/*.slide-bg-5 {*/
/*    background-image: url(../images/slider/Slider5.jpg);*/
/*}*/

/*.slide-bg-6 {*/
/*    background-image: url(../images/slider/Slider6.jpg);*/
/*}*/

/*.slide-bg-7 {*/
/*    background-image: url(../images/slider/Slider7.jpg);*/
/*}*/

/*.slide-bg-8 {*/
/*    background-image: url(../images/slider/Slider8.jpg);*/
/*}*/



.wellcome-bg,
.slide-bg-1,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
    background-repeat: no-repeat;
}

/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
}

.sticky {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 21px 0 8px;
    overflow: hidden;
}

.logo a {
    color: #f1c40f;
}

.logo img {
    width: 100%;
}

.main-menu .navbar-nav li {
    display: inline-block;
}

.main-menu .navbar-nav li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 23px 13px;
    color: #222;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

.main-menu .navbar-nav li a:before {
    background-color: #F1C40F;
    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%);*/
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.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;
}

.wellcome-item h4,
.single-slide-item h4 {
    font-weight: 400;
    text-transform: capitalize;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: #f1c40f;
}

.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 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
}

.slide-btn {
    margin-top: 25px;
}


/*
=========----------------------------------=========
            5.About Us Area Css     
=========----------------------------------=========
*/

.about-us-area {
    padding: 130px 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: 15px 0 0 55px;
}

.about-intro h4 {
    font-size: 20px;
}

.about-intro p {
    color: #444;
    margin: 30px 0;
}


/*
=========----------------------------------=========
            6.Service Area Css     
=========----------------------------------=========
*/

.services-area {
    background-color: #f2f2f2;
}

.single-service-item i {
    font-size: 35px;
    color: #F1C40F;
}

.single-service-item h4 {
    position: relative;
    margin: 0;
}

.single-service-item h4:before {
    position: absolute;
    content: "";
    background-color: #F1C40F;
    width: 50px;
    height: 2px;
    bottom: -15px;
    left: 0;
}

.single-service-item,
.work-details {
    margin-top: 70px;
}


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

.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(241, 196, 15, .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-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;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #222;
    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: #F8E057;
    color: #333;
}


/*
=========----------------------------------=========
            9.Why Choose Us Area Css    
=========----------------------------------=========
*/

.why-choose-us-intro,
.why-choose-us-img,
.testimonial-intro {
    margin-top: 50px;
}

.why-choose-us-intro {
    padding-top: 25px;
}

#accordion {
    padding: 0 26px 0 0;
}

.panel-default > .panel-heading {
    color: #302E2E;
    border: 1px solid #ddd;
}

.panel-body {
    padding: 20px 40px;
    color: #777;
}

.panel.panel-default {
    position: relative;
    border: none;
}

.panel-group .panel-default .panel-collapse > .panel-body {
    border-top: none;
}

h4.panel-title {
    font-size: 14px;
    padding-left: 45px;
}

.panel-heading a i {
    color: #444;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 42px;
    background-color: #F1C40F;
    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: #F1C40F;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.video-area p {
    color: #fff;
    margin-top: 15px;
}

.video-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    line-height: 70px;
    margin: 20px 0 10px;
    background-color: #F1C40F;
}

.video-icon i {
    margin-left: 10px;
}

.video-area h6 {
    color: #F1C40F;
    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(1.2);
    transform: scale(1.2);
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(241, 196, 15, .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: 0;
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
}

.single-work-item h5 {
    margin-bottom: 15px;
}

.work-link a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-right: 2px;
}


/*
=========----------------------------------=========
            12.Testimonial Area Css    
=========----------------------------------=========
*/

.testimonial-area {
    background-color: #f2f2f2;
}

.testimonial-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #F1C40F;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

.width-circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.single-testimonial p {
    margin: 45px 0;
}

.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 #F1C40F;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.testimonial-intro .owl-controls .owl-dots div.active {
    background-color: #F1C40F;
}


/*
=========----------------------------------=========
            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: #F1C40F;
    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: #F1C40F;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            14.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head > h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 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: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.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-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            15.Brand Area Css     
=========----------------------------------=========
*/

.brand-desc,
.single-blog-item,
#map {
    margin-top: 70px;
}

.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: #777;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
}

.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;
    margin-bottom: 30px;
    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 {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

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

.copyright-text p {
    text-transform: capitalize;
}

/*======== Contact Success & Error Message Style =============
=============================================================*/
#successbar,
#errorbar {
    visibility: hidden;
    font-weight: 700;
    background-color: #F3D13D;
    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: #F1C40F;
    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: #F3D13D;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #F3D13D;
    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;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
	color: #F3D13D;
}

.single-work-item:hover:before,
.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

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

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

.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(241, 196, 15, .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: #F8E057;
    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: #F3D13D;
    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: #F3D13D;
    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: #F3D13D;
    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: #F1C40F;
    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: 650px;
}

.slide-content-wrap {
	margin-top: 50px;
}

.slider-area .owl-controls .owl-dots {
	text-align: center;
}

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

