/** about-section **/

.about-section {
    position: relative;
    background: #f5f9fc;
}

.content_block_one .content-box {
    position: relative;
    display: block;
    margin-right: -10px;
}

.content_block_one .content-box .text-box p {
    line-height: 30px;
    margin-bottom: 25px;
}

.content_block_one .content-box .text-box .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 18px;
    font-weight: 500;
    padding-left: 32px;
    margin-bottom: 10px;
}

.content_block_one .content-box .text-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-15.png);
    left: 0px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.content_block_one .content-box .author-box {
    position: relative;
    display: block;
    padding: 14px 0px 4px 105px;
}

.content_block_one .content-box .author-box .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
}

.content_block_one .content-box .author-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.content_block_one .content-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--text-font);
    font-weight: 700;
    color: #444444;
    text-transform: uppercase;
}

.content_block_one .content-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.image_block_one .image-inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 23px;
}

.image_block_one .image-inner .image {
    position: relative;
    display: block;
    border-radius: 10px;
}

.image_block_one .image-inner .image img {
    width: 100%;
    border-radius: 10px;
}

.image_block_one .image-inner .image-content {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 29px;
}

.image_block_one .image-inner .image-content h2 {
    font-size: 158px;
    line-height: 120px;
    font-family: var(--text-font);
    font-weight: 800;
    margin-bottom: 15px;
}

.image_block_one .image-inner .image-content span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--roboto);
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/** about-style-two **/

.about-style-two {
    position: relative;
}

.image_block_three .image-box {
    position: relative;
    display: block;
}

.image_block_three .image-box .image {
    position: relative;
    display: block;
}

.image_block_three .image-box .image img {
    width: 100%;
}

.image_block_three .image-box .image-content {
    position: relative;
    display: block;
    background: #ff7523;
    padding: 31px 30px 33px 133px;
}

.image_block_three .image-box .image-content .icon-box {
    position: absolute;
    left: 40px;
    top: 33px;
}

.image_block_three .image-box .image-content h3 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 31px;
    font-family: var(--text-font);
    color: #fff;
    font-weight: 500;
}

.image_block_three .image-box .support-box {
    position: absolute;
    left: -60px;
    bottom: 195px;
    width: 294px;
    background: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 6px 0px 38px 0px rgba(0, 0, 0, 0.09);
    padding: 22px 30px 21px 103px;
}

.image_block_three .image-box .support-box .icon-box {
    position: absolute;
    left: 35px;
    top: 30px;
}

.image_block_three .image-box .support-box p {
    font-size: 20px;
    line-height: 30px;
    color: #434d5f;
    font-weight: 500;
}

.image_block_three .image-box .support-box p a {
    display: inline-block;
    color: #434d5f;
}

.image_block_three .image-box .support-box p a:hover {}

.content_block_five .content-box {
    position: relative;
    display: block;
}

.content_block_five .content-box .text-box p {
    margin-bottom: 28px;
}

.content_block_five .content-box .text-box p:last-child {
    margin-bottom: 0px;
}

.content_block_five .content-box .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_block_five .content-box .list-inner .list-item li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #2a2a2a;
    margin-bottom: 11px;
    padding-left: 36px;
}

.content_block_five .content-box .list-inner .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-38.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 9px;
    background-repeat: no-repeat;
}

.content_block_five .content-box .link-btn a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    color: #f1673e;
    font-weight: 700;
    text-transform: uppercase;
}

.content_block_five .content-box .link-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 34px;
}

.content_block_five .content-box .link-btn a span:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-39.png);
    right: 0px;
    bottom: 8px;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}

/** about-style-three **/

.about-style-three {
    position: relative;
    background: #123353;
}

.image_block_four .image-box {
    position: relative;
    display: block;
    padding-bottom: 32px;
}

.image_block_four .image-box .image {
    position: relative;
    display: block;
    border-radius: 15px;
}

.image_block_four .image-box .image img {
    width: 100%;
    border-radius: 15px;
}

