/*
///// CSS Index \\\\\\
    01. Slide css
    02. Section title css
    03. Service box
    04. Post box css
    05. Testimonial css
    06. Logo Carousel css
    07. Team Member
    08. Call to action css
    09. Couner Addon css
    10. Video addon css
    11. Project css
*/
/*
******************************
>>> 01. Slide css
******************************
*/

.single-deal-slide-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 615px;
    position: relative;
    z-index: 9;
}
.deal-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.deal-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.deal-slide-text {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.deal-slide-text h1 {
    font-size: 60px;
    text-transform: capitalize;
    margin: 0 0 20px;
    line-height: 65px;
    color: #fff;
    z-index:1;
    font-weight: 700;
}
.deal-btn {
    /* border-radius: 50px; */
}
.deal-slide-buttons a.deal-btn {
    margin: 10px;
}
.deal-slide-text > *:nth-child(1) {
    animation-duration: .3s;
    animation-delay: 0s;
}
.deal-slide-text > *:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}
.deal-slide-text > *:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
}
.deal-slide-text > *:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}
.deal-slides .owl-nav div {
    color: #fff;
    font-size: 20px;
    height: 55px;
    left: 0;
    line-height: 55px;
    margin-top: -27.5px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 55px;
    z-index: -1;
}

.deal-slides .owl-nav div i.fa {
    border: 2px solid #fff ;
    color: #949494;
    height: 40px;
    left: 5px;
    line-height: 38px;
    position: absolute;
    top: 5px;
    width: 36px;
}
.deal-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.deal-slides:hover .owl-nav div.owl-next {
    right: 50px;
    left: auto;
}
.deal-slides:hover .owl-nav div {
    left: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}


.slide-overlay{
    background: #EB3325 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: .6;
    width: 100%;
    /* z-index: 1; */
}

/* .vc_row {overflow-y:hidden} */

.vc_row {
    overflow-x: hidden;
}

/* owl Navigation */

.owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
.owl-dots .owl-dot.active span{
    /*background-color: #19b5fe;*/
}
.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 10px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    left: 46%;
    top: 90%;
} 

/*
******************************
>>> 02. Section title css
******************************
*/


.section-title-sep {
    display: inline-block;
}

.section-title-sep span.section-title-line {
    background: #0077c0 none repeat scroll 0 0;
    height: 1px;
    margin-top: 6.5px;
    width: 50px;
}
.section-title-sep span {
    display: block;
    float: left;
    margin: 4px;
}

.section-title-sep {
    display: inline-block;
}

.deal-section-title {
    margin-bottom: 80px;
    text-align: center;
}
.deal-section-title h2 {
    color: #1f1f1f;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
}

.deal-section-title p{
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #888490;
    font-size: 14px;
}

/*.img-pop-up-height{
    height: 100%;
}*/

/*
******************************
 03. Service css
******************************
*/


.deal-service-box{
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 10px 25px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
     
}


.deal-service-icon{
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;

}

.deal-service-icon img{
    max-width: 50px;
    margin: 10px;
}


