/*
///// 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-iasion-slide-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 650px;
    position: relative;
    z-index: 9;
}
.iasion-slide-table {
    display: table;
    height: 100%;
    width: 100%;
}
.iasion-slide-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.iasion-slide-text {
    color: #fff;
    text-align: left;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}
.iasion-slide-text h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 65px;
    color: #fff;
    z-index:1;
 
}

.iasion-slide-buttons a.iasion-btn {
    margin: 10px;
}
.iasion-slide-text > *:nth-child(1) {
    animation-duration: .3s;
    animation-delay: 0s;
}
.iasion-slide-text > *:nth-child(2) {
    animation-duration: .3s;
    animation-delay: .3s;
}
.iasion-slide-text > *:nth-child(3) {
    animation-duration: .3s;
    animation-delay: .6s;
}
.iasion-slide-text > *:nth-child(4) {
    animation-duration: .3s;
    animation-delay: .9s;
}
.iasion-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;
}
.iasion-slides .owl-nav div::after {
    /*background: #f98a36 none repeat scroll 0 0;*/
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.iasion-slides .owl-nav div i.fa {
    /* background: #fff none repeat scroll 0 0; */
    border-radius: 50%;
    color: #717171;
    height: 45px;
    left: 5px;
    line-height: 45px;
    position: absolute;
    top: 5px;
    width: 45px;
}
.iasion-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.iasion-slides:hover .owl-nav div.owl-next {
    right: 50px;
    left: auto;
}
.iasion-slides:hover .owl-nav div {
    left: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.rhino-container{
    width: 100% !important;
     height: 600px !important; 
}
.rhino-item{
    width: 100% !important;
    height: 600px !important;
}


.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: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000;
}

.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;
}

.iasion-section-title {
    margin-bottom: 80px;
    text-align: center;
}
.iasion-section-title h2 {
    color: #333;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
}

.iasion-section-title h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #888b94;
    letter-spacing: 2px;
    font-family: "Montserrat",sans-serif;
}

.iasion-section-title p{
    margin: 0 0 10px;
    text-transform: capitalize;
    color: #888490;
    font-size: 14px;
}

.sec-title-alt h2,h4{
    color: #fff;
}

/*
******************************
 03. Service css
******************************
*/

.service-more-btn{
    z-index: 999;
    position: relative;
}

.iasion-service-box-bg{
    background-size: cover;
}

.iasion-service-box-bg-invert{
    background: rgba(255,255, 255, 1);
}

.iasion-service-box:hover .iasion-service-box-bg-invert{
    background: rgba(255,255, 255, 0);
    background-repeat: no-repeat;
}

.iasion-service-box{
    position: relative;
    /* padding: 0 5%; */
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e6eef1;
}

.iasion-service-box:hover{
    box-shadow: 0 10px 20px #f1f1f1;
}

.iasion-service-box-bg::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: none repeat scroll 0 0;
    content: "";
}

.iasion-service-box:hover .iasion-service-box-bg::after{
    background-color: rgba(65, 81, 94, 0.45);
}

.iasion-service-box-bg::after{
    transition:all .3s ease 0s;
}

.iasion-service-icon{
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;

}

.iasion-service-icon img{
    max-width: 50px;
}


.iasion-service-content{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    z-index: 99;
}

.iasion-service-box:hover .iasion-service-content{
    color: #fff;
    position: relative;
}

.iasion-service-box:hover .iasion-service-icon{
    color: #fff;
    position: relative;
}

.iasion-service-box:hover .iasion-service-content h3{
    color: #fff;
    position: relative;
}

.iasion-service-content h3{
    font-size: 17px;
    color: #888b94;
    text-transform: uppercase;
    
}

.iasion-service-table{
    height: 100%;
    width: 100%;
}

.iasion-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;
    opacity: 1;
}
.iasion-service-box:hover .service-more-btn{
    color: #ffffff;
}

.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%;
 }



/*
******************************
>>> 10. Feature Box info css
******************************
*/

.consulto-feature-box{
    position: relative;
    padding-left: 25%;
    margin-bottom: 30px;
    transition:.2s;
}


.consulto-feature-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;

}

.consulto-feature-icon img{
    max-width: 50px;
}