.image_block_four .image-box .image-content {
    position: absolute;
    left: -145px;
    top: 40px;
    width: 266px;
    background: #fff;
    padding: 19px 60px 18px 80px;
    border-radius: 10px;
}

.image_block_four .image-box .image-content .icon-one {
    position: absolute;
    left: 15px;
    top: 9px;
}

.image_block_four .image-box .image-content .icon-two {
    position: absolute;
    top: 20px;
    right: 20px;
}

.image_block_four .image-box .image-content h5 {
    font-size: 18px;
    line-height: 28px;
    color: #13171a;
    font-weight: 500;
}

.image_block_four .image-box .experience-box {
    position: absolute;
    left: -118px;
    bottom: 0px;
    background: #348df8;
    width: 200px;
    padding: 38px 30px 39px 34px;
    border-radius: 20px 0px 20px 0px;
}

.image_block_four .image-box .experience-box h2 {
    display: block;
    font-size: 75px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 13px;
}

.image_block_four .image-box .experience-box h3 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 16px;
}

.image_block_four .image-box .experience-box h3:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.content_block_eight .content-box {
    position: relative;
    display: block;
}

.content_block_eight .content-box .text-box p {
    color: #fff;
    margin-bottom: 21px;
}

.content_block_eight .content-box .text-box p:last-child {
    margin-bottom: 0px;
    opacity: 0.5;
}

.content_block_eight .content-box .inner-box {
    position: relative;
    display: block;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.content_block_eight .content-box .inner-box .single-item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    padding-left: 105px;
}

.content_block_eight .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 0px;
    top: -8px;
}

.content_block_eight .content-box .inner-box .single-item h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #feffff;
    font-weight: 500;
}

.content_block_eight .content-box .support-box {
    position: relative;
    display: block;
    padding-left: 63px;
}

.content_block_eight .content-box .support-box .icon-box {
    position: absolute;
    left: 0px;
    top: 4px;
}

.content_block_eight .content-box .support-box span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.content_block_eight .content-box .support-box a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-family: var(--jost);
    font-weight: 500;
    color: #fff;
}

.content_block_eight .content-box .support-box a:hover {}

.about-style-three .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/** about-style-four **/

.about-style-four {
    position: relative;
}

.content_block_nine .content-box {
    position: relative;
    display: block;
}

.content_block_nine .content-box .text-box p:first-child {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 28px;
}

.content_block_nine .content-box .author-info {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_nine .content-box .author-box {
    position: relative;
    display: block;
    padding: 10px 0px 0px 86px;
    margin-right: 78px;
}

.content_block_nine .content-box .author-box:before {
    position: absolute;
    content: '';
    background: #939393;
    width: 1px;
    height: calc(100% - 5px);
    top: 5px;
    right: -41px;
}

.content_block_nine .content-box .author-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 61px;
    height: 61px;
    border-radius: 50%;
}

.content_block_nine .content-box .author-box .author-thumb img {
    width: 100%;
    border-radius: 50%;
}

.content_block_nine .content-box .author-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-family: var(--roboto);
    font-weight: 700;
    margin-bottom: 3px;
}

.content_block_nine .content-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
    color: #dd5903;
}

.image_block_six .image-box {
    position: relative;
    display: flex;
    margin-right: -111px;
    align-items: center;
}

.image_block_six .image-box .image {
    position: relative;
    display: block;
}

.image_block_six .image-box .image img {
    width: 100%;
}

.image_block_six .image-box .image-content {
    position: absolute;
    left: -97px;
    bottom: 21px;
    width: 275px;
    background: #fff;
    border-radius: 7px;
    padding: 17px 60px 16px 28px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.image_block_six .image-box .image-content .icon-box {
    position: absolute;
    top: 8px;
    right: 11px;
}

.image_block_six .image-box .image-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #0b1953;
    font-weight: 700;
}

/** about-style-five **/

