/*
///// CSS Index \\\\\\
1. Slides css
2. Section Title css
3. Service box
4. Project CSS
5. Testimonial CSS
6. Project Details CSS
7. Iconic Btn CSS
9. cta CSS
10. team CSS
11. post block CSS
12. responsive block CSS
*/
/*******************
***** Common CSS
********************/

.vc_col-has-fill > div.vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > div.vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > div.vc_column-inner {
    padding-top: 0px;
}
.vc_row.wpb_row {
    overflow: hidden;
}
.vc_row.right-bg {
    background-position: right top !important;
}
.vc_row.right-bg h2 {
    margin-bottom: 20px;
}
.vc_wp_custommenu .widget h2 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.vc_wp_custommenu h2:after,
.vc_wp_custommenu h2:before {
    display: none;
}
.vc_wp_custommenu #menu-service-menu {
    padding-left: 0;
}
.vc_wp_custommenu #menu-service-menu li:first-child a {
    border-top: 1px solid #dbdbdb;
}
.vc_wp_custommenu #menu-service-menu li a {
    border-bottom: 1px solid #dbdbdb;
    display: block;
    padding: 9px 0;
    color: #868686;
}
.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding: 14px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.vc_wp_custommenu #menu-service-menu li a:hover {
    color: #19b5fe;
}
.fifty-percent-bg.vc_row {
    position: relative;
    z-index: 1;
}
.fifty-percent-bg.vc_row:after {
    background: #f4f9ff none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 52%;
    z-index: -1;
}
.fifty-percent-bg .vc_column-inner > .wpb_wrapper {
    padding: 60px 0;
}
.colored-overlay {
    position: relative;
}
.vc_row.colored-overlay:after {
    background: #19b5fe none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    width: 100%;
}
.colored-overlay .granted-section-title {
    color: #fff;
}
.colored-overlay .granted-section-title h2,
.colored-overlay .granted-section-title h2 span {
    color: #fff;
}
/*******************
***** Slides CSS
********************/

.granted-slide-st-img {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: auto !important
}
.granted-slide-tablecell .row {
    position: relative;
}
.granted-slide-text {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}
.single-granted-slide-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    display: table;
    position: relative;
    width: 100%;
    z-index: 4
}
.single-granted-slide-item:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    z-index: 2;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.granted-slide-tablecell {
    display: table-cell;
    vertical-align: middle;position: relative;z-index: 3
}
.granted-slide-tablecell .granted-slide-text h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    margin: 0 0 10px;
}
.granted-slide-buttons {
    margin-top: 30px;
}
.granted-slide-buttons a.granted-btn.filled-btn {
    border-color: #fedc32;
    background-color: #fedc32;
    color: #333;
}
.granted-slide-buttons a.granted-btn.bordered-btn {
    color: #fff;
    border-color: #fff;
}
.granted-slide-text h1 {
    font-size: 44px;
    text-transform: uppercase;
}
.granted-slide-text h1 strong {
    color: #19b5fe;
}
.granted-slide-buttons a {
    margin-right: 15px;
}
.granted-slides .owl-nav div {
    color: #fff;
    font-size: 40px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: -1;
}
.granted-slides .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
.granted-slides:hover .owl-nav div {
    left: 50px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9;
}
.granted-slides:hover .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.granted-slides .owl-dots div {
    display: inline-block;
    height: 5px;
    margin: 5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 25px;
    background-color: #000;
}
.granted-slides .owl-dots {
    bottom: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.granted-slides .owl-dots div.active {
    background-color: #fff
}
/*******************
***** Section title CSS
********************/

.granted-section-title {
    color: #9a9a9a;
    margin-bottom: 50px;
    position: relative;
}
div.granted-section-title h2 {
    color: #222;
    margin-top: 0;
    padding-top: 6px;
}
.granted-section-title h2 span {
    color: #19b5fe
}
.granted-section-title.granted-section-title-style-2 {
    text-align: center;
}
.granted-section-title.granted-section-title-2 img {
    max-width: 300px;
}
div.granted-section-title.granted-section-title-2 h2 {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #1c7af3;
    display: inline-block;
    font-size: 24px;
    left: 230px;
    line-height: 35px;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    top: 20%;
}
.granted-section-title.granted-section-title-2 {
    margin-right: 25px;
}
/*******************
***** Service box CSS
********************/

.granted-service-box {
    margin-bottom: 50px;
}
.service-box-bg {
    height: 130px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
}
.service-box-readmore i.fa {
    padding-left: 10px;
    margin-top: 15px;
}
.granted-service-box i.fa.service-icon {
    color: #1c7af3;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    width: 60px;
}
div.service-box-inner h2 {
    font-size: 18px;
    margin: 25px 0 20px;
}
.granted-section-title.granted-section-title-3 {
    border: 4px solid #1c7af3;
    padding: 30px;
    margin-right: 50px;
}
.granted-section-title.granted-section-title-3 h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
}
.granted-section-title.granted-section-title-3 h2:after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 60px;
}
.granted-service-box i.fa.service-icon:after {
    background: #1c7af3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*******************
***** Projects CSS
********************/

.granted-related-projects {
    margin-top: 30px;
}
ul.granted-project-categories {
    font-weight: 700;
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
}
.granted-project-categories li {
    color: #232323;
    cursor: pointer;
    display: inline-block;
    padding: 15px 30px 15px 0;
}
.granted-project-thumb {
    background-position: center center;
    background-size: cover;
    height: 200px;
}
.project-thumbnail-wrap {
    display: block;
    position: relative;
}
.single-granted-project-wrap {
    overflow: hidden;
}
.granted-project-hover {
    position: relative
}
.granted-project-inner {
    margin-top: 15px;
    font-size: 13px;
}
.granted-project-inner a {
    color: #333 !important;
}
.granted-project-inner h3 {
    font-size: 18px;
    margin: 0 0 5px !important;
    line-height: 25px;
}
.granted-project-inner p {
    margin: 0;
}
.project-thumb-loading {
    color: #333;
    left: 0;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.project-hover-link {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 60%;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: -1;
}
.single-granted-project-wrap:hover .project-hover-link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 50%;
    visibility: visible;
    z-index: 9;
}
.project-thumbnail-wrap {
    z-index: 1;
}
.project-thumbnail-wrap:after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}
.single-granted-project-wrap:hover .project-thumbnail-wrap:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    visibility: visible;
}
.granted-project-thumb {
    position: relative;
    z-index: 2;
}
.project-thumbnail-wrap {
    background-color: #ddd;
}
.loadmore-project-btn {
    border: 2px solid #19b5fe;
    border-radius: 50px;
    color: #19b5fe;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 10px 30px;
    text-transform: uppercase;
    -webkit-transition: .4s;
    transition: .4s;
}
.loadmore-project-btn:hover {
    background-color: #666;
    color: #fff;
    border-color: #666;
}
.load-more-projects-wrap {
    margin-top: 30px;
}
.granted-project-categories.granted-project-category-style-3 {
    margin: 0 0 20px;
    text-align: center;
}
.granted-project-categories.granted-project-category-style-2 {
    margin: 0 0 20px;
    text-align: left;
}
.granted-project-categories.granted-project-category-style-2 li {
    padding-left: 0;
    padding-right: 30px;
}
#load-next-projects-message .preloader2 {
    position: relative;
    padding: 25px 0
}
/*******************
***** Testimonials CSS
********************/

