
/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 70px 0px;
}

.about-section:before{
	position:absolute;
	content: '';
	left: 0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
	background-color: #f9f8fc;
}

.about-section .title-column{
	position: relative;
}

.about-section .title-column .sec-title{
	margin-bottom:20px;
}

.about-section .title-column .inner-column{
	position: relative;
	padding-top: 30px;
	margin-bottom:45px;
}

.about-section .title-column .text{
	position: relative;
	color:#555555;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 45px;
}


/* about section */
.about__section {
    position: relative;
    padding: 130px 0 110px;
}

.about__section .image-blcok {
    position: relative;
    margin-bottom: 30px;
    padding-right: 50px;
}

.about__section .image-blcok .shape-one {
    position: absolute;
    top: 37px;
    left: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgb(238 238 236 / 50%);
}

.about__section .image-blcok .shape-two {
    position: absolute;
    top: 90px;
    left: 117px;
    animation: animation__6 7s linear infinite;
}

.about__section .image-blcok .shape-three {
    position: absolute;
    right: 126px;
    top: 248px;
}

.about__section .image-blcok .image-one {
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: 30px;
}

.about__section .image-blcok .image-one img {
    box-shadow: 0px 40px 70px 0px rgba(0, 52, 120, 0.2);
    border-radius: 0 70px 0 70px;
}

.about__section .image-blcok .image-two {
    position: relative;
    margin-top: -82px;
    margin-left: 40px;
}

.about__section .image-blcok .image-two img {
    border-radius: 100px 0 100px 0;
}
.about__section .image-blcok .award {
    position: absolute;
    right: 85px;
    bottom: 50px;
    box-shadow: 0px 30px 60px 0px rgba(0, 52, 120, 0.2);
    background: #fff;
    border-radius: 40px;
    min-width: 245px;
    padding: 16px 25px;
    padding-left: 82px;
}

.about__section .image-blcok .award .icon {
    position: absolute;
    top: 13px;
    left: 30px;
}

.about__section .image-blcok .award h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
}

.about__section .image-blcok .award .text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.about__section .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section .content-block .list {
    position: relative;
    margin-bottom: 25px;
}

.about__section .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section .content-block .list li:before {
    position: relative;
    content: "\f105";
    top: 0;
    display: inline-block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 12px;
    color: var(--theme-color);
}
.about__section .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section .content-block .list {
    position: relative;
    margin-bottom: 40px;
}

.about__section .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section .content-block .list li:before {
    position: relative;
    content: "\e900";
    top: -1px;
    display: inline-block;
    font-size: 8px;
    font-family: 'icomoon';
    font-weight: 400;
    margin-right: 15px;
    background-color: var(--theme-color);
    width: 17px;
    height: 17px;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
}

.about__section .funfacts {
    position: relative;
}

.about__section .funfacts .inner {
    border: 2px solid #443986;
    border-radius: 56px;
    padding: 33px 0;
    padding-left: 120px;
    transition: .5s;
    margin-bottom: 30px;
}

.about__section .funfacts .inner:hover {
    border-color: var(--theme-color);
}

.about__section .funfacts .count-outer {
    position: absolute;
    top: 50px;
    left: 55px;
    font-size: 40px;
    font-weight: 700;
    color: #443986;
}