.about-style-five {
    position: relative;
}

.image_block_seven .image-box {
    position: relative;
    display: block;
    padding-left: 220px;
    margin-left: -100px;
    margin-right: 87px;
}

.image_block_seven .image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 209px;
    border-radius: 20px 100px 100px 100px;
}

.image_block_seven .image-box .image-2 img {
    width: 100%;
    border-radius: 20px 80px 100px 100px;
}

.image_block_seven .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 200px;
}

.image_block_seven .image-box .image-1 img {
    width: 100%;
    border-radius: 200px;
}

.image_block_seven .image-box .image-shape .shape-1 {
    position: absolute;
    left: 127px;
    top: 122px;
    width: 79px;
    height: 79px;
    background: #f1673e;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.image_block_seven .image-box .image-shape .shape-2 {
    position: absolute;
    right: -45px;
    bottom: 0px;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.content_block_ten .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

.content_block_ten .content-box .inner-box .single-item {
    position: relative;
    display: block;
}

.content_block_ten .content-box .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 6px;
}

.content_block_ten .content-box .inner-box .single-item p {
    line-height: 24px;
}

.content_block_ten .content-box .lower-box {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_ten .content-box .lower-box .support-box {
    position: relative;
    display: block;
    padding: 13px 0px 13px 85px;
}

.content_block_ten .content-box .lower-box .support-box .thumb-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.content_block_ten .content-box .lower-box .support-box .thumb-box img {
    width: 100%;
    border-radius: 50%;
}

.content_block_ten .content-box .lower-box .support-box a {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #0b1953;
    font-weight: 700;
}

.content_block_ten .content-box .lower-box .support-box a:hover {}

/** about-style-six **/

.about-style-six {
    position: relative;
}

.about-style-six .content-box {
    position: relative;
    display: block;
}

.about-style-six .content-box .tab-btns {
    position: relative;
    max-width: 525px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    margin-bottom: 41px;
}

.about-style-six .content-box .tab-btns li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #0b1970;
    background: #f1f1f1;
    font-weight: 500;
    text-align: center;
    padding: 10px 37px;
    border-radius: 7px;
    margin-right: 20px;
    cursor: pointer;
    transition: all 500ms ease;
}

.about-style-six .content-box .tab-btns li:last-child {
    margin: 0px;
}

.about-style-six .content-box .tab-btns li.active-btn {
    color: #fff;
}

.about-style-six .content-box .content-inner p {
    color: #1b1b1b;
    margin-bottom: 29px;
}

.about-style-six .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #1b1b1b;
    font-weight: 500;
    padding-left: 38px;
    margin-bottom: 12px;
}

.about-style-six .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-107.png);
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.about-style-six .content-box .list-inner {
    padding-bottom: 32px;
}

.about-style-six .content-box .theme-btn {
    background: #32214a;
    border-radius: 5px;
    padding: 14px 40px 12px 40px;
}

.about-style-six .image-layer {
    position: absolute;
    bottom: 0px;
    right: 380px;
}

.about-style-six .pattern-layer .pattern-1 {
    position: absolute;
    top: 210px;
    right: 150px;
    width: 277px;
    height: 106px;
    background-repeat: no-repeat;
}

.about-style-six .pattern-layer .pattern-2 {
    position: absolute;
    right: 115px;
    bottom: 60px;
    width: 284px;
    height: 238px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 7s infinite linear;
    animation: zoom-fade 7s infinite linear;
}

.about-style-six.home-7 {
    background: #f1f4f7;
}

.about-style-six.home-7 .content-box .tab-btns {
    border: none;
    background: #fff;
}

/** about-style-seven **/

.about-style-seven {
    position: relative;
}

.image_block_eight .image-box {
    position: relative;
    display: block;
    padding: 275px 0px 0px 108px;
    margin-right: 38px;
}

.image_block_eight .image-box .image {
    border-radius: 10px;
}

.image_block_eight .image-box .image-1 {
    position: relative;
    z-index: 1;
}

