/*** 
========================================
   About Style1 Css
========================================
***/
.about-style1 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style1__shape1 {
   position: absolute;
   top: 10%;
   transform: translateY(0%);
   right: 0;
   opacity: 0.05;
   mix-blend-mode: luminosity;
}

.about-style1__shape1 img {
   width: auto;
}

.about-style1__left {
   position: relative;
   display: block;
   margin-left: -280px;
   margin-right: 50px;
}

.about-style1-round {
   position: relative;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: rgb(255, 255, 255, .55);
   border: 1px solid #dde5e5;
   margin-left: 0px;
   z-index: 11;
}

.about-style1-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-black);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style1-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style1-round-text__dot .box1 {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style1-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid #dde5e5;
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style1-round .overlay-text img {
   width: auto;
}

.about-style1__left ul {
   position: relative;
   display: flex;
   align-items: center;
}

.about-style1__left ul li {
   position: relative;
   display: block;
}

.about-style1__left ul li+li {
   margin-left: 30px;
}

.about-style1__left ul li .img2 {
   margin-bottom: 30px;
   margin-right: 115px;
}

.about-style1__left ul li .img1,
.about-style1__left ul li .img2,
.about-style1__left ul li .img3 {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
}

.about-style1__left ul li .img1::before,
.about-style1__left ul li .img2::before,
.about-style1__left ul li .img3::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .85);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style1__left ul li .img1:hover::before,
.about-style1__left ul li .img2:hover::before,
.about-style1__left ul li .img3:hover::before {
   opacity: 1;
}

.about-style1__left ul li .img1 img,
.about-style1__left ul li .img2 img,
.about-style1__left ul li .img3 img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style1__left ul li .img1:hover img,
.about-style1__left ul li .img2:hover img,
.about-style1__left ul li .img3:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style1__left .company-based {
   position: absolute;
   left: 280px;
   bottom: 120px;
   overflow: hidden;
   max-width: 270px;
   background-color: var(--thm-black-bg);
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 84%, 84% 100%, 0 100%, 0 0);
   padding: 40px 37px 32px;
   z-index: 5;
}

.about-style1__left .company-based .flag {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 70px;
   height: 70px;
   overflow: hidden;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid var(--thm-white);
   font-size: 70px;
   line-height: 0;
   margin: 0 auto;
}

.about-style1__left .company-based .title {
   position: relative;
   display: block;
   padding-top: 20px;
}

.about-style1__left .company-based .title h3 {
   color: var(--thm-white);
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 14px;
}

.about-style1__left .company-based .title p {
   color: var(--thm-body-font-color-2);
}

.about-style1__right {
   position: relative;
   display: block;
}

.about-style1__right .sec-title {
   padding-bottom: 31px;
}

.about-style1-text {
   position: relative;
   display: block;
   max-width: 460px;
   width: 100%;
}

.about-style1-text p {
   margin: 0;
}

.about-style1-list {
   position: relative;
   display: block;
   padding-top: 25px;
}

.about-style1-list .title {
   position: relative;
   display: block;
}

.about-style1-list .title h3 {
   font-size: 24px;
   line-height: 34px;
   margin-bottom: 10px;
}

.about-style1-list .title p {
   margin: 0;
}

.about-style1-list ul {
   position: relative;
   display: block;
   padding-top: 16px;
}

.about-style1-list ul li {
   position: relative;
   display: flex;
   align-items: center;
}

.about-style1-list ul li+li {
   margin-top: 8px;
}

.about-style1-list ul li .icon {
   position: relative;
   display: block;
   color: var(--thm-primary-color);
   font-size: 19px;
   line-height: 0;
}

.about-style1-list ul li p {
   position: relative;
   display: block;
   margin: 0;
   margin-left: 5px;
   flex: 1;
   font-size: 18px;
   line-height: 28px;
   font-family: var(--thm-font-2);
   font-weight: 500;
}

.about-style1-certification {
   position: relative;
   display: flex;
   align-items: center;
   overflow: hidden;
   background-color: var(--thm-white);
   border-radius: var(--thm-border-radius);
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
   clip-path: polygon(100% 0, 100% 65%, 92% 100%, 0 100%, 0 0);
   padding: 20px 30px 20px;
   margin-top: 32px;
   max-width: 470px;
}