.deal-service-content{
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.deal-service-content h3{
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
    
}

.deal-service-content p{
    font-size: 14px;
}

.deal-service-table{
    /*height: 100%;*/
    width: 100%;
}

.deal-service-table-cell{
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}

.service-more-btn{
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: -1;
    opacity: 1;
}

.vc_wp_custommenu ul a {
    border: 1px solid #d9f3ff;
}

 /* Call Back Form */

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

 .contact-page-textarea .seo-contact-form input{
    margin-bottom: 5px;
 }  

 .seo-contact-form h1{
    margin-bottom: 40px;
    font-size: 38px;
    color: #444;
 }
 
 .seo-contact-form label{
    font-weight: 600;
    font-size: 13px;
    color: #666;
 }

 button[type="submit"] i fa{
    font-size: 130px;
    padding-left: 10px;
 }

 .vc-row.bg-left-bottom{
    background-size: 670px;
     background-position: left bottom !important; 
 }

 .select-container{
    background: #f5f8f9;
    display: inline-block;
    width: 100%;
    border: 1px solid #e8eef1;
    padding: 5px;
 }

 .select-container select{
  width: 100%;
 }



/*
******************************
>>> 04. Post box css
******************************
*/

  /* .cs-post-block-img{
    background-color: #ddd;
    display: block;
    height: 200px;
    background-size: cover;
  } */

.cs-single-post-block h3 {
    color: #444;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: none;
}
 .cs-post-content{
    padding: 20px;
 }

.cs-post-block-date {
    color: #5f5a5a;
    font-size: 13px;
}
.dc-post-readmore {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.dc-post-readmore:hover {
    color: #fd8b37;
}
.cs-single-post-block {
    margin-bottom: 30px;
    text-align: left;
    font-size: 15px;
    border: 1px solid #e6eef1;
}

/*
******************************
   05.Testimonial css
******************************
*/
@media only screen and (min-width: 320px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:1%; }}@media only screen and (min-width: 768px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:-8%; }}@media only screen and (min-width: 1024px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:5%; }}@media only screen and (min-width: 1024px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:5%; }}@media only screen and (min-width: 1025px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:52%; }}@media only screen and (max-width: 1439px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:0%; }}@media only screen and (min-width: 1440px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:-1%; }}@media only screen and (min-width: 1920px) {.deal-testimonial{    font-style: italic;    margin-bottom: 40px;    text-align: center;    font-weight: 400;    font-size: 18px;    color: #f5f8f9;		margin-left:0%; }}


 .deal-testimonial h4{
    font-size: 15px;
    font-style: normal;
    color: #fff;
    font-weight: 400;
 }

 .deal-testimonial h4 span{
    color: #f6f8f9;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 5px;

 }

 .deal-testimonial img{
    display: initial !important;
    margin-bottom: 20px;
    font-size: 24px;
    /* border: 2px solid transparent; */
    /* -webkit-box-shadow: 0px 0px 0px 2px #ffffff;
    box-shadow: 0px 0px 0px 2px #ffffff; */
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    line-height: 80px;
 
    margin-top: 5px;

 }

.vc_row.my-testimonial-overlay{
 z-index: 1;
 color: #000;
}


/*
******************************
>>> 06. Logo Carousel css
******************************
*/

.deal-logo-table img {
    display: block;
    margin: 0 auto;
    width: inherit !important;
}
.deal-logo-table {
    display: table;
    height: 100%;
    width: 100%;
}
.deal-logo-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.deal-logo-carousel .owl-nav div {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    left: -50px;
    line-height: 26px;
    margin: 5px;
    text-align: center;
    width: 30px;
}
.deal-logo-carousel {
    padding: 35px 0;
}
.deal-logo-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

/*
******************************
>>> Iconic Button
******************************
*/

.deal-btn.deal-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}
.deal-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}

.deal-btn.deal-iconic-btn i.fa {
    padding-right: 10px;
}
.deal-btn.deal-iconic-btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}



/*
******************************
>>> 07. Team Member css
******************************
*/