.image_block_eight .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.image_block_eight .image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.image_block_eight .image-box .image-3 {
    position: absolute;
    top: 34px;
    right: 15px;
}

.content_block_11 .content-box {
    position: relative;
    display: block;
}

.content_block_11 .content-box .list-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ababab;
}

.content_block_11 .content-box .list-item li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #0e2a4e;
    margin-bottom: 10px;
    padding-left: 25px;
}

.content_block_11 .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-131.png);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 6px;
}

.content_block_11 .content-box .author-box {
    position: relative;
    display: flex;
    align-items: center;
}

.content_block_11 .content-box .author-box .author-info {
    position: relative;
    display: block;
    margin-right: 65px;
}

.content_block_11 .content-box .author-box .author-info h4 {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #0c1964;
    font-weight: 500;
}

.content_block_11 .content-box .author-box .author-info .designation {
    position: relative;
    display: block;
    line-height: 20px;
    color: #0e2a4e;
}

/** about-style-eight **/

.about-style-eight {
    position: relative;
}

.image_block_nine .image-box {
    position: relative;
    display: block;
    margin-right: 60px;
    padding-left: 40px;
}

.image_block_nine .image-box .image {
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.image_block_nine .image-box .image img {
    width: 100%;
    border-radius: 50%;
}

.image_block_nine .image-box .image-content {
    position: absolute;
    display: flex;
    align-items: center;
    left: -54px;
    top: 13px;
    width: 196px;
    height: 196px;
    background: #fff;
    border-radius: 50%;
    padding-left: 65px;
}

.image_block_nine .image-box .image-content h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #434d5f;
    font-weight: 500;
}

.image_block_nine .image-box .support-box {
    position: absolute;
    left: -20px;
    bottom: 103px;
    width: 294px;
    background: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 6px 0px 38px 0px rgba(0, 0, 0, 0.09);
    padding: 22px 30px 21px 103px;
}

.image_block_nine .image-box .support-box .icon-box {
    position: absolute;
    left: 35px;
    top: 30px;
}

.image_block_nine .image-box .support-box p {
    font-size: 20px;
    line-height: 30px;
    color: #434d5f;
    font-weight: 500;
}

.image_block_nine .image-box .support-box a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #434d5f;
}

.image_block_nine .image-box .support-box a:hover {}

.image_block_nine .image-box .shape {
    position: absolute;
    left: 15px;
    top: 0px;
    width: 54px;
    height: 54px;
    border: 2px solid #f26a42;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.content_block_12 .content-box {
    position: relative;
    display: block;
}

.content_block_12 .content-box .text-box {
    position: relative;
    display: block;
    margin-bottom: 37px;
}

.content_block_12 .content-box .inner-box {
    position: relative;
    display: block;
    padding-right: 160px;
    margin-bottom: 40px;
}

.content_block_12 .content-box .inner-box .list-item li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #2a2a2a;
    padding-left: 35px;
    margin-bottom: 10px;
}

.content_block_12 .content-box .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_12 .content-box .inner-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-140.png);
    width: 18px;
    height: 18px;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
}

.content_block_12 .content-box .inner-box .fact-box {
    position: absolute;
    top: 2px;
    right: 0px;
}

.content_block_12 .content-box .inner-box .fact-box .single-item {
    position: relative;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d7d7d7;
}

.content_block_12 .content-box .inner-box .fact-box .single-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.content_block_12 .content-box .inner-box .fact-box .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-family: var(--title-font);
    color: #f1673e;
    font-weight: 600;
    margin-bottom: 2px;
}

.content_block_12 .content-box .btn-box .theme-btn {
    border-radius: 40px;
}

/** about-style-nine **/

.about-style-nine {
    position: relative;
}

.image_block_ten .image-box {
    position: relative;
    display: block;
    margin-right: 23px;
    margin-left: -82px;
    padding-left: 245px;
}