.single-granted-testimonial img {
    left: 0;
    position: absolute;
    top: 7px;
    width: 80px !important;
}
.granted-testimonial-inner {
    padding-left: 105px;
}
.granted-testimonial-inner h3 {
    font-size: 17px;
    font-weight: 500;
}
.granted-testimonial-inner h3 span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: 7px;
}
.granted-testimonial-list .owl-nav {
    text-align: center;
}
.granted-testimonial-list .owl-nav div {
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin: 8px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    text-align: center;
    width: 35px;
}
.granted-testimonial-list-masonry .single-granted-testimonial {
    position: relative;
    margin-bottom: 30px;
}
.single-granted-project-wrap {
    margin: 15px 0;
}
.granted-project-column-2 .granted-project-thumb {
    height: 400px;
}
.granted-project-column-3 .granted-project-thumb {
    height: 300px;
}
/*******************
***** Project details CSS
********************/

.project_image {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.project_image img {
    width: 100%;
}
ul.project-detail-meta {
    box-shadow: 0 0 10px #ddd;
    list-style: outside none none;
    margin-bottom: 50px;
    padding: 30px;
}
.project-detail-meta li span {
    float: right;
    position: relative;
    width: 50%;
}
.project-detail-meta li {
    overflow: hidden;
    padding: 3px 0;
}
.project-detail-meta li span:before {
    content: ":";
    padding-right: 5px;
}
.granted-btn.granted-iconic-btn i.fa {
    padding-right: 5px;
}
/*******************
***** CTA CSS
********************/

div.granted-cta-area-text h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0;
}
.granted-cta-area-text {
    padding-right: 200px;
}
.granted-cta-area {
    padding: 50px 0;
    position: relative;
}
.granted-btn.cta-btn {
    background: #fedc32 none repeat scroll 0 0;
    color: #333;
    margin-top: -27px;
    position: absolute;
    right: 0;
    top: 50%;
}
.granted-cta-area-text p:last-child {
    margin: 0;
}
/*******************
***** Team CSS
********************/

.granted-team-detail h4 {
    margin-bottom: 5px;
    margin-top: 20px;
}
.granted-team-detail {
    font-size: 13px;
}
.granted-team-img {
    position: relative;
    z-index: 1;
}
.granted-team-img:after {
    border: 3px solid;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.granted-single-team:hover .granted-team-img:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.granted-team-img {
    overflow: hidden;
    position: relative;
}
ul.granted-team-social-link {
    background: #3287f4 none repeat scroll 0 0;
    bottom: -65px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 9;
}
.granted-team-social-link li {
    display: inline-block;
}
.granted-team-img ul.granted-team-social-link li a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 33px;
    margin: 10px 5px;
    width: 35px;
}
.granted-single-team:hover ul.granted-team-social-link {
    bottom: 0;
}
/*******************
***** Post block CSS
********************/