.staff_img_wrap {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

.staff_img_wrap img{
    width: 100%;
}

.deal-single-staff {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.deal-staff-img {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
ul.deal-staff-social-link {
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
    margin-top: 10px;
}
.deal-staff-social-link li {
    display: inline-block;
}
.deal-staff-social-link li a {
    color: #777;
    font-size: 17px;
    margin: 2px 6px;
    text-align: left;
    line-height: 30px;
    display: inline-block;
    
}
.deal-staff-social-link li a i {}
.deal-staff-social-link li:hover a i {
    /* transform: rotate(-90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.deal-staff-social-link li:hover a {
    
    color: #ff8c27;
    /* transform: rotate(90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.deal-single-staff:hover ul.deal-staff-social-link {
    bottom: 0;
}
.deal-staff-detail h4 {
    margin: 0 0 5px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.deal-staff-position{
    margin: 0 0 5px;
    text-transform: capitalize;
    text-align: left;
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 600;

}
.deal-staff-detail {
    margin-top: 25px;
}
.deal-single-staff {
    margin-bottom: 50px;
}


/*
******************************
>>> 08. Call to action css
******************************
*/

.deal-cta-box {
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    width: 80%;
}



.deal-cta-info {
    max-width: 60%;
}
.deal-btn.deal-cta-btn {
    font-weight: 700;
    line-height: 30px;
    margin-top: -20px;
    position: absolute;
    /* padding: 20px; */
    right: 0;
    top: 50%;
}

.deal-cta-info h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing:1px;
    text-transform: uppercase;
}
.deal-cta-info p:last-child {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}

/*
******************************
>>> Promo Box
******************************
*/ 

.deal-promo-box h3{
    color: #000;
    font-size: 20px;
}
.deal-promo-box{
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    padding: 30px;
    border: 1px solid #e6eef1;
}

.deal-promo-box .bordered-btn{
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px;

}

.deal-promo-box .deal-promo-btn:hover{
   border: 1px solid #000;

}

/* vc accordion customize css */
.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel {
    display: block;
    border: 1px solid #f2f1f1;
    margin-bottom: 15px;
    padding: 1px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border: 0;
    background: none;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border: 0;
    background: none;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: 0;
}
.vc_tta-panel-heading:hover {
    background: none !important;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #1d1d1d;
    font-size: 16px;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #1d1d1d;
}
.vc_tta-panel-body .wpb_wrapper p {
    color: #8c8c8c;
    margin-top: -10px;
}


 h4.vc_tt-panel-title{
    font-size: 20px;
 }

/*
******************************
>>> 10.Counter Addon
******************************
*/ 

.seo-stat-box h1{
    /* color: #39b4f3; */
    margin-bottom: 10px;
    font-size: 46px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;

}

.seo-stat-box{
   font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
     text-align: center;
     text-transform: uppercase;
}

.vc_row.overlay{
    color: #fff;
    z-index: 1;
}

.vc_row.overlay::after{
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .4;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.overlay h3,
.overlay h4,
.overlay h5,
.overlay h6 {
    color: #fff;
}


/*
******************************
>>> 11. Video  Addon
******************************
*/
    .flex-mod {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .flex-mod iframe,   
    .flex-mod object,  
    .flex-mod embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-modal {
        position: relative;
        display: block;
    }
    
    .video-modal {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
}

    
    
    .video-modal:hover:before {
        box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    }
    .video-overlay-content {
        width: 100%;
        padding: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    .video-modal .video-overlay {
        background-color: rgba(0,0,0,0.5);
        opacity: 1;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: '';
    }

    .video-modal:hover .video-overlay {
        background-color: rgba(0,0,0,0.6);
    }

    .video-modal .video-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
}
    .video-icon i {
   
    font-size: 17px;
   text-align: center;
   padding-left: 25px;
   padding-top: 20px; 
    
}

    .video-modal .h3 {
        color: #fff;
        font-size: 26px;
        line-height: 36px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .video-modal:hover:after {
        -webkit-transform:scale(0.8); 
        -ms-transform:scale(0.8); 
        transform:scale(0.8); 
    }

   .you-tube{
    width: 100%;
    height: auto;
   } 


/*
******************************
>>> 12. Project css
******************************
*/

.single-deal-project-wrap {
    width: 100%;
    margin-bottom: 30px;
}
.deal-project-thumb {
    background-position: center center;
    color: #333;
    display: block;
    height: 350px;
    text-align: center;
    position: relative;
    z-index: 99
}
.project-thumbnail-wrap {
    display: block;
    position: relative;
    background: #ddd;
}
.project-thumb-loading {
    color: #333;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
.deal-project-inner a {
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.deal-project-inner a:hover {
    color: #fd8b37;
}
.deal-project-inner h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: none;
}
.deal-project-inner {
    font-size: 12px;
    margin-top: 15px;
}
ul.deal-project-categories {
    font-weight: 700;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    font-size: 15px;
}
.deal-project-categories li {
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px 20px 20px;
}
.deal-project-categories li.active {
    color: #fd8b37;
}
.load-more-projects-wrap {
    text-align: center;
}
.loadmore-project-btn {
    background: #fd8b37 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 10px 30px;
}

.projectmore-loading-text {
    text-align: center;
}

.deal-project-info-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.deal-project-info-item label {
    display: inline-block;
    /*min-width: 30%;*/
}
.deal-related-projects {
    margin-top: 50px;
}
.deal-related-projects h4 {
    margin: 0 0 30px;
    text-transform: none;
}
.single-related-project {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 130px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.single-related-project i.fa {
    color: #fff;
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 60%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 20px;
    z-index: -1;
}
.single-related-project:hover i.fa {
    opacity: 1;
    top: 50%;
    visibility: visible;
    z-index: 9;
}
.single-related-project::after {
    background: #1c5992;
    content: "";
    height: 100%;
    
    opacity: 0;
    position: absolute;
   
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}
.single-related-project:hover::after {
    opacity: 0.8;
    visibility: visible;
}
.single-project .entry-content h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: none;
}
.single-project .entry-content h3::after {
    background: #1c5992 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

.seo-project-shorting{
    margin-top: 60px;
    margin-bottom: 50px;
    margin-left: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.seo-project-shorting li{
    display: inline-block;
    padding-right: 26px;    
}

.seo-project-shorting li.active{
    color: #11999e;
}

/* Projects */

.single-work-box{
    display: block;
    /*margin-bottom: 40px;*/
}

.work-box-bg{
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    z-index: 1;
}

.work-box-bg:after{
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
}

.work-box-bg i.fa{
    height: 40px;
    width: 40px;
    background: #333;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transition:.3s;

}

.single-work-box:hover .work-box-bg i.fa{
    opacity: 1;
    visibility: visible;
}

.single-work-box p{
    color: #333;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.single-work-box:hover .work-box-bg:after{
    opacity: .5;
    visibility: visible;
}

/* Single service page + Project Page */
.vc_wp_custommenu ul{
   padding: 0;
   margin: 0;
   list-style: none;
}

.vc_wp_custommenu ul a {
    display: block;
    /*border: 1px solid #11999e;*/
    color: #333;
    font-weight: 700;
    font-size: 16px;
    padding: 15px;
    margin:3px;
    position: relative;
}

ul.seo-project-shorting li{
    cursor: pointer;
}

.vc_wp_custommenu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 100%;
    /*background: #eaeaea;*/
    content: '';
    transition:.3s;
}

.vc_wp_custommenu li:hover > a::before{
    width: 5px;
}


.vc_wp_custommenu li:hover > a{
    /*background: #000;*/
    text-decoration: none;
}


.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a i:after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #1c5992;
    color: #ffffff!important;
    border-color: #fff;
}
.slicknav_menu {
    display: none;
}

.deal-padding-right{
    padding-right: 50px;
}


/*
******************************
>>> 10. Feature Box info css
******************************
*/

.deal-feature-box{
    position: relative;
    padding-left: 25%;
    margin-bottom: 30px;
    transition:.2s;
}


.deal-feature-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;

}

.deal-feature-icon img{
    max-width: 50px;
}

.deal-feature-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.deal-feature-content{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.deal-feature-content h3{
    font-size: 20px;
    color: #10242b;
    text-transform: capitalize;
    
}

.deal-feature-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.deal-feature-table-cell{
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}


/* ==================================================================
  PROGRESS BAR
================================================================== */

.int-skill h4{
    padding-left: 10px;
    padding-bottom: 10px;
}
.progress-consul {
    width: 80%;
    background: none repeat scroll 0 0 transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: 2px;
    /*margin-bottom: 15px;*/
}
  .progress-consul .bar {
    line-height: 30px;
    text-align: left;
    font-weight: bold;
    text-indent: 15px;
    text-transform:uppercase;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
        -webkit-transition: width 1.5s ease;
        -moz-transition: width 1.5s ease;
        -o-transition: width 1.5s ease;
        transition: width 1.5s ease;
  }

.progress-skill-bar {
  margin-bottom: 20px;
  margin-left:0;
  margin-top: 15px;
}
.progress-skill-bar li{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    color: #1f1f1f;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    overflow: hidden;
}
.progress-skill-bar .label {
    float: right;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    border-right: 1px transparent solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px;
}

.progress-success .bar,
.progress-consul .bar-success {
  filter: none;
  background: #15b994; }

.skill-diff{
    margin-bottom: 20px;
}

/* ==================================================================
 SCROLL TO TOP
================================================================== */

.scroll-up {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 0;
  right: 1em;
}

.scroll-up a i{
    font-size: 30px;
}

.scroll-up a {
  display: block;
  width: 64px;
  height: 38px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.scroll-up a:hover,
.scroll-up a:active {
  background-color: rgba(255, 255, 255, 1);
  color: #222;
}


.call-color{
  background-color: #003044;
  color: #000;
}
.call-color p{
  color: #02202f;
  font-size: 14px;
}

.call-image .vc_column-inner{
    height: 450px;
}

.call-text{
    color: #ffffff;
}