.image_block_ten .image-box .image-1 {
    position: relative;
    display: block;
    border-radius: 15px;
}

.image_block_ten .image-box .image-1 img {
    width: 100%;
    border-radius: 15px;
}

.image_block_ten .image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 44px;
    border-radius: 100px 100px 15px 15px;
}

.image_block_ten .image-box .image-2 img {
    width: 100%;
    border-radius: 100px 100px 15px 15px;
}

.image_block_ten .image-box .image-shape .shape-1 {
    position: absolute;
    left: -50px;
    top: 20px;
    width: 155px;
    height: 155px;
    background: #ffc902;
    border-radius: 50%;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.image_block_ten .image-box .image-shape .shape-2 {
    position: absolute;
    left: 88px;
    bottom: 0px;
    width: 128px;
    height: 70px;
    background-repeat: no-repeat;
}

.image_block_ten .image-box .support-box {
    position: absolute;
    right: -42px;
    bottom: 36px;
    width: 294px;
    background: #fff;
    border-radius: 0px 50px 0px 50px;
    box-shadow: 6px 0px 38px 0px rgba(0, 0, 0, 0.09);
    padding: 22px 30px 21px 103px;
}

.image_block_ten .image-box .support-box .icon-box {
    position: absolute;
    left: 35px;
    top: 30px;
}

.image_block_ten .image-box .support-box p {
    font-size: 20px;
    line-height: 30px;
    color: #434d5f;
    font-weight: 500;
}

.image_block_ten .image-box .support-box a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #434d5f;
}

.image_block_ten .image-box .support-box a:hover {}

.content_block_14 .content-box {
    position: relative;
    display: block;
}

.content_block_14 .content-box .text-box {
    position: relative;
    display: block;
    padding-left: 87px;
    margin-bottom: 40px;
}

.content_block_14 .content-box .text-box .icon-box {
    position: absolute;
    left: 0px;
    top: 1px;
}

.content_block_14 .content-box .text-box p {
    font-size: 20px;
    line-height: 30px;
    color: #2b2b2b;
    font-weight: 500;
}

.content_block_14 .content-box .inner-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}

.content_block_14 .content-box .inner-box .list-item li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-left: 30px;
}

.content_block_14 .content-box .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.content_block_14 .content-box .inner-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-155.png);
    width: 17px;
    height: 16px;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
}

.content_block_14 .content-box .inner-box .theme-btn {
    background: #003866;
    padding: 22px 42px;
}

.content_block_14 .content-box .inner-box .theme-btn:hover {}

.about-style-six.home-10 {
    background: #f1f1f1;
}

.about-style-six .content-box .theme-btn:hover {}

/** about-style-ten **/

.about-style-ten {
    position: relative;
    background: #f5f5f5;
}

.image_block_11 .image-box {
    position: relative;
    display: block;
    padding-bottom: 28px;
    padding-right: 22px;
    margin-right: 37px;
}

.image_block_11 .image-box .image {
    position: relative;
    display: block;
    border-radius: 10px;
}

.image_block_11 .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.image_block_11 .image-box .image-content {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 188px;
    background: #ee5a07;
    border-radius: 10px;
    padding: 22px 30px 30px 30px;
    text-align: center;
}

.image_block_11 .image-box .image-content h2 {
    display: block;
    font-size: 75px;
    line-height: 70px;
    font-family: var(--text-font);
    color: #fff;
    font-weight: 700;
    margin-bottom: 9px;
}

.image_block_11 .image-box .image-content p {
    display: block;
    font-size: 22px;
    color: #fff;
}

.content_block_16 .content-box {
    position: relative;
    display: block;
}

.content_block_16 .content-box .text-box p:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 29px;
}

.content_block_16 .content-box .inner-box {
    position: relative;
    max-width: 570px;
}

.content_block_16 .content-box .inner-box .single-item {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 17px 30px 22px 103px;
    margin-bottom: 25px;
}