.post-block-content h3 {
    margin: 0 0 10px;
}
.post-block-content {
    padding: 5px 0 0;
}
.granted-single-post-block a.post-block-readmore {
    color: #19b5fe;
}
.granted-single-post-block a.post-block-readmore:hover i.fa {
    padding-left: 5px
}
/*******************
***** Logo carousel CSS
********************/

.logo-c-table {
    border: 1px solid #d7e2f0;
    display: table;
    height: 115px;
    padding: 10px;
    width: 100%;
}
.logo-c-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.granted-logo-carousel {
    padding: 55px 0;
}
.granted-logo-carousel .owl-nav div {
    font-size: 30px;
    left: -30px;
    line-height: 60px;
    margin-top: -30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 60%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.granted-logo-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px;
}
.granted-logo-carousel:hover .owl-nav div {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    top: 50%;
    visibility: visible;
}
/*******************
***** Video thumbnail CSS
********************/

.granted-video-thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}
.granted-video-thumbnail img {
    width: 100%;
}
.granted-video-thumbnail:after {
    background: #333 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.granted-video-thumbnail span {
    bottom: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    z-index: 9;
}
.granted-video-thumbnail span i.fa {
    border: 3px solid #fedc32;
    border-radius: 50%;
    color: #fedc32;
    height: 25px;
    left: -24px;
    line-height: 19px;
    padding-left: 5px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 25px;
}
.granted-video-thumbnail:hover:after {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
/*******************
***** Responsive CSS
********************/
/* Mobile & Tab Layout*/

@media only screen and (max-width: 991px) {
    .granted-slide-st-img {
        display: none !important;
    }
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
    .granted-slide-text {
        padding: 140px 0 90px;
    }
    .granted-slide-tablecell .granted-slide-text h2 {
        font-size: 30px;
    }
    .granted-slides .owl-nav div {
        top: 100%;
        margin-top: -65px;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 50px;
    }
    .granted-slides .owl-nav div.owl-next {
        right: 50px;
    }
    .granted-slide-buttons a.granted-btn {
        margin-right: 5px;
        padding: 7px 15px;
    }
    .single-granted-project-wrap {
        width: 100%!important;
    }
    ul.granted-project-categories {
        margin: 0;
    }
    .single-granted-testimonial {
        padding-left: 0;
    }
    .granted-testimonial-image {
        text-align: center;
        position: static;
        display: block;
        padding-top: 30px;
    }
    .granted-testimonial-image img {
        display: inline-block;
        margin: 0 auto 0;
    }
    ul.granted-project-categories {
        text-align: center;
    }
    .granted-project-categories li {
        padding: 5px;
    }
}
/* Wide Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-granted-project-wrap.col-md-3 {
        width: 50%;
        float: left;
    }
    .contact-f.service-quote {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -30px;
    }
    .service-quote.contact-f input[type="submit"] {
        margin-left: 10px;
    }
    .service-quote input[type="submit"] {
        margin: 0!important;
        padding: 0 15px!important;
    }
    .service-quote {
        padding-left: 10px;
        padding-right: 10px;
    }
    body div .vc_row.right-bg {
        background: transparent none repeat scroll 0 0 !important;
        padding-top: 0!important;
    }
}
/* Mobile Layout: 480px. */

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .top_social,
    .top_info {
        text-align: center;
    }
    .top_info {
        text-align: center!important;
    }
    .top_info span {
        display: block;
    }
    .header-area .logo {
        position: absolute;
        z-index: 9;
    }
    .granted-slide-tablecell .granted-slide-text h2 {
        font-size: 25px;
    }
    .granted-slide-tablecell .granted-slide-text h1 {
        font-size: 25px;
    }
    .granted-slide-tablecell .granted-slide-text {
        padding: 0;
    }
    .single-granted-slide-item,
    .slider-preloader-wrap {
        max-height: 450px;
    }
    .granted-slides .owl-nav div {
        display: none!important;
    }
    .granted-service-box {
        padding: 0;
    }
    .granted-cta-area-text {
        padding-right: 0;
    }
    .granted-btn.cta-btn {
        position: static;
        margin: 15px auto 0;
    }
    .granted-cta-area {
        text-align: center;
    }
    .right-bg > div {
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
    }
    .granted-testimonial-image img {
        top: 50px;
        left: 30px;
    }
    .single-granted-testimonial {
        padding-left: 15px;
    }
    .granted-single-team {
        margin-top: 40px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .quote_form {
        padding: 30px 20px!important;
    }
    .service-quote.contact-f {
        margin-left: -40px;
        padding: 20px;
        margin-right: 0;
    }
    .granted-testimonial-image h3 {
        text-align: left;
    }
    .owl-item .granted-testimonial-image h3 {
        padding-left: 10px;
    }
    body div .vc_row.right-bg {
        background: transparent none repeat scroll 0 0 !important;
        padding-top: 0!important;
    }
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-granted-project-wrap {
        width: 50%!important;
    }
}