.consulto-feature-icon::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.consulto-feature-content{
    padding-top: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.consulto-feature-content h3{
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    
}

.consulto-feature-table{
    display: table;;
    height: 100%;
    width: 100%;
}

.consulto-feature-table-cell{
    display: table-cell;
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}


/*
******************************
>>> 04. Post box css
******************************
*/

  /* .cs-post-block-img{
    background-color: #ddd;
    display: block;
    height: 200px;
    background-size: cover;
  } */

.cs-single-post-block h3 {
    color: #333;
    font-size: 17px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
 .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;
    background-color: #ffffff;
}
.cs-single-post-block:hover
 { box-shadow: 0 10px 20px #f1f1f1;}

/*
******************************
   05.Testimonial css
******************************
*/

.iasion-testimonial{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    color: #f5f8f9;
    font-size: 18px;
 }

 .iasion-testimonial h4{
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
 }

 .iasion-testimonial h4 span{
    color: #f6f8f9;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-top: 5px;

 }

 .iasion-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: 80px !important;
    height: 80px !important;
    line-height: 80px;
 
    margin-top: 5px;

 }

.vc_row .my-testimonial-overlay{
 z-index: 1;
 color: #000;
}

.testimonial-alt .iasion-testimonial{
    color: #000;
}
.testimonial-alt .iasion-testimonial h4{
    color: #000;
}

  .iasion-testimonial:before{
    text-align:center;   
    content: '\201D';
    display: block;
    font-family: Georgia, serif;
    color: #47ae89;
    width: 48px;
    height: 48px;
    line-height: 96px;
    font-size: 96px;
    position: relative;
    left: 45%;
      }

/*
******************************
>>> 06. Logo Carousel css
******************************
*/

.iasion-logo-table img {
    display: block;
    margin: 0 auto;
    width: inherit !important;
}
.iasion-logo-table {
    display: table;
    height: 100%;
    width: 100%;
}
.iasion-logo-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.iasion-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;
}
.iasion-logo-carousel {

    padding: 0px 0px 35px 0px
}
.iasion-logo-carousel .owl-nav {
    margin-top: 20px;
    text-align: center;
}

/* Iconic Button */

.consulto-btn.consulto-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}
.consulto-iconic-btn {
    border-color: #fd8b37;
    border-radius: 0;
    font-weight: 700;
    display: block;
    text-align: center
}

.consulto-btn.consulto-iconic-btn i.fa {
    padding-right: 10px;
}
.consulto-btn.consulto-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%;
}

.iasion-single-staff {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.iasion-staff-img {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
ul.iasion-staff-social-link {
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9;
    margin-top: 10px;
}
.iasion-staff-social-link li {
    display: inline-block;
}
.iasion-staff-social-link li a {
    color: #777;
    font-size: 17px;
    margin: 2px 6px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    
}

.iasion-staff-social-link li:hover a i {
    /* transform: rotate(-90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.iasion-staff-social-link li:hover a {
    
    color: #ff8c27;
    /* transform: rotate(90deg); */
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.iasion-single-staff:hover ul.iasion-staff-social-link {
    bottom: 0;
}
.iasion-staff-detail h4 {
    margin: 0 0 5px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.iasion-staff-position{
    margin: 0 0 5px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;

}
.iasion-staff-detail {
    margin-top: 25px;
}
.iasion-single-staff {
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}


/*
******************************
 Process Css
******************************
*/

.iasion-process-icon{
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}

.iasion-process-icon img{
    max-width: 70px;
}



.iasion-process-content{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    text-align: center;
}

.iasion-process-content h3{
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    
}

.iasion-process-table{
    height: 100%;
    width: 100%;
}

.iasion-process-table-cell{
    padding-top: 10px;
    vertical-align: top;
    text-align: center;
    width: 100%;
    font-size: 33px;
}


/*
******************************
>>> 08. Call to action css
******************************
*/

.iasion-cta-box {
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    position: relative;
}
.iasion-cta-info {
    max-width: 100%;
    text-align: center;
}
.iasion-btn.iasion-cta-btn {
    background: none repeat scroll 0 0;
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 45%;
    float: center;
    /* padding: 20px; */
    /* position: absolute; */
    
    right: 50%;
    top: 50%;
}

.iasion-btn.iasion-cta-btn:hover{
    color: #ffffff;
}

.iasion-cta-info h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 26px;
    letter-spacing:1px;
    text-transform: uppercase;
}
.iasion-cta-info p:last-child {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}



/* 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: #222;
    font-size: 13px;
    font-weight: 600;
}
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #222;
}
.vc_tta-panel-body .wpb_wrapper p {
    color: #222;
    margin-top: -10px;
}


 h4.vc_tt-panel-title{
    font-size: 20px;
 }

/*
******************************
>>> 10.Counter Addon
******************************
*/ 

.seo-stat-box h1{
    margin-bottom: 10px;
    font-size: 46px;
    font-family: "Montserrat",sans-serif;

}

.seo-stat-box{
   font-size: 13px;
    font-weight: 600;
    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: 520px;
}

    
    
    .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.3);
        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.4);
    }

    .video-modal .video-icon {
    width: 60px;
    height: 60px;
    background-color: #f4f4f4;
    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;
   } 

  .img-pop-up-height{
    height: 100%;
}

 .feature-block{
    height: 520px;
 }