.content_block_16 .content-box .inner-box .single-item .icon-box {
    position: absolute;
    left: 26px;
    top: 22px;
}

.content_block_16 .content-box .inner-box .single-item .count-outer {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #0b1970;
    font-weight: 500;
    margin-bottom: 1px;
}

.content_block_16 .content-box .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 18px;
    color: #0e2a4e;
    padding-left: 26px;
    margin-bottom: 9px;
}

.content_block_16 .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-131.png);
    width: 16px;
    height: 16px;
    left: 0px;
    top: 7px;
    background-repeat: no-repeat;
}

/** about-style-11 **/

.about-style-11 {
    position: relative;
}

.about-style-11 .content-box {
    position: relative;
    display: block;
}

.about-style-11 .content-box .text-box p {
    margin-bottom: 30px;
    line-height: 30px;
}

.about-style-11 .content-box .text-box p:last-child {
    margin-bottom: 0px;
}

.about-style-11 .content-box .btn-box {
    position: relative;
    display: flex;
    align-items: center;
}

.about-style-11 .content-box .btn-box .theme-btn {
    border-radius: 30px;
    padding: 14px 33px 16px 33px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--text-font);
    text-transform: none;
}

.about-style-11 .content-box .btn-box .link-btn {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #444444;
    font-weight: 500;
    padding-right: 40px;
}

.about-style-11 .content-box .btn-box .link-btn:hover {}

.about-style-11 .content-box .btn-box .link-btn:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-173.png);
    width: 22px;
    height: 11px;
    top: 12px;
    right: 0px;
    background-repeat: no-repeat;
}

.about-style-11 .content-box .sec-title h2 {
    color: #111e37;
}

.about-style-11 .inner-box {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    padding: 365px 60px 42px 50px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-style-11 .inner-box .list-item li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    background: #fff;
    border-radius: 40px;
    padding: 7px 30px 13px 60px;
    margin-bottom: 10px;
}

.about-style-11 .inner-box .list-item li:last-child {
    margin-bottom: 0px;
}

.about-style-11 .inner-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-174.png);
    width: 28px;
    height: 28px;
    left: 17px;
    top: 9px;
    background-repeat: no-repeat;
}

/** about-style-12 **/

.about-style-12 {
    position: relative;
}

.image_block_12 .image-box {
    position: relative;
    display: block;
}

.image_block_12 .image-box .image {
    position: relative;
    display: block;
    border-radius: 10px;
}

.image_block_12 .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.image_block_12 .image-box .image-content {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 202px;
    text-align: center;
    padding: 33px 30px 39px 30px;
}

.image_block_12 .image-box .image-content .bg-shape {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.image_block_12 .image-box .image-content h2 {
    display: block;
    font-size: 75px;
    line-height: 70px;
    font-family: var(--text-font);
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.image_block_12 .image-box .image-content p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
}

.image_block_12 .image-box .shape {
    position: absolute;
    left: -67px;
    bottom: 0px;
    width: 185px;
    height: 185px;
    border: 40px solid #0b1970;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: zoom-fade 4s infinite linear;
    animation: zoom-fade 4s infinite linear;
}

.about-style-12 .content_block_16 .content-box .inner-box .single-item p {
    font-size: 20px;
    line-height: 24px;
    color: #111e37;
    font-weight: 600;
}

.about-style-12 .content_block_16 .content-box .inner-box {
    max-width: 615px;
}

.about-style-12 .content_block_16 .content-box .list-item li {
    float: none;
    width: 100%;
    font-weight: 600;
}

.about-style-12 .content_block_16 .content-box .inner-box .single-item {
    padding: 24px 30px 23px 85px;
    border-radius: 8px;
}

.about-style-12 .content_block_16 .content-box .inner-box .single-item .icon-box {
    left: 14px;
    top: 20px;
}

/** about-style-13 **/

.about-style-13 {
    position: relative;
}

.image_block_13 .image-box {
    position: relative;
    display: block;
    padding-left: 80px;
    padding-bottom: 210px;
}

.image_block_13 .image-box .image {
    border-radius: 10px;
}

.image_block_13 .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.image_block_13 .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.image_block_13 .image-box .logo-icon {
    position: absolute;
    right: 6px;
    bottom: 22px;
}

.content_block_17 .content-box {
    position: relative;
    display: block;
}

.content_block_17 .content-box .text-box p {
    line-height: 30px;
    margin-bottom: 44px;
}

.content_block_17 .content-box .text-box .list-item li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 38px;
    margin-bottom: 12px;
}

