
/****** SVG ICON START *******/

.svg-icon.inline{
    display: inline-block;
    margin-right: 10px;
}
.svg-icon.align-center img{
    margin: 0 auto;
}
.svg-icon.align-right img{
    margin: 0 0 0 auto;
}
.icon-shadow .svg-icon img {
    -webkit-filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

/****** SVG ICON END ******* HEADING START *******/

.heading-wrapper .eyebrow {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 20px;
    margin-left: 3px;
    opacity: 0.5;
}

.light .heading-wrapper .eyebrow {
    color: #919191;
    border: 1px solid #919191;
    background-color: transparent;
}

.center .heading-wrapper .eyebrow {
    margin-left: auto;
    margin-right: auto;
}

/****** HEADING END ******* ICONBOX START *******/

.iconbox{
    box-sizing: border-box;
    position: relative;
}
.iconbox.fullbox-link h3{
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.iconbox:last-child{
    margin-bottom: 0;
}
.iconbox.primary {
    background-color: var(--primary-color);
    padding: 20px;
}
.iconbox.primary,
.iconbox.bordered,
.iconbox.boxed{
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.iconbox.bordered {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.iconbox.bordered.small {
    padding: 12px;
}
.iconbox.bordered.small p.like-h3 {
    font-size: 1em;
    margin-bottom: 5px;
}
.iconbox.bordered.small .subheadline {
    font-size: 0.85em;
}
.iconbox.align-center.bordered.small img, .iconbox.icon-top-center.bordered.small img {
    margin-bottom: 7px;
}

.iconbox.boxed {
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(38,46,57,.25);
    box-shadow: 0 10px 25px 0 rgba(38,46,57,.25);
}
.vc_desktop .iconbox.fullbox-link.boxed:hover {
    -webkit-box-shadow: 0 10px 25px 0 rgba(38,46,57,.25);
    box-shadow: 0 10px 25px 0 rgba(38,46,57,.25);
    z-index: 2;
}
.iconbox.show-btn {
    padding-bottom: 70px;
}
.iconbox.fullbox-link > a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.vc_desktop .iconbox.fullbox-link:hover h3{
    color: var(--primary-color);
}
.iconbox .iconbox-content{
    font-size: 0.9em;
    padding: 0;
    margin-top: 3px;
}
.iconbox .iconbox-content span.text-link {
    font-size: 0.9em;
    line-height: 1.3em;
    position: absolute;
    bottom: 30px;
}
.iconbox .iconbox-content span.text-link i {
    margin-top: -2px;
    transform: scale(0.8);
}
.vc_desktop .iconbox.fullbox-link:hover .iconbox-content span.text-link:after {
    width: 100%;
}
.iconbox.align-center{
    text-align: center;
}
.iconbox.align-center img,
.iconbox.icon-top-center img{
    margin: 0 auto 20px;
}
.iconbox img{
    margin-bottom: 20px;
    height: auto;
}
.iconbox p,
.iconbox li{
    font-size: 0.9em;
    line-height: 1.3em;
}
.iconbox ul li + li {
    margin-top: 5px;
}
.iconbox p.like-h3 {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.iconbox p:last-child {
    margin-bottom: 0;
}
.iconbox.no-img .like-h3 {
    margin-top: 0;
}
.iconbox h4 {
    margin-top: 10px;
    font-size: 1.1em;
    line-height: 1.3em;
}
.iconbox h4 > a{
    color: var(--secondary-color);
    text-decoration: underline;
}
.vc_desktop .iconbox .iconbox-content a:hover{
    color: var(--primary-color);
    text-decoration: underline;
}
.vc_desktop .iconbox.fullbox-link:hover .like-h3 {
    color: var(--primary-color);
}
.iconbox .subheadline {
    font-size: 1em;
    line-height: 1.4em;
    margin: 7px 0;
}
.iconbox p + p{
    margin-top: 0;
}
.iconbox .button,
.iconbox .text-link{
    margin: 0 !important;
}
.iconbox .button:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: 0.3s all ease-in-out !important;
    -o-transition: 0.3s all ease-in-out !important;
    transition: 0.3s all ease-in-out !important;
}
.vc_desktop .iconbox .button:hover:after {
    width: 100%;
}

.iconbox.icon-left{
    display: flex;
    align-items: flex-start;
}
.iconbox.icon-left img {
    flex: none;
    margin-right: 8px;
    margin-bottom: 0;
}

.light .iconbox.boxed{
    background-color: #2c3952;
}
.light .iconbox p.like-h3{
    color: #fff;
}

.facts .iconbox{
    margin-bottom: 20px;
}
.facts .iconbox img{
    margin-top: 5px;
    margin-right: 10px;
}
.facts .iconbox h3 {
    margin-top: 0;
}

.iconbox-list-wrapper .iconbox{
    padding: 40px 0;
}
.iconbox-list-wrapper .iconbox img {
    margin-right: 30px;
}
.iconbox-list-wrapper .iconbox .like-h3 {
    font-size: 1.6em;
    font-weight: 700;
}
.iconbox-list-wrapper .iconbox + .iconbox{
    border-top: 1px solid #ccc;
}

/******* ICONBOX END ****** IMAGEBANNER START *******/

.imagebanner{
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.imagebanner.has-link{
    -webkit-transition: 0.3s box-shadow ease;
    -o-transition: 0.3s box-shadow ease;
    transition: 0.3s box-shadow ease-in;
}
.imagebanner > *{
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease-in;
}
.imagebanner .image-holder{
    position: relative;
}
.imagebanner .image-holder:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
    z-index: 1;
}

.imagebanner .image-holder img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.vc_desktop .imagebanner:hover .image-holder img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.imagebanner > a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.imagebanner .content {
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    width: 100%;
}
.imagebanner h3{
    color: #fff;
    font-size: 1.6em;
    margin-bottom: 0;
}
.vc_desktop .imagebanner.has-link:hover .text-link:after{
    width: 100%;
}
.imagebanner .content p{
    font-size: 1em;
    line-height: 1.4em;
    margin-top: 4px;
    color: #fff;
}
.imagebanner .content img{
    width: 100px;
    height: auto;
    margin-bottom: 20px;
}
.imagebanner .text-link{
    font-size: 0.8em;
    line-height: 1em;
    color: #fff;
    margin-top: 20px;
}
.imagebanner .text-link i {
    transform: scale(0.8);
    transform-origin: left;
    margin-top: -1px;
    margin-left: 5px;
}
.imagebanner .text-link i:before,
.imagebanner .text-link i:after{
    border-color: #fff;
}

/****** IMAGEBANNER END ******* CTA BOX START *******/

.cta-box{
    padding: 50px;
    margin-bottom: 30px;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s background-color ease-in;
    transition: 0.3s background-color ease-in;
}
.vc_row-o-equal-height .cta-box{
    height: 100%;
    margin-bottom: 0;
}
.cta-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    z-index: 1;
    opacity: 0.2;
}
.cta-box.fullbox-link > a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.cta-box.btn-bottom .cta-box-content{
    margin-bottom: 20px;
}
.cta-box .cta-box-inner {
    position: relative;
    z-index: 2;
}
.cta-box.btn-right .cta-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-box.btn-right .cta-box-content {
    width: 70%;
}
#main .cta-box .like-h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 20px;
}
#main .cta-box .like-h3:last-child {
    margin-bottom: 0;
}
.cta-box.light p{
    color: #fff !important;
}
.cta-box p a{
    text-decoration: underline;
}
.cta-box.no-link h3 {
    max-width: 100%;
}
.cta-box.btn-right .button{
    margin: 0 auto;
}
.cta-box.align-center{
    text-align: center;
}

.cta-box:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.cta-box.fullbox-link.primary-box:after,
.cta-box.secondary-box{
    background: var(--secondary-color);
}
.cta-box.fullbox-link.secondary-box:after{
    background: var(--primary-color);
}
.cta-box.light-gray-box{
    background: var(--light-gray);
}

.cta-box:hover:after{
    opacity: 1;
}

/******* CTA BOX END ****** TESTIMONIALS START *******/

.single-testimonial{
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.testimonial-data{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.single-testimonial .testimonial-data img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.single-testimonial .testimonial-data .name{
    text-align: left !important;
}
.single-testimonial .testimonial-data .name .name{
    font-weight: 700;
    font-size: 1.2em;
    color: var(--secondary-color);
}

/******* CTA BOX END ****** CONTENTSLIDER START *******/

.content-slider.swiper{
    margin: 50px 0;
    padding: 0 50px;
}
.content-slider.overflow{
    overflow: visible;
}
.content-slider img{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.content-slider.swiper .swiper-slide{
    height: auto;
    margin-bottom: 0;
}
.content-slider.swiper.swiper-free-mode {
    cursor: grab;
}
.content-slider .swiper-button-prev,
.content-slider .swiper-button-next{
    z-index: 11;
    width: 30px;
    opacity: 1;
    height: 100%;
    background-color: #fff;
    top: 0;
    margin: 0;
}
.content-slider .swiper-button-prev:hover,
.content-slider .swiper-button-next:hover{
    opacity: 1;
}
.content-slider .swiper-button-prev:after,
.content-slider .swiper-button-next:after{
    font-size: 2em;
    opacity: 0.5;
}
.content-slider .swiper-button-prev {
    left: 0;
    right: auto;
}
.content-slider .swiper-button-next {
    right: 0;
    left: auto;
}

#main .swiper-pagination {
    bottom: 12px;
}
.content-slider.swiper.auto-width .swiper-slide {
    width: auto;
}

/******* CONTENTSLIDER END ****** FACT START *******/

.fact{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding: 70px 0;
    min-width: 180px;
    margin: 0 30px 30px;
    position: relative;
}
.fact:before {
    content: '';
    background-color: var(--primary-color);
    display: block;
    height: 100%;
    top: 0;
    left: -5px;
    width: calc(100% + 30px);
    position: absolute;
    z-index: -1;
    transform: skewX(-30deg);
}
.fact .img-wrap{
    width: 70px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.fact p{
    margin: 0 !important;
}
.fact .fact-content{
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    color: #fff;
}
.fact .value{
    font-size: 4em;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 0;
}
.fact .caption{
    font-size: 1em;
    line-height: 1.2em;
}

/******* FACT END ****** IMAGE WALL START *******/

.image-wall {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    text-align: center;
}
.image-wall img {
    padding: 0;
    max-height: 80px;
    width: auto;
    margin: 0 auto;
    max-width: 90%;
    align-self: center;
    vertical-align: middle;
    box-sizing: border-box;
}

/******* IMAGE WALL END ****** IMAGE GALLERY GRID START *******/

.wpb_image_grid .wpb_image_grid_ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    height: unset !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    width: 32%;
    overflow: hidden;
    margin: 0 5px 5px 0;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

body .lightbox .lb-image{
    border: 0;
    border-radius: 0;
}
body .lb-data .lb-details{
    display: none;
}
body .lb-data .lb-close {
    background-image: url('../img/icons/icon-close.svg');
}
body .lb-nav a.lb-prev {
    background-image: url('../img/icons/icon-slide-chevron-left-white.svg');
    background-size: 24px;
    background-position-x: 30px;
}
body .lb-nav a.lb-next {
    background-image: url('../img/icons/icon-slide-chevron-right-white.svg');
    background-size: 24px;
    background-position-x: calc(100% - 30px);
}

/******* IMAGE GALLERY GRID END ****** CASES FACT START *******/

.cases-fact{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}
.cases-fact img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    object-position: center;
    margin-right: 12px;
}
.cases-fact .cases-fact-content .caption {
    color: var(--secondary-color);
    display: block;
    font-size: 0.65em;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 8px;
}
.cases-fact .cases-fact-content .heading{
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0;
}