/*
******************************
>>> 12. Project css
******************************
*/

.single-consulto-project-wrap {
    width: 100%;
    margin-bottom: 30px;
}
.consulto-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%;
}
.consulto-project-inner a {
    color: #666;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.consulto-project-inner a:hover {
    color: #fd8b37;
}
.consulto-project-inner h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: none;
}
.consulto-project-inner {
    font-size: 12px;
    margin-top: 15px;
}
ul.consulto-project-categories {
    font-weight: 700;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-family: "Montserrat",sans-serif;
}
.consulto-project-categories li {
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    color: #888b94;
    border-radius: 40px;
    border:1px solid #f4f4f4;
    padding: 10px;
}
.consulto-project-categories li.active {
    color: ;
}


.projectmore-loading-text {
    text-align: center;
}

.iasion-project-info-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline;
}
.iasion-project-info-item label {
    display: inline-block;
   margin: 20px;
   font-size: 15px;

}
.iasion-related-projects {
    margin-top: 50px;
}
.iasion-related-projects h4 {
    margin: 0 0 30px;
    text-transform: none;
    text-transform: uppercase;
    font-size: 17px;
}
.single-related-project {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 200px;
    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 */

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../img/close.png) no-repeat;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}

.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: #000;
    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: transparent;
    color: #ffffff;
    line-height: 40px;
    border: 1px solid #666;
    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;
}

.work-box-bg i.fa.fa-link{
    margin-left: -40px;
}

.work-box-bg i.fa.fa-photo{
    margin-top: 130px;
    margin-left: 10px;
}

.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;
}

.work-box-bg i.fa.fa-link{
    margin-left: -40px;
}

.lightbox i.fa{
    height: 40px;
    width: 40px;
    background: transparent;
    /*color: #ffffff;*/
    line-height: 40px;
    border: 1px solid;
    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;
    z-index: 999;
}

.lightbox i.fa.fa-search{
    margin-top: 130px;
    margin-left: 10px;
}

.single-work-box:hover .lightbox i.fa{
    opacity: 1;
    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 #d9f3ff;
    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: transparent;
    color: #222!important;
    border-color: #000;
}
.slicknav_menu {
    display: none;
}

.monitor-padding-right{
    padding-right: 50px;
}




/* ==================================================================
 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;
}

/* ==================================================================
  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: "Lato",sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    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;
}


/* Pricing Table */

.pricing-box{
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 10px 30px 10px;
    text-align: center;
    border-radius: 5px;
}

 .pbox-title{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 30px;
 }

 .pbox-price .price-amount{
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding-top: 40px;
    margin-bottom: 30px;
 }  

 .pbox-price .currency{
    font-size: 18px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
 }

 .price-duration{
    font-size: 22px;
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
 }

 .pfeature-list{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: block;
 }

 .pbox-btn{
    margin-bottom: 60px;
 }
 .mar-20-left{
    margin-left: 40px !important;
 }

.service-image-parent .wpb_single_image.wpb_content_element{
    margin-bottom: 0px; 
}

.service-height{
  height: 440px !important;
}

.service-height img{
  height: 440px !important;
}

.choose-height{
  height: 520px !important;
}

.choose-height>.vc_column-inner{
  height: 520px !important;
}

.no-gutter{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 0px !important;
}

.service-height .vc_column-inner {
  padding-top: 0px !important;
}

.img-pop-up-height{
    height: 520px;
}

.img-pop-up-height .vc_column-inner {
 padding-top: 0px;
}
