.video-section .video-holder {
    text-align: right;
}

.video-section .video-holder .img-wrap {
    position: relative;
    text-align: right;
    
}


.video-section .video-holder .img-wrap img,
.img-wrap.pointer > div {
    position: relative;
    z-index: 2;
}
.video-section .video-holder .img-wrap img {
    border-radius: 10px;
}
.img-wrap.pointer>div:not(.play-button)  {
    display: inline-block;
}
.video-section .img-wrap-bkg {
    margin-bottom: 60px;
}
.video-section .img-wrap-bkg:before {
    position: absolute;
    content: '';
    display: block;
    background: url(../../images/layout/image-decoration.png) no-repeat;
    background-size: 273px 238px;
    width: 273px;
    height: 238px;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.statistic img {
    /* border-radius: 50%; */
    margin-bottom: 10px;
}

.fr-types-section .img {
	text-align: center;
	margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}

.fr-types-section h3 {
	text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.fr-types-section .frn-type-wrap {
	padding: 0px 15px 10px;
}
.fr-types-section .frn-type-wrap > p {
    margin-bottom: 30px;
}

.fr-types-section .fr-type {
	padding: 20px 20px 40px;
	box-shadow: var(--card-shadow-v2);
    border-radius: 8px;
    background-color: #fff;
}

.fr-types-section .fr-type ul {
	padding: 0;
    list-style: none;
}

.fr-types-section .fr-type ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.fr-types-section .fr-type ul li:last-child {
    margin-bottom: 0;
}

.fr-types-section .fr-type ul li:before {
	content: '\2714';
	color: var(--list-check-color-hero-section);
	font-size: 18px;
	margin-right: 20px;
    position: absolute;
    top: 3px;
    left: 0;
}

.sub-industries-links {
    text-align: center;
    max-width: 90%;
    margin: 0 auto;
}

.sub-industries-links a {
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin: 30px 30px 0;
    min-width: 200px;
}

.sub-industries-links a:before,
.sub-industries-links a:after  {
    content: '';
    display: block;
    background: var(--link-color);
    height: 8px;
    width: 2px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.sub-industries-links a:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px;
}


.content-section .img-wrap {
    margin: 0 auto 20px auto;
}

.section-holder.content-section  h2 {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .video-section h2 {
        text-align: left;
    }

    .video-section .video-holder .img-wrap-bkg {
        margin-bottom: 25px;
    }

    .video-section .video-holder .img-wrap-bkg:before {
        top: -39px;
        left: -150px;
    }

    .statistics-section ul.slick-dots{
        margin-top: 40px;
    }

    .fr-types-section ul.slick-dots{
        margin-top: 20px;
    }

    .fr-types-section h2 {
        text-align: left;
    }

    .fr-types-section h3 {
        width: 100%;
    }

    .fr-types-section .in-section-cta {
        text-align: center;
    }

    .sub-industries-section h2 {
        text-align: left;
    }

    .sub-industries-links {
        text-align: left;
        max-width: initial;
    }

    .sub-industries-links a {
        margin: 20px 0 0;
    }

    .sub-industries-links a:first-child {
        margin-top: 0;
    }

}