/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR MECHANICHUB        ||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Roboto:100i,300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Ruda:400,700,900');





.brand-area .single-item:hover{
    border: 1px solid #f28a03;
}
.brand-area .single-item:hover img{
    opacity: .9;
}
.brand-area .partners-button {
    margin-top: 10px;
}



/*** 
=============================================
    Pricing Plan Area style
=============================================
***/
.pricing-plan-area {
    background: url(../images/resources/pricing-bg.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 60px;
}
.pricing-plan-area .sec-title {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 32px;
}
.pricing-plan-area .sec-title h1{
    color: #ededed;    
}
.pricing-plan-area .single-price-box {
    background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
    display: block;
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(135, 135, 135, 0.76);
    -moz-box-shadow:    0px 1px 5px 0px rgba(135, 135, 135, 0.76);
    box-shadow:         0px 1px 5px 0px rgba(135, 135, 135, 0.76);
    border: 1px solid transparent;
}
.pricing-plan-area .single-price-box:hover{
    border-color: #f28a03;
}
.pricing-plan-area .single-price-box.hvr-float-shadow:before {
    background: none;
}
.pricing-plan-area .single-price-box .table-header { }
.pricing-plan-area .single-price-box .table-header .top {
    border-bottom: 1px solid #efefef;
    transition: all 500ms ease;
    transition-delay: 0.10s;
    display: block;
    padding: 23px 0;
    margin-bottom: 30px;
}
.pricing-plan-area .single-price-box:hover .table-header .top{
    background: #f28a03;
    border-color: #f28a03;
}
.pricing-plan-area .single-price-box .table-header .top h3 {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.pricing-plan-area .single-price-box:hover .table-header .top h3{
    color: #ffffff;
}

.pricing-plan-area .single-price-box .table-header .package {
    display: block;
}
.pricing-plan-area .single-price-box .table-header .package .inner-box {
    position: relative;
    height: 115px;
    width: 115px;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    padding: 32px 0;
}
.pricing-plan-area .single-price-box .table-header .package h1{
    color: #202020;
    font-size: 60px;
    line-height: 50px;
    font-weight: 500;
    position: relative;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box .table-header .package h1 b {
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: -27px;
}
.pricing-plan-area .single-price-box .table-header .package h3 {
    color: #ea531c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Comfortaa', cursive;
    margin: 15px 0 0;
}

.pricing-plan-area .single-price-box .price-list {
    display: block;
    margin-top: 26px;
}
.pricing-plan-area .single-price-box .price-list ul {
    text-align: center;    
}
.pricing-plan-area .single-price-box .price-list ul li {
    color: #202020;
    font-size: 16px;
    font-weight: 300;
    transition: all 500ms ease;
    position: relative;
    line-height: 50px;
}
.pricing-plan-area .single-price-box .price-list ul li.gray-bg{
    background: #f7f7f7;
}
.pricing-plan-area .single-price-box .table-footer {
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.pricing-plan-area .single-price-box .table-footer a {
    width: 155px;
    margin: 0 auto;
    padding: 16px 0px 14px;
    display: block;
    transition: all 500ms ease;
}
.pricing-plan-area .single-price-box .table-footer a:hover{ }



/*** 
=============================================
    Latest blog area style
=============================================
***/
.latest-blog-area {
    position: relative;
    overflow: hidden;
    padding-bottom: 74px;
    padding-top: 88px;
}
.single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.single-blog-item .img-holder{
    overflow: hidden;
    position: relative;     
}
.single-blog-item .img-holder img {
    transition: all 0.5s ease 0s;
    width: 100%; 
    transform: scale(1.1, 1.1);
}
.single-blog-item:hover .img-holder img{
    transform: scale(1, 1);    
}
.single-blog-item .post-type{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: url(../images/blog/post-type-bg.png);
    content: "";
    transition: all 0.7s ease-in-out 0.2s;
}
.single-blog-item:hover .post-type{
    transform: translate3d(-100%, 0px, 0px);    
}

.single-blog-item .post-type span:before {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding: 13px 16px;
}
.single-blog-item .post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    content: "";
    text-align: center;
    display: block;
    padding: 10px 0;
    transition: all 0.5s ease-in-out 0.2s;
}
.single-blog-item:hover .post-date{
    background: #f3f3f3;
    transform: translate3d(20px, -20px, 0px);    
}
.single-blog-item .post-date h3{
    color: #ea531c;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.single-blog-item:hover .img-holder .overlay-style-one{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transition-delay: 0s;
}
.single-blog-item .img-holder .overlay-style-one .content a{

}
.single-blog-item:hover .img-holder .overlay-style-one .content a{

}
.single-blog-item .img-holder .overlay-style-one .content a i {
    line-height: 46px;
    background: #F17F08;
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 18px;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-in-out 0.2s;
}
.single-blog-item:hover .img-holder .overlay-style-one .content a i{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transform: scale(1);
   transition-delay: 0.2s;  
}
.single-blog-item .img-holder .overlay-style-one .content a:hover i{
    background: #ffffff;
    color: #f17f08;
}
.single-blog-item:hover .img-holder img {
   
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    text-align: center;
    margin-bottom: 13px;
}
.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 20px;
}
.single-blog-item .text-holder .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-item .text-holder .meta-info li a{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 300;
}
.single-blog-item .text-holder .meta-info li a i {
    display: inline-block;
    padding-right: 7px;
    font-size: 15px;
    color: #ea531c;
}
.single-blog-item .text-holder .meta-info li a:hover{
    color: #ea531c;
}

.single-blog-item .text-holder {
    background: #ffffff;
}
.single-blog-item .text-holder .blog-title {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    transition: all 500ms ease;
}
.single-blog-item .text-holder .blog-title:hover{
    color: #f28a03;
}
.single-blog-item .text-holder .text {
    margin-top: 22px;
    border-top: 1px solid #efefef;
    padding-top: 24px;
}
.single-blog-item .text-holder .text p {
    margin: 0 0 14px;
}
.single-blog-item .text-holder .text a.read-more {
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.latest-blog-area .owl-theme .owl-dots {
    display: none;
    text-align: center;
}
.latest-blog-area .owl-theme .owl-nav {
    left: 55%;
    position: absolute;
    width: 10px;
    bottom: 30px;
}
.latest-blog-area .owl-theme .owl-nav .owl-prev {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    display: block;
    height: 40px;
    left: -44px;
    position: absolute;
    top: -15px;
    transition: all 700ms ease 0s;
    width: 40px;
    z-index: 10;
}
.latest-blog-area .owl-theme .owl-nav .owl-next {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #efefef;
    display: block;
    height: 40px;
    position: absolute;
    right: -44px;
    top: -15px;
    width: 40px;
    z-index: 10;
    transition: all 700ms ease 0s;
}
.latest-blog-area .owl-theme .owl-nav .owl-prev:hover{
    background: #f28804;
    border-color: #f28804;
}
.latest-blog-area .owl-theme .owl-nav .owl-next:hover{
    background: #f28804;
    border-color: #f28804;
}
.latest-blog-area .owl-theme .owl-nav div .fa:hover{
    color: #fff;    
}
.latest-blog-area .owl-theme .owl-nav div .fa {
    color: #ececec;
    font-size: 25px;
    display: block;
    padding-top: 2px;
    text-align: center;
}



/*** 
=============================================
    Contact map Area style
=============================================
***/
.home-map-area{
    position: relative; 
}
#home-google-map {
    height: 500px;
    width: 100%;
}
.home-map-area .contact-info {
    background: url(../images/pattern/contact-info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    position: absolute;
    right: 20%;
    top: 15%;
    bottom: 15%;
    max-width: 370px;
    width: 100%;
    height: auto;
    padding: 35px 30px 25px;
}
.home-map-area .contact-info .title{
    padding-bottom: 25px;
}
.home-map-area .contact-info .title h3{
    
}
.home-map-area .contact-info ul li {
    padding-left: 45px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 19px;
    padding-bottom: 13px;
    position: relative;
}
.home-map-area .contact-info ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.home-map-area .contact-info ul li .icon-holder{
    position: absolute;
    left: 0;
    top: 2px;
}
.home-map-area .contact-info ul li .icon-holder span:before{
    color: #f07e09;
    font-size: 25px;
    line-height: 25px;
}
.home-map-area .contact-info ul li .text-holder{}
.home-map-area .contact-info ul li .text-holder h3{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 6px;
}
.home-map-area .contact-info ul li .text-holder p{
    margin: 0;
    color: #8a8a8a;
    line-height: 24px;
}



/*** 
=============================================
    Travel information Area style
=============================================
***/
.travel-information-area {
    background: url(../images/pattern/travel-information-bg.png);
    background-position: bottom center;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 60px;
}
.travel-information-area .sec-title {
    padding-bottom: 30px;
}
.single-travel-information{
    margin-bottom: 40px;
} 
.single-travel-information .iocn-holder {
    width: 110px;
    height: 110px;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease;
    display: block;
    padding: 31px 0;
}
.single-travel-information .iocn-holder:before {
    content: "\f10a";
    font-family: Flaticon;
    font-size: 110px;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 110px;
    font-weight: 300;
    transition: all 500ms ease;
}
.single-travel-information:hover .iocn-holder:before{
    color: #f28a03;
}
.single-travel-information .iocn-holder span:before {
    color: #f28a03;
    font-size: 45px;
    line-height: 50px;
    transition: all 500ms ease;
}

.single-travel-information .text-holder{
    margin-top: 20px;
}
.single-travel-information .text-holder h3 {
    margin: 0 0 15px;
}
.single-travel-information .text-holder p {
    margin: 0 0 20px;
}
.single-travel-information .text-holder h5{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
}
.single-travel-information .text-holder h5 span{
    color: #202020;
    font-weight: 700;
}
.single-travel-information .text-holder h5 span:before {
    color: #f28a03;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 2px;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    background: #151515;
    padding-top: 80px;
    padding-bottom: 0px;
    position: relative;
}
.single-footer-widget .title {
    padding-bottom: 47px;
    margin-top: 18px;
}
.single-footer-widget .title h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}


.single-footer-widget {
    position: relative;
    overflow: hidden;
}

.single-footer-widget .our-info{
    overflow: hidden;
}
.single-footer-widget .our-info p{
    color: #8a8a8a;
    font-size: 16px;
    margin: 0;
}
.single-footer-widget .footer-about-button{
    overflow: hidden;
    margin-top: 32px;
}

.single-footer-widget .latest-post {

}
.single-footer-widget .latest-post .single-post {
    position: relative;
    margin-bottom: 25px;
    min-height: 75px;
}
.single-footer-widget .latest-post .single-post:last-child{
    margin-bottom: 0; 
    border-bottom: none;
}
.single-footer-widget .latest-post .single-post .img-holder {
    position: relative;
    overflow: hidden;
    overflow: hidden;
    width: 75px;
}
.single-footer-widget .latest-post .single-post .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;     
}
.single-footer-widget .latest-post .single-post:hover .img-holder img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.single-footer-widget .latest-post .single-post:hover .overlay-style-one {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}
.single-footer-widget .latest-post .single-post:hover .overlay-style-one .content a i.link {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.2s;
}

.single-footer-widget .latest-post .single-post .img-holder,
.single-footer-widget .latest-post .single-post .text-holder{
    display: table-cell;
    vertical-align: middle;
}

.single-footer-widget .latest-post .single-post .text-holder {
    padding-left: 20px;
    position: relative;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    transition: all 500ms ease;
    position: relative;
    top: -3px;
}
.single-footer-widget .latest-post .single-post .text-holder a.post-title:hover{
    color: #f28a03;
}
.single-footer-widget .latest-post .single-post .text-holder .post-date {
    overflow: hidden;
    margin: 3px 0 0;
}
.single-footer-widget .latest-post .single-post .text-holder .post-date p {
    color: #8a8a8a;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}
.single-footer-widget .latest-post .single-post .text-holder .post-date p i{
    color: #f28a03;
    display: inline-block;
    padding-right: 5px;
}

.single-footer-widget .newsletter-box {
    background: #232323;
    border: 1px solid #2b2b2b;
    display: block;
    padding: 23px 30px 30px;
}
.single-footer-widget .newsletter-box p{ 
    margin: 0px;
}
.single-footer-widget .newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-footer-widget .newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 22px;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
    background: #202020;
    border: 1px solid #2e2e2e;
    color: #3a3939;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.single-footer-widget .newsletter-box form.newsletter-form button {
    background: transparent;
    color: #ea531c;
    display: block;
    height: 50px;
    padding: 9px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.single-footer-widget .newsletter-box form.newsletter-form button:before{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    height: auto;
    content: "";
    background: #2b2b2b;
}
.single-footer-widget .newsletter-box form.newsletter-form button i {
    font-size: 16px
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
    border: 1px solid #424141;
    background: #fff;
    color: #000;
}
.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus + button, 
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
    background: #424141 none repeat scroll 0 0;
    color: #fff;
}

.footer-social-links {
    display: block;
    overflow: hidden;
    margin-top: 70px;
}
.footer-social-links ul{
    overflow: hidden;
    border-top: 1px solid #2b2b2b;
}
.footer-social-links ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #2b2b2b;
    max-width: 195px;
    width: 100%;
    min-height: 100px;
    text-align: center;
}
.footer-social-links ul li:first-child{
    border-left: 1px solid #2b2b2b;
}
.footer-social-links ul li a {
    display: block;
    padding: 37px 0;
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 700;
}
.footer-social-links ul li a i{
    display: inline-block;
    padding-right: 9px;
}
.footer-social-links ul li a:hover{
    color: #f28a03;
}