.about__section .funfacts .counter-title {
    color: #443986;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}


/* about section */
.about__section2 {
    position: relative;
    padding: 130px 0 110px;
    background-color: #f2f2f2;
}

.about__section2 .image-blcok {
    position: relative;
    margin-bottom: 30px;
    padding-right: 50px;
}

.about__section2 .image-blcok .shape-one {
    position: absolute;
    top: 32%;
    left: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
}

.about__section2 .image-blcok .shape-two {
    position: absolute;
    top: -50px;
    right: 40px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    border: 70px solid rgb(255 255 255 / 50%);
}

.about__section2 .image-blcok .shape-three {
    position: absolute;
    top: 150px;
    left: -80px;
    animation: animation__6 7s linear infinite;
}

.about__section2 .image-blcok .shape-four {
    position: absolute;
    right: 107px;
    top: 248px;
}

.about__section2 .image-blcok .image-one {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

.about__section2 .image-blcok .image-one:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.about__section2 .image-blcok .image-one:hover:after {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
    opacity: 1;
}

.about__section2 .image-blcok .image-one img {
    position: relative;
}

.about__section2 .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section2 .content-block .list {
    position: relative;
    margin-bottom: 25px;
}

.about__section2 .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section2 .content-block .list li:before {
    position: relative;
    content: "\f105";
    top: 0;
    display: inline-block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 12px;
    color: var(--theme-color);
}
.about__section2 .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section2 .content-block .list {
    position: relative;
    margin-bottom: 40px;
}

.about__section2 .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section2 .content-block .list li:before {
    position: relative;
    content: "\e900";
    top: -1px;
    display: inline-block;
    font-size: 8px;
    font-family: 'icomoon';
    font-weight: 400;
    margin-right: 15px;
    background-color: var(--theme-color);
    width: 17px;
    height: 17px;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
}

.about__section2 .image-blcok .icon-box {
    position: relative;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 20px;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    margin-right: 0;
    margin-top: -140px;
}

.about__section2 .image-blcok .icon-box .icon {
    position: relative;
    width: 120px;
    height: 93px;
    margin: 0 auto;
    line-height: 93px;
    margin-bottom: 21px;
}

.about__section2 .image-blcok .icon-box .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about__section2 .image-blcok .icon-box .icon img {
    position: relative;
}

.about__section2 .image-blcok .icon-box h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #443986;
    line-height: 28px;
}


/* about section three */
.about__section3 {
    position: relative;
    padding: 130px 0 110px;
}

.about__section3 .image-blcok {
    position: relative;
    margin-bottom: 30px;
    padding-right: 50px;
}

.about__section3 .image-blcok .shape-one {
    position: absolute;
    top: 32%;
    left: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #f8f8f8;
}

.about__section3 .image-blcok .shape-two {
    position: absolute;
    top: -50px;
    right: 40px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    border: 70px solid #f8f8f8;
}

.about__section3 .image-blcok .shape-three {
    position: absolute;
    top: 150px;
    left: -80px;
    animation: animation__6 7s linear infinite;
}

.about__section3 .image-blcok .shape-four {
    position: absolute;
    right: 107px;
    top: 248px;
}

.about__section3 .image-blcok .image-one {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

.about__section3 .image-blcok .image-one:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    opacity: 0;
}

.about__section3 .image-blcok .image-one:hover:after {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
    opacity: 1;
}

.about__section3 .image-blcok .image-one img {
    position: relative;
}

.about__section3 .image-blcok .image-two {
    position: relative;
    text-align: right;
    margin-top: -150px;
    z-index: 2;
}

.about__section3 .image-blcok .image-two img {
    position: relative;
}

.about__section2 .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section3 .content-block .list {
    position: relative;
    margin-bottom: 25px;
}

.about__section3 .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section3 .content-block .list li:before {
    position: relative;
    content: "\f105";
    top: 0;
    display: inline-block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-right: 12px;
    color: var(--theme-color);
}
.about__section3 .content-block {
    position: relative;
    margin-bottom: 30px;
}

.about__section3 .content-block .list {
    position: relative;
    margin-bottom: 40px;
}

.about__section3 .content-block .list li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #443986;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.about__section3 .content-block .list li:before {
    position: relative;
    content: "\e900";
    top: -1px;
    display: inline-block;
    font-size: 8px;
    font-family: 'icomoon';
    font-weight: 400;
    margin-right: 15px;
    background-color: var(--theme-color);
    width: 17px;
    height: 17px;
    color: #fff;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
}