.content_block_17 .content-box .text-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-185.png);
    width: 22px;
    height: 23px;
    left: 0px;
    top: 4px;
    background-repeat: no-repeat;
}

.content_block_17 .content-box .progress-box p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 6px;
}

.content_block_17 .content-box .progress-box .bar {
    position: relative;
    width: 100%;
    height: 11px;
    background: #dedede;
    border-radius: 25px;
}

.content_block_17 .content-box .progress-box .bar-inner {
    position: relative;
    display: block;
    background: var(--theme-color);
    width: 0px;
    height: 11px;
    border-radius: 25px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.about-style-13 .content_block_17 .content-box .progress-box .bar-inner:before {
    display: none;
}

.content_block_17 .content-box .progress-box .count-text {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
}

/** about-style-13 **/

.about-style-13 {
    position: relative;
}

.about-style-13 .content_block_16 .content-box .inner-box .single-item {
    padding: 0px;
    padding-left: 65px;
    border: none;
}

.about-style-13 .content_block_16 .content-box .inner-box .single-item .icon-box {
    left: 0px;
}

.content_block_16 .content-box .inner-box .single-item h3 {
    font-size: 22px;
    line-height: 26px;
    color: #0b1970;
    font-weight: 500;
}

.about-style-13 .content_block_16 .content-box .inner-box .single-item .icon-box {
    top: 10px;
}

.about-style-13 .content_block_16 .content-box .list-item li {
    float: none;
    width: 100%;
    font-weight: 600;
}

.about-style-13 .content_block_16 .content-box .inner-box {
    max-width: 600px;
    padding-bottom: 20px;
}

.about-style-13 .image_block_11 .image-box .image-content p {
    font-weight: 600;
}

.about-style-13 .image_block_11 .image-box .image-content {
    background: #f1673e;
}

/** about-style-14 **/

.about-style-14 {
    position: relative;
}

.about-style-14 .image-box {
    position: relative;
    display: block;
    margin-right: 107px;
    margin-left: -74px;
}

.about-style-14 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style-14 .image-box .image img {
    width: 100%;
}

.about-style-14 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    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);
}

.about-style-14 .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about-style-14 .content_block_nine .content-box .text-box p:first-child {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 40px;
}

.about-style-14 .content_block_nine .content-box .author-box .author-thumb {
    width: 82px;
    height: 82px;
}

.content_block_nine .content-box .author-box {
    padding: 11px 0px 11px 108px;
}

.content_block_nine .content-box .author-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #000000;
    font-weight: 600;
}

.content_block_nine .content-box .author-box .designation {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: var(--text-font);
    font-weight: 400;
}

/** about-style-15 **/

.about-style-15 {
    position: relative;
    background: #042544;
}

.about-style-15 .image-box {
    position: relative;
    display: block;
    padding-bottom: 66px;
    padding-right: 150px;
}

.about-style-15 .image-box .image img {
    width: 100%;
}

.about-style-15 .image-box .image-2 {
    position: absolute;
    right: -5px;
    bottom: 0px;
}

.about-style-15 .content_block_one .content-box .text-box p {
    color: #fff;
}

.about-style-15 .content_block_one .content-box .text-box .list-item li,
.about-style-15 .content_block_one .content-box .author-box h4,
.about-style-15 .content_block_one .content-box .author-box .designation {
    color: #fff;
}

