/*============================================================
    CSS TABLE OF CONTENTS
==============================================================
    01. START HOME SLIDES ADDON CSS
    02. START ABOUT ADDON CSS
    03. START SEVICE ADDON CSS
    04. START PORTFOLIO ADDON CSS
    05. START TESTIMONIAL ADDON CSS
=============================================================*/

/*
* -------------------------------------------------------------
*    01. START HOME SLIDES ADDON CSS
* -------------------------------------------------------------
*/
.profi-slide-item {
    height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.profi-slide-table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}
.profi-slide-tablecell {
    vertical-align: middle;
    display: table-cell;
}
.slide-overlay {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.profi-slide-item h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    word-spacing: 5px;
    margin-bottom: 20px;
}
.profi-slide-item p {
    background: rgba(255, 255, 149, 0.8);
    display: inline-block;
    margin: 0 auto 30px;
    font-weight: 400;
    font-size: 22px;
    padding: 0 15px;
    color: #000;
}
.social-links a i {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.social-links a i:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    color: #ffff95;
}
.profi-slides .owl-nav div,
.service-carousel .owl-nav div,
.testimonial-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    left: 40px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .36s;
    transition: .36s;
}
.profi-slides .owl-nav div.owl-next,
.service-carousel .owl-nav div.owl-next,
.testimonial-carousel .owl-nav div.owl-next {
    right: 40px;
    left: auto;
}
.profi-slides .owl-nav div:after,
.service-carousel .owl-nav div:after,
.testimonial-carousel .owl-nav div:after {
    content: "";
    top: 0;
    left: 0;
    background: #ffff95;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.profi-slides .owl-nav div i,
.service-carousel .owl-nav div i,
.testimonial-carousel .owl-nav div i {
    background: #fff;
    margin: 5px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #000;
    -webkit-transition: .36s;
    transition: .36s;
}
.profi-slides:hover .owl-nav div,
.service-carousel:hover .owl-nav div,
.testimonial-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.profi-slides .owl-nav div:hover i,
.service-carousel .owl-nav div:hover i,
.testimonial-carousel .owl-nav div:hover i {
    background: #333;
    color: #ffff95;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333;
}
.profi-slides .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}
/*
* -------------------------------------------------------------
*    01. / END HEOME SLIDES ADDON CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    02. START ABOUT ADDON CSS
* -------------------------------------------------------------
*/
.about-skills {
    overflow: hidden;
    margin-bottom: 30px;
}
.about-skills .progress {
    background: #ddd none repeat scroll 0 0;
    position: relative;
    overflow: visible;
    margin: 35px 0 0;
    box-shadow: none;
    border-radius: 0;
    height: 10px;
}
.about-skills .progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: none;
}
.about-skills .progress .lead {
    left: 0;
    top: -25px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
}
.about-skills .progress-bar > p {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: -16px;
    margin-top: -25px;
    position: relative;
    color: #333;
}
/*
* -------------------------------------------------------------
*    02. / END ABOUT ADDON CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    03. START SEVICE ADDON CSS
* -------------------------------------------------------------
*/
.service-area {
    padding-bottom: 50px
}
.single-service {
    background: #fff;
    margin-bottom: 30px;
    padding: 50px 25px;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-service:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08)
}
.single-service i {
    font-size: 52px;
    color: #333;
}
.single-service h4 {
    margin: 20px 0 10px 0
}
.single-service p {
    font-size: 13px;
    margin: 0;
}
.service-carousel .owl-nav div {
    top: 0;
    left: 0;
    margin-top: -50px;
}
.service-carousel .owl-nav div.owl-next,
.testimonial-carousel .owl-nav div.owl-next {
    right: 0
}
.service-carousel .owl-dots {
    text-align: center;
}
/*
* -------------------------------------------------------------
*    03. / END SEVICE ADDON CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    04. START PORTFOLIO ADDON CSS
* -------------------------------------------------------------
*/
.portfolio-filter ul {
    list-style: outside none none;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-filter ul li {
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.portfolio-filter ul li.active,
.portfolio-filter ul li:hover {
    background: #ffff95;
    border: 2px solid #555;
    color: #000
}
.grid .mix {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-work {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08)
}
.work-overlay {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 149, 0.8) none repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover .work-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.work-title h5 { margin: 85px 0 0 }
.work-title p { margin: 5px 0 }
.work-icon a {
    font-size: 24px;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover .work-icon a { color: #666 }
.work-icon a:hover { color: #000 !important }
/*
* -------------------------------------------------------------
*    04. / END PORTFOLIO ADDON CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    05. START TESTIMONIAL ADDON CSS
* -------------------------------------------------------------
*/
.testimonial-area .item img {
    background: #ffff95;
    border-radius: 50%;
    height: 80px;
    width: auto;
    margin: 0 auto 10px;
    padding: 5px;
}
.testimonial-area .item h6 {
    font-weight: 400;
    margin: 10px 0 15px;
}
.testimonial-carousel .owl-nav div {
    left: 0
}
/*
* -------------------------------------------------------------
*    05. / END TESTIMONIAL ADDON CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    06. START Fun Facts AREA CSS STYLE
* -------------------------------------------------------------
*/
.profi-fun-facts {
    padding: 30px;
    margin: 0 15px;
}
.profi-fun-facts h2,
.profi-fun-facts p {
    color: #333;
    margin: 0;
}
.profi-fun-facts img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}
.profi-fun-facts i {
    color: #333;
    float: left;
    font-size: 46px;
    margin-right: 15px;
    margin-top: 8px;
}
.profi-fun-facts.fun-facts-style-two {
    text-align: center;
}
.profi-fun-facts.fun-facts-style-two i {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.profi-fun-facts.fun-facts-style-three i {
    float: right;
    margin-right: 0;
    margin-top: 0;
    margin-left: 10px;
}
/*
* -------------------------------------------------------------
*    06. / END COUNT AREA CSS STYLE
* -------------------------------------------------------------
*/

.vc_column_container>.vc_column-inner {
    padding: 0 !important
}