/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>> Table of Content
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
*** -  1. WellCome/Slider Addon Css
*** -  2. Section Title Addon Css
*** -  3. Service Addon Css
*** -  4. Team Addon Css
*** -  5. Video Addon Css
*** -  6. Portfolio Addon Css   
*** -  7. KC Default Accordion Addon Css
*** -  8. Testimonial Addon Css
*** -  9. Contact Form 7 Customize Addon Css 
*** - 10. Contact Iconic box Addon Css

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*
=========----------------------------------=========
            1.WellCome/Slider Addon Css     
=========----------------------------------=========
*/

.slide-bg {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

.wellcome-area:before,
.single-slide-item:before {
    position: absolute;
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(255, 255, 255, 1)), color-stop(80%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
    /* 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;
}

.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;
}

/*
=========----------------------------------=========
            Section Title Addon Css     
=========----------------------------------=========
*/

.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;
}


/*
=========----------------------------------=========
            3. Service Addon Css     
=========----------------------------------=========
*/

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

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

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

.single-service-item {
    padding-left: 60px;
    position: relative;
}

.service-icon {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.single-service-item p {
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
}


/*
=========----------------------------------=========
            4. Team Addon Css     
=========----------------------------------=========
*/

.single-team-member {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 60px;
    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 {
    overflow: hidden;
}

.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-left: 0 !important;
}

.team-member-intro .owl-controls .owl-nav div,
.testimonial-intro .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;
    margin-top: -28px;
    visibility: hidden;
}

.team-member-intro .owl-controls .owl-nav div.owl-next,
.testimonial-intro .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}

.team-member-intro .owl-controls .owl-nav div i,
.testimonial-intro .owl-controls .owl-nav div i {
    display: block;
    line-height: 55px;
}

.team-member-intro:hover .owl-controls .owl-nav div,
.testimonial-intro:hover .owl-controls .owl-nav div {
    visibility: visible;
}

.team-member-intro:hover .owl-controls .owl-nav div {
    left: 0;
}

.team-member-intro:hover .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.team-member-intro .owl-controls .owl-nav div:hover,
.testimonial-intro .owl-controls .owl-nav div:hover {
    border: 1px solid transparent;
    background-color: #F8E057;
    color: #333;
}


.team-member-intro .owl-controls .owl-dots {
    margin-top: 50px;
    text-align: center;
}

.team-member-intro .owl-controls .owl-dots div {
    border: 1px solid #F8E057;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.team-member-intro .owl-controls .owl-dots div.active {
    background-color: #F8E057;
}

/*
=========----------------------------------=========
            5. Video Addon 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;
}

.video-area h2 {
    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;
    position: relative;
}

.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-wrap .video-icon i {
    margin-left: 5px;
    font-size: 26px;
}

.video-area h6 {
    color: #F1C40F;
    text-transform: capitalize;
    display: block;
}

.video-icon-wrap {
    text-align: center;
    position: relative
}

/*
=========----------------------------------=========
            6. Portfolio Addon Css     
=========----------------------------------=========
*/

.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
}

.work-filter {
    margin: 30px 0;
    padding: 0 !important;
}

.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: #F1C40F;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.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);
    overflow: hidden;
}

.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;
}

/*
=========----------------------------------=========
            7. KC Default Accordion Addon Css     
=========----------------------------------=========
*/

.kc_accordion_section > .kc_accordion_header {
    border: 1px solid #ddd;
    color: #302E2E;
}

.kc_accordion_header > span.ui-accordion-header-icon {
    display: none;
}

.kc_accordion_header > a {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #302E2E !important;
    margin-left: 50px !important;
    padding: 6px 15px !important;
}

.kc_accordion_header > a i {
    color: #fff;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 43px;
    background-color: #F1C40F;
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 43px;
}

.kc_accordion_content {
    border: inherit !important;
}

.kc_accordion_content .kc-panel-body {
    padding: 20px 40px !important;
}

.kc_accordion_content .kc-panel-body p {
    color: #777;
}

/*
=========----------------------------------=========
            8. Testimonial Addon 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;
}

.testimonial-intro:hover .owl-controls .owl-nav div {
    left: -55px;
}

.testimonial-intro:hover .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -55px;
}

/*
=========----------------------------------=========
            9. Contact Form 7 Addon Css     
=========----------------------------------=========
*/

.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.comment-form { 
    margin-bottom: 0;
}

.single-contact-item {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 15px;
}

.single-contact-item .contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
    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: transparent;
}

.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

.kc-contact-form7 span.wpcf7-not-valid-tip {
    color: #F3D13D;
    margin-top: 10px;
}

.kc-contact-form7 div.wpcf7-response-output {
    margin: 10px 20px;
    padding: 12px 10px;
    color: #fff;
}

.contact-form .contact-loading {
    position: relative;
}

.contact-form .contact-btn {
    margin-right: 0;
}

.contact-loading .ajax-loader {
    position: absolute;
    right: 215px;
    top: 15px;
}

/*
=========----------------------------------=========
            10. Contact Iconic box Addon Css     
=========----------------------------------=========
*/