.about-style1-certification .left-box {
   position: relative;
   display: block;
   width: 125px;
}

.about-style1-certification .left-box-inner {
   position: relative;
   display: block;
   width: 125px;
   height: 90px;
   text-align: center;
   overflow: hidden;
   padding-top: 10px;
}

.about-style1-certification .left-box-img {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center center;
   z-index: -1;
}

.about-style1-certification .left-box .rating {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
}

.about-style1-certification .left-box .rating li {
   position: relative;
   display: block;
   color: var(--thm-primary-color);
   font-size: 14px;
   line-height: 0;
   cursor: pointer;
}

.about-style1-certification .left-box .rating li+li {
   margin-left: 4px;
}

.about-style1-certification .left-box .title {
   position: relative;
   display: block;
   padding-top: 7px;
}

.about-style1-certification .left-box .title h6 {
   font-size: 14px;
   line-height: 16px;
}

.about-style1-certification .left-box .title p {
   color: var(--thm-black);
   font-size: 13px;
   line-height: 18px;
   font-weight: 500;
}

.about-style1-certification .right-box {
   position: relative;
   display: block;
   margin-left: 20px;
   border-left: 1px solid var(--thm-border-color);
   padding-left: 25px;
   flex: 1;
}

.about-style1-certification .right-box h5 {
   color: var(--thm-primary-color);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 4px;
}

.about-style1-certification .right-box h3 {
   font-size: 20px;
   line-height: 24px;
   font-weight: 600;
}