/** about-style-16 **/

.about-style-16 {
    position: relative;
}

.about-style-six .image_block_13 .image-box {
    padding-left: 0px;
}

.about-style-six .image_block_13 .image-box .image-2 {
    left: inherit;
    right: -75px;
}

.about-style-six .image_block_13 .image-box .logo-icon {
    right: inherit;
    left: 0px;
}

/** about-style-17 **/

.about-style-17 {
    position: relative;
    background: #f6f7f8;
}

.about-style-17 .image-box {
    position: relative;
}

.about-style-17 .image-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.about-style-17 .image-box .image img {
    width: 100%;
    border-radius: 10px;
}

.about-style-17 .image-box .image:before {
    position: absolute;
    top: 0;
    left: -85%;
    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);
}

.about-style-17 .image-box .image:hover:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

.about-style-17 .image-box .image-content {
    position: absolute;
    right: 0px;
    bottom: 40px;
    width: 180px;
    text-align: center;
    border-radius: 7px;
    padding: 28px 10px 31px 10px;
}

.about-style-17 .image-box .image-content .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
}

.about-style-17 .image-box .image-content h2 {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    font-family: var(--roboto);
    color: #fff;
    font-weight: 900;
    margin-bottom: 7px;
    padding-right: 15px;
}

.about-style-17 .image-box .image-content h2 span {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 30px;
}

.about-style-17 .image-box .image-content h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 21px;
    font-family: var(--text-font);
    color: #fff;
}

.about-style-17 .content-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

.about-style-17 .content-box .text-box h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #082680;
    font-weight: 500;
    margin-bottom: 32px;
}

.about-style-17 .content-box .text-box p {
    line-height: 32px;
}

.about-style-17 .content-box .list-item li {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 500;
    color: #242424;
    margin-bottom: 6px;
    padding-left: 40px;
}

.about-style-17 .content-box .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-234.png);
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
    background-repeat: no-repeat;
}

.about-style-17 .content-box .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--jost);
    color: #18315b;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 5px;
    padding: 14px 30px 13px 30px;
}

.about-style-17 .content-box .btn-box a span {
    position: relative;
    padding-right: 47px;
}

.about-style-17 .content-box .btn-box a span:before {
    position: absolute;
    content: '';
    background-image: url(../../images/icons/icon-235.png);
    width: 24px;
    height: 12px;
    top: 5px;
    right: 0px;
    background-repeat: no-repeat;
}

/** about-style-18 **/

.about-style-18 {
    position: relative;
}

.about-style-18 .content_block_nine .content-box .text-box p:first-child {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Yantramanav', sans-serif;
    color: #242424;
    font-weight: 500;
}

.about-style-18 .content_block_nine .content-box .author-box .author-thumb {
    width: 73px;
    height: 73px;
    top: 0px;
}

.about-style-18 .content_block_nine .content-box .author-box {
    padding: 6px 0px 7px 105px;
    margin-right: 30px;
}

.about-style-18 .content_block_nine .content-box .author-box:before {
    display: none;
}

.about-style-four.about-page .image-box .image-content {
    position: absolute;
    left: -43px;
    bottom: 43px;
    width: 275px;
    background: #fff;
    border-radius: 7px;
    padding: 17px 60px 16px 28px;
}

.about-style-four.about-page .image-box .image-content .icon-box {
    position: absolute;
    top: 8px;
    right: 11px;
}

.about-style-four.about-page .image-box .image-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--text-font);
    color: #0b1953;
    font-weight: 700;
}

.about-style-four.about-page .content_block_nine .content-box .author-box h3 {
    color: #242424;
}

.about-style-four.about-page .content_block_nine .content-box .author-box .designation {
    color: #f1673e;
    font-size: 15px;
    font-family: var(--jost);
    font-weight: 700;
    text-transform: uppercase;
}

.about-style-four.about-page .content_block_nine .content-box .author-box:before {
    background: #e1e5e9;
}