/*** 
=============================================
    Footer Bottom area style
=============================================
***/
.footer-bottom-area {
    background: #ffffff;
    padding: 27px 0 27px;
}
.copyright-text {
    padding: 0 0;
}
.copyright-text p {
    margin: 0;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 26px;
}
.copyright-text p a{
    font-weight: 400;
    color: #ea531c;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: #8a8a8a;
}

.footer-menu {
    overflow: hidden;
    float: right;
}
.footer-menu li {
    display: inline-block;
    float: left;
    margin-right: 40px;
    line-height: 26px;
}
.footer-menu li:last-child{
    margin-right: 0;
}
.footer-menu li a {
    display: block;
    color: #8a8a8a;
    font-size: 16px;
    text-align: center;
    transition: all 500ms ease;
}
.footer-menu li a:hover {
    color: #ea531c;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}
.breadcrumb-area::before {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadcrumb-area .breadcrumbs {}
.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb-bottom-area{
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    padding: 17px 0 16px;
}
.breadcrumb-bottom .left ul{}
.breadcrumb-bottom .left ul li{
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 4px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.breadcrumb-bottom .left ul li:last-child{
    margin-right: 0;
}
.breadcrumb-bottom .left ul li a{
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    transition: all 500ms ease;
}
.breadcrumb-bottom .left ul li.active{
    color: #ea531c;    
}
.breadcrumb-bottom .left ul li a:hover{
    color: #ea531c;    
}
.breadcrumb-bottom .left ul li i{
    font-size: 16px;
    color: #202020;
}
.breadcrumb-bottom .right span{
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.breadcrumb-bottom .right span i {
    font-size: 16px;
    display: inline-block;
    padding-right: 6px;
}
.breadcrumb-bottom .right a {
    display: inline-block;
}
.breadcrumb-bottom .right span:hover{
    color: #ea531c;    
}



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.about-area.about-page {
    padding-bottom: 82px;
    padding-top: 100px;
}
.about-area.about-page .top-img-holder{
    overflow: hidden;
    padding-bottom: 48px;
}
.about-area.about-page .right-text-holder{
    overflow: hidden;
}
.about-area.about-page .right-text-holder ul li{
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.about-area.about-page .right-text-holder ul li:last-child{
    margin-bottom: 0;
}
.about-area.about-page .right-text-holder ul li .icon-holder {
    position: absolute;
    top: 4px;
    left: 0;
}
.about-area.about-page .right-text-holder ul li .icon-holder span:before {
    font-size: 50px;
    line-height: 50px;
    color: #202020;
}
.about-area.about-page .right-text-holder ul li .title-holder{
    
}
.about-area.about-page .right-text-holder ul li .title-holder h3 {
    margin: 0 0 5px;
}
.about-area.about-page .right-text-holder ul li .title-holder span{
    color: #ea531c;
}
.about-area.about-page .right-text-holder ul li .title-holder p {
    margin: 10px 0 0;
}



/*** 
=============================================
    gallery Area style
=============================================
***/
.gallery-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 88px;
    position: relative;
    z-index: 1;
}
.gallery-area::before {
    background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.gallery-area .sec-title h1 {
    color: rgba(255, 255, 255, 0.05);
}
.gallery-area .sec-title h2 {
    color: #ffffff;
}

.gallery-area .single-project-item{
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.gallery-area .single-project-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-area .single-project-item .img-holder img{
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    transform: scale(1.1, 1.1);
}
.gallery-area .single-project-item:hover .img-holder img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}

.gallery-area .single-project-item:hover .overlay-style-one {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.gallery-area .single-project-item .img-holder .overlay-style-one .box .content a.zoom i {
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #ea531c;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ea531c;
    line-height: 50px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0.1s; 
}
.gallery-area .single-project-item:hover .img-holder .overlay-style-one .box .content a.zoom i {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.1s;
}

.gallery-area .single-project-item .img-holder .overlay-style-one .box .content .bottom {
    margin-top: 20px;
}
.gallery-area .single-project-item .img-holder .overlay-style-one .box .content .bottom a.title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;  
}
.gallery-area .single-project-item:hover .img-holder .overlay-style-one .box .content .bottom a.title {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}
	



/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
    padding: 88px 0 100px;
    background: #ffffff;    
}
.testimonial-area .single-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 95px;
    width: 95px;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    z-index: 5;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.testimonial-area .single-item:hover .img-holder{
    background: #ea531c;
    border-color: #ea531c;
}
.testimonial-area .single-item .img-holder img {
    border-radius: 50%;
}
.testimonial-area .single-item .text-holder {
    position: relative;
    border: 1px solid #f4f4f4;
    border-top: none;
    margin-top: -48px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 74px;
    z-index: 1;
    padding-bottom: 23px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.testimonial-area .single-item .text-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #f4f4f4;
}

.testimonial-area .single-item:hover .text-holder{
   
}
.testimonial-area .single-item .text-holder h5 {
    color: #f28a03;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 12px;
    font-family: 'Comfortaa', cursive;
}
.testimonial-area .single-item .text-holder p {
    margin: 0 0 17px;
}
.testimonial-area .single-item .text-holder .border{
    height: 1px;
    width: 190px;
    background: #efefef;
    display: block;
    margin: 0 auto;
}


.testimonial-area .single-item .client-info {
    background: #fff none repeat scroll 0 0;
    display: block;
    overflow: hidden;
    padding: 20px 0px 0px;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
}
.testimonial-area .single-item .client-info .name h3 {
    text-transform: capitalize;
    margin: 0 0 3px;
    transition: all 700ms ease;
}
.testimonial-area .single-item .client-info .name p {
    color: #ea531c;
    margin: 0;
    transition: all 500ms ease;
}
.testimonial-area .owl-controls {
    width: 120px;
    background: #fff;
    position: absolute;
    right: -15px;
    top: -87px;
    border: none;
}
.testimonial-area .owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #949494;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 40px;
    border: 2px solid #f9f9f9;    
    transition: all 700ms ease 0s;
}
.testimonial-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.testimonial-area .owl-theme .owl-nav [class*="owl-"]:hover{
    border-color: #ea531c;
    color: #ea531c;
}


/*** 
=============================================
    Team Area style
=============================================
***/
.team-area{
    background: #f7f7f7;
    position: relative;
    padding-top: 88px;
    padding-bottom: 157px;
    z-index: 1;
}
.team-area:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 250px;
    content: "";
    background: #ffffff;
    z-index: -1;
}
.team-area .sec-title h1 {
    color: #ededed;
}
.team-area .single-team-member {
    position: relative;
    margin-bottom: 2px;
}
.team-area .single-team-member:hover{
    box-shadow: 0px 1px 3px 0px rgba(135, 135, 135, 0.50);    
}
.team-area .single-team-member .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.team-area .single-team-member .img-holder:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(117,189,209,1);
    background: -moz-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,189,209,1)), color-stop(0%, rgba(242,135,4,1)), color-stop(100%, rgba(234,85,27,0.75)));
    background: -webkit-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -o-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: linear-gradient(to bottom, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75bdd1', endColorstr='#ea551b', GradientType=0 );
    z-index: -1;
    transition: all 0.4s ease-in-out 0.5s;    
    width: 100%;
    opacity: 0;
}
.team-area .single-team-member:hover .img-holder:before{
    -ms-transition-delay: 0s;
    transition-delay: 0s; 
    opacity: 1;
}
.team-area .single-team-member .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
}
.team-area .single-team-member:hover .img-holder img {
    transition-delay: 0s;
    opacity: .5;
}
.team-area .single-team-member .overlay-style-one{
    background: transparent;    
}
.team-area .single-team-member:hover .overlay-style-one {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.team-area .single-team-member .overlay-style-one .content ul{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   transform: translateY(100px);
   transition: all 0.3s ease-in-out 0.1s;    
}
.team-area .single-team-member:hover .overlay-style-one .content ul{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   transform: translateY(0px);
   transition-delay: 0.3s;    
}

.team-area .single-team-member .overlay-style-one .content ul li{
    display: inline-block;
    float: none;
    margin: 0 3px;
}
.team-area .single-team-member .overlay-style-one .content ul li a i {
    font-size: 16px;
    color: #222222;
    width: 45px;
    height: 45px;
    line-height: 46px;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    transition: all 500ms ease;
}
.team-area .single-team-member .overlay-style-one .content ul li a:hover i{
    background: #000000;
    color: #f28a03;
}

.team-area .single-team-member .text-holder {
    padding-top: 21px;
    padding-bottom: 17px;
    background: #ffffff;
}
.team-area .single-team-member .text-holder h3{
    color: #ea531c;
    margin: 0 0 5px;
}
.team-area .single-team-member .text-holder span{}

.team-area .owl-theme .owl-nav {
    margin: 0;
}
.team-area .owl-theme .owl-dots {
    position: absolute;
    top: 108%;
    left: 0;
    right: 0;
}
.team-area .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.team-area .owl-dots .owl-dot{
    background: #fff;
	width:12px;
	height:12px;
	margin:6px;
	padding:0px;
	border:2px solid #ea531c;
	background:none;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
    transition: all 500ms ease;
}
.team-area .owl-dots .owl-dot span{
	display:none;	
}
.team-area .owl-dots .owl-dot.active{
    border:2px solid #ea531c;
	background:#ea531c;
}