/*** 
========================================
   About Style2 Css
========================================
***/
.about-style2 {
   overflow: hidden;
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style2_bg {
   position: relative;
   height: 100%;
   width: calc((100% - 200px) / 2);
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top left;
}

.about-style2-fact-counter {
   /*position: absolute;
   bottom: 0;
   margin-left: 215px;*/
}

.single-about-style2-fact-counter {
   position: relative;
   display: block;
   overflow: hidden;
   max-width: 270px;
   background-color: var(--thm-black-bg);
   border-top-left-radius: var(--thm-border-radius);
   padding: 32px 30px 31px;
}

.single-about-style2-fact-counter::before {
   content: "";
   position: absolute;
   right: -1px;
   bottom: -1px;
   width: 40px;
   height: 40px;
   background-color: var(--thm-gray-bg);
   clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.single-about-style2-fact-counter .sub-title {
   position: relative;
   display: block;
   padding-bottom: 21px;
}

.single-about-style2-fact-counter .sub-title h6 {
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   font-weight: 600;
   text-transform: uppercase;
}

.single-about-style2-fact-counter .odometer-counting {
   position: relative;
   display: flex;
   align-items: center;
   z-index: 5;
}

.single-about-style2-fact-counter .odometer-counting h2 {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
   font-weight: 600;
}

.single-about-style2-fact-counter .odometer-counting span {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
   font-family: var(--thm-font-2);
   font-weight: 600;
   margin-top: 1px;
}

.single-about-style2-fact-counter .odometer-counting span sub {
   position: relative;
   top: 0;
   font-size: 18px;
   line-height: 28px;
   margin-left: 10px;
}

.single-about-style2-fact-counter .border-line {
   position: relative;
   display: block;
   width: 54px;
   height: 2px;
   background: rgb(18, 38, 82);
   background: linear-gradient(90deg, rgba(18, 38, 82, 1) 0%, rgba(253, 86, 33, 1) 100%);
   margin: 24px 0px 48px;
}

.single-about-style2-fact-counter .border-line::before {
   content: "";
   position: absolute;
   top: 50%;
   right: -2px;
   width: 10px;
   height: 10px;
   background-color: var(--thm-primary-color);
   clip-path: polygon(100% 50%, 0 0, 0 100%);
   transform: translateY(-50%);
}

.single-about-style2-fact-counter .icon {
   position: absolute;
   top: 50%;
   transform: translateY(-60%);
   right: 30px;
   font-size: 120px;
   line-height: 0;
   color: #1b305d;
   z-index: 0;
}

.single-about-style2-fact-counter .text {
   position: relative;
   display: block;
}

.single-about-style2-fact-counter .text p {
   color: var(--thm-body-font-color-2);
}

.about-style2-content {
   position: relative;
   display: block;
   margin-left: 100px;
}

.about-style2-content .sec-title {
   padding-bottom: 31px;
}

.about-style2-content .text-box {
   position: relative;
   display: block;
   padding-bottom: 42px;
}

.about-style2-content .text-box p {
   margin: 0;
}

.about-style2-content .img-box {
   position: relative;
   display: block;
}

.about-style2-content .img-box img {
   width: auto;
}

.about-style2-content .rating-box {
   position: relative;
   display: flex;
   align-items: center;
   padding-top: 50px;
}

.about-style2-content .rating-box .point {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
}

.about-style2-content .rating-box .point h3 {
   color: var(--thm-white);
   font-size: 20px;
   line-height: 30px;
   font-weight: 600;
}

.about-style2-content .rating-box .title {
   position: relative;
   display: block;
   padding-left: 20px;
   flex: 1;
}

.about-style2-content .rating-box .title .icon {
   position: relative;
   display: flex;
   align-items: center;
   padding-bottom: 13px;
}

.about-style2-content .rating-box .title .icon li {
   position: relative;
   display: block;
   line-height: 0;
   color: var(--thm-primary-color);
   font-size: 15px;
}

.about-style2-content .rating-box .title .icon li+li {
   margin-left: 5px;
}

.about-style2-content .rating-box .title p {
   margin: 0;
}

.about-style2-content .rating-box .title p a {
   color: var(--thm-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style2-content .rating-box .title p a:hover {
   color: var(--thm-primary-color);
}



/*** 
========================================
   About Style3 Css
========================================
***/
.about-style3 {
   background-color: var(--thm-black-bg);
   padding: 114px 0px 112px;
   z-index: 10;
}

.about-style3 .row {
   align-items: center;
}

.about-style3__content {
   position: relative;
   display: block;
}

.about-style3__content .title-box {
   position: relative;
   display: block;
   padding-bottom: 21px;
}

.about-style3__content .title-box h6 {
   color: var(--thm-body-font-color-2);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
   margin-bottom: 3px;
}

.about-style3__content .title-box h3 {
   color: var(--thm-white);
   font-size: 20px;
   line-height: 30px;
   text-transform: uppercase;
}

.about-style3__content .text-box {
   position: relative;
   display: block;
}

.about-style3__content .text-box p {
   color: var(--thm-body-font-color-2);
}

.about-style3__content .btn-box {
   position: relative;
   display: block;
   padding-top: 24px;
}

.about-style3__content .btn-box a {
   position: relative;
   display: inline-flex;
   align-items: center;
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   font-family: var(--thm-font-2);
   font-weight: 700;
   text-transform: uppercase;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style3__content .btn-box a:hover {
   color: var(--thm-primary-color);
}

.about-style3__content .btn-box a i {
   position: relative;
   top: -1px;
   font-size: 20px;
   margin-left: 5px;
}

.about-style3__right {
   position: relative;
   display: block;
   padding-left: 50px;
   margin-right: -337px;
}

.about-style3__right .big-title {
   position: absolute;
   top: 50%;
   transform: translateY(-50%) rotate(180deg);
   left: -7px;
   writing-mode: vertical-lr;
}

.about-style3__right .big-title h2 {
   color: #203565;
   font-size: 40px;
   line-height: 1.0em;
   text-transform: uppercase;
}

.about-style3-round {
   position: relative;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: #2a3c64;
   border: 1px solid #516181;
   margin-left: 0px;
   z-index: 11;
}

.about-style3-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-white);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style3-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style3-round-text__dot li {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style3-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style3-round .overlay-text .inner {
   position: relative;
   display: block;
   text-align: center;
}

.about-style3-round .overlay-text .inner h2 {
   color: var(--thm-primary-color);
   font-size: 48px;
   line-height: 1.0em;
}

.about-style3-round .overlay-text .inner h6 {
   color: var(--thm-white);
   font-size: 14px;
   line-height: 24px;
   text-transform: uppercase;
}

.about-style3__img {
   position: absolute;
   bottom: -147px;
   right: 0;
}



/*** 
========================================
   About Style4 Css
========================================
***/
.about-style4 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style4__left {
   position: relative;
   display: block;
   margin-right: 40px;
   padding-bottom: 120px;
}

.about-style4__img1 {
   position: relative;
   display: block;
   overflow: hidden;
   margin-right: 120px;
   border-radius: var(--thm-border-radius);
}

.about-style4__img1::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .9);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style4__img1:hover::before {
   opacity: 1;
}

.about-style4__img1 img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style4__img1:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style4__img2 {
   position: absolute;
   right: 0;
   bottom: 0;
   padding: 20px 20px 0px;
   padding-right: 0;
   z-index: 2;
}

.about-style4__img2 .box {
   position: absolute;
   top: 0;
   left: 0;
   width: 220px;
   height: 260px;
   border-radius: var(--thm-border-radius);
   background-color: var(--thm-primary-color);
   z-index: -1;
}

.about-style4__img2 .inner {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius: var(--thm-border-radius);
   clip-path: polygon(100% 0, 100% 85%, 85% 100%, 0 100%, 0 0);
}

.about-style4__img2 .inner::before {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0;
   background: rgba(var(--thm-black-bg-rgb), .9);
   -webkit-transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   transition: all 0.5s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0.2s;
   z-index: 1;
}

.about-style4__img2 .inner:hover::before {
   opacity: 1;
}

.about-style4__img2 .inner img {
   width: 100%;
   transform: scale(1.0);
   transition: all 1500ms ease;
}

.about-style4__img2 .inner:hover img {
   transform: scale(1.07) rotate(0deg);
}

.about-style4-round {
   position: absolute;
   top: 50px;
   right: 38px;
   width: 165px;
   height: 165px;
   overflow: hidden;
   border-radius: 50%;
   background-color: var(--thm-black);
   margin-left: 0px;
   z-index: 11;
}

.about-style4-round-text {
   position: absolute;
   top: -5px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 165px;
   height: 165px !important;
   color: var(--thm-white);
   font-size: 14px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: -.09em;
   transform: rotate(0deg);
}

.about-style4-round-text__dot {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 27px;
   margin: 0px auto 0px;
   z-index: 10;
}

.about-style4-round-text__dot li {
   position: relative;
   display: block;
   width: 5px;
   height: 5px;
   background-color: var(--thm-primary-color);
   transform: rotate(45deg);
}

.about-style4-round .overlay-text {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 105px;
   height: 105px;
   border-radius: 50%;
   background-color: var(--thm-black-bg);
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style4-round .overlay-text img {
   width: auto;
}

.about-style4__right {
   position: relative;
   display: block;
}

.about-style4__right .sec-title {
   padding-bottom: 31px;
}

.about-style4__right .text-box {
   position: relative;
   display: block;
}

.about-style4__right .text-box p {
   margin: 0;
}

.about-style4__content {
   position: relative;
   display: block;
   padding-top: 43px;
}

.about-style4__statements {
   position: relative;
   display: block;
}

.about-style4__statements li {
   position: relative;
   display: block;
}

.about-style4__statements li+li {
   margin-top: 24px;
}

.about-style4__statements li .icon {
   position: relative;
   display: block;
   font-size: 40px;
   line-height: 0;
}

.about-style4__statements li .icon .icon-goal .path1:before,
.about-style4__statements li .icon .icon-goal-1 .path3:before {
   color: var(--thm-black);
}

.about-style4__statements li .icon .icon-goal .path2:before,
.about-style4__statements li .icon .icon-goal-1 .path1:before,
.about-style4__statements li .icon .icon-goal-1 .path2:before {
   color: var(--thm-primary-color);
}

.about-style4__statements li .title {
   position: relative;
   display: block;
   padding-top: 13px;
}

.about-style4__statements li .title h3 {
   font-size: 24px;
   line-height: 34px;
   font-weight: 600;
   margin-bottom: 0;
}

.about-style4__statements li .title h3 a {
   color: var(--thm-black);
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style4__statements li .title h3 a:hover {
   color: var(--thm-primary-color);
}

.about-style4__statements li .title p {
   margin: 0;
}

.about-style4__statements li .btn-box {
   position: relative;
   display: block;
   line-height: 0;
   padding-top: 5px;
}

.about-style4__statements li .btn-box a {
   color: #a6aec1;
   font-size: 25px;
   line-height: 0;
   transition: all 200ms linear;
   transition-delay: 0.1s;
}

.about-style4__statements li .btn-box a:hover {
   color: var(--thm-primary-color);
}

.about-style2-fact-counter--style2 {
   position: relative;
   display: block;
   margin-left: 3px;
}

.about-style2-fact-counter--style2 .single-about-style2-fact-counter {
   border-radius: var(--thm-border-radius);
}


/*** 
========================================
   About Style5 Css
========================================
***/
.about-style5 {
   background-color: var(--thm-gray-bg);
   padding: 120px 0px 120px;
}

.about-style5__content {
   position: relative;
   display: block;
}

.about-style5__content .sec-title {
   padding-bottom: 32px;
}

.about-style5__content-text {
   position: relative;
   display: block;
   padding-bottom: 42px;
}

.about-style5__content-text p {
   margin: 0;
}

.about-style5__content-img {
   position: relative;
   display: block;
}

.about-style5__content-img img {
   width: auto;
}

.about-style5__img {
   position: relative;
   display: block;
   margin-right: -295px;
}

.about-style5__img img {
   width: auto;
   margin-left: 80px;
}

.about-style5-round {
   position: absolute;
   top: 120px;
   left: 0;
   width: 400px;
   height: 400px;
   overflow: hidden;
   border-radius: 50%;
   background-color: transparent;
   border: none;
   margin-left: 0px;
   z-index: 0;
}

.about-style5-round-text__top {
   position: absolute;
   top: -10px;
   left: 0px;
   bottom: 0;
   right: 0;
   width: 400px;
   height: 400px !important;
   color: var(--thm-primary-color);
   font-size: 16px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: 0;
   transform: rotate(-20deg);
}

.about-style5-round-text__bottom {
   position: absolute;
   top: 0px;
   left: -8px;
   bottom: 0;
   right: 0;
   width: 400px;
   height: 400px !important;
   color: var(--thm-primary-color);
   font-size: 16px;
   font-weight: 700;
   line-height: 36px;
   text-transform: uppercase;
   font-family: var(--thm-font-2);
   word-spacing: -5px;
   letter-spacing: 0;
   transform: rotate(-130deg);
}

.about-style5-round-text__dot1 {
   position: absolute;
   top: 145px;
   left: 15px;
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background-color: var(--thm-primary-color);
   z-index: 10;
}

.about-style5-round .overlay-img {
   position: absolute;
   top: 50%;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   overflow: hidden;
   margin: 0 auto;
   transform: translateY(-50%);
}

.about-style5-round .overlay-img img {
   width: 100%;
   margin-left: 0;
}

.about-style5-round .overlay-img .icon {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 5;
}

.about-style5-round .overlay-img .icon .video-popup {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   color: var(--thm-black);
   font-size: 25px;
   width: 80px;
   height: 80px;
   margin: 0 auto;
   border-radius: 50%;
   background-color: var(--thm-white);
   transition: background-color 0.5s ease;
   transition: all 0.5s ease;
   z-index: 5;
}

.about-style5-round .overlay-img .icon .video-popup:hover {
   color: var(--thm-white);
   background-color: var(--thm-black-bg);
}

.about-style5-round .overlay-img .icon .video-popup::after,
.about-style5-round .overlay-img .icon .video-popup::before {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   background: transparent;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation-delay: .9s;
   animation-delay: .9s;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
   -webkit-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
   -webkit-transition: all .4s ease;
   transition: all .4s ease;
   z-index: -1;
}

.about-style5-round .overlay-img .icon .video-popup::after {
   -webkit-animation-delay: .6s;
   animation-delay: .6s;
}












/*** 
=============================================
   End Css
=============